#59114 closed defect (fixed)
nghttp2 @1.39.2_2 does not build on PPC Mac OS X 10.5.8, Leopard, because it seems to have a dependency to GCC8
Reported by: | ballapete (Peter "Pete" Dyballa) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | leopard | Cc: | Schamschula (Marius Schamschula) |
Port: | nghttp2 |
Description
Could be this sequence c-ares, jansson, libev, libevent, libxml2, openssl, zlib, libgcc8, libgcc7, libgcc6, libgcc, legacy-support
is not correct, in the I see:
---> Fetching distfiles for libgcc8 DEBUG: Executing proc-pre-org.macports.fetch-fetch-0 Error: gcc8 8.3.0 is not supported on Darwin 9 Error: Failed to fetch libgcc8: incompatible OS X version DEBUG: Error code: NONE DEBUG: Backtrace: incompatible OS X version while executing "$pre $targetname" Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_lang_gcc8/libgcc8/main.log for details.
Change History (7)
comment:1 follow-up: 2 Changed 5 years ago by Schamschula (Marius Schamschula)
comment:2 follow-up: 3 Changed 5 years ago by ballapete (Peter "Pete" Dyballa)
Replying to Schamschula:
Where did you get your sequence?
port info nghttp2
-> Library Dependencies
.
comment:3 Changed 5 years ago by ballapete (Peter "Pete" Dyballa)
Replying to ballapete:
I think it's rather libgcc8
. I see the same problem with harfbuzz
.
comment:4 Changed 5 years ago by jmroot (Joshua Root)
Cc: | Schamschula added; mps@… removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:5 follow-up: 6 Changed 5 years ago by jmroot (Joshua Root)
FTR, you see different dependencies because of different OS versions. nghttp2 is C++11 and the only option for that on Leopard is gcc.
comment:6 Changed 5 years ago by ballapete (Peter "Pete" Dyballa)
Replying to jmroot:
I think the dependency came from libssh2
. After this one was up-to-date nghttp2 built.
comment:7 Changed 5 years ago by jmroot (Joshua Root)
No, it was definitely from nghttp2; libssh2 does not require C++11.
Note: See
TracTickets for help on using
tickets.
Where did you get your sequence?
port rdeps nghttp2
does not list any flavor ofgcc
, much less multiple versions.