<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>50088</bug_id>
          
          <creation_ts>2004-05-05 03:58 0000</creation_ts>
          <short_desc>app-misc/gentoo-0.11.50 fails in install</short_desc>
          <delta_ts>2004-05-09 13:33:49 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Applications</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>federicofenara@libero.it</reporter>
          <assigned_to>seemant@gentoo.org</assigned_to>
          <cc>nt@divzero.at</cc>
    
    <cc>sparc@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>federicofenara@libero.it</who>
            <bug_when>2004-05-05 03:58:22 0000</bug_when>
            <thetext>Trying to upgrade from version 0.11.49, I get this error message in install phase

Making install in po
make[1]: Entering directory `/var/tmp/portage/gentoo-0.11.50/work/gentoo-0.11.50/po&apos;
/bin/sh `case &quot;.././mkinstalldirs&quot; in /*) echo &quot;.././mkinstalldirs&quot; ;; *) echo &quot;../.././mkinstalldirs&quot; ;; esac` /var/tmp/portage/gentoo-0.11.50/image//usr/share../.././mkinstalldirs: ../.././mkinstalldirs: No such file or directory
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory `/var/tmp/portage/gentoo-0.11.50/work/gentoo-0.11.50/po&apos;
make: *** [install-recursive] Error 1
 
!!! ERROR: app-misc/gentoo-0.11.50 failed.
!!! Function einstall, Line 388, Exitcode 2
!!! einstall failed

Reproducible: Always
Steps to Reproduce:
1. emerge -u app-misc/gentoo

Actual Results:  
The install phase failed with an error (see above).

Expected Results:  
Install the package cleanly.

Portage 2.0.50-r6 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3_pre20040420-r0,
2.6.5-gentoo-r1)
=================================================================
System uname: 2.6.5-gentoo-r1 i686 Intel(R) Pentium(R) 4 Mobile CPU 1.60GHz
Gentoo Base System version 1.4.10
distcc 2.14 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS=&quot;x86 ~x86&quot;
AUTOCLEAN=&quot;yes&quot;
CFLAGS=&quot;-O3 -march=pentium4 -fomit-frame-pointer -pipe&quot;
CHOST=&quot;i686-pc-linux-gnu&quot;
COMPILER=&quot;gcc3&quot;
CONFIG_PROTECT=&quot;/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control&quot;
CONFIG_PROTECT_MASK=&quot;/etc/gconf /etc/terminfo /etc/env.d&quot;
CXXFLAGS=&quot;-O3 -march=pentium4 -fomit-frame-pointer -pipe&quot;
DISTDIR=&quot;/usr/portage/distfiles&quot;
FEATURES=&quot;autoaddcvs ccache distcc sandbox&quot;
GENTOO_MIRRORS=&quot;http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo&quot;
MAKEOPTS=&quot;-j3&quot;
PKGDIR=&quot;/usr/portage/packages&quot;
PORTAGE_TMPDIR=&quot;/var/tmp&quot;
PORTDIR=&quot;/usr/portage&quot;
PORTDIR_OVERLAY=&quot;&quot;
SYNC=&quot;rsync://rsync.gentoo.org/gentoo-portage&quot;
USE=&quot;X acpi alsa apm arts avi berkdb crypt cups dvd encode esd foomaticdb gdbm
gif gnome gpm gtk gtk2 imlib java jpeg libg++ libwww mad mikmod mmx motif
mozilla mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png python qt
quicktime readline samba sdl slang spell sse ssl svga tcpd threads truetype x86
xml2 xmms xv zlib&quot;</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>stsp@binarchy.net</who>
            <bug_when>2004-05-05 08:56:13 0000</bug_when>
            <thetext>Created an attachment (id=30779)
patch that solves the problem

this is a bug in a Makefile that comes with gentoo (not the distribution, but
the filemanager). here is a patch that fixes the issue.

I reckon this should be reported upstream, so the (filemanager) gentoo people
can fix this bug in their package. There is no problem with the ebuild.

for now, apply the patch as follows:
be root
emerge app-misc/gentoo
hit Ctrl-z just when configure starts
copy the patch to /var/tmp/portage/gentoo-0.11.50/work/
cd to /var/tmp/portage/gentoo-0.11.50/work/
execute &apos;patch -p0 &lt; gentoo-installfix.diff&apos;
cd ~
execute &apos;fg&apos; 

-&gt; gentoo merges cleanly :)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>weeve@gentoo.org</who>
            <bug_when>2004-05-08 16:08:53 0000</bug_when>
            <thetext>Attached patch fixes this problem for me as well.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>tseng@gentoo.org</who>
            <bug_when>2004-05-09 12:59:14 0000</bug_when>
            <thetext>*** Bug 50344 has been marked as a duplicate of this bug. ***</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>seemant@gentoo.org</who>
            <bug_when>2004-05-09 13:33:49 0000</bug_when>
            <thetext>.51 fixes this issue. thanks guys.</thetext>
          </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>30779</attachid>
            <date>2004-05-05 08:56 0000</date>
            <desc>patch that solves the problem</desc>
            <filename>gentoo-installfix.diff</filename>
            <type>text/plain</type>
            <data encoding="base64">ZGlmZiAtdXIgZ2VudG9vLTAuMTEuNTAtb3JpZy9wby9NYWtlZmlsZS5pbi5pbiBnZW50b28tMC4x
MS41MC9wby9NYWtlZmlsZS5pbi5pbgotLS0gZ2VudG9vLTAuMTEuNTAtb3JpZy9wby9NYWtlZmls
ZS5pbi5pbgkyMDA0LTA1LTA1IDE3OjQ2OjAzLjAwMDAwMDAwMCArMDIwMAorKysgZ2VudG9vLTAu
MTEuNTAvcG8vTWFrZWZpbGUuaW4uaW4JMjAwNC0wNS0wNSAxNzo0NzowOS4wMDAwMDAwMDAgKzAy
MDAKQEAgLTI2LDggKzI2LDggQEAKIAogSU5TVEFMTCA9IEBJTlNUQUxMQAogSU5TVEFMTF9EQVRB
ID0gQElOU1RBTExfREFUQUAKLU1LSU5TVEFMTERJUlMgPSBATUtJTlNUQUxMRElSU0AKLW1raW5z
dGFsbGRpcnMgPSAkKFNIRUxMKSBgY2FzZSAiJChNS0lOU1RBTExESVJTKSIgaW4gLyopIGVjaG8g
IiQoTUtJTlNUQUxMRElSUykiIDs7ICopIGVjaG8gIiQodG9wX2J1aWxkZGlyKS8kKE1LSU5TVEFM
TERJUlMpIiA7OyBlc2FjYAorbWtpbnN0YWxsZGlycyA9IEBNS0lOU1RBTExESVJTQAorI21raW5z
dGFsbGRpcnMgPSAkKFNIRUxMKSBgY2FzZSAiJChNS0lOU1RBTExESVJTKSIgaW4gLyopIGVjaG8g
IiQoTUtJTlNUQUxMRElSUykiIDs7ICopIGVjaG8gIiQodG9wX2J1aWxkZGlyKS8kKE1LSU5TVEFM
TERJUlMpIiA7OyBlc2FjYAogCiBHTVNHRk1UID0gQEdNU0dGTVRACiBNU0dGTVQgPSBATVNHRk1U
QAo=
</data>        

          </attachment>
    </bug>

</bugzilla>