Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 64132

Summary: media-libs/tiff installs directories named "html}"
Product: Gentoo Linux Reporter: Ervin Németh <ervin.nemeth+org.gentoo.bugs>
Component: [OLD] LibraryAssignee: Steve Arnold <nerdboy>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ervin Németh 2004-09-15 07:17:23 UTC
Recently started to recompile packages. I've noticed a strange file in my path. Here is the cause:

$ equery files media-libs/tiff | fgrep html}
/usr/lib/html}
/usr/share/man/html}
/usr/bin/html}
Comment 1 Harald van Dijk (RETIRED) gentoo-dev 2004-09-15 13:03:45 UTC
Changing

dodir /usr/{bin,lib,share/man,share/doc/${PF}/html}

to

dodir /usr/{bin,lib,share/man,share/doc/"${PF}"/html}

makes it work as it should. To me, it looks like a bug in Bash.
Comment 2 Ervin Németh 2004-09-16 02:02:44 UTC
Confirming, the change fixes the problem. Thanks, fn_x.
Comment 3 Steve Arnold archtester gentoo-dev 2004-09-16 23:31:01 UTC
I believe you're correct, as the older bash seems to have handled it correctly. 
All tiff ebuilds should work now.