#12120 closed bug (invalid)
libstdc++ not declared in package_infos/haiku for x86 & x86_64
Reported by: | haiqu | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Build System | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Just tried to build ncurses for x86 and failed due to this. It was fixed for x86_gcc2 in ticket #11097 but the others weren't changed.
Change History (4)
comment:2 by , 9 years ago
You may very well be right there, but libstdc++ isn't listed as provided by gcc-4.8.4 in the recipe either. So any package built that requires it will fail with this error.
In short, it has to be declared somewhere. I'll leave it to the experts to decide where.
comment:3 by , 9 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
gcc_syslibs package does provide libstdc++, see: https://bitbucket.org/haikuports/haikuports/src/master/sys-devel/gcc/gcc-4.8.4_2014_12_21.recipe#cl-313 Closing.
comment:4 by , 9 years ago
OK, so ncurses failing to build with GCC4 in a hybrid system is just an issue for HaikuPorts?
Isn't it located in the gcc_syslibs package?