Bug 62508 - port deve/libgtop2 does not compile
Summary: port deve/libgtop2 does not compile
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-08 03:10 UTC by Roop Nanuwa
Modified: 2004-02-08 03:52 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 Roop Nanuwa 2004-02-08 03:10:18 UTC
	When compiling the port devel/libgtop2 (2.0.8_1) it comes
	back with an error and thus does not compile.

/bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -D_IN_LI
BGTOP -D_GNU_SOURCE -DGLIBTOP_NAMES -I../.. -I../.. -I../../sysdeps/freebsd -I..
/../include  -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -
O -pipe
  -DGTOPLOCALEDIR=\"/usr/local/share/locale\" -DLIBGTOP_VERSION=\"2.0.8\" -DLIBG
TOP_SERVER_VERSION=\"5\" -DLIBGTOP_VERSION_CODE=2000008 -DLIBGTOP_SERVER=\"/usr/
local/bin/libgtop_server2\"  -I/usr/local/include  -O -pipe -c procmem.c
rm -f .libs/procmem.lo
cc -DHAVE_CONFIG_H -I. -I. -I../.. -D_IN_LIBGTOP -D_GNU_SOURCE -DGLIBTOP_NAMES -
I../.. -I../.. -I../../sysdeps/freebsd -I../../include -I/usr/local/include/glib
-2.0 -I/usr/local/lib/glib-2.0/include -O -pipe 
-DGTOPLOCALEDIR=\"/usr/local/share/locale
\" -DLIBGTOP_VERSION=\"2.0.8\" -DLIBGTOP_SERVER_VERSION=\"5\" -DLIBGTOP_VERSION_
CODE=2000008 -DLIBGTOP_SERVER=\"/usr/local/bin/libgtop_server2\" -I/usr/local/in
clude -O -pipe -fPIC -DPIC -o .libs/procmem.lo
procmem.c: In function `glibtop_get_proc_mem_p':
procmem.c:120: error: storage size of `plimit' isn't known
gmake[3]: *** [procmem.lo] Error 1
gmake[3]: Leaving directory `/usr/ports/devel/libgtop2/work/libgtop-2.0.8/sysdep
s/freebsd'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/devel/libgtop2/work/libgtop-2.0.8/sysdep
s'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/libgtop2/work/libgtop-2.0.8'
gmake: *** [all-recursive-am] Error 2
*** Error code 2

Stop in /usr/ports/devel/libgtop2.

How-To-Repeat: 	cd /usr/ports/devel/libgtop2
	make
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2004-02-08 03:52:25 UTC
State Changed
From-To: open->closed

Fixed.  Thanks for reporting.