Bug 66380

Summary: porst/multimedia/kaffeine fails to compile after latest update
Product: Ports & Packages Reporter: Tim Hawkins <timh>
Component: Individual Port(s)Assignee: Tilman Keskinoz <arved>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Tim Hawkins 2004-05-08 12:10:20 UTC
Last port upgrade updated kaffdi9ne to  0.4.3, now does not compile 

gives 

$ sudo make
===>  Building for kaffeine-0.4.3
gmake  all-recursive
gmake[1]: Entering directory `/usr/ports/multimedia/kaffeine/work/kaffeine-0.4.3'
Making all in kaffeine
gmake[2]: Entering directory `/usr/ports/multimedia/kaffeine/work/kaffeine-0.4.3/kaffeine'
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include  -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE  -D_THREAD_SAFE -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 -W -Wpointer-arith -Wwrite-strings -O2 -O -pipe -march=pentium4 -fno-exceptions -fno-check-new -fno-common  -MT kaffeineapp.o -MD -MP -MF ".deps/kaffeineapp.Tpo" \
  -c -o kaffeineapp.o `test -f 'kaffeineapp.cpp' || echo './'`kaffeineapp.cpp; \
then mv -f ".deps/kaffeineapp.Tpo" ".deps/kaffeineapp.Po"; \
else rm -f ".deps/kaffeineapp.Tpo"; exit 1; \
fi
In file included from kaffeineapp.cpp:23:
/usr/include/sys/resource.h:58: error: field `ru_utime' has incomplete type
/usr/include/sys/resource.h:59: error: field `ru_stime' has incomplete type
/usr/include/sys/resource.h:119: error: 'int32_t' is used as a type, but is not
   defined as a type.
/usr/include/sys/resource.h:120: error: 'int32_t' is used as a type, but is not
   defined as a type.
/usr/include/sys/resource.h:124: error: 'rlim_t' is used as a type, but is not
   defined as a type.
/usr/include/sys/resource.h:125: error: 'rlim_t' is used as a type, but is not
   defined as a type.
/usr/include/sys/resource.h:130: error: syntax error before `[' token
kaffeineapp.cpp: In member function `virtual int KaffeineApp::newInstance()':
kaffeineapp.cpp:71: warning: `setActiveWindow' is deprecated (declared at
   /usr/local/include/kwin.h:111)
kaffeineapp.cpp:83: warning: `setActiveWindow' is deprecated (declared at
   /usr/local/include/kwin.h:111)
gmake[2]: *** [kaffeineapp.o] Error 1
gmake[2]: Leaving directory `/usr/ports/multimedia/kaffeine/work/kaffeine-0.4.3/kaffeine'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/multimedia/kaffeine/work/kaffeine-0.4.3'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/multimedia/kaffeine.
$

How-To-Repeat: cvsup ports and make in /usr/ports/multimetdia/kaffeine
Comment 1 Markus Brueffer freebsd_committer freebsd_triage 2004-05-08 12:20:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->arved

Over to maintainer.
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2004-05-08 22:43:47 UTC
State Changed
From-To: open->closed

Fixed, thanks for reporting