Opened 15 years ago
Closed 15 years ago
#5617 closed bug (fixed)
OptionalPackage gcc-2.95.3 contains symlink, breaks on gcc4hybrid
Reported by: | mmadia | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1/alpha2 |
Component: | Build System | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
The archive gcc-2.95.3-r1a1-x86-gcc2-2009-08-26.zip contains develop/abi/x86/gcc2/tools/gcc-2.95.3-haiku-090629/lib/libstdc++.hrev4.so -> /boot/system/lib/libstdc++.hrev4.so
When building a gcc4hybrid, this symlink breaks.
Assuming a locally repackaged archive, this patch is functional.
Though I'm uncertain of its cleanliness, especially with the addition of export HAIKU_ALTERNATIVE_JAM_PROCESS=1
Attachments (1)
Change History (2)
by , 15 years ago
Attachment: | gcc295-create-proper-libstdc-symlink.patch added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Implemented a more correct solution in hrev35937, which utilizes AddSymlinkToHaikuHybridImage and does not introduce HAIKU_ALTERNATIVE_JAM_PROCESS.