Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101542 - net-irc/ircservices fails to emerge
Summary: net-irc/ircservices fails to emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: IA64 Linux
: High normal (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-06 05:54 UTC by Christian Theune
Modified: 2005-08-11 07:49 UTC (History)
0 users

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


Attachments
Requested emerge-log (2838-ircservices-5.0.53.log,43.32 KB, text/plain)
2005-08-10 14:39 UTC, Christian Theune
Details
requested configure.log (configure.log,11.27 KB, text/plain)
2005-08-10 14:44 UTC, Christian Theune
Details
Emerge log with new patch (2838-ircservices-5.0.53.log,39.72 KB, text/plain)
2005-08-10 23:27 UTC, Christian Theune
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Theune 2005-08-06 05:54:35 UTC
when trying to emerge the current ircservices (net-irc/ircservices-5.0.53) it
fails with this error message:

mv: cannot stat
`/var/tmp/portage/ircservices-5.0.53/image//var/lib/ircservices/modules': No
such file or directory


Reproducible: Always
Steps to Reproduce:
1. emerge =net-irc/ircservices-5.0.53
2.
3.

Actual Results:  
Compiled them successfully. I could not make out intermediate problems. I'll
post the build log anyway.

Expected Results:  
Compile and install cleanly. ;)

Portage 2.0.51.22-r2 (default-linux/amd64/2005.0, gcc-3.4.3, glibc-2.3.5-r0,
2.6.12-gentoo-r6 x86_64)
=================================================================
System uname: 2.6.12-gentoo-r6 x86_64 Intel(R) Xeon(TM) CPU 2.80GHz
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.11
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.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r4
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=nocona -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /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="-O2 -march=nocona -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j6"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://burns.whq.gocept.com/gentoo-portage"
USE="amd64 alsa apache2 avi berkdb bitmap-fonts crypt cups curl eds encode
foomaticdb fortran gd gdbm gif gpm gstreamer gtk2 imagemagick imlib innodb ipv6
jpeg ldap lm_sensors lzw lzw-tiff mp3 mpeg mysql nagios-dns nagios-ntp
nagios-ping nagios-ssh ncurses nls opengl pam pdflib perl png python quicktime
readline sasl sdl snmp spell ssl tcpd tiff truetype-fonts type1-fonts usb
userlocales xml2 xpm xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Christian Theune 2005-08-06 07:08:01 UTC
Here is the solution:

somehow the compilation process doesn't generate the modules directory in the
expected way (i manually compiled that package). Removing the mv and ln commands
in the installation function from the ebuild makes the packages work again.

Comment 2 Sven Wegener gentoo-dev 2005-08-07 11:38:07 UTC
please post the complete output of the merge
Comment 3 Sven Wegener gentoo-dev 2005-08-10 13:56:40 UTC
waiting for info
Comment 4 Christian Theune 2005-08-10 14:39:17 UTC
Created attachment 65620 [details]
Requested emerge-log
Comment 5 Christian Theune 2005-08-10 14:44:17 UTC
Created attachment 65621 [details]
requested configure.log
Comment 6 Sven Wegener gentoo-dev 2005-08-10 15:05:36 UTC
reopen
Comment 7 Sven Wegener gentoo-dev 2005-08-10 15:07:20 UTC
Please give it a test, I added a patch that might fix it.
Comment 8 Christian Theune 2005-08-10 23:27:29 UTC
Created attachment 65638 [details]
Emerge log with new patch
Comment 9 Christian Theune 2005-08-10 23:27:51 UTC
Didn't help. See the attached emerge log.
Comment 10 Sven Wegener gentoo-dev 2005-08-11 07:49:08 UTC
ok, but the original error is fixed. the other error should be fixed now too