Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 62650

Summary: autoprofile-2.08 will not compile
Product: Gentoo Linux Reporter: John5788 <john5788>
Component: New packagesAssignee: Gaim Bugs Crew <gaim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: working ebuild

Description John5788 2004-09-02 12:28:17 UTC
When I try to emerge autoprofile-2.08, it spits this error back out at me:

------------------------------
root@john5788: pts/3: 15 files 233Kb -> emerge autoprofile
Calculating dependencies ...done!
>>> emerge (1 of 1) x11-plugins/autoprofile-2.08 to /
>>> md5 src_uri ;-) autoprofile-2.08.tar.gz
>>> Unpacking source...
>>> Unpacking autoprofile-2.08.tar.gz to /var/tmp/portage/autoprofile-2.08/work
>>> Source unpacked.

>>> Install autoprofile-2.08 into /var/tmp/portage/autoprofile-2.08/image/ category x11-plugins
install -m 755 autoprofile.so /var/tmp/portage/autoprofile-2.08/image//usr/lib/gaim
install: cannot stat `autoprofile.so': No such file or directory
make: *** [install] Error 1

!!! ERROR: x11-plugins/autoprofile-2.08 failed.
!!! Function src_install, Line 16, Exitcode 2
!!! make install failed

----------------------------------

My temporary fix for this is to goto /var/tmp/portage/autoprofile-2.08/work/autoprofile-2.08 and do a 'make', then copy autoprofile.so to /usr/lib/gaim. Then it works fine. I would like a working ebuild however.


Reproducible: Always
Steps to Reproduce:
1. emerge gaim-0.82
2. emerge autoprofile-2.08
Actual Results:  
------------------------------
root@john5788: pts/3: 15 files 233Kb -> emerge autoprofile
Calculating dependencies ...done!
>>> emerge (1 of 1) x11-plugins/autoprofile-2.08 to /
>>> md5 src_uri ;-) autoprofile-2.08.tar.gz
>>> Unpacking source...
>>> Unpacking autoprofile-2.08.tar.gz to /var/tmp/portage/autoprofile-2.08/work
>>> Source unpacked.

>>> Install autoprofile-2.08 into /var/tmp/portage/autoprofile-2.08/image/
category x11-plugins
install -m 755 autoprofile.so /var/tmp/portage/autoprofile-2.08/image//usr/lib/gaim
install: cannot stat `autoprofile.so': No such file or directory
make: *** [install] Error 1

!!! ERROR: x11-plugins/autoprofile-2.08 failed.
!!! Function src_install, Line 16, Exitcode 2
!!! make install failed

----------------------------------

That is the output I get.

Expected Results:  
The ebuild should have installed the plugin

root@john5788: pts/3: 11 files 3.0Mb -> emerge info
Portage 2.0.50-r10 (default-x86-2004.0, gcc-3.3.4, glibc-2.3.3.20040420-r1,
2.6.8-gentoo-r3)
=================================================================
System uname: 2.6.8-gentoo-r3 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System version 1.5.3
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-pipe -O2 -fomit-frame-pointer -mcpu=pentium4 -march=pentium4 -mfpmath=sse"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-pipe -O2 -fomit-frame-pointer -mcpu=pentium4 -march=pentium4
-mfpmath=sse"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo
http://mirror.tucdemonic.org/gentoo/ http://gentoo.ccccom.com
ftp://gentoo.ccccom.com"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apm avi berkdb cdr crypt dga divx4linux dvd encode esd foomaticdb
gdbm gif gpm gtk gtk2 imlib java joystick jpeg libg++ libwww mad mikmod mmx
motif mpeg ncurses nls nptl oggvorbis opengl oss pam pdflib perl png python
quicktime readline sdl slang sse ssl svga tcltk tcpd truetype x86 xml2 xmms xv zlib"
Comment 1 Joe McCann (RETIRED) gentoo-dev 2004-09-03 00:18:29 UTC
the ebuild is just missing a make statement. You can add emake in the src_install section and it will compile fine.
Comment 2 John5788 2004-09-03 00:23:50 UTC
Created attachment 38800 [details]
working ebuild

Yep, I added a section for it and now it compiles fine.
Comment 3 Don Seiler (RETIRED) gentoo-dev 2004-09-03 05:07:39 UTC
Fixed in portage.  Apologies for the inconvenience.  It had worked fine for me.