Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 242812 - Please keyword media-libs/exempi
Summary: Please keyword media-libs/exempi
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo/BSD Team
URL: https://bugs.freedesktop.org/show_bug...
Whiteboard:
Keywords: Inclusion, KEYWORDREQ
Depends on: 250830
Blocks: gnome2.24 258134 260063
  Show dependency tree
 
Reported: 2008-10-19 18:54 UTC by Gilles Dartiguelongue (RETIRED)
Modified: 2010-02-17 08:50 UTC (History)
2 users (show)

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


Attachments
patch needed to build on bsd (iconv.patch,783 bytes, patch)
2008-10-27 16:14 UTC, Alexis Ballier
Details | Diff
media-libs:exempi-2.0.2:20081030-223630.log [hppa] (20081030-223630.log,285.55 KB, text/plain)
2008-10-30 22:51 UTC, Jeroen Roovers (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-10-19 18:54:30 UTC
Hi arches,

with the introduction of eog-2.24 in tree, you just lost keywords on it because of the new exempi dependency. Please either use.mask the xmp USE flag or keyword media-libs/exempi and readd your keyword to eog-2.24 ebuild.

It is expected that some other ebuilds will require it as well (nautilus, tracker) for which we'll fill separate bugs in due time.

Thanks in advance.
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-10-22 21:25:50 UTC
Hi arches, it's me again, following previous comment, you just loosed keyword on nautilus 2.24.

gnome-base/nautilus/nautilus-2.24.1.ebuild: alpha arm hppa ia64 ppc ppc64 sh sparc x86-fbsd -> exempi, https://bugs.gentoo.org/show_bug.cgi?id=242812

So that makes:
>=media-gfx/eog-2.24.0
>=gnome-base/nautilus/nautilus-2.24.0

please don't forgot to rekeyword those when you're done with exempi, thanks in advance.
Comment 2 Alexis Ballier gentoo-dev 2008-10-27 16:02:37 UTC
It needs valgrind :-( which doesnt work on bsd, can't proceed unless this can be made optional. masking test useflag could be an option but then I don't know what will happen if I run with FEATURES=test. Moreover it needs a patch to build because it assumes iconv functions are in the libc...
Comment 3 Alexis Ballier gentoo-dev 2008-10-27 16:14:06 UTC
Created attachment 170012 [details, diff]
patch needed to build on bsd

With that patch it builds on bsd, beware of the dep on iconv.m4.
Tests aren't ran if we don't have valgrind so I assume it's fine to mask the flag.
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2008-10-30 22:51:50 UTC
Created attachment 170359 [details]
media-libs:exempi-2.0.2:20081030-223630.log [hppa]

The build system depends on valgrind automagically, so I don't see any need for that DEPEND:

checking for valgrind... no
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
configure: WARNING: Valgrind is missing. checks will run without

As the build log shows, however, it still does need something fixed. :)
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2008-10-30 22:54:03 UTC
That's with dev-libs/boost-1.35.0-r2 btw
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2008-10-31 03:18:48 UTC
Regardless of the test suite, media-libs/exempi builds and works fine (judging from the File -> Properties dialog in media-gfx/eog) so the only thing that stands in the way of keywording is the unnecessary DEPEND on valgrind - why don't we change that DEPEND into an einfo in pkg_setup that suggests that valgrind may help on certain platforms.
Comment 7 Raúl Porcel (RETIRED) gentoo-dev 2008-11-10 09:52:39 UTC
(In reply to comment #6)
> Regardless of the test suite, media-libs/exempi builds and works fine (judging
> from the File -> Properties dialog in media-gfx/eog) so the only thing that
> stands in the way of keywording is the unnecessary DEPEND on valgrind - why
> don't we change that DEPEND into an einfo in pkg_setup that suggests that
> valgrind may help on certain platforms.
> 
valgrind only works on amd64,ppc,ppc64 and x86...therefore i'd say just p.use.mask exempi test use-flag
Comment 8 Steev Klimaszewski (RETIRED) gentoo-dev 2008-11-10 22:38:01 UTC
built on my efika, without the test keyword though as i didn't want to build valgrind or boost on it - seems to run fine with nautilus 2.24.1
Comment 9 Jeroen Roovers (RETIRED) gentoo-dev 2008-11-12 08:41:00 UTC
(In reply to comment #7)
> (In reply to comment #6)
> > Regardless of the test suite, media-libs/exempi builds and works fine (judging
> > from the File -> Properties dialog in media-gfx/eog) so the only thing that
> > stands in the way of keywording is the unnecessary DEPEND on valgrind - why
> > don't we change that DEPEND into an einfo in pkg_setup that suggests that
> > valgrind may help on certain platforms.
> > 
> valgrind only works on amd64,ppc,ppc64 and x86...therefore i'd say just
> p.use.mask exempi test use-flag

The test suite runs fine without valgrind...
Comment 10 Jeroen Roovers (RETIRED) gentoo-dev 2008-11-21 12:46:11 UTC
(In reply to comment #7)
> valgrind only works on amd64,ppc,ppc64 and x86...therefore i'd say just
> p.use.mask exempi test use-flag

So how about this: I mask `media-libs/exempi test' globally and re-CC arches that should then unmask it in their arch profiles... (Nobody else seems to want to do this simple thing.)
Comment 11 Jeroen Roovers (RETIRED) gentoo-dev 2008-11-27 23:55:35 UTC
A week passes...
Comment 12 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-11-28 00:05:27 UTC
so I discussed this on irc with armin76 and as you say we can either p.use.mask but I don't like very much profile games or we can just drop valgrind from DEPEND with a comment in the ebuild. It would then be automagic but I believe this is not the only package doing this. Bringing this up to dev would probably be interesting.

I'd vote for the "remove from DEPEND" solution for now. What would you say guys ?
Comment 13 Mart Raudsepp gentoo-dev 2008-11-28 01:32:46 UTC
For me the valgrind checks seem to stall or maybe I just need to wait more with no CPU usage going on...

Anyhow, I need to package.use.mask exempi use flag for all the arches that haven't keyworded it yet, to be able to restore their arch keyword on various packages like eog and nautilus because otherwise their ~arch is broken (gnome-desktop-2.24 is in their ~arch, but eog/nautilus-2.24 not and the earlier versions don't build against gnome-desktop-2.24)
Comment 14 Jeroen Roovers (RETIRED) gentoo-dev 2008-11-28 16:17:54 UTC
(In reply to comment #13)
> For me the valgrind checks seem to stall or maybe I just need to wait more with
> no CPU usage going on...
> 
> Anyhow, I need to package.use.mask exempi use flag for all the arches that
> haven't keyworded it yet

Why don't you just drop the valgrind dependency and allow us to keyword exempi?
Comment 15 Mart Raudsepp gentoo-dev 2008-11-30 02:31:52 UTC
(In reply to comment #14)
> Why don't you just drop the valgrind dependency and allow us to keyword exempi?

Or you could take tests as an automated test to find out possible problems, but not take them as definite if it is investigated and proven they are really not a problem in the application themselves, and not hold back keywording because of that.

I'll remove the DEPEND in a moment, please proceed.
Comment 16 Jeroen Roovers (RETIRED) gentoo-dev 2008-12-04 05:16:05 UTC
Thanks, marked ~hppa now (and eog).
Comment 17 Raúl Porcel (RETIRED) gentoo-dev 2008-12-11 10:33:18 UTC
~alpha/~ia64 done.

need to debug why it sigbuses on sparc when opening a png file.

hppa: you're missing your keyword on nautilus, unless its done on purpose
Comment 18 Jeroen Roovers (RETIRED) gentoo-dev 2008-12-16 16:49:06 UTC
(In reply to comment #17)
> hppa: you're missing your keyword on nautilus, unless its done on purpose

Thanks. All done now, then.
Comment 19 Friedrich Oslage (RETIRED) gentoo-dev 2008-12-28 16:34:06 UTC
~sparc done
Comment 20 Joe Jezak (RETIRED) gentoo-dev 2009-02-24 05:48:09 UTC
Marked ~ppc/~ppc64.
Comment 21 Raúl Porcel (RETIRED) gentoo-dev 2009-03-02 18:30:33 UTC
I did this for arm/sh already...
Comment 22 Brent Baude (RETIRED) gentoo-dev 2009-03-05 20:10:11 UTC
ppc64 done
Comment 23 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-05-17 22:20:17 UTC
(In reply to comment #2)
> It needs valgrind :-( which doesnt work on bsd, can't proceed unless this can
> be made optional. masking test useflag could be an option but then I don't know
> what will happen if I run with FEATURES=test. Moreover it needs a patch to
> build because it assumes iconv functions are in the libc...
> 

we can skip tests for bsd writing a custom src_test or look into patching out tests needing valgrind for you. Could you report your iconv patch upstream please ? (or do you want me to do it ?)
Comment 24 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-05-17 22:33:10 UTC
package.use.mask for the test USE flag until valgrind dependency is needed should be fine, running FEATURES=test on a test USE masked ebuild is supposed to work out fine (if it doesn't it's a package manager bug), so I guess we should go for that for now.
Comment 25 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-05-17 22:33:42 UTC
Didn't want to close the bug, sorry.
Comment 26 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-08-14 11:51:19 UTC
I'll test patch with latest exempi asap.
Comment 27 Samuli Suominen (RETIRED) gentoo-dev 2010-02-17 08:46:04 UTC
(In reply to comment #3)
> Created an attachment (id=170012) [details]
> patch needed to build on bsd
> 
> With that patch it builds on bsd, beware of the dep on iconv.m4.
> Tests aren't ran if we don't have valgrind so I assume it's fine to mask the
> flag.
> 

Thanks.

+  17 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> exempi-2.1.1.ebuild,
+  +files/exempi-2.1.1-iconv.patch:
+  Fix missing -liconv with ~x86-fbsd and keyword wrt #242812.

Let me know if you get any problems, pushing this to upstream now.
Comment 28 Samuli Suominen (RETIRED) gentoo-dev 2010-02-17 08:50:46 UTC
https://bugs.freedesktop.org/show_bug.cgi?id=26602