Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28920 - coreutils 5.0-r4 + cvs
Summary: coreutils 5.0-r4 + cvs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-16 16:01 UTC by Daniel Schindler
Modified: 2003-09-21 16:33 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Schindler 2003-09-16 16:01:45 UTC
There s an bug in the ebuild of coreutils-5.0-r4. There is an dependency
missing. There should be also an dependency for cvs, if there is not and you
don't have cvs installed then there is an emerge error.

to fix this error just emerge cvs and then coreutils
Comment 1 SpanKY gentoo-dev 2003-09-16 16:39:38 UTC
umm please post the error related to cvs ... ACL bug is already filed at Bug 28547
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2003-09-16 20:41:03 UTC
please paste the error
Comment 3 Daniel Schindler 2003-09-17 03:20:10 UTC
OK, heres the error message:

Calculating dependencies ...done!
>>> emerge (1 of 1) sys-apps/coreutils-5.0-r4 to /
>>> md5 src_uri ;-) coreutils-5.0.tar.bz2
>>> md5 src_uri ;-) coreutils-gentoo-1.7.tar.bz2
>>> Unpacking source...
>>> Unpacking coreutils-5.0.tar.bz2 to /var/tmp/portage/coreutils-5.0-r4/work
>>> Unpacking coreutils-gentoo-1.7.tar.bz2 to /var/tmp/portage/coreutils-5.0-r4/work
 * Applying various patches (bugfixes/updates)...
 *   001_all_coreutils-acl.patch...                                       [ ok ] *   002_all_coreutils-acl+posix.patch...                                 [ ok ] *   003_all_coreutils-xattr.patch...                                     [ ok ] *   004_all_coreutils-i18n.patch...                                      [ ok ] *   005_all_coreutils-misc-acl-stuff.patch...                            [ ok ] *   006_all_coreutils-tests.patch...                                     [ ok ] *   999_all_coreutils-progress-bar-acl.patch...                          [ ok ] * Done with patching
 * Applying various patches (bugfixes/updates)...
 *   002_all_coreutils-rms-rant.patch...                                  [ ok ] *   003_all_coreutils-remove-su-info.patch...                            [ ok ] *   004_all_coreutils-gentoo-uname.patch...                              [ ok ] * Done with patching
>>> Source unpacked.
autopoint: *** cvs program not found
autopoint: *** Stop.
autoreconf-2.57: autopoint failed with exit status: 1
 
!!! ERROR: sys-apps/coreutils-5.0-r4 failed.
!!! Function src_compile, Line 79, Exitcode 1
!!! (no error message)
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2003-09-17 04:53:47 UTC
Az, help! :(
Comment 5 SpanKY gentoo-dev 2003-09-19 05:27:51 UTC
------- Additional Comments From azarah@gentoo.org  2003-18-09 12:19 EST -------
Easy fix:

  export AUTOPOINT="true"  # or maybe 'export AUTOPOINT="/bin/true"' for
                           # 'correctness'

in the ebuild if we do not have the cvs binary (or always, but we might
then want some wider testing).

Hope it helps =)

----------------------------------------
nosferatu coreutils-5.0 # USE="nls acl" emerge coreutils --nodeps
Calculating dependencies ...done!
>>> emerge (1 of 1) sys-apps/coreutils-5.0-r4 to /
>>> md5 src_uri ;-) coreutils-5.0.tar.bz2
>>> md5 src_uri ;-) coreutils-gentoo-1.7.tar.bz2
>>> md5 src_uri ;-) coreutils-5.0-r2-selinux.patch.bz2
>>> Unpacking source...
>>> Unpacking coreutils-5.0.tar.bz2 to /space/var/tmp/portage/coreutils-5.0-r4/work
>>> Unpacking coreutils-gentoo-1.7.tar.bz2 to /space/var/tmp/portage/coreutils-5.0-r4/work
 * Applying various patches (bugfixes/updates)...
 *   001_all_coreutils-acl.patch...                                                                                   [ ok ] *   002_all_coreutils-acl+posix.patch...                                                                             [ ok ] *   003_all_coreutils-xattr.patch...                                                                                 [ ok ] *   004_all_coreutils-i18n.patch...                                                                                  [ ok ] *   005_all_coreutils-misc-acl-stuff.patch...                                                                        [ ok ] *   006_all_coreutils-tests.patch...                                                                                 [ ok ] *   999_all_coreutils-progress-bar-acl.patch...                                                                      [ ok ] * Done with patching
 * Applying various patches (bugfixes/updates)...
 *   002_all_coreutils-rms-rant.patch...                                                                              [ ok ] *   003_all_coreutils-remove-su-info.patch...                                                                        [ ok ] *   004_all_coreutils-gentoo-uname.patch...                                                                          [ ok ] * Done with patching
>>> Source unpacked.
autopoint: *** cvs program not found
autopoint: *** Stop.
autoreconf-2.57: autopoint failed with exit status: 1
 
!!! ERROR: sys-apps/coreutils-5.0-r4 failed.
!!! Function src_compile, Line 79, Exitcode 1
!!! (no error message)
 
nosferatu coreutils-5.0 # AUTOPOINT=true USE="nls acl" emerge coreutils --nodeps
Calculating dependencies ...done!
>>> emerge (1 of 1) sys-apps/coreutils-5.0-r4 to /
>>> md5 src_uri ;-) coreutils-5.0.tar.bz2
>>> md5 src_uri ;-) coreutils-gentoo-1.7.tar.bz2
>>> md5 src_uri ;-) coreutils-5.0-r2-selinux.patch.bz2
>>> Unpacking source...
>>> Unpacking coreutils-5.0.tar.bz2 to /space/var/tmp/portage/coreutils-5.0-r4/work
>>> Unpacking coreutils-gentoo-1.7.tar.bz2 to /space/var/tmp/portage/coreutils-5.0-r4/work
 * Applying various patches (bugfixes/updates)...
 *   001_all_coreutils-acl.patch...                                                                                   [ ok ] *   002_all_coreutils-acl+posix.patch...                                                                             [ ok ] *   003_all_coreutils-xattr.patch...                                                                                 [ ok ] *   004_all_coreutils-i18n.patch...                                                                                  [ ok ] *   005_all_coreutils-misc-acl-stuff.patch...                                                                        [ ok ] *   006_all_coreutils-tests.patch...                                                                                 [ ok ] *   999_all_coreutils-progress-bar-acl.patch...                                                                      [ ok ] * Done with patching
 * Applying various patches (bugfixes/updates)...
 *   002_all_coreutils-rms-rant.patch...                                                                              [ ok ] *   003_all_coreutils-remove-su-info.patch...                                                                        [ ok ] *   004_all_coreutils-gentoo-uname.patch...                                                                          [ ok ] * Done with patching
>>> Source unpacked.
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
checking for perl5.003 or newer... yes
checking for i686-pc-linux-gnu-gcc... gcc
checking for C compiler default output... Caught signal 2
nosferatu coreutils-5.0 #
Comment 6 Martin Schlemmer (RETIRED) gentoo-dev 2003-09-21 16:33:07 UTC
Seemant, stealing this one.  Anyhow, fixed in cvs, please reopen
if still issues:

-------------------------------------------
--- ChangeLog   2003-09-20 22:46:01.000000000 +0200
+++ ChangeLog.new       2003-09-22 01:35:39.331179016 +0200
@@ -2,6 +2,9 @@
 # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
 # $Header: /home/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.33 2003/09/19 19:47:43 joker Exp $
  
+  22 Sep 2003; Martin Schlemmer <azarah@gentoo.org> coreutils-5.0-r4.ebuild:
+  Fix issues with gettext's autopoint if cvs is not installed (bug #28920).
+
   19 Sep 2003; Christian Birchinger <joker@gentoo.org>
   coreutils-5.0-r3.ebuild:
   Added sparc stable keyword