Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128293 - confused message from media-libs/libquicktime-0.9.7-r1
Summary: confused message from media-libs/libquicktime-0.9.7-r1
Status: RESOLVED DUPLICATE of bug 116929
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: 2006-03-31 13:31 UTC by Lee Harr
Modified: 2006-03-31 13:33 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 Lee Harr 2006-03-31 13:31:51 UTC
At the end of the ebuild is this section...

pkg_preinst() {
        if [[ -d /usr/include/quicktime && ! -L /usr/include/quicktime ]]; then
                einfo "For compatibility with other quicktime libraries, ${PN} was"
                einfo "going to create a /usr/lib/quicktime symlink, but for some,"
                einfo "on your system, that is a directory."
                einfo "Please check that is empty, and remove it, or submit a bug"
                einfo "telling us which package owns the directory."
                die "/usr/include/quicktime is a directory."
        fi
}



It is trying to create /usr/include/quicktime, but the message talks instead about /usr/lib/quicktime.

Also,

# equery belongs /usr/include/quicktime
[ Searching for file(s) /usr/include/quicktime in *... ]
media-libs/libquicktime-0.9.4 (/usr/include/quicktime)


I am not sure where the /usr/include/quicktime link should point.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-31 13:33:56 UTC

*** This bug has been marked as a duplicate of 116929 ***