Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #14368 (reopened defect)

Opened 7 months ago

Last modified 6 months ago

BUG: doxygen +wizard fails to build on Leopard

Reported by: raimue@… Owned by: css@…
Priority: Normal Milestone: Port Bugs
Component: ports Version: 1.6.0
Keywords: doxygen, doxywizard, leopard Cc:
Port:

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

port-build-doxygen+wizard.log (29.9 kB) - added by raimue@… 7 months ago.
using Mac OS X 10.5.2 Leopard

Change History

Changed 7 months ago by raimue@…

using Mac OS X 10.5.2 Leopard

Changed 7 months 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!

Changed 7 months ago by css@…

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in r34443.

Changed 7 months ago by css@…

  • status changed from closed to reopened
  • resolution fixed deleted

oops, wrong tab in Safari!

Changed 6 months ago by css@…

Waiting to see whether #14603 resolves this issue ...

Note: See TracTickets for help on using tickets.