Opened 9 years ago
Closed 7 years ago
#48454 closed defect (fixed)
babl @0.1.12 build failure (codegen)
Reported by: | ghajek@… | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | leopard | Cc: | jeremyhu (Jeremy Huddleston Sequoia) |
Port: | babl |
Description
OS X 10.5, PPC. Full log attached.
This followed a 'port -fp uninstall installed' and reinstall, so everything else is current.
:info:build ld warning: codegen with reference kind 17 in _babl_init prevents image from loading in dyld shared cache :info:build ld warning: codegen with reference kind 14 in _babl_init prevents image from loading in dyld shared cache :info:build ld warning: codegen with reference kind 14 in _babl_init prevents image from loading in dyld shared cache :info:build ld warning: codegen with reference kind 17 in _babl_exit prevents image from loading in dyld shared cache [rinse, lather, repeat] :info:build ld: absolute addressing (perhaps -mdynamic-no-pic) used in _babl_init from .libs/babl.o not allowed in slidable image. Use '-read_only_relocs suppress' to enable text relocs :info:build collect2: ld returned 1 exit status :info:build clang: error: linker (via gcc) command failed with exit code 1 (use -v to see invocation) :info:build make[3]: *** [libbabl-0.1.la] Error 1 [etc.] :error:build org.macports.build for port babl returned: command execution failed :debug:build Error code: CHILDSTATUS 97056 2
Attachments (1)
Change History (7)
Changed 9 years ago by ghajek@…
Attachment: | babl-slash-main.log added |
---|
comment:1 Changed 9 years ago by ghajek@…
Cc: | ghajek@… added |
---|
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | jeremyhu@… added; openmaintainer@… ghajek@… removed |
---|
This may be because as far as I know clang just doesn't work well on PowerPC.
comment:4 Changed 8 years ago by dbevans (David B. Evans)
Cc: | devans@… ghajek@… removed |
---|---|
Keywords: | leopard added |
Owner: | changed from macports-tickets@… to devans@… |
Status: | new → assigned |
No need to CC the ticket reporter -- trac does it automatically. If reporting a 10.5 issue please add leopard
to the keywords.
comment:5 Changed 8 years ago by dbevans (David B. Evans)
This appears to the same issue as reported against gtk3 @3,22,0 in #52468. Almost certainly a consequence of the current toolchain issues on 10.5 ppc. Please refer to that ticket for a more detailed discussion of the problem and possible solutions (or lack of them currently).
comment:6 Changed 7 years ago by kencu (Ken)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
resolved by fixing compiler selection on PPC and then tweaking compiler blacklisting in the babl Portfile.
Cc Me!