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

Bug 116546

Summary: libquicktime-0.9.7-r1 symlink/directory test bug
Product: Gentoo Linux Reporter: Sander Sweers <Sander.Sweers>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch for ebuilf

Description Sander Sweers 2005-12-23 15:20:27 UTC
The qbuild does a check if directory /usr/include/quicktime exists and if it is NOT a symlink. But like this if nothing exists both test will be false and the ebuild would die. I am no bash or ebuild guru but the attached patch for the ebuild should fix this.
Comment 1 Sander Sweers 2005-12-23 15:26:18 UTC
Created attachment 75413 [details, diff]
Patch for ebuilf

Added elif and cleaned up the text.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-12-23 15:46:31 UTC
Eh? The patch is just adding a redundant code that falls back to the original check if neither dir or symlink exists (i.e, if there's actually no reason to check for anything). What's this good for?