Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#33819 closed defect (fixed)

doxygen @1.8.0 does not build on PPC Tiger, Mac OS X 10.4.11, due to flex created config.cpp file

Reported by: ballapete (Peter "Pete" Dyballa) Owned by: cssdev
Priority: Normal Milestone:
Component: ports Version: 2.0.4
Keywords: tiger Cc: ryandesign (Ryan Carsten Schmidt)
Port: doxygen

Description

make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_doxygen/doxygen/work/doxygen-1.8.0/src'
/usr/bin/flex -PconfigYY -t config.l >config.cpp 
/usr/bin/g++-4.0 -I/opt/local/include -arch ppc -c -pipe -D__FreeBSD__=6 -DYY_TYPEDEF_YY_SIZE_T -Dyy_size_t=int -Wall -W -O2 -I../qtools -o ../objects/config.o config.cpp
config.cpp:158: error: multiple types in one declaration
config.cpp:158: error: declaration does not declare anything
make[2]: *** [../objects/config.o] Error 1
make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_doxygen/doxygen/work/doxygen-1.8.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_doxygen/doxygen/work/doxygen-1.8.0/src'
make: *** [all] Error 2
make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_doxygen/doxygen/work/doxygen-1.8.0'
shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_doxygen/doxygen/work/doxygen-1.8.0" && /usr/bin/make -w all " returned error 2
Error: Target org.macports.build returned: shell command failed (see log for details)
DEBUG: Backtrace: shell command failed (see log for details)

Attachments (1)

main.log (27.1 KB) - added by ballapete (Peter "Pete" Dyballa) 12 years ago.
main.log

Download all attachments as: .zip

Change History (7)

Changed 12 years ago by ballapete (Peter "Pete" Dyballa)

Attachment: main.log added

main.log

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added; css@… removed
Keywords: tiger added
Owner: changed from macports-tickets@… to css@…

Does it help if you install the flex port, then clean doxygen and try again?

comment:2 in reply to:  1 Changed 12 years ago by ballapete (Peter "Pete" Dyballa)

Replying to ryandesign@…:

Does it help if you install the flex port, then clean doxygen and try again?

Yes, this did install doxygen!

comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

I've added a comment about this to upstream bug 509360.

comment:4 Changed 12 years ago by cssdev

Status: newassigned

Seems like I need to add a dependency on the flex and bison ports, not just the binary.

comment:5 in reply to:  4 Changed 12 years ago by cssdev

Resolution: fixed
Status: assignedclosed

Replying to css@…:

Seems like I need to add a dependency on the flex and bison ports, not just the binary.

This change was already made in r91839. CLosing.

comment:6 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

I think you mean r93136; I don't know what r91839 was.

Note: See TracTickets for help on using tickets.