Bug 45415 - ftp/kbear fails to build
Summary: ftp/kbear fails to build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Tilman Keskinoz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-18 19:30 UTC by Jonathan Chen
Modified: 2002-11-19 16:33 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Chen 2002-11-18 19:30:02 UTC
On a very recent cvsup, ftp/kbear fails to build, and fails with:

	[...]
	/bin/sh ../libtool --silent --mode=compile --tag=CXX c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include   -pthread -DQT_THREAD_SUPPORT  -I/usr/local/include -I/usr/local/include  -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -O2 -O -pipe -fno-exceptions -fno-check-new  -c -o kbear.lo `test -f kbear.cpp || echo './'`kbear.cpp
	In file included from /usr/include/string.h:50,
					 from /usr/X11R6/include/qcstring.h:46,
					 from /usr/X11R6/include/qstring.h:43,
					 from /usr/X11R6/include/qwindowdefs.h:44,
					 from /usr/X11R6/include/qobject.h:43,
					 from /usr/X11R6/include/qwhatsthis.h:40,
					 from kbear.cpp:21:
	/usr/include/sys/cdefs.h:273: warning: `_POSIX_C_SOURCE' is not defined
	/usr/include/sys/cdefs.h:279: warning: `_POSIX_C_SOURCE' is not defined
	kbear.cpp: In method `KBear::KBear()':
	kbear.cpp:102: `setStandardToolBarMenuEnabled' undeclared (first use this function)
	kbear.cpp:102: (Each undeclared identifier is reported only once
	kbear.cpp:102: for each function it appears in.)
	gmake[3]: *** [kbear.lo] Error 1
	gmake[3]: Leaving directory `/usr/ports/ftp/kbear/work/kbear-2.0/kbear'
	gmake[2]: *** [all-recursive] Error 1
	gmake[2]: Leaving directory `/usr/ports/ftp/kbear/work/kbear-2.0/kbear'
	gmake[1]: *** [all-recursive] Error 1
	gmake[1]: Leaving directory `/usr/ports/ftp/kbear/work/kbear-2.0'
	gmake: *** [all] Error 2
	*** Error code 2
	Stop in /usr/ports/ftp/kbear.

How-To-Repeat: 	# cd /usr/ports/ftp/kbear
	# make
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2002-11-18 19:35:46 UTC
Responsible Changed
From-To: freebsd-ports->arved

I am the Maintainer
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2002-11-19 16:33:38 UTC
State Changed
From-To: open->closed

Fixed, Thanks for reporting