Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 565636 - media-video/vlc-9999 requires >=sys-devel/gettext-0.19.6
Summary: media-video/vlc-9999 requires >=sys-devel/gettext-0.19.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Nick Andrade
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-13 01:06 UTC by BT
Modified: 2016-10-21 10:19 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge.info,5.45 KB, text/plain)
2015-11-13 01:07 UTC, BT
Details
build.log (build.log,4.81 KB, text/x-log)
2015-11-13 01:07 UTC, BT
Details
vlc-9999-gettext-19.6.patch (vlc-9999-gettext-19.6.patch,295 bytes, patch)
2015-11-18 05:17 UTC, Nick Andrade
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description BT 2015-11-13 01:06:48 UTC
Attempting to emerge media-video/vlc-9999 on stable amd64 results in the following error:

 * Failed Running autopoint !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/media-video/vlc-9999/temp/autopoint.out
 * ERROR: media-video/vlc-9999::gentoo failed (prepare phase):
 *   Failed Running autopoint !
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_prepare
 *   environment, line 3880:  Called eautoreconf
 *   environment, line 1518:  Called autotools_run_tool '--at-missing' 'autopoint' '--force'
 *   environment, line 1286:  Called die
 * The specific snippet of code:
 *           die "Failed Running $1 !";


Contents of /var/tmp/portage/media-video/vlc-9999/temp/autopoint.out:

***** autopoint *****
***** PWD: /var/tmp/portage/media-video/vlc-9999/work/vlc-9999
***** autopoint --force

autopoint: *** The AM_GNU_GETTEXT_VERSION declaration in your configure.ac
               file requires the infrastructure from gettext-0.19.6 but this version
               is older. Please upgrade to gettext-0.19.6 or newer.
autopoint: *** Stop.


media-video/vlc-9999 currently specifies >=sys-devel/gettext-0.19.2 as the minimum version. gettext-019.4 is currently stable on amd64. Unmasking gettext-019.6 results in a successful build of vlc-9999.
Comment 1 BT 2015-11-13 01:07:10 UTC
Created attachment 416814 [details]
emerge --info
Comment 2 BT 2015-11-13 01:07:28 UTC
Created attachment 416816 [details]
build.log
Comment 4 Nick Andrade 2015-11-18 05:17:26 UTC
Created attachment 417258 [details, diff]
vlc-9999-gettext-19.6.patch

Patch to fix 9999
Comment 5 Nick Andrade 2015-11-18 05:49:33 UTC
Looks like only 9999 needs to be updated; other live builds can still use the older gettext.
Comment 6 BT 2016-09-27 02:10:10 UTC
Friendly bump. Is there a reason why this trivial fix hasn't been applied yet?
Comment 7 Nick Andrade 2016-09-27 15:30:18 UTC
Hi BT, sorry for the delay.  I will be working on merging a few changes into 9999 tonight including this.  Once that's done and tested I'll be working with proxy-maint to get this posted.  Apologies for the delay; the VLC 9999 is a bit tricky to maintain with the jump to FFmpeg 3.0 which doesn't work for VLC-2.2.x.  Anyways, I should have time tonight and hope to have the updated version out by tomorrow.
Comment 8 Nick Andrade 2016-09-28 09:30:59 UTC
A new ebuild with this change and several others is available in bug 593228.  If you have a moment, please test it and provide feedback in either bug report.
Comment 9 BT 2016-09-28 12:19:50 UTC
(In reply to Nick Andrade from comment #8)

Builds with gcc-4.9.3, ffmpeg-3.1.3 and qt-5.6.1. Thanks.