Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 118888 - module-init-tools-3.2.1 fails to compile
Summary: module-init-tools-3.2.1 fails to compile
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-13 09:03 UTC by Vyacheslav Klimov
Modified: 2006-05-03 19:27 UTC (History)
0 users

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


Attachments
emerge module-init-tools complete log (log,27.41 KB, text/plain)
2006-01-13 10:50 UTC, Vyacheslav Klimov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vyacheslav Klimov 2006-01-13 09:03:17 UTC
After migrating to GCC 3.4.4 trying to
emerge module-init-tools 
I get this error:

Makefile:313: .deps/backwards_compat.Po: No such file or directory
Makefile:314: .deps/depmod.Po: No such file or directory
Makefile:315: .deps/insmod.Po: No such file or directory
Makefile:316: .deps/lsmod.Po: No such file or directory
Makefile:317: .deps/modinfo.Po: No such file or directory
Makefile:318: .deps/modprobe.Po: No such file or directory
Makefile:319: .deps/moduleops.Po: No such file or directory
Makefile:320: .deps/moduleops_core.Po: No such file or directory
Makefile:321: .deps/rmmod.Po: No such file or directory
Makefile:322: .deps/tables.Po: No such file or directory
Makefile:323: .deps/zlibsupport.Po: No such file or directory
make: *** No rule to make target `.deps/zlibsupport.Po'.  Stop.

!!! ERROR: sys-apps/module-init-tools-3.2.1 failed.
!!! Function src_compile, Line 93, Exitcode 2
!!! emake module-init-tools failed
!!! If you need support, post the topmost build error, NOT this status message.

doing 
emerge module-init-tools --emptytree 
does not help.
doing 
emerge linux-headers gcc glibc
and then
emerge module-init-tools
again does not help.
Putting
sys-apps/module-init-tools ~x86
in /etc/portage/package.keywords and, accordingly, merging module-init-tools-3.2.2 gives exactly the same error.

-----
Best regards,
Vyacheslav
Comment 1 SpanKY gentoo-dev 2006-01-13 10:25:07 UTC
you neglected to post `emerge info`

also, run `emerge module-init-tools >& log` and post the log file as an attachment
Comment 2 Vyacheslav Klimov 2006-01-13 10:39:55 UTC
Portage 2.0.53 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r2, 2.6.14-gentoo-r5 i686)
=================================================================
System uname: 2.6.14-gentoo-r5 i686 Pentium III (Coppermine)
Gentoo Base System version 1.6.13
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.59-r6
sys-devel/automake:  1.5, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium3 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/alias /var/qmail/control /var/vpopmail/domains /var/vpopmail/etc"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 apache2 apm berkdb bitmap-fonts bzip2 clearpasswd cli crypt curl expat ftp gd gd-external gdbm gif gmp gpm hardened hardenedphp idn imap imlib innodb javascript jpeg libg++ libwww maildir mhash mmx motif mp3 mpeg mysql ncurses nls notlsbeforeauth nptl pam pdflib pear perl php png python qmail readline spamassassin spell sse ssl symlink tcpd tiff truetype truetype-fonts type1-fonts udev unicode xml2 xmms zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 3 Vyacheslav Klimov 2006-01-13 10:50:08 UTC
Created attachment 77017 [details]
emerge module-init-tools complete log

emerge module-init-tools complete log
Comment 4 SpanKY gentoo-dev 2006-05-03 19:27:35 UTC
module-init-tools 3.2.2 probably fails the same way huh

run `MAKEOPTS=-j1 MAKEFLAGS=--debug=b emerge module-init-tools >& log` and post that as an attachment please