Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Erledigt] dev-cpp/gtkmm-3.4.0 lässt sich emergen
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
3PO
Veteran
Veteran


Joined: 26 Nov 2006
Posts: 1110
Location: Schwabenländle

PostPosted: Fri Oct 05, 2012 10:47 am    Post subject: [Erledigt] dev-cpp/gtkmm-3.4.0 lässt sich emergen Reply with quote

Hallo Zusammen,

Beim wold Update sollte u.a. auf dev-cpp/gtkmm-3.4.0 ugedatet werden, leider aber bleibt der Compiler mit folgendem Fehler hängen:

Code:
Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) dev-cpp/gtkmm-3.4.0
 * gtkmm-3.4.0.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                                                     [ ok ]
>>> Unpacking source...
>>> Unpacking gtkmm-3.4.0.tar.xz to /tmp/portage/dev-cpp/gtkmm-3.4.0/work
>>> Source unpacked in /tmp/portage/dev-cpp/gtkmm-3.4.0/work
>>> Preparing source in /tmp/portage/dev-cpp/gtkmm-3.4.0/work/gtkmm-3.4.0 ...
 * Applying gtkmm-3.4.0-automagic-gdk-targets.patch ...                                                                                                                                        [ ok ]
 * Running eautoreconf in '/tmp/portage/dev-cpp/gtkmm-3.4.0/work/gtkmm-3.4.0' ...
 * Running libtoolize --install --copy --force --automake ...                                                                                                                                  [ ok ]
 * Running aclocal -I build ...                                                                                                                                                                [ ok ]
 * Running autoconf ...                                                                                                                                                                        [ ok ]
 * Running autoheader ...                                                                                                                                                                      [ ok ]
 * Running automake --add-missing --copy ...                                                                                                                                                   [ !! ]

 * Failed Running automake !
 *
 * Include in your bugreport the contents of:
 *
 *   /tmp/portage/dev-cpp/gtkmm-3.4.0/temp/automake.out

 * ERROR: dev-cpp/gtkmm-3.4.0 failed (prepare phase):
 *   Failed Running automake !
 *
 * Call stack:
 *     ebuild.sh, line   89:  Called src_prepare
 *   environment, line 3346:  Called eautoreconf
 *   environment, line  856:  Called eautomake
 *   environment, line  809:  Called autotools_run_tool 'automake' '--add-missing' '--copy'
 *   environment, line  614:  Called die
 * The specific snippet of code:
 *           die "Failed Running $1 !";
 *
 * If you need support, post the output of `emerge --info '=dev-cpp/gtkmm-3.4.0'`,
 * the complete build log and the output of `emerge -pqv '=dev-cpp/gtkmm-3.4.0'`.
/usr/lib/portage/bin/isolated-functions.sh: line 213: wait: `Failed Running automake !': not a pid or valid job spec
 * The complete build log is located at '/log/portage/dev-cpp:gtkmm-3.4.0:20121005-103554.log'.
 * For convenience, a symlink to the build log is located at '/tmp/portage/dev-cpp/gtkmm-3.4.0/temp/build.log'.
 * The ebuild environment file is located at '/tmp/portage/dev-cpp/gtkmm-3.4.0/temp/environment'.
 * Working directory: '/tmp/portage/dev-cpp/gtkmm-3.4.0/work/gtkmm-3.4.0'
 * S: '/tmp/portage/dev-cpp/gtkmm-3.4.0/work/gtkmm-3.4.0'

>>> Failed to emerge dev-cpp/gtkmm-3.4.0, Log file:

>>>  '/log/portage/dev-cpp:gtkmm-3.4.0:20121005-103554.log'


Hat Jemand eine Idee?


Last edited by 3PO on Sun Oct 07, 2012 8:25 am; edited 1 time in total
Back to top
View user's profile Send private message
Treborius
Guru
Guru


Joined: 18 Oct 2005
Posts: 585
Location: Berlin

PostPosted: Fri Oct 05, 2012 11:38 am    Post subject: Re: dev-cpp/gtkmm-3.4.0 lässt sich emergen Reply with quote

3PO wrote:
[ !! ]
* Failed Running automake !
*
* Include in your bugreport the contents of:
*
* /tmp/portage/dev-cpp/gtkmm-3.4.0/temp/automake.out

_________________
Systems running gentoo :
Desktop, Laptop, ZOTAC AD-10 media-center, odroid-xu4 server / wLan-router
Back to top
View user's profile Send private message
3PO
Veteran
Veteran


Joined: 26 Nov 2006
Posts: 1110
Location: Schwabenländle

PostPosted: Fri Oct 05, 2012 11:42 am    Post subject: Reply with quote

Code:
vdr01 ~ # cat /tmp/portage/dev-cpp/gtkmm-3.4.0/temp/automake.out
***** automake *****
***** PWD: /tmp/portage/dev-cpp/gtkmm-3.4.0/work/gtkmm-3.4.0
***** automake --add-missing --copy

gtk/src/filelist.am:224: DISABLE_DEPRECATED_API does not appear in AM_CONDITIONAL
docs/Makefile.am:20:   `gtk/src/filelist.am' included from here
build/doc-reference.am:70: ENABLE_DOCUMENTATION does not appear in AM_CONDITIONAL
docs/Makefile.am:34:   `build/doc-reference.am' included from here
build/doc-reference.am:80: DIST_DOCTOOLS does not appear in AM_CONDITIONAL
docs/Makefile.am:34:   `build/doc-reference.am' included from here
gtk/gtkmm/../src/filelist.am:224: DISABLE_DEPRECATED_API does not appear in AM_CONDITIONAL
gtk/gtkmm/Makefile.am:20:   `gtk/gtkmm/../src/filelist.am' included from here
gtk/src/filelist.am:224: DISABLE_DEPRECATED_API does not appear in AM_CONDITIONAL
gtk/src/Makefile.am:22:   `gtk/src/filelist.am' included from here
Makefile.am:26: ENABLE_DOCUMENTATION does not appear in AM_CONDITIONAL
vdr01 ~ #
Back to top
View user's profile Send private message
3PO
Veteran
Veteran


Joined: 26 Nov 2006
Posts: 1110
Location: Schwabenländle

PostPosted: Sun Oct 07, 2012 8:25 am    Post subject: Reply with quote

Erledigt!

Beim heutigen world Update, wurde es anstandslos installiert.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum