Summary: | dev-perl/File-RsyncP-0.68 : parallel make failure | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Stephan Diehl <stephan.diehl> |
Component: | New packages | Assignee: | Gentoo Perl team <perl> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kaini1123 |
Priority: | High | ||
Version: | 2008.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build-log
environment build-log with makeopts=-j1 Makefile.PL -- parallel make patch |
Created attachment 184713 [details]
build-log
Created attachment 184714 [details]
environment
here is the same problem: http://lists.samba.org/archive/rsync/2005-January/011384.html Please post your "emerge --info" and attach the build.log in english language. Not all of us understand german error messages ;) Re-open this bug when you provide the requested information. sorry! emerge --info Portage 2.1.6.7 (default/linux/amd64/2008.0, gcc-4.1.2, glibc-2.8_p20080602-r1, 2.6.18-xen-r12 x86_64) ================================================================= System uname: Linux-2.6.18-xen-r12-x86_64-Intel-R-_Core-TM-2_Quad_CPU_@_2.40GHz-with-glibc2.2.5 Timestamp of tree: Mon, 09 Mar 2009 17:00:01 +0000 app-shells/bash: 3.2_p39 dev-lang/python: 2.5.2-r7 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.63 sys-devel/automake: 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LANG="de_DE.UTF-8" LDFLAGS="-Wl,-O1" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="acl amd64 berkdb bzip2 cli cracklib crypt cups dri fortran gdbm gpm iconv ipv6 isdnlog midi mmx mudflap multilib ncurses nls nptl nptlonly openmp pam pcre perl pppd python readline reflection rsync session spl sse sse2 ssl sysfs tcpd unicode xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="fbdev glint i810 intel mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa vga via vmware voodoo" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS Created attachment 184819 [details]
build-log
now the english version
Comment on attachment 184713 [details]
build-log
old german log
all the information is appended. thanks (In reply to comment #0) > if i do this, it works!?!? > > ebuild /usr/portage/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild unpack > ... > ebuild /usr/portage/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild compile > ... > >>> Source compiled. Can you emerge dev-perl/File-RsyncP with MAKEOPTS=-j1 ? If it works, do you still see a number of warnings? Created attachment 185032 [details]
with makeopts=-j1
it works. see the new attachment. thanks for the solution. but why is makeopts=-j5 a problem?
Created attachment 185070 [details, diff] Makefile.PL -- parallel make patch (In reply to comment #10) > Created an attachment (id=185032) [edit] > with makeopts=-j1 > > it works. see the new attachment. thanks for the solution. but why is > makeopts=-j5 a problem? The Makefile is not correct. Maybe it needs something like the attached patch. Force -j1 for now. (In reply to comment #11) > Created an attachment (id=185070) [edit] > Makefile.PL -- parallel make patch > > (In reply to comment #10) > > Created an attachment (id=185032) [edit] > > with makeopts=-j1 > > > > it works. see the new attachment. thanks for the solution. but why is > > makeopts=-j5 a problem? > > The Makefile is not correct. > Maybe it needs something like the attached patch. > i don't know how to integrate the patch in the ebuild. if you send me an ebuild including the patch, then i can test the emerge process with -j5. Patch added |
* * ERROR: dev-perl/File-RsyncP-0.68 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2442: Called perl-module_src_compile * environment, line 2192: Called die * The specific snippet of code: * emake OTHERLDFLAGS="${LDFLAGS}" ${mymake} || die "compilation failed"; * The die message: * compilation failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/dev-perl/File-RsyncP-0.68/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-perl/File-RsyncP-0.68/temp/environment'. * if i do this, it works!?!? ebuild /usr/portage/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild unpack ... ebuild /usr/portage/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild compile ... >>> Source compiled.