Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 401383 - [FIX] media-libs/clutter-gst-1.4.6: fix armv7 compilation
Summary: [FIX] media-libs/clutter-gst-1.4.6: fix armv7 compilation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-29 18:06 UTC by Fabio Erculiani (RETIRED)
Modified: 2012-01-30 19:02 UTC (History)
1 user (show)

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


Attachments
build log (build.log,14.08 KB, text/plain)
2012-01-30 17:31 UTC, Fabio Erculiani (RETIRED)
Details
emerge --info (emerge_--info.txt,4.71 KB, text/plain)
2012-01-30 17:37 UTC, Fabio Erculiani (RETIRED)
Details
difference between tarball libtool and regenerated (libtool.diff,64.00 KB, text/plain)
2012-01-30 17:51 UTC, Fabio Erculiani (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fabio Erculiani (RETIRED) gentoo-dev 2012-01-29 18:06:25 UTC
media-libs/clutter-gst would compile fine on arm if libtool is actually rebuilt before src_compile: $to_tool_file_cmd ends up being == "".

Adding:
src_prepare() {
    gnome2_src_prepare
    eautoreconf
}

to the ebuild would fix it.

Reproducible: Always

Steps to Reproduce:
On ARMv7:
ACCEPT_KEYWORDS=** emerge clutter-gst
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-01-29 19:22:59 UTC
Which versions of clutter-gst are affected?

Please attach a emerge --info and a log of the failure.

Since this is presumably a problem with upstream's tarball packaging, upstream needs to know about it. Please file a bug at https://bugzilla.gnome.org/enter_bug.cgi?product=clutter-gst and add gnome@gentoo.org to the CC list.
Comment 2 Fabio Erculiani (RETIRED) gentoo-dev 2012-01-30 17:31:28 UTC
Created attachment 300427 [details]
build log
Comment 3 Fabio Erculiani (RETIRED) gentoo-dev 2012-01-30 17:34:30 UTC
I haven't tested versions older than 1.4.6.
Soon the emerge --info.
Comment 4 Fabio Erculiani (RETIRED) gentoo-dev 2012-01-30 17:37:49 UTC
Created attachment 300429 [details]
emerge --info
Comment 5 Fabio Erculiani (RETIRED) gentoo-dev 2012-01-30 17:51:52 UTC
Created attachment 300435 [details]
difference between tarball libtool and regenerated
Comment 6 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-01-30 18:49:04 UTC
Fixed.

P.S.: for future reference, gnome2_src_prepare always goes after eautoreconf, not before :)

>  30 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
>  clutter-gst-1.4.6.ebuild:
>  Call eautoreconf to fix building on arm (bug #401383, thanks to Fabio
>  Erculiani for reporting).
Comment 7 Fabio Erculiani (RETIRED) gentoo-dev 2012-01-30 19:02:56 UTC
Thanks, I didn't know that ;)