Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2199 - Xchat 1.1. 8 ebuild broken...
Summary: Xchat 1.1. 8 ebuild broken...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jon Nelson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-28 16:13 UTC by W.A. Collier
Modified: 2002-04-30 09:18 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 W.A. Collier 2002-04-28 16:13:20 UTC
Looks liek some sort ofmissing python thing. 
 
 >>> Unpacking xchat-1.8.8.tar.bz2  
python  
>>> Source unpacked.  
gnome  
gnome  
gtk  
ssl  
perl  
mmx  
ipv6  
python  
creating cache ./config.cache  
checking for a BSD compatible install... /bin/install -c  
checking whether build environment is sane...   
yes  
 
[cont at error] 
=====================  
 
gcc  -DNEED_GNOMESUPPORT_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/usr/X11R6/include 
-I/usr/include/gdk-pixbuf-1.0 -I/usr/include/glib-1.2 -I/usr/include/gnome-1.0 -I/usr/include/gtk-1.2 
-I/usr/include/orbit-1.0 -I/usr/include/python2.2 -I/usr/lib/glib/include 
-I/usr/lib/gnome-libs/include -I/usr/lib/perl5/5.6.1/i686-linux/CORE -O3 -Wall -fno-strict-aliasing 
-g -march=i686 -pipe   -o xchat  about.o ascii.o banlist.o chanlist.o dccgui.o dialog.o editlist.o 
fe-gtk.o fkeys.o gtkutil.o ignoregui.o maingui.o menu.o mmx_cmod.o notifygui.o palette.o pixmaps.o 
rawlog.o search.o serverlist.o settings.o textgui.o usermenu.o urlgrab.o userlistgui.o wins.o xtext.o 
../common/libxchatmain.a -lutil -lpthread  -L/usr/lib -rdynamic -lgmodule -lglib -ldl -rdynamic 
-L/usr/local/lib /usr/lib/perl5/5.6.1/i686-linux/auto/DynaLoader/DynaLoader.a 
-L/usr/lib/perl5/5.6.1/i686-linux/CORE -lperl -ldl -lm -lcrypt -lutil -L/usr/lib/python2.2/config 
-lpython2.1   -rdynamic -L/usr/lib -L/usr/X11R6/lib -lgnomeui -lart_lgpl -lgdk_imlib  
-lSM -lICE -lgtk -lgdk -lgmodule -ldl -lXi -lXext -lX11 -lgnome -lgnomesupport -lesd -lasound 
-laudiofile -lm -ldb1 -lglib -rdynamic -L/usr/lib -L/usr/X11R6/lib -lzvt -lutil -lSM -lICE 
-lgdk_imlib -lgtk -lgdk -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lgdk_imlib -L/usr/lib 
-lgdk_pixbuf -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext 
-lX11 -lm 
/usr/i686-pc-linux-gnu/bin/ld: cannot find -lpython2.1 
collect2: ld returned 1 exit status 
 
................................. 
 
 
usr  
/  
i686  
-  
pc  
-  
linux  
-  
gnu  
/  
bin  
/  
ld  
:  
   
cannot  
   
find  
   
-  
lpython2.1  
  
collect2:   
ld returned 1 exit status  
  
make[3]:   
*** [xchat] Error 1  
  
make[3]: Leaving directory `/var/tmp/portage/xchat-1.8.8-r1/work/xchat-1.8.8/src/fe-gtk'  
make[2]: Leaving directory `/var/tmp/portage/xchat-1.8.8-r1/work/xchat-1.8.8/src'
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-04-29 02:06:19 UTC
Jon: Ideas?
Comment 2 Jon Nelson (RETIRED) 2002-04-29 08:48:49 UTC
It's a bug in the python ebuild.
At the head of the ebuild, where we define:

PYVER_MAJOR="`echo ${PV} | cut -d '.' -f 1`"
PYVER_MINOR="`echo ${PV} | cut -d '.' -f 2`"

we also need to define PYVER as:
PYVER="${PYVER_MAJOR}.${PYVER_MINOR}"

as PYVER is used later in the ebuild.
If it hasn't already been fixed by then, I'll fix this tonight sometime.
Comment 3 Jon Nelson (RETIRED) 2002-04-30 09:18:11 UTC
Drobbins fixed this bug last night.