Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71506 - libjackasyn-0.10 fail in install
Summary: libjackasyn-0.10 fail in install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-17 02:42 UTC by Giovanni
Modified: 2004-11-22 21:00 UTC (History)
1 user (show)

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 Giovanni 2004-11-17 02:42:39 UTC
emerge libjackasyn fail in install step

Reproducible: Always
Steps to Reproduce:
1. emerge libjackasyn
2.
3.

Actual Results:  
>>> Install libjackasyn-0.10 into
/home/tmp/portage/portage/libjackasyn-0.10/image/ category media-libs
install -m 644 libjackasyn.a /home/tmp/portage/portage/libjackasyn-0.10/image//lib
install -m 644 libjackasyn.so.0.10
/home/tmp/portage/portage/libjackasyn-0.10/image//lib
install -m 644 libjackoss.h
/home/tmp/portage/portage/libjackasyn-0.10/image//usr/include
ln -s libjackasyn.so.0.10
/home/tmp/portage/portage/libjackasyn-0.10/image//lib/libjackasyn.so.0
ln: accessing
`/home/tmp/portage/portage/libjackasyn-0.10/image//lib/libjackasyn.so.0': Not a
directory
make: *** [install] Error 1
Comment 1 Giovanni 2004-11-17 06:06:49 UTC
correct libjackasyn-0.10.ebuild:

src_install() {
+   dodir /lib
    dodir /usr/bin
    dodir /usr/$(get_libdir)
    dodir /usr/include

    make DESTDIR="${D}" install || die
    dodoc AUTHORS CHANGELOG WORKING TODO
}

but i dont know if the location (/lib) is correct.
libjackasyn-0.8.ebuild put it in /usr/lib.
perhaps incorrect patch to Makefile (libjackasyn-0.10-destdir.patch)?
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2004-11-22 21:00:31 UTC
fixed now, thanks.