Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 104594 - media-gfx/kst-1.1.0-r1 is stable on AMD64
Summary: media-gfx/kst-1.1.0-r1 is stable on AMD64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: AMD64 Testing Team
URL:
Whiteboard:
Keywords: STABLE
Depends on: 104617
Blocks:
  Show dependency tree
 
Reported: 2005-09-02 06:53 UTC by Mike Cvet
Modified: 2005-11-21 10:56 UTC (History)
0 users

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 Mike Cvet 2005-09-02 06:53:02 UTC
Works without problems, been more than two months since release with no bugs.
Please mark stable

Portage 2.0.51.22-r2 (default-linux/amd64/2005.1, gcc-3.4.4, glibc-2.3.5-r1,
2.6.12-gentoo-r6 x86_64)
=================================================================
System uname: 2.6.12-gentoo-r6 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.6.13
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=k8 -pipe -ftracer -funit-at-a-time"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=k8 -pipe -ftracer -funit-at-a-time"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks multilib-strict sandbox sfperms strict"
GENTOO_MIRRORS="http://mirrors.acm.cs.rpi.edu/gentoo/
http:://gentoo.mirrors.pair.com/ http://mirror.datapipe.net/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X aalib alsa avi berkdb bitmap-fonts cdr crypt cups curl eds encode
esd fam foomaticdb fortran gd gdbm gif gpm gstreamer gtk gtk2 guile imagemagick
imlib ipv6 jpeg junit ldap libwww lzw lzw-tiff mad motif mp3 mpeg ncurses nls
nptl ogg opengl pam pdflib perl png postgres python qt quicktime readline sdl
snmp spell sqlite ssl tcltk tcpd tetex tiff truetype-fonts type1-fonts usb
userlocales vorbis xine xml xml2 xmms xpm xv zlib userland_GNU kernel_linux
elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Marcus D. Hanwell (RETIRED) gentoo-dev 2005-09-02 08:40:19 UTC
I am getting the following error when trying to compile kst-1.1.0,

/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../x86_64-pc-linux-gnu/bin/ld:
/usr/lib64/libnetcdf_c++.a(netcdf.o): relocation R_X86_64_32S against `vtable
for NcFile' can not be used when making a shared object; recompile with -fPIC
/usr/lib64/libnetcdf_c++.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[6]: *** [kstdata_netcdf.la] Error 1
make[6]: Leaving directory
`/var/tmp/portage/kst-1.1.0/work/kst-1.1.0/kst/kst/datasources/netcdf'

What version of netcdf do you have installed? I have sci-libs/netcdf-3.6.0-r1
and it appears that there is an issue with the statically compiled lib from
that. It doesn't seem to produce a shared lib either...
Comment 2 Marcus D. Hanwell (RETIRED) gentoo-dev 2005-09-02 09:08:17 UTC
Looking a little more closely it looks like netcdf support has been added to
kst, and it silently detects this. netcdf isn't even in the depend and the
configure script is finding it and enabling it on its own.
Comment 3 Mike Cvet 2005-09-02 15:27:24 UTC
It compiled fine for me without netcdf installed at all; after I installed the
same version you had, the compile failed with the same error
Comment 4 Luis Medinas (RETIRED) gentoo-dev 2005-09-04 14:47:51 UTC
Added herd maintainers to take a look at this package.
Comment 5 Marcus D. Hanwell (RETIRED) gentoo-dev 2005-09-04 15:17:17 UTC
Not necessary as I filed a separate bug about this issue, the one on which this 
bug depends. 
Comment 6 Simon Stelling (RETIRED) gentoo-dev 2005-11-21 10:56:41 UTC
finally fixed