Opened 3 years ago
Closed 3 years ago
#63300 closed defect (fixed)
jasper @2.0.32_0: Compilation fails with gcc-apple-4.2
Reported by: | evanmiller (Evan Miller) | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.1 |
Keywords: | tiger | Cc: | ballapete (Peter "Pete" Dyballa) |
Port: | jasper |
Description
Log snippet:
:info:build Undefined symbols: :info:build "___builtin_unreachable", referenced from: :info:build _jp2_encode in jp2_enc.c.o :info:build _jp2_encode in jp2_enc.c.o :info:build _jpc_bitstream_align in jpc_bs.c.o :info:build _jpc_mqenc_flush in jpc_mqenc.c.o :info:build _JPC_NOMINALGAIN in jpc_t1cod.c.o :info:build _JPC_PASSTYPE in jpc_t1cod.c.o :info:build _jpc_initluts in jpc_t1cod.c.o :info:build _JPC_SEGPASSCNT in jpc_t1cod.c.o :info:build _JPC_SEGTYPE in jpc_t1cod.c.o :info:build _jpc_dec_decodecblks in jpc_t1dec.c.o :info:build ld: symbol(s) not found :info:build collect2: ld returned 1 exit status
__builtin_unreachable()
was added in GCC 4.5. Full log to follow.
Attachments (1)
Change History (8)
Changed 3 years ago by evanmiller (Evan Miller)
Attachment: | jasper-gcc42-main.log added |
---|
comment:1 Changed 3 years ago by evanmiller (Evan Miller)
Fixed upstream: https://github.com/jasper-software/jasper/pull/296
comment:2 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ballapete added |
---|---|
Keywords: | tiger added |
Has duplicate #63326.
comment:3 Changed 3 years ago by evanmiller (Evan Miller)
Fixed in jasper 2.0.33: https://github.com/jasper-software/jasper/releases/tag/version-2.0.33
comment:4 Changed 3 years ago by evanmiller (Evan Miller)
Owner: | changed from jmroot to evanmiller |
---|
comment:5 Changed 3 years ago by evanmiller (Evan Miller)
Tried to reassign the ticket to myself in order to close it but I still don't see an option. Sorry for the noise, I am new to Trac.
comment:6 Changed 3 years ago by evanmiller (Evan Miller)
Owner: | changed from evanmiller to jmroot |
---|
comment:7 Changed 3 years ago by reneeotten (Renee Otten)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Complete install log