Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 739412 - media-tv/v4l-utils-9999 fails to build due to gettext autoconf errors
Summary: media-tv/v4l-utils-9999 fails to build due to gettext autoconf errors
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-28 12:33 UTC by Luke A. Guest
Modified: 2020-08-28 20:51 UTC (History)
1 user (show)

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


Attachments
Emerge logs (v4l-utils-9999-logs.tar.gz,38.01 KB, application/gzip)
2020-08-28 12:34 UTC, Luke A. Guest
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Luke A. Guest 2020-08-28 12:33:28 UTC
compile time options summary
============================

    Host OS                    : linux-gnu
    X11                        : yes
    GL                         : yes
    glu                        : yes
    libelf                     : yes
    libjpeg                    : yes
    libudev                    : yes
    pthread                    : yes
    QT version                 : v5.4 with QtGL
    ALSA support               : yes
    SDL support                : yes

    build dynamic libs         : yes
    build static libs          : no

    gconv                      : no

    dynamic libv4l             : yes
    v4l_plugins                : yes
    v4l_wrappers               : yes
    libdvbv5                   : yes
    dvbv5-daemon               : yes
    v4lutils                   : yes
    qv4l2                      : yes
    qvidcap                    : yes
    v4l2-ctl uses libv4l       : yes
    v4l2-ctl-32                : no
    v4l2-compliance            : yes
    v4l2-compliance uses libv4l: yes
    v4l2-compliance-32         : no
    BPF IR Decoders:           : yes
>>> Source configured.
>>> Compiling source in /var/tmp/portage/media-tv/v4l-utils-9999/work/v4l-utils-9999 ...
make -j5 
make  all-recursive
make[1]: Entering directory '/var/tmp/portage/media-tv/v4l-utils-9999/work/v4l-utils-9999'
Making all in v4l-utils-po
make[2]: Entering directory '/var/tmp/portage/media-tv/v4l-utils-9999/work/v4l-utils-9999/v4l-utils-po'
*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.20 but the autoconf macros are from gettext version 0.19
make[2]: *** [Makefile:233: stamp-po] Error 1
make[2]: Leaving directory '/var/tmp/portage/media-tv/v4l-utils-9999/work/v4l-utils-9999/v4l-utils-po'
make[1]: *** [Makefile:594: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/media-tv/v4l-utils-9999/work/v4l-utils-9999'
make: *** [Makefile:521: all] Error 2


Reproducible: Always

Steps to Reproduce:
1. emerge -avD @preserved-rebuild (or just emerge the package normally)
2. Watch it fail

Actual Results:  
Doesn't emerge

Expected Results:  
Emerge
Comment 1 Luke A. Guest 2020-08-28 12:34:58 UTC
Created attachment 657300 [details]
Emerge logs
Comment 2 Luke A. Guest 2020-08-28 18:22:10 UTC
I completely forgot that this was a custom ebuild I'd set up ages ago, probably for another failure somewhere.

Anyway, I've resolved it by downgrading to 1.20.0
Comment 3 Jonas Stein gentoo-dev 2020-08-28 20:51:24 UTC
ok I close it then. Thanks.