Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205821 - media-libs/libmimic-1.0.4 missing pkg-config depend
Summary: media-libs/libmimic-1.0.4 missing pkg-config depend
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: voip herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-14 17:07 UTC by Evil Compile Person
Modified: 2009-02-16 18:43 UTC (History)
2 users (show)

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


Attachments
Patch to fix some QA issues (libmimic-1.0.4-r1.ebuild.patch,1.01 KB, patch)
2009-02-13 15:18 UTC, Mounir Lamouri (volkmar) (RETIRED)
Details | Diff
Patch to fix some QA issues (libmimic-1.0.4-r1.ebuild.patch,1.24 KB, patch)
2009-02-14 21:42 UTC, Mounir Lamouri (volkmar) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Evil Compile Person 2008-01-14 17:07:14 UTC
checking for a BSD-compatible install... /usr/bin/install -c
checking for doxygen... no
checking whether to build Doxygen documentation... yes
checking for x86_64-pc-linux-gnu-pkg-config... no
checking for pkg-config... no
checking for GLIB... configure: error: Cannot find glib-2.0

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/media-libs/libmimic-1.0.4/work/libmimic-1.0.4/config.log
 *
 * ERROR: media-libs/libmimic-1.0.4 failed.
Comment 1 Charles Clément 2008-04-04 16:49:56 UTC
Fixed in voip overlay, added pkgconfig dependency for libmimic-1.0.4-r1, thanks for reporting.
Comment 2 Mounir Lamouri (volkmar) (RETIRED) gentoo-dev 2009-02-13 15:18:36 UTC
Created attachment 181882 [details, diff]
Patch to fix some QA issues

This patch fix some QA issues :
- bad license (LGPL-2 instead of LGPL-2.1)
- missing IUSE (doc)
- bad depend/rdepend (missing pkgconfig and doxygen with +doc)

In addition, some cleaning.

I choosed to bump to -r1 because of all these issues. (the bug reported don't need -r1 but missing IUSE and bad license need it, imho)

By the way, for people using voip overlay there is also a -r1 version but even if it is cleanier that -r0, it is not clean. It should be removed.
Comment 3 Mounir Lamouri (volkmar) (RETIRED) gentoo-dev 2009-02-14 21:42:35 UTC
Created attachment 182069 [details, diff]
Patch to fix some QA issues

I forgot a QA issue (quoted var) and I forgot to add EAPI="2".
Comment 4 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-02-16 18:43:13 UTC
(In reply to comment #3)
> Created an attachment (id=182069) [edit]
> Patch to fix some QA issues
> 
> I forgot a QA issue (quoted var) and I forgot to add EAPI="2".
> 

added -r1 and removed -r0. thx