Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 127180 - squirrelmail 1.5.1 errors out on doc during emerge
Summary: squirrelmail 1.5.1 errors out on doc during emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
: 127181 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-03-22 05:40 UTC by Jeffrey Forman (RETIRED)
Modified: 2006-03-31 21:31 UTC (History)
0 users

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 Jeffrey Forman (RETIRED) gentoo-dev 2006-03-22 05:40:05 UTC
hey jeremy,

i am attempting to emerge the ~x86 squirrelmail-1.5.1 and came upon this odd error:
 * ebuild fault: file '/usr/share/webapps/squirrelmail/1.5.1/htdocs/plugins/*/gpg_local_prefs.txt' not found
 * Please report this as a bug at http://bugs.gentoo.org/

i poked around in the ebuild and found, what i think is the offending line (125):
 for doc in plugins/{README.plugins,*/{INSTALL,README,COPYRIGHTS,CHANGELOG,API,UPGRADE,TODO,README.txt,INSTALL.txt,user_example.txt}} ; do

i think my mind is getting lost in the syntax of the { }.
i tried changing it to
 for doc in plugins/{README.plugins,*}/{INSTALL,README,COPYRIGHTS,CHANGELOG,API,UPGRADE,TODO,README.txt,INSTALL.txt,user_example.txt} ; do 
which made sense to me, but that only errored out even more. any ideas here?
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-22 06:10:24 UTC
*** Bug 127181 has been marked as a duplicate of this bug. ***
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2006-03-31 21:31:07 UTC
I committed a fix to this in 1.5.1-r1 (or atleast I think it should fix it).  Please test it out.

Thanks.