Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 127180
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Jeremy Huddleston (RETIRED) <eradicator@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jeffrey Forman (RETIRED) <jforman@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 127180 depends on: Show dependency tree
Bug 127180 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-03-22 05:40 0000
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 From Jakub Moc (RETIRED) 2006-03-22 06:10:24 0000 -------
*** Bug 127181 has been marked as a duplicate of this bug. ***

------- Comment #2 From Jeremy Huddleston (RETIRED) 2006-03-31 21:31:07 0000 -------
I committed a fix to this in 1.5.1-r1 (or atleast I think it should fix it). 
Please test it out.

Thanks.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug