Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 346169 - media-libs/gst-plugins-base-0.10.30 aborts installation due to failed QA checks.
Summary: media-libs/gst-plugins-base-0.10.30 aborts installation due to failed QA checks.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: GStreamer package maintainers
URL:
Whiteboard:
Keywords:
: 346089 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-11-20 12:41 UTC by Erik Zeek
Modified: 2010-11-27 11:32 UTC (History)
2 users (show)

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


Attachments
build log (media-libs:gst-plugins-base-0.10.30:20101120-123131.log,220.01 KB, text/plain)
2010-11-20 12:42 UTC, Erik Zeek
Details
emerge --info (emerge-info.txt,11.54 KB, text/plain)
2010-11-20 12:42 UTC, Erik Zeek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Zeek 2010-11-20 12:41:37 UTC
At the end of the emerge I get the following.

 * QA Notice: Package has poor programming practices which may compile
 *            fine but exhibit random runtime failures.
 * libs/tag.c:1086: warning: implicit declaration of function ‘gst_tag_list_from_exif_buffer’
 * libs/tag.c:1111: warning: implicit declaration of function ‘gst_tag_list_to_exif_buffer’
 * libs/tag.c:1127: warning: implicit declaration of function ‘gst_tag_list_to_exif_buffer_with_tiff_header’
 * libs/tag.c:1128: warning: implicit declaration of function ‘gst_tag_list_from_exif_buffer_with_tiff_header’

 *
 * QA Notice: Package has poor programming practices which may compile
 *            but will almost certainly crash on 64bit architectures.
 *
 * Function `gst_tag_list_from_exif_buffer' implicitly converted to pointer at libs/tag.c:1086
 * Function `gst_tag_list_to_exif_buffer' implicitly converted to pointer at libs/tag.c:1111
 * Function `gst_tag_list_to_exif_buffer_with_tiff_header' implicitly converted to pointer at libs/tag.c:1127
 * Function `gst_tag_list_from_exif_buffer_with_tiff_header' implicitly converted to pointer at libs/tag.c:1128
 *
 *  Please file a bug about this at http://bugs.gentoo.org/
 *  with the maintaining herd of the package.
 *
 * ERROR: media-libs/gst-plugins-base-0.10.30 failed:
 *   install aborted due to poor programming practices shown above
 *
 * Call stack:
 *   misc-functions.sh, line 978:  Called install_qa_check
 *   misc-functions.sh, line 661:  Called die
 * The specific snippet of code:
 *                              die "install aborted due to" \
 *
 * If you need support, post the output of 'emerge --info =media-libs/gst-plugins-base-0.10.30',
 * the complete build log and the output of 'emerge -pqv =media-libs/gst-plugins-base-0.10.30'.
 * The complete build log is located at '/var/log/portage/media-libs:gst-plugins-base-0.10.30:20101120-123131.log'.
 * The ebuild environment file is located at '/gentoo/tmp/portage/media-libs/gst-plugins-base-0.10.30/temp/environment'.
 * S: '/gentoo/tmp/portage/media-libs/gst-plugins-base-0.10.30/work/gst-plugins-base-0.10.30'
Comment 1 Erik Zeek 2010-11-20 12:42:19 UTC
Created attachment 254905 [details]
build log
Comment 2 Erik Zeek 2010-11-20 12:42:54 UTC
Created attachment 254907 [details]
emerge --info
Comment 3 Arun Raghavan (RETIRED) gentoo-dev 2010-11-22 05:38:17 UTC
Thanks for pointing this out. The problem was with the include path order which has already been fixed upstream. Fix is now in CVS.
Comment 4 Arun Raghavan (RETIRED) gentoo-dev 2010-11-27 11:32:32 UTC
*** Bug 346089 has been marked as a duplicate of this bug. ***