Ticket #14368 (closed defect: fixed)
BUG: doxygen +wizard fails to build on Leopard
| Reported by: | raimue@… | Owned by: | css@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | doxygen, doxywizard, leopard | Cc: | mcalhoun@… |
| Port: | doxygen |
Description
After #13156 doxygen builds fine on Leopard. But doxygen +wizard fails with another issue:
Undefined symbols:
"_iconv_close", referenced from:
portable_iconv_close(void*) in portable.o
"_iconv", referenced from:
portable_iconv(void*, char const**, unsigned long*, char**, unsigned long*)in portable.o
"_iconv_open", referenced from:
portable_iconv_open(char const*, char const*)in portable.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
gmake[2]: *** [../../bin/doxywizard] Error 1
Full build log from port -v build doxygen +wizard attached.
Attachments
Change History
Changed 5 years ago by raimue@…
- Attachment port-build-doxygen+wizard.log added
comment:1 Changed 5 years ago by css@…
- Status changed from new to assigned
It looks like the compiler is picking up the wrong header, as it's not including ${prefix}/include. This should be a quick fix, I'll look at this tonight. Thanks for reporting it!
comment:2 Changed 5 years ago by css@…
- Status changed from assigned to closed
- Resolution set to fixed
Fixed in r34443.
comment:3 Changed 5 years ago by css@…
- Status changed from closed to reopened
- Resolution fixed deleted
oops, wrong tab in Safari!
comment:9 in reply to: ↑ 8 Changed 4 years ago by mcalhoun@…
- Status changed from reopened to closed
- Resolution set to fixed
Replying to mcalhoun@…:
Between r46488, r46506, and r46785, this problem should be resolved.
Can this ticked be closed?
Closing ticket (maintainer timeout).
If closed in error, please reopen.
Note: See
TracTickets for help on using
tickets.


using Mac OS X 10.5.2 Leopard