Opened 14 years ago
Closed 14 years ago
#26295 closed update (fixed)
libjit: update needed
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | ||
Port: | libjit |
Description
libjit needs to be updated, as reported on the mailing list. But the current version 0.1.2 does not build for me on Snow Leopard; I get:
/bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -I../include -I../include -I. -I. -fno-gcse -pipe -O2 -arch x86_64 -Wall -fno-omit-frame-pointer -MT jit-apply.lo -MD -MP -MF .deps/jit-apply.Tpo -c -o jit-apply.lo jit-apply.c /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -I../include -I../include -I. -I. -fno-gcse -pipe -O2 -arch x86_64 -Wall -fno-omit-frame-pointer -MT jit-apply.lo -MD -MP -MF .deps/jit-apply.Tpo -c jit-apply.c -fno-common -DPIC -o .libs/jit-apply.o {standard input}:885:junk `@PLT' after expression {standard input}:950:junk `@PLT' after expression {standard input}:1357:junk `@PLT' after expression {standard input}:1449:junk `@PLT' after expression make[2]: *** [jit-apply.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
The attached patch is as far as I got. If someone can fix this to compile, please do so.
Attachments (1)
Change History (2)
Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | libjit-0.1.2.diff added |
---|
comment:1 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
r71069 (actually had this updated locally already)
Note: See
TracTickets for help on using
tickets.
incomplete patch