Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#74188 - [gcc] gcc-debug contains bogus /build dir
Attached to Project:
Arch Linux
Opened by Toolybird (Toolybird) - Tuesday, 22 March 2022, 06:28 GMT
Last edited by freswa (frederik) - Sunday, 30 April 2023, 00:35 GMT
Opened by Toolybird (Toolybird) - Tuesday, 22 March 2022, 06:28 GMT
Last edited by freswa (frederik) - Sunday, 30 April 2023, 00:35 GMT
|
Detailsgcc-debug seems to contain a stray /build dir (in addition to the expected stuff under /usr).
I haven't fully got my head around debug pkgs yet but surely this cannot be correct? It means the gcc-debug pkg is not installable in the build chroot immediately after a completed build due to file conflicts (many errors of type "blah exists in filesystem"). |
This task depends upon
Closed by freswa (frederik)
Sunday, 30 April 2023, 00:35 GMT
Reason for closing: Fixed
Additional comments about closing: If not already fixed with gcc 12.2.1, it will be gone with the upcoming gcc 13.1
Sunday, 30 April 2023, 00:35 GMT
Reason for closing: Fixed
Additional comments about closing: If not already fixed with gcc 12.2.1, it will be gone with the upcoming gcc 13.1
Looking deeper, this is likely a pacman issue, and it might already be fixed by:
https://gitlab.archlinux.org/pacman/pacman/-/commit/ae2f506d
In fact, gcc-d is about to become harder to build in gcc-12. Similar to the gcc-ada situation, in gcc-12 gcc-d is required to bootstrap gcc-d.
I built extra/dolphin 22.08.0-1 locally and could not install its dolphin-debug package due to:
error: failed to commit transaction (conflicting files)
dolphin-debug: /build/glibc/src/glibc/sysdeps/x86_64/crti.S exists in filesystem (owned by glibc-debug)
dolphin-debug: /build/glibc/src/glibc/sysdeps/x86_64/crtn.S exists in filesystem (owned by glibc-debug)
dolphin-debug: /build/glibc/src/glibc/sysdeps/x86_64/start.S exists in filesystem (owned by glibc-debug)
Somehow the build provided by the repos does not have this problem
FS#74941and it may be fixed withFS#75092