Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 116546 - libquicktime-0.9.7-r1 symlink/directory test bug
Summary: libquicktime-0.9.7-r1 symlink/directory test bug
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-23 15:20 UTC by Sander Sweers
Modified: 2005-12-23 15:46 UTC (History)
0 users

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


Attachments
Patch for ebuilf (libquicktime-ebuild.patch,1.23 KB, patch)
2005-12-23 15:26 UTC, Sander Sweers
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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?