Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 494462 - [x11 overlay] dev-libs/weston-1.3.1 - src_configure(): maintainer mode triggered in .../work/weston-1.3.1/missing: line 81: automake-1.13: command not found
Summary: [x11 overlay] dev-libs/weston-1.3.1 - src_configure(): maintainer mode trigge...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-16 18:24 UTC by Thomas Capricelli
Modified: 2014-03-18 22:42 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Capricelli 2013-12-16 18:24:09 UTC
when i do "emerge weston", i got this:
[ebuild  N    ] dev-libs/weston-1.3.1  USE="X drm egl examples fbdev launch opengl resize-optimization suid tablet view wayland-compositor xwayland -colord -editor (-gles2) -headless -rdp (-rpi) -static-libs -systemd {-test} -unwind" 

Would you like to merge these packages? [Yes/No] 
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) dev-libs/weston-1.3.1 from x11
>>> Failed to emerge dev-libs/weston-1.3.1, Log file:
>>>  '/var/tmp/portage/dev-libs/weston-1.3.1/temp/build.log'
>>> Jobs: 0 of 1 complete, 1 failed                 Load avg: 0.55, 0.30, 0.18
 * Package:    dev-libs/weston-1.3.1
 * Repository: x11
 * Maintainer: x11@gentoo.org
 * USE:        X amd64 drm egl elibc_glibc examples fbdev kernel_linux launch opengl resize-optimization suid tablet userland_GNU view wayland-compositor xwayland
 * FEATURES:   preserve-libs sandbox userpriv usersandbox
configure: loading site script /usr/share/config.site
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
(...)
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

        Native Backend                  drm-backend.so
        setuid Install                  yes

        Cairo Renderer                  gl
        EGL                             yes
        libxkbcommon                    yes
        XWayland                        yes

        Build wcap utility              yes
        Build Tablet Shell              yes

        weston-launch utility           yes
        weston-launch systemd support   no

        DRM Compositor                  yes
        X11 Compositor                  yes
        Wayland Compositor              yes
        Headless Compositor             no
        RPI Compositor                  no
        FBDEV Compositor                yes
        RDP Compositor                  no

        Raspberry Pi BCM headers        no

        Build Clients                   yes
        Build EGL Clients               yes
        Build Simple Clients            yes
        Build Simple EGL Clients        yes

        Install Demo Clients            no

        Colord Support
        GLU Support                     yes
        LCMS2 Support                   yes
        libwebp Support                 yes
        libunwind Support
        VA H.264 encoding Support       no

 cd . && /bin/sh /var/tmp/portage/dev-libs/weston-1.3.1/work/weston-1.3.1/missing automake-1.13 --foreign Makefile
/var/tmp/portage/dev-libs/weston-1.3.1/work/weston-1.3.1/missing: line 81: automake-1.13: command not found
WARNING: 'automake-1.13' is missing on your system.
         You should only need it if you modified 'Makefile.am' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'automake' program is part of the GNU Automake package:
         <http://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <http://www.gnu.org/software/autoconf>
         <http://www.gnu.org/software/m4/>
         <http://www.perl.org/>
Makefile:399: recipe for target 'Makefile.in' failed
make: *** [Makefile.in] Error 127
 * ERROR: dev-libs/weston-1.3.1::x11 failed (compile phase):
 *   emake failed
 * 

Reproducible: Always




autocompletion for "automake" on my system gives:
automake      automake-1.11 automake-1.12 automake-1.14 

(I thought it was worth mentionning as the error mentions automake 1.13)
Comment 1 Thomas Capricelli 2013-12-16 19:58:14 UTC
As a workaround, i installed automake by hand and it works:

emerge -1 automake:1.13
Comment 2 David Heidelberg (okias) 2013-12-30 20:14:19 UTC
Can you retest with weston-1.3.91 ?
Comment 3 Thomas Capricelli 2014-01-01 16:18:14 UTC
I had to unmerge automake-1.13 before so that to be in the same condition.

And then, yes, indeed, that now works. Congragt :)