Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 369093 - sys-boot/grub-9999 emerge fails running eautoreconf from autogen.sh
Summary: sys-boot/grub-9999 emerge fails running eautoreconf from autogen.sh
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-28 20:51 UTC by Zachary Bedell
Modified: 2011-05-29 17:25 UTC (History)
0 users

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


Attachments
trial patch to fix ebuild (grub-9999-eautoreconf.patch,479 bytes, patch)
2011-05-28 20:52 UTC, Zachary Bedell
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zachary Bedell 2011-05-28 20:51:42 UTC
I'm trying to build bzr of grub using the -9999 ebuild pulled as of 28-May-2011.  It looks like the ebuild modifies upstream autogen.sh to try to run 'eautoreconf -vi' rather than running eautoreconf in the context of the ebuild itself.  At least on my system, I have no binary named eautoreconf, and the build dies.

I was able to fix the problem and get a successful build with a two-line fix.  In grub-9999.ebuild, I changed the sed call in src_unpack() to comment out the call to autoreconf that's in autogen.sh (the original script tried to just append an 'e' to the front), then run eautoreconf immediately after autogen.sh completes in the ebuild.  After making this change, the build completes successfully.

Patch attached.

Reproducible: Always

Steps to Reproduce:
1. ACCEPT_KEYWORDS="**" emerge -v =sys-boot/grub-9999

Actual Results:  
These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U ] sys-boot/grub-9999 [1.99_rc1] USE="debug* -custom-cflags -device-mapper% -multislot -sdl% -static -truetype" 0 kB

Total: 1 package (1 upgrade), Size of downloads: 0 kB


>>> Verifying ebuild manifests

>>> Emerging (1 of 1) sys-boot/grub-9999
 * Package:    sys-boot/grub-9999
 * Repository: gentoo
 * Maintainer: base-system@gentoo.org
 * USE:        amd64 debug elibc_glibc kernel_linux multilib userland_GNU
 * FEATURES:   sandbox
>>> Unpacking source...
 * bzr pull start -->
 *    repository: http://bzr.savannah.gnu.org/r/grub/trunk/grub/
http://bzr.savannah.gnu.org/r/grub/trunk/grub is permanently redirected to http://bzr.savannah.gnu.org/r/grub/trunk/grub/
No revisions to pull.                                                                                                                                                        
 * exporting ...
 * revision 3321 is now in /var/tmp/portage/sys-boot/grub-9999/work/grub-9999
Importing unicode...
Importing libgcrypt...
WARNING: C file isn't a module: ecc.c
WARNING: C file isn't a module: dsa.c
WARNING: C file isn't a module: rsa.c
WARNING: C file isn't a module: elgamal.c
WARNING: C file isn't a module: primegen.c
Creating Makefile.tpl...
Running autogen...
Saving timestamps...
Running autoreconf...
 * Running eautoreconf in '/var/tmp/portage/sys-boot/grub-9999/work/grub-9999' ...
 * ERROR: sys-boot/grub-9999 failed (unpack phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  56:  Called src_unpack
 *   environment, line 3311:  Called die
 * The specific snippet of code:
 *           ( . ./autogen.sh ) || die;
 * 
 * If you need support, post the output of 'emerge --info =sys-boot/grub-9999',
 * the complete build log and the output of 'emerge -pqv =sys-boot/grub-9999'.
 * The complete build log is located at '/var/tmp/portage/sys-boot/grub-9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-boot/grub-9999/temp/environment'.
 * S: '/var/tmp/portage/sys-boot/grub-9999/work/grub-9999'

>>> Failed to emerge sys-boot/grub-9999, Log file:

>>>  '/var/tmp/portage/sys-boot/grub-9999/temp/build.log'

 * Messages for package sys-boot/grub-9999:

 * ERROR: sys-boot/grub-9999 failed (unpack phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  56:  Called src_unpack
 *   environment, line 3311:  Called die
 * The specific snippet of code:
 *           ( . ./autogen.sh ) || die;
 * 
 * If you need support, post the output of 'emerge --info =sys-boot/grub-9999',
 * the complete build log and the output of 'emerge -pqv =sys-boot/grub-9999'.
 * The complete build log is located at '/var/tmp/portage/sys-boot/grub-9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-boot/grub-9999/temp/environment'.
 * S: '/var/tmp/portage/sys-boot/grub-9999/work/grub-9999'


Expected Results:  
Successful build

Portage 2.1.9.42 (default/linux/amd64/10.0, gcc-4.4.5, libc-0-r0, 2.6.37-gentoo-r4 x86_64)
=================================================================
System uname: Linux-2.6.37-gentoo-r4-x86_64-Intel-R-_Xeon-R-_CPU_5150_@_2.66GHz-with-gentoo-2.0.2
Timestamp of tree: Sat, 28 May 2011 19:30:01 +0000
app-shells/bash:     4.1_p9
dev-lang/python:     2.7.1-r1, 3.1.3-r1
sys-apps/baselayout: 2.0.2
sys-apps/openrc:     0.8.2-r1
sys-apps/sandbox:    2.4
sys-devel/autoconf:  2.65-r1
sys-devel/automake:  1.11.1
sys-devel/binutils:  2.20.1-r1
sys-devel/gcc:       4.4.5
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.10
sys-devel/make:      3.81-r2
sys-kernel/linux-headers: 2.6.36.1
sys-libs/glibc:      2.11.3
virtual/os-headers:  0
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=nocona"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe -march=nocona"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs distlocks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS=""
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo http://gentoo.mirrors.easynews.com/linux/gentoo/ http://lug.mtu.edu/gentoo/ rsync://mirrors.rit.edu/gentoo/ http://mirrors.rit.edu/gentoo/"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
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="/var/lib/layman/science /usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acl amd64 bash-completion bazaar berkdb bzip2 cli cracklib crypt cups cvs cxx dri fortran gdbm git gpm iconv ipv6 mercurial mmx modules mudflap multilib ncurses nls nptl nptlonly openmp pam pcre perl pppd python readline session sse sse2 sse3 ssl subversion sysfs tcpd unicode vmware_guest_linux xorg zfs 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 cgi cgid 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" CALLIGRA_FEATURES="braindump flow karbon kexi kpresenter krita tables words" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" 
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Zachary Bedell 2011-05-28 20:52:29 UTC
Created attachment 274945 [details, diff]
trial patch to fix ebuild
Comment 2 SpanKY gentoo-dev 2011-05-29 17:15:00 UTC
Comment on attachment 274945 [details, diff]
trial patch to fix ebuild

that's not how sourcing works.  it isnt executing a binary named eautoreconf.
Comment 3 SpanKY gentoo-dev 2011-05-29 17:25:08 UTC
disabled the `set -e` when running eautoreconf

http://sources.gentoo.org/sys-boot/grub/grub-9999.ebuild?r1=1.32&r2=1.33