Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68146 - uudeview 0.5.20 doesn't install lib and headers
Summary: uudeview 0.5.20 doesn't install lib and headers
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-19 06:51 UTC by Dirk Heinrichs
Modified: 2004-10-21 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 Dirk Heinrichs 2004-10-19 06:51:33 UTC
I tried to create an ebuild for klibido, which needs libuu from uudeview. Unfortunately, make install of the uudeview package doesn't install uudeview.h and libuu.a automatically. So I had to enhance the ebuild to do so.

Reproducible: Always
Steps to Reproduce:
1. emerge uudeview

Actual Results:  
/usr/include/uudeview.h and /usr/lib/libuu.a are not installed. 

Expected Results:  
The files above should have been installed. 

I added the following lines to the src_install() function: 
 
cd ${S}/uulib 
insinto /usr/include 
doins uudeview.h 
dolib.a libuu.a 
cd -
Comment 1 Sven Wegener gentoo-dev 2004-10-19 06:55:58 UTC
dev-libs/uulib provides the header and library.
Comment 2 Dirk Heinrichs 2004-10-19 07:08:39 UTC
OK, thanx. But why two ebuilds for one package?
Comment 3 Sven Wegener gentoo-dev 2004-10-19 07:14:44 UTC
I first thought about it, but as it's only a static library it's only needed for
compile time and we can save the time to compile the complete uudeview utilities
when only libuu is needed. uudeview is linked static against the included libuu
and we don't need to pollute the users system with a static lib that would get
installed with the command line utilities.
Comment 4 Chuck Wegrzyn 2004-10-19 10:33:09 UTC
Well it turns out there are some kde applications that use libuu and expect to see the library and header files included.
Comment 5 Sven Wegener gentoo-dev 2004-10-21 13:33:13 UTC
And that are which packages?