Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 372221 - www-client/luakit-9999 - configure breaks because of missing 'unique'
Summary: www-client/luakit-9999 - configure breaks because of missing 'unique'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alex Alexander (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-19 00:43 UTC by avx
Modified: 2011-06-30 17:08 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 avx 2011-06-19 00:43:47 UTC
luakit (git: 9c82c97e01bf143aa1c5f5814ddbd97d049d9912) breaks the build/configure with:

--snip--
make -j9 --quiet PREFIX=/usr DEVELOPMENT_PATHS=0 USE_LUAJIT=1 
Package unique-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `unique-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'unique-1.0' found
config.mk:66: *** Cannot find required libraries to build luakit. Please check you have the above packages installed and try again..  Stop.
emake failed
--snap--

Tried with dev-libs/libunique, but that doesn't seem to be the dep since it doesn't change the outcome.

Reproducible: Always
Comment 1 Rafał Mużyło 2011-06-19 01:29:26 UTC
Was that unique:1 or unique:3 ?
Attach full build log.
Fun side of live ebuilds anyway.
Comment 2 avx 2011-06-19 01:37:51 UTC
Ah, I missed that there's a :1.

`emerge =libunique-1.1.6 luakit` succeeds and luakit works. With :3 it fails. Build-log still required?
Comment 3 Alex Alexander (RETIRED) gentoo-dev 2011-06-30 17:08:57 UTC
fixed, thanks for reporting :)

wired * gentoo-x86/www-client/luakit/ (ChangeLog luakit-9999.ebuild): 
added new dependency, libunique. bug #372221