Opened 20 years ago

Closed 19 years ago

#1495 closed defect (fixed)

BUG: fluxbox failed to compile

Reported by: deepquest@… Owned by: landonf (Landon Fuller)
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

[ares:~] deepques% sudo port install fluxbox Password: ---> Fetching fluxbox ---> Attempting to fetch fluxbox-0.1.14.tar.gz from http://us.dl.sourceforge.net/fluxbox ---> Verifying checksum for fluxbox ---> Extracting fluxbox ---> Configuring fluxbox ---> Building fluxbox with target all Error: Target com.apple.build returned: shell command "cd "/Users/deepquest/darwinports/dports/ x11/fluxbox/work/fluxbox-0.1.14" && make all" returned error 2 Command output: g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -DLOCALEPATH=\"/opt/local/share/ fluxbox/nls\" -DDEFAULTMENU=\"/opt/local/share/fluxbox/menu\" -DDEFAULTSTYLE=\"/opt/local/ share/fluxbox/styles/Clean\" -DDEFAULTKEYSFILE=\"/opt/local/share/fluxbox/keys\" -DDEFAULT_INITFILE=\"/opt/local/share/fluxbox/init\" -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/ include -c -o DirHelper.o test -f DirHelper.cc || echo './'DirHelper.cc source='DrawUtil.cc' object='DrawUtil.o' libtool=no \ depfile='.deps/DrawUtil.Po' tmpdepfile='.deps/DrawUtil.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -DLOCALEPATH=\"/opt/local/share/fluxbox/nls\" -DDEFAULTMENU=\"/opt/local/share/fluxbox/menu\" -DDEFAULTSTYLE=\"/opt/local/share/fluxbox/ styles/Clean\" -DDEFAULTKEYSFILE=\"/opt/local/share/fluxbox/keys\" -DDEFAULT_INITFILE=\"/opt/ local/share/fluxbox/init\" -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -I/usr/X11R6/include -I/ usr/X11R6/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include -c -o DrawUtil.o `test -f

DrawUtil.cc
echo './'`DrawUtil.cc

source='Ewmh.cc' object='Ewmh.o' libtool=no \ depfile='.deps/Ewmh.Po' tmpdepfile='.deps/Ewmh.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -DLOCALEPATH=\"/opt/local/share/fluxbox/nls\" -DDEFAULTMENU=\"/opt/local/share/fluxbox/menu\" -DDEFAULTSTYLE=\"/opt/local/share/fluxbox/ styles/Clean\" -DDEFAULTKEYSFILE=\"/opt/local/share/fluxbox/keys\" -DDEFAULT_INITFILE=\"/opt/ local/share/fluxbox/init\" -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -I/usr/X11R6/include -I/ usr/X11R6/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include -c -o Ewmh.o `test -f

Ewmh.cc
echo './'`Ewmh.cc

source='FbAtoms.cc' object='FbAtoms.o' libtool=no \ depfile='.deps/FbAtoms.Po' tmpdepfile='.deps/FbAtoms.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -DLOCALEPATH=\"/opt/local/share/fluxbox/nls\" -DDEFAULTMENU=\"/opt/local/share/fluxbox/menu\" -DDEFAULTSTYLE=\"/opt/local/share/fluxbox/ styles/Clean\" -DDEFAULTKEYSFILE=\"/opt/local/share/fluxbox/keys\" -DDEFAULT_INITFILE=\"/opt/ local/share/fluxbox/init\" -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -I/usr/X11R6/include -I/ usr/X11R6/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include -c -o FbAtoms.o `test -f

FbAtoms.cc
echo './'`FbAtoms.cc

source='fluxbox.cc' object='fluxbox.o' libtool=no \ depfile='.deps/fluxbox.Po' tmpdepfile='.deps/fluxbox.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -DLOCALEPATH=\"/opt/local/share/fluxbox/nls\" -DDEFAULTMENU=\"/opt/local/share/fluxbox/menu\" -DDEFAULTSTYLE=\"/opt/local/share/fluxbox/ styles/Clean\" -DDEFAULTKEYSFILE=\"/opt/local/share/fluxbox/keys\" -DDEFAULT_INITFILE=\"/opt/ local/share/fluxbox/init\" -IFbTk -g -O2 -I/usr/X11R6/include -DSHAPE -I/usr/X11R6/include -I/ usr/X11R6/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include -c -o fluxbox.o `test -f

fluxbox.cc
echo './'`fluxbox.cc

fluxbox.cc: In member function `void Fluxbox::save_rc()': fluxbox.cc:1866: warning: long unsigned int format, int arg (arg 3) fluxbox.cc:1976: error: `B_EuropeanDate' undeclared (first use this function) fluxbox.cc:1976: error: (Each undeclared identifier is reported only once for

each function it appears in.)

fluxbox.cc: In member function `void Fluxbox::load_rc()': fluxbox.cc:2094: warning: long unsigned int format, int32_t arg (arg 3) fluxbox.cc: In member function `void Fluxbox::load_rc(BScreen*)': fluxbox.cc:2324: error: `B_AmericanDate' undeclared (first use this function) make[3]: * [fluxbox.o] Error 1 make[2]: * [all-recursive] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2

Attachments (2)

fluxbox-gcc33-fix.patch (560 bytes) - added by thomas+opendarwin@… 20 years ago.
patch to the fluxbox Portfile so it compiles with gcc 3.3
dports-fluxbox.diff (5.0 KB) - added by jim@… 19 years ago.
Proposed x11/fluxbox patch to fix build error

Download all attachments as: .zip

Change History (5)

comment:1 Changed 20 years ago by waqar@…

Owner: changed from darwinports-bugs@… to landonf@…

Changed 20 years ago by thomas+opendarwin@…

Attachment: fluxbox-gcc33-fix.patch added

patch to the fluxbox Portfile so it compiles with gcc 3.3

comment:2 Changed 19 years ago by snu@…

Summary: fluxbox port failed to compiledBUG: fluxbox failed to compile

Changed 19 years ago by jim@…

Attachment: dports-fluxbox.diff added

Proposed x11/fluxbox patch to fix build error

comment:3 Changed 19 years ago by olegb@…

Resolution: fixed
Status: newclosed

fixed in version bump.

Note: See TracTickets for help on using tickets.