Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51240 - app-admin/grubconf-0.5.1 fails to emerge
Summary: app-admin/grubconf-0.5.1 fails to emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-16 19:22 UTC by Henryk Plötz
Modified: 2004-05-18 21:22 UTC (History)
0 users

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


Attachments
Full emerge log (8704-grubconf-0.5.1.log,21.09 KB, text/plain)
2004-05-16 19:23 UTC, Henryk Plötz
Details
Patch for po/Makefile.in.in (Makefile.patch,421 bytes, patch)
2004-05-17 22:37 UTC, Ghislain Bourgeois
Details | Diff
Ebuild that apply the patch posted earlier. (grubconf-0.5.1-r1.ebuild,705 bytes, text/plain)
2004-05-17 22:38 UTC, Ghislain Bourgeois
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Henryk Plötz 2004-05-16 19:22:53 UTC
I can't emerge app-admin/grubconf-0.5.1

Reproducible: Always
Steps to Reproduce:
1. emerge grubconf

Actual Results:  
Compiles fine but then fails to install into the image directory. Last messages:

Making install in po
make[1]: Entering directory `/var/tmp/portage/grubconf-0.5.1/work/grubconf-0.5.1/po'
/bin/sh `case ".././mkinstalldirs" in /*) echo ".././mkinstalldirs" ;; *) echo
"../.././mkinstalldirs" ;; esac` /var/tmp/portage/grubconf-0.5.1/image//usr/share
../.././mkinstalldirs: ../.././mkinstalldirs: No such file or directory
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory `/var/tmp/portage/grubconf-0.5.1/work/grubconf-0.5.1/po'
make: *** [install-recursive] Error 1

!!! ERROR: app-admin/grubconf-0.5.1 failed.
!!! Function einstall, Line 388, Exitcode 2
!!! einstall failed


Expected Results:  
Should've emerged

Portage 2.0.50-r6 (default-x86-1.4, gcc-3.3.2, glibc-2.2.5-r2,2.3.2-r9, 2.6.6)
=================================================================
System uname: 2.6.6 i686 Intel(R) Pentium(R) 4 Mobile CPU 1.80GHz
Gentoo Base System version 1.4.10
distcc 2.13 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer -fstack-protector"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /etc/tomcat /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config
/usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer -fstack-protector"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg ccache sandbox userpriv usersandbox"
GENTOO_MIRRORS="ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/
http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
http://ftp.snt.utwente.nl/pub/os/linux/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/opt/ebuilds"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="X aalib acl activefilter alsa apm arts avi berkdb bonobo cdr crypt cups
curl dga directfb dvd encode esd evo faad fbcon flash foomaticdb gb gd gdbm ggi
gif gnome gpm gtk gtk2 gtkhtml guile hbci hostap-noplx icc imap imlib java jpeg
kde ldap libg++ libwww linguas_de linguas_en linguas_fr lirc mad maildir mikmod
motif mozaccess-builtin mozcalendar mozilla mozirc mozsvg mozxmlterm mpeg mysql
ncurses nls oav ofx oggvorbis opengl oss pam pcmcia pdflib perl plotutils png
pnp postgres ppds python qt quicktime radeon rage128 readline samba sdl skey
slang slp snmp spell sse sse2 ssl stroke svga tcltk tcpd tetex truetype usb
video_cards_radeon vim-with-x x86 xface xml xml2 xmms xosd xv zlib"
Comment 1 Henryk Plötz 2004-05-16 19:23:32 UTC
Created attachment 31555 [details]
Full emerge log
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2004-05-16 21:50:23 UTC
your attachment has only unreadable characters in it.
Comment 3 Henryk Plötz 2004-05-16 22:14:33 UTC
Must be your browsers fault. I can read it with no problems using four different browsers on four different operating systems. The HTTP headers are okay, too.
Comment 4 Ghislain Bourgeois 2004-05-17 22:37:12 UTC
Created attachment 31632 [details, diff]
Patch for po/Makefile.in.in

This patch adjust a variable so make install will work.

Hysteric
Comment 5 Ghislain Bourgeois 2004-05-17 22:38:59 UTC
Created attachment 31633 [details]
Ebuild that apply the patch posted earlier.

This ebuild combined with the patch that should go in FILESDIR resolves this
bug. I tested it and it works well.

Hysteric
Comment 6 Henryk Plötz 2004-05-18 01:35:53 UTC
Confirmed, this fix works for me.
Comment 7 Yi Quang (RETIRED) gentoo-dev 2004-05-18 21:22:54 UTC
Thanks for the patch, it's fixed now.