Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260101 - app-portage/gentoolkit-0.2.4.2-r1 revdep-rebuild fails to execute under app-shells/bash-4.0
Summary: app-portage/gentoolkit-0.2.4.2-r1 revdep-rebuild fails to execute under app-s...
Status: VERIFIED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-24 08:48 UTC by Frédéric Heulin
Modified: 2009-02-28 19:30 UTC (History)
0 users

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


Attachments
roughly correct syntax (revdep-rebuild.patch,1.20 KB, patch)
2009-02-24 08:51 UTC, Frédéric Heulin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frédéric Heulin 2009-02-24 08:48:24 UTC
bash complains about syntax errors in revdep-rebuild.

Reproducible: Always

Steps to Reproduce:
1. unmask bash-4, readline-6
2. remove plugins use flag for bash-4 to able to emerge it
3. emerge -1q bash readline
4. try to revdep-rebuild (on the same session or another, no matter)
Actual Results:  
/usr/bin/revdep-rebuild: line 700: unexpected EOF while looking for matching `)'
/usr/bin/revdep-rebuild: line 1095: syntax error: unexpected end of file

Expected Results:  
* Configuring search environment for revdep-rebuild

* Checking reverse dependencies
* Packages containing binaries and libraries broken by a package update
* will be emerged.

* Collecting system binaries and libraries
* Generated new 1_files.rr
* Collecting complete LD_LIBRARY_PATH
* Generated new 2_ldpath.rr
* Checking dynamic linking consistency
[ 100% ]

* Dynamic linking on your system is consistent... All done.
Comment 1 Frédéric Heulin 2009-02-24 08:51:10 UTC
Created attachment 182999 [details, diff]
roughly correct syntax

There may be better resolution for this, but this works.
One may want to set compat31 shopt instead (not tested).
Comment 2 Frédéric Heulin 2009-02-28 19:29:24 UTC
bash4 is not keyworded yet.