missing libstdc++.r4.so [r37693]
I just build and installed hrev37537-4h and then used 'installoptionalpackage' to install Bezilla. When I attempted to launch Bezilla and error box popped up that said "Could not open "BezillaBrowser" (Missing libraries: libstdc++.hrev4.so).
Change History
(5)
Owner: |
changed from nobody to mmadia
|
Status: |
new → in-progress
|
Resolution: |
→ invalid
|
Status: |
in-progress → closed
|
Resolution: |
invalid
|
Status: |
closed → reopened
|
Summary: |
Bezilla missing libstdc++.r4.so → missing libstdc++.r4.so [r37693]
|
Resolution: |
→ invalid
|
Status: |
reopened → closed
|
The build was configured improperly as a gcc4 + gcc4(altdir). This was confirmed by looking at
ls -lha
of /boot/system/lib/ , gcc4/ and gcc2/. lib/ contained the gcc4 libs as expected. gcc2/ only contained the ICU 4.4.x libs, and gcc4/ contained a copy of the gcc4 libs (minus ICU 4.4).installoptionalpackages DetectSystemConfiguration() http://dev.haiku-os.org/browser/haiku/trunk/data/bin/installoptionalpackage#L385 treated the system as a GCC2 hybrid, because /boot/system/lib/gcc4 exists. AboutSystem treated the system as a GCC4 hybrid because GNUC = 4 and BEntry gccFourHybrid exists http://dev.haiku-os.org/browser/haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp#L500