Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 519274 - sys-apps/acl-2.2.52-r1 - grep: invalid option -- 'g'
Summary: sys-apps/acl-2.2.52-r1 - grep: invalid option -- 'g'
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-07 01:09 UTC by far jump
Modified: 2014-08-13 03:38 UTC (History)
0 users

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


Attachments
emerge --info (emerge--info.txt,4.56 KB, text/plain)
2014-08-07 01:09 UTC, far jump
Details
build log (build.log,102.17 KB, text/plain)
2014-08-07 20:04 UTC, far jump
Details

Note You need to log in before you can comment on or make changes to this bug.
Description far jump 2014-08-07 01:09:04 UTC
Created attachment 382420 [details]
emerge --info

doing:
emerge --update --newuse --deep --with-bdeps=y @world
sys-apps/acl-2.2.52-r1 compiles but fails to install

...
/usr/bin/gmake -C libmisc
gmake[1]: Entering directory `/var/tmp/portage/sys-apps/acl-2.2.52-r1/work/acl-2.2.52-abi_x86_64.amd64/po'
grep: invalid option -- 'g'
Usage: grep [OPTION]... PATTERN [FILE]...
Try 'grep --help' for more information.
../include/install-sh: line 116: [: too many arguments
grep: invalid option -- 'g'
Usage: grep [OPTION]... PATTERN [FILE]...
Try 'grep --help' for more information.
grep: invalid option -- 'g'
Usage: grep [OPTION]... PATTERN [FILE]...
Try 'grep --help' for more information.
../include/install-sh: line 116: [: too many arguments
../include/install-sh: line 116: [: too many arguments
gmake[1]: Leaving directory `/var/tmp/portage/sys-apps/acl-2.2.52-r1/work/acl-2.2.52-abi_x86_64.amd64/po'
/usr/bin/gmake -C test install
gmake[2]: Entering directory `/var/tmp/portage/sys-apps/acl-2.2.52-r1/work/acl-2.2.52-abi_x86_64.amd64/libmisc'
gmake[2]: Nothing to be done for `default'.
gmake[2]: Leaving directory `/var/tmp/portage/sys-apps/acl-2.2.52-r1/work/acl-2.2.52-abi_x86_64.amd64/libmisc'
/usr/bin/gmake -C m4
gmake[2]: Entering directory `/var/tmp/portage/sys-apps/acl-2.2.52-r1/work/acl-2.2.52-abi_x86_64.amd64/man/man1'
../../include/install-sh -o  -g  -m 755 -d /usr/share/man/man1
grep: invalid option -- 'g'
Usage: grep [OPTION]... PATTERN [FILE]...
Try 'grep --help' for more information.
../include/install-sh: line 116: [: too many arguments
gmake[1]: *** [install] Error 255
gmake[1]: Leaving directory `/var/tmp/portage/sys-apps/acl-2.2.52-r1/work/acl-2.2.52-abi_x86_64.amd64/chacl'
gmake[1]: Entering directory `/var/tmp/portage/sys-apps/acl-2.2.52-r1/work/acl-2.2.52-abi_x86_64.amd64/test'
gmake[1]: Nothing to be done for `install'.
gmake[1]: Leaving directory `/var/tmp/portage/sys-apps/acl-2.2.52-r1/work/acl-2.2.52-abi_x86_64.amd64/test'
make: *** [chacl-install] Error 2
gmake[1]: *** [install] Error 255
make: *** Waiting for unfinished jobs....
Comment 1 far jump 2014-08-07 01:10:18 UTC
please notice multiple:

grep: invalid option -- 'g'
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-08-07 09:04:04 UTC
Please attach the entire build log to this bug report.
Comment 3 far jump 2014-08-07 20:04:29 UTC
Created attachment 382492 [details]
build log
Comment 4 SpanKY gentoo-dev 2014-08-11 04:32:54 UTC
unpack the acl tarball by hand and run:
$ bash -x ./configure >& log

then post that log file as an attachment
Comment 5 far jump 2014-08-12 14:28:42 UTC
Yes, that did the trick - it revealed the problem - thanks for your help