Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93063 - rrdtool 1.0.x does not install tcl bindings
Summary: rrdtool 1.0.x does not install tcl bindings
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on: 132570
Blocks:
  Show dependency tree
 
Reported: 2005-05-18 06:11 UTC by Brandon Hale (RETIRED)
Modified: 2006-06-01 15:45 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brandon Hale (RETIRED) gentoo-dev 2005-05-18 06:11:51 UTC
when USE="tcltk" is set, rrdtool 1.0.x ebuilds do not properly install
tcl bindings.  

That is:

# emerge =rrdtool-1.0.49 -va

  These are the packages that I would merge, in order:

  Calculating dependencies ...done!
  [ebuild     UD] net-analyzer/rrdtool-1.0.49 [1.2.6] -debug +perl +tcltk 0 kB

# qpkg -l rrdtool | grep tcl
#
Comment 1 Daniel Black (RETIRED) gentoo-dev 2005-05-25 06:13:39 UTC
if 1.2.6 is working for you is pushing that to stable an acceptable solution 
to you? 
Comment 2 Daniel Webert 2005-06-03 15:59:37 UTC
made a stable request for 1.2.x in bug #94962
Comment 3 Marcelo Goes (RETIRED) gentoo-dev 2005-06-25 15:36:21 UTC
Can some folks from amd64 and ia64 mark rrdtool-1.2.6-r1 stable so that we can
get rid of the 1.0.x series?
Comment 4 Benjamin Smee (strerror) (RETIRED) gentoo-dev 2005-06-26 03:25:27 UTC
Please don't get rid of 1.0.x as there are a LOT of applications that still only
work with it. Check out FlowScan as an example.
Comment 5 Aron Griffis (RETIRED) gentoo-dev 2005-08-25 05:48:19 UTC
1.2.6-r1 stable on ia64
Comment 6 Aron Griffis (RETIRED) gentoo-dev 2005-08-25 05:56:55 UTC
1.2.6-r1 stable on amd64, looks like this is now resolved
Comment 7 Aron Griffis (RETIRED) gentoo-dev 2005-08-25 06:03:57 UTC
Nevermind, I had to revert the stable marking for amd64.  It doesn't actually
compile (I got confused between windows)

Here are the errors:

 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H "-DMAKE_TIMESTAMP=\"Thu Aug 25 09:00:28
EDT 2005\"" -I. -I. -I..
-DRRD_DEFAULT_FONT=\"/usr/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\"
-I/usr/include/freetype2 -I/usr/include/libart-2.0 -O2 -fPIC -DPIC -Wall
-pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -Winline -W -MT rrd_update.lo -MD -MP
-MF .deps/rrd_update.Tpo -c rrd_update.c -o rrd_update.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc
-DHAVE_CONFIG_H -DMAKE_TIMESTAMP=\""Thu Aug 25 09:00:30 EDT 2005"\" -I. -I. -I..
 -DRRD_DEFAULT_FONT=\"/usr/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\"
-I/usr/include/freetype2 -I/usr/include/libart-2.0   -O2  -fPIC -DPIC -Wall
-pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -Winline -W -MT rrd_xport.lo -MD -MP -MF
".deps/rrd_xport.Tpo" -c -o rrd_xport.lo rrd_xport.c; \
then mv -f ".deps/rrd_xport.Tpo" ".deps/rrd_xport.Plo"; else rm -f
".deps/rrd_xport.Tpo"; exit 1; fi
rm: cannot remove `.libs/': Is a directory
rm: cannot remove `.libs/': Is a directory
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H "-DMAKE_TIMESTAMP=\"Thu Aug 25 09:00:30
EDT 2005\"" -I. -I. -I..
-DRRD_DEFAULT_FONT=\"/usr/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\"
-I/usr/include/freetype2 -I/usr/include/libart-2.0 -O2 -fPIC -DPIC -Wall
-pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -Winline -W -MT rrd_xport.lo -MD -MP -MF
.deps/rrd_xport.Tpo -c rrd_xport.c  -fPIC -DPIC -o .libs/
Assembler messages:
FATAL: can't create .libs/: Is a directory
make[2]: *** [rrd_xport.lo] Error 1
make[2]: Leaving directory
`/var/tmp/portage/rrdtool-1.2.6-r1/work/rrdtool-1.2.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/rrdtool-1.2.6-r1/work/rrdtool-1.2.6'
make: *** [all] Error 2

Comment 8 Markus Ullmann (RETIRED) gentoo-dev 2006-06-01 15:45:05 UTC
We're after porting old rrdtool apps now, marking LATER until we finished that