<?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>247487</bug_id>
          
          <creation_ts>2008-11-18 19:28 0000</creation_ts>
          <short_desc>dev-util/git-1.6.0.4 tries to install git-cvsserver with USE=&quot;-perl&quot;</short_desc>
          <delta_ts>2008-11-24 11:24:53 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>Development</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>bernd@lommerzheim.com</reporter>
          <assigned_to>ferdy@gentoo.org</assigned_to>
          <cc>1i5t5.duncan@cox.net</cc>
    
    <cc>cryptooctoploid@gmail.com</cc>
    
    <cc>daekharel@gmail.com</cc>
    
    <cc>david@watzke.cz</cc>
    
    <cc>fauli@gentoo.org</cc>
    
    <cc>glua@4-mail.net</cc>
    
    <cc>jdaluz@gmail.com</cc>
    
    <cc>m.debruijne@matrict.nl</cc>
    
    <cc>maekke@gentoo.org</cc>
    
    <cc>marduk@python.net</cc>
    
    <cc>nisselarsson@home.se</cc>
    
    <cc>polynomial-c@gentoo.org</cc>
    
    <cc>rickard.narstrom@gmail.com</cc>
    
    <cc>spatz@gentoo.org</cc>
    
    <cc>virdiq@gmail.com</cc>

      

      
          <long_desc isprivate="0">
            <who>bernd@lommerzheim.com</who>
            <bug_when>2008-11-18 19:28:56 0000</bug_when>
            <thetext>Today I wanted to upgrade dev-util/git on my ~x86 box:

[ebuild     U ] dev-util/git-1.6.0.4 [1.6.0.3] USE=&quot;iconv -bash-completion -cgi -curl -cvs -doc -emacs -gtk -mozsha1 -perl (-ppcsha1) -subversion -threads -tk -vim-syntax -webdav -xinetd&quot; 0 kB

That fails with the following error:

&gt;&gt;&gt; Install git-1.6.0.4 into /var/tmp/portage/dev-util/git-1.6.0.4/image/ category dev-util
    SUBDIR templates
install -d -m 755 &apos;/var/tmp/portage/dev-util/git-1.6.0.4/image//usr/bin&apos;
install -d -m 755 &apos;/var/tmp/portage/dev-util/git-1.6.0.4/image//usr/libexec/git-core&apos;
install  git-fast-import git-fetch-pack git-hash-object git-index-pack git-merge-index git-merge-tree git-mktag git-mktree git-pack-redundant git-patch-id git-receive-pack git-send-pack git-show-index git-unpack-file git-update-server-info git-upload-pack git-var git-daemon git-imap-send git-shell git-am git-bisect git-filter-branch git-lost-found git-merge-octopus git-merge-one-file git-merge-resolve git-mergetool git-parse-remote git-pull git-quiltimport git-rebase--interactive git-rebase git-repack git-request-pull git-sh-setup git-stash git-submodule git-web--browse &apos;/var/tmp/portage/dev-util/git-1.6.0.4/image//usr/libexec/git-core&apos;
install git git-upload-pack git-receive-pack git-upload-archive git-shell git-cvsserver &apos;/var/tmp/portage/dev-util/git-1.6.0.4/image//usr/bin&apos;
install: cannot stat `git-cvsserver&apos;: No such file or directory
make: *** [install] Error 1
 * 
 * ERROR: dev-util/git-1.6.0.4 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_install
 *             environment, line 2640:  Called die
 * The specific snippet of code:
 *       emake ${MY_MAKEOPTS} DESTDIR=&quot;${D}&quot; prefix=/usr install || die &quot;make install failed&quot;;
 *  The die message:
 *   make install failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at &apos;/var/tmp/portage/dev-util/git-1.6.0.4/temp/build.log&apos;.
 * The ebuild environment file is located at &apos;/var/tmp/portage/dev-util/git-1.6.0.4/temp/environment&apos;.
 * 

 * Messages for package dev-util/git-1.6.0.4:

 * 
 * ERROR: dev-util/git-1.6.0.4 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_install
 *             environment, line 2640:  Called die
 * The specific snippet of code:
 *       emake ${MY_MAKEOPTS} DESTDIR=&quot;${D}&quot; prefix=/usr install || die &quot;make install failed&quot;;
 *  The die message:
 *   make install failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at &apos;/var/tmp/portage/dev-util/git-1.6.0.4/temp/build.log&apos;.
 * The ebuild environment file is located at &apos;/var/tmp/portage/dev-util/git-1.6.0.4/temp/environment&apos;.
 * 

Although I do not want to install the cvs parts of git &quot;make install&quot; tries to install them. As there were no changes in the ebuild and patches between the 1.6.0.3 und .4 release I reviewed the git history and found the following commit:
http://repo.or.cz/w/git.git?a=commitdiff;h=1df2a1ce806de11d382816644cc971d16aab06b7
I think this change in the Makefile introduced that bug. A solution would be to revert that commit when the USE flag &quot;cvs&quot; is not set:
if ! use cvs ; then
  sed -i -e &apos;1358s/$X git-cvsserver//&apos; Makefile
fi
Or something like that. (Sorry, I did not test that code.)
Hope that this bug can be fixed soon. Thanks.

Reproducible: Always

Steps to Reproduce:
1. dev-util/git with the only USE flag &quot;iconv&quot;
2. emerge -1 =dev-util/git-1.6.0.4
Actual Results:  
error while &quot;make install&quot;</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>polynomial-c@gentoo.org</who>
            <bug_when>2008-11-18 19:44:03 0000</bug_when>
            <thetext>Reassigning to maintainer...</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mluft@informatik.uni-mannheim.de</who>
            <bug_when>2008-11-19 09:10:50 0000</bug_when>
            <thetext>Same problem here:


emerge -av git

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

Calculating dependencies... done!
[ebuild     U ] dev-util/git-1.6.0.4 [1.5.6.3] USE=&quot;bash-completion iconv vim-syntax -cgi -curl -cvs -doc -emacs -gtk -mozsha1 -perl (-ppcsha1) -subversion -threads -tk -webdav -xinetd&quot; 0 kB 

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

Would you like to merge these packages? [Yes/No] 
--------------snip-----------------------
install: cannot stat `git-cvsserver&apos;: No such file or directory
make: *** [install] Error 1
 * 
 * ERROR: dev-util/git-1.6.0.4 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_install
 *             environment, line 2642:  Called die
 * The specific snippet of code:
 *       emake ${MY_MAKEOPTS} DESTDIR=&quot;${D}&quot; prefix=/usr install || die &quot;make install failed&quot;;
 *  The die message:
 *   make install failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at &apos;/var/tmp/portage/dev-util/git-1.6.0.4/temp/build.log&apos;.
 * The ebuild environment file is located at &apos;/var/tmp/portage/dev-util/git-1.6.0.4/temp/environment&apos;.
 * 

-------------------------------------

emerge --info:
Portage 2.1.4.5 (hardened/linux/x86/2008.0, gcc-3.4.6, glibc-2.6.1-r0, 2.6.25-hardened-r3 i686)
=================================================================
System uname: 2.6.25-hardened-r3 i686 Intel(R) Pentium(R) 4 CPU 2.60GHz
Timestamp of tree: Tue, 18 Nov 2008 21:00:01 +0000
app-shells/bash:     3.2_p33
dev-lang/python:     2.4.4-r13, 2.5.2-r7
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.61-r2
sys-devel/automake:  1.7.9-r1, 1.9.6-r2, 1.10.1-r1
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.23-r3
ACCEPT_KEYWORDS=&quot;x86&quot;
CBUILD=&quot;i686-pc-linux-gnu&quot;
CFLAGS=&quot;-march=pentium4 -O2 -pipe -fomit-frame-pointer -fforce-addr&quot;
CHOST=&quot;i686-pc-linux-gnu&quot;
CONFIG_PROTECT=&quot;/etc&quot;
CONFIG_PROTECT_MASK=&quot;/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d&quot;
CXXFLAGS=&quot;-march=pentium4 -O2 -pipe -fomit-frame-pointer -fforce-addr&quot;
DISTDIR=&quot;/usr/portage/distfiles&quot;
FEATURES=&quot;distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch&quot;
GENTOO_MIRRORS=&quot;http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo&quot;
LC_ALL=&quot;en_US.UTF-8&quot;
LDFLAGS=&quot;-Wl,-O1&quot;
MAKEOPTS=&quot;-j3&quot;
PKGDIR=&quot;/usr/portage/packages&quot;
PORTAGE_RSYNC_OPTS=&quot;--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages&quot;
PORTAGE_TMPDIR=&quot;/var/tmp&quot;
PORTDIR=&quot;/usr/portage&quot;
SYNC=&quot;rsync://rsync.gentoo.org/gentoo-portage&quot;
USE=&quot;X acl bash-completion berkdb bzip2 cli cracklib crypt dri gdbm hardened iconv isdnlog midi mmx mudflap ncurses nptl nptlonly openmp pam pcre perl pic pppd python readline reflection session spl sse sse2 ssl sysfs tcpd unicode urandom vim-syntax x86 xorg zlib&quot; ALSA_CARDS=&quot;ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci&quot; ALSA_PCM_PLUGINS=&quot;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&quot; APACHE2_MODULES=&quot;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&quot; ELIBC=&quot;glibc&quot; INPUT_DEVICES=&quot;keyboard mouse&quot; KERNEL=&quot;linux&quot; LCD_DEVICES=&quot;bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text&quot; USERLAND=&quot;GNU&quot; VIDEO_CARDS=&quot;nv&quot;
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mluft@informatik.uni-mannheim.de</who>
            <bug_when>2008-11-19 09:25:04 0000</bug_when>
            <thetext>Same problem here:


emerge -av git

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

Calculating dependencies... done!
[ebuild     U ] dev-util/git-1.6.0.4 [1.5.6.3] USE=&quot;bash-completion iconv vim-syntax -cgi -curl -cvs -doc -emacs -gtk -mozsha1 -perl (-ppcsha1) -subversion -threads -tk -webdav -xinetd&quot; 0 kB 

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

Would you like to merge these packages? [Yes/No] 
--------------snip-----------------------
install: cannot stat `git-cvsserver&apos;: No such file or directory
make: *** [install] Error 1
 * 
 * ERROR: dev-util/git-1.6.0.4 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_install
 *             environment, line 2642:  Called die
 * The specific snippet of code:
 *       emake ${MY_MAKEOPTS} DESTDIR=&quot;${D}&quot; prefix=/usr install || die &quot;make install failed&quot;;
 *  The die message:
 *   make install failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at &apos;/var/tmp/portage/dev-util/git-1.6.0.4/temp/build.log&apos;.
 * The ebuild environment file is located at &apos;/var/tmp/portage/dev-util/git-1.6.0.4/temp/environment&apos;.
 * 

-------------------------------------

emerge --info:
Portage 2.1.4.5 (hardened/linux/x86/2008.0, gcc-3.4.6, glibc-2.6.1-r0, 2.6.25-hardened-r3 i686)
=================================================================
System uname: 2.6.25-hardened-r3 i686 Intel(R) Pentium(R) 4 CPU 2.60GHz
Timestamp of tree: Tue, 18 Nov 2008 21:00:01 +0000
app-shells/bash:     3.2_p33
dev-lang/python:     2.4.4-r13, 2.5.2-r7
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.61-r2
sys-devel/automake:  1.7.9-r1, 1.9.6-r2, 1.10.1-r1
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.23-r3
ACCEPT_KEYWORDS=&quot;x86&quot;
CBUILD=&quot;i686-pc-linux-gnu&quot;
CFLAGS=&quot;-march=pentium4 -O2 -pipe -fomit-frame-pointer -fforce-addr&quot;
CHOST=&quot;i686-pc-linux-gnu&quot;
CONFIG_PROTECT=&quot;/etc&quot;
CONFIG_PROTECT_MASK=&quot;/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d&quot;
CXXFLAGS=&quot;-march=pentium4 -O2 -pipe -fomit-frame-pointer -fforce-addr&quot;
DISTDIR=&quot;/usr/portage/distfiles&quot;
FEATURES=&quot;distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch&quot;
GENTOO_MIRRORS=&quot;http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo&quot;
LC_ALL=&quot;en_US.UTF-8&quot;
LDFLAGS=&quot;-Wl,-O1&quot;
MAKEOPTS=&quot;-j3&quot;
PKGDIR=&quot;/usr/portage/packages&quot;
PORTAGE_RSYNC_OPTS=&quot;--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages&quot;
PORTAGE_TMPDIR=&quot;/var/tmp&quot;
PORTDIR=&quot;/usr/portage&quot;
SYNC=&quot;rsync://rsync.gentoo.org/gentoo-portage&quot;
USE=&quot;X acl bash-completion berkdb bzip2 cli cracklib crypt dri gdbm hardened iconv isdnlog midi mmx mudflap ncurses nptl nptlonly openmp pam pcre perl pic pppd python readline reflection session spl sse sse2 ssl sysfs tcpd unicode urandom vim-syntax x86 xorg zlib&quot; ALSA_CARDS=&quot;ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci&quot; ALSA_PCM_PLUGINS=&quot;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&quot; APACHE2_MODULES=&quot;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&quot; ELIBC=&quot;glibc&quot; INPUT_DEVICES=&quot;keyboard mouse&quot; KERNEL=&quot;linux&quot; LCD_DEVICES=&quot;bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text&quot; USERLAND=&quot;GNU&quot; VIDEO_CARDS=&quot;nv&quot;
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>polynomial-c@gentoo.org</who>
            <bug_when>2008-11-19 18:02:08 0000</bug_when>
            <thetext>*** Bug 247592 has been marked as a duplicate of this bug. ***</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jdaluz@gmail.com</who>
            <bug_when>2008-11-20 00:15:04 0000</bug_when>
            <thetext>Same here, when trying to rebuild without the perl USE flag to avoid the current perl package breakage, but I took the additional step of adding the cvs USE flag and trying to rebuild git with the same results:

$ sudo paludis -i1 dev-util/git 
Building target list... 
Building dependency list...

These packages will be installed:

* dev-util/git [R 1.6.0.4] &lt;target&gt;
    bash-completion -cgi curl cvs* -doc -emacs gtk iconv -mozsha1 -perl* (-ppcsha1) -subversion -threads -tk -vim-syntax -webdav -xinetd

Total: 1 package (1 rebuild)

Use flags:

* cvs:             Enable CVS (Concurrent Versions System) integration
* perl:            Adds support/bindings for the Perl language

(1 of 1) Installing dev-util/git-1.6.0.4:0::gentoo
---snip---
&gt;&gt;&gt; Starting src_install
make -j8 NO_EXPAT=YesPlease NO_TCLTK=YesPlease NO_PERL=YesPlease NO_SVN_TESTS=YesPlease DESTDIR=/var/tmp/paludis/dev-util-git-1.6.0.4/image/ prefix=/usr install
    SUBDIR templates
install -d -m 755 &apos;/var/tmp/paludis/dev-util-git-1.6.0.4/image//usr/bin&apos;
install -d -m 755 &apos;/var/tmp/paludis/dev-util-git-1.6.0.4/image//usr/libexec/git-core&apos;
install  git-fast-import git-fetch-pack git-hash-object git-index-pack git-merge-index git-merge-tree git-mktag git-mktree git-pack-redundant git-patch-id git-receive-pack git-send-pack git-show-index git-unpack-file git-update-server-info git-upload-pack git-var git-daemon git-imap-send git-shell git-am git-bisect git-filter-branch git-lost-found git-merge-octopus git-merge-one-file git-merge-resolve git-mergetool git-parse-remote git-pull git-quiltimport git-rebase--interactive git-rebase git-repack git-request-pull git-sh-setup git-stash git-submodule git-web--browse &apos;/var/tmp/paludis/dev-util-git-1.6.0.4/image//usr/libexec/git-core&apos;
install git git-upload-pack git-receive-pack git-upload-archive git-shell git-cvsserver &apos;/var/tmp/paludis/dev-util-git-1.6.0.4/image//usr/bin&apos;
install: cannot stat `git-cvsserver&apos;: No such file or directory
make: *** [install] Error 1
/usr/libexec/paludis/utils/emake: emake returned error 2

Portage 2.2_rc14 (default/linux/amd64/2008.0/desktop, gcc-4.3.2, glibc-2.8_p20080602-r0, 2.6.27-gentoo-r2 x86_64)
=================================================================
System uname: Linux-2.6.27-gentoo-r2-x86_64-Intel-R-_Core-TM-2_Quad_CPU_Q9650_@_3.00GHz-with-glibc2.2.5
Timestamp of tree: Wed, 19 Nov 2008 23:16:01 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p39
dev-java/java-config: 1.3.7, 2.1.6-r1
dev-lang/python:     2.5.2-r8
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r8
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.3.0-r1
sys-apps/sandbox:    1.2.18.1-r3
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1
sys-devel/binutils:  2.19
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS=&quot;amd64 ~amd64&quot;
CBUILD=&quot;x86_64-pc-linux-gnu&quot;
CFLAGS=&quot;-march=core2 -O2 -pipe -ggdb&quot;
CHOST=&quot;x86_64-pc-linux-gnu&quot;
CONFIG_PROTECT=&quot;/etc&quot;
CONFIG_PROTECT_MASK=&quot;/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d&quot;
CXXFLAGS=&quot;-march=core2 -O2 -pipe -ggdb&quot;
DISTDIR=&quot;/usr/portage/distfiles&quot;
FEATURES=&quot;ccache distlocks fixpackages parallel-fetch preserve-libs protect-owned sandbox sfperms splitdebug strict unmerge-orphans userfetch&quot;
GENTOO_MIRRORS=&quot;http://gentoo.osuosl.org/ http://distro.ibiblio.org/pub/linux/distributions/gentoo/&quot;
LANG=&quot;en_US.UTF-8&quot;
LC_ALL=&quot;en_US.UTF-8&quot;
LDFLAGS=&quot;-Wl,-O1&quot;
LINGUAS=&quot;en&quot;
MAKEOPTS=&quot;-j8&quot;
PKGDIR=&quot;/usr/portage/packages&quot;
PORTAGE_RSYNC_OPTS=&quot;--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages&quot;
PORTAGE_TMPDIR=&quot;/var/tmp&quot;
PORTDIR=&quot;/usr/portage&quot;
PORTDIR_OVERLAY=&quot;/usr/local/overlays/zugaina /usr/local/overlays/paludis-extras /usr/local/overlays/sunrise /usr/local/overlays/gnome /usr/local/overlays/desktop-effects /usr/local/overlays/vmware /usr/local/overlays/ikelos /usr/local/overlays/java-overlay /usr/local/overlays/berkano /usr/local/overlays/myoverlay&quot;
SYNC=&quot;rsync://rsync.us.gentoo.org/gentoo-portage&quot;
USE=&quot;X a52 aac acl acpi alsa amd64 amr bash-completion berkdb bluetooth branding bzip2 cairo cdda cdr cli cracklib crypt css cups dbus dri dts dvd dvdr dvdread eds emboss encode esd evo fam ffmpeg flac fortran gdbm gif glitz gnome gpm gstreamer gtk hal iconv ipv6 isdnlog java jpeg kde kdehiddenvisibility ldap libnotify mad midi mikmod mmx mono mp3 mpeg mudflap multilib ncurses nls nptl nptlonly ogg opengl openmp pam pcre pdf perl pic png ppds pppd python qt3support qt4 quicktime readline reflection ruby samba sdl session spell spl sqlite sse sse2 ssl startup-notification svg sysfs tcpd theora tiff truetype unicode usb userlocales vcd vorbis x264 xml xorg xulrunner xv xvid zlib&quot; ALSA_CARDS=&quot;cmipci hdaintel&quot; ALSA_PCM_PLUGINS=&quot;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&quot; APACHE2_MODULES=&quot;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&quot; ELIBC=&quot;glibc&quot; INPUT_DEVICES=&quot;keyboard mouse evdev&quot; KERNEL=&quot;linux&quot; LCD_DEVICES=&quot;bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text&quot; LINGUAS=&quot;en&quot; USERLAND=&quot;GNU&quot; VIDEO_CARDS=&quot;nvidia&quot;
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>polynomial-c@gentoo.org</who>
            <bug_when>2008-11-20 01:22:34 0000</bug_when>
            <thetext>Fixing summary as this bug gets triggered by the perl USE flag being unset and thus git-cvsserver isn&apos;t created by the build system.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>polynomial-c@gentoo.org</who>
            <bug_when>2008-11-20 01:24:44 0000</bug_when>
            <thetext>Created an attachment (id=172433)
git-1.6.0.4-install-cvsserver-fix.patch

How about this possible fix? I just moved installation of git-cvsserver into the &quot;ifndef NO_PERL&quot; condition of the Makefile&apos;s install target which fixes the problem for me.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jdaluz@gmail.com</who>
            <bug_when>2008-11-20 02:00:22 0000</bug_when>
            <thetext>(In reply to comment #7)
&gt; Created an attachment (id=172433) [edit]
&gt; git-1.6.0.4-install-cvsserver-fix.patch
&gt; 
&gt; How about this possible fix? 

This patch worked for me, thanks.

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>1i5t5.duncan@cox.net</who>
            <bug_when>2008-11-20 09:08:58 0000</bug_when>
            <thetext>I had the problem and the patch worked here, too.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>robbat2@gentoo.org</who>
            <bug_when>2008-11-24 01:08:37 0000</bug_when>
            <thetext>Fixed in git-1.6.0.4-r1</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>polynomial-c@gentoo.org</who>
            <bug_when>2008-11-24 11:24:53 0000</bug_when>
            <thetext>*** Bug 248516 has been marked as a duplicate of this bug. ***</thetext>
          </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>172433</attachid>
            <date>2008-11-20 01:24 0000</date>
            <desc>git-1.6.0.4-install-cvsserver-fix.patch</desc>
            <filename>git-1.6.0.4-install-cvsserver-fix.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBQYXRjaCBmb3IgR2VudG9vIGJ1ZyAjMjQ3NDg3CgojIGdpdC1jdnNzZXJ2ZXIgaXMgbm90IHBy
ZXNlbnQgd2hlbiBOT19QRVJMIGlzIHNldCBpbiBNYWtlZmlsZSB3aGljaCBicmVha3MKIyBpbnN0
YWxsIHRhcmdldC4uLgoKLS0tIGdpdC0xLjYuMC40L01ha2VmaWxlCisrKyBnaXQtMS42LjAuNC9N
YWtlZmlsZQpAQCAtMTM3NiwxMCArMTM3NiwxMSBAQAogCSQoSU5TVEFMTCkgLWQgLW0gNzU1ICck
KERFU1RESVJfU1EpJChiaW5kaXJfU1EpJwogCSQoSU5TVEFMTCkgLWQgLW0gNzU1ICckKERFU1RE
SVJfU1EpJChnaXRleGVjX2luc3RkaXJfU1EpJwogCSQoSU5TVEFMTCkgJChBTExfUFJPR1JBTVMp
ICckKERFU1RESVJfU1EpJChnaXRleGVjX2luc3RkaXJfU1EpJwotCSQoSU5TVEFMTCkgZ2l0JFgg
Z2l0LXVwbG9hZC1wYWNrJFggZ2l0LXJlY2VpdmUtcGFjayRYIGdpdC11cGxvYWQtYXJjaGl2ZSRY
IGdpdC1zaGVsbCRYIGdpdC1jdnNzZXJ2ZXIgJyQoREVTVERJUl9TUSkkKGJpbmRpcl9TUSknCisJ
JChJTlNUQUxMKSBnaXQkWCBnaXQtdXBsb2FkLXBhY2skWCBnaXQtcmVjZWl2ZS1wYWNrJFggZ2l0
LXVwbG9hZC1hcmNoaXZlJFggZ2l0LXNoZWxsJFggJyQoREVTVERJUl9TUSkkKGJpbmRpcl9TUSkn
CiAJJChNQUtFKSAtQyB0ZW1wbGF0ZXMgREVTVERJUj0nJChERVNURElSX1NRKScgaW5zdGFsbAog
aWZuZGVmIE5PX1BFUkwKIAkkKE1BS0UpIC1DIHBlcmwgcHJlZml4PSckKHByZWZpeF9TUSknIERF
U1RESVI9JyQoREVTVERJUl9TUSknIGluc3RhbGwKKwkkKElOU1RBTEwpIGdpdC1jdnNzZXJ2ZXIg
JyQoREVTVERJUl9TUSkkKGJpbmRpcl9TUSknCiBlbmRpZgogaWZuZGVmIE5PX1RDTFRLCiAJJChN
QUtFKSAtQyBnaXRrLWdpdCBpbnN0YWxsCg==
</data>        

          </attachment>
    </bug>

</bugzilla>