Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gedit failed install phase
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
rsala
Apprentice
Apprentice


Joined: 27 Jul 2003
Posts: 160
Location: Pittsfield, MA

PostPosted: Tue Nov 25, 2014 2:16 pm    Post subject: gedit failed install phase Reply with quote

Gedit is failing for me as follows:
Code:

libtool: install: warning: relinking `plugins/docinfo/libdocinfo.la'
libtool: install: (cd /var/tmp/portage/app-editors/gedit-3.12.2/work/gedit-3.12.2; /bin/sh /var/tmp/portage/app-editors/gedit-3.12.2/work/gedit-3.12.2/libtool  --tag CC --mode=relink i686-pc-linux-gnu-gcc -pthread -I/usr/include/gtksourceview-3.0 -I/usr/include/libxml2 -I/usr/include/libpeas-1.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/libpeas-1.0 -I/usr/include/gobject-introspection-1.0 -I/usr/lib/libffi-3.0.13/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gsettings-desktop-schemas -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -O2 -march=i686 -pipe -module -avoid-version -Wl,-O1 -Wl,--as-needed -o plugins/docinfo/libdocinfo.la -rpath /usr/lib/gedit/plugins plugins/docinfo/plugins_docinfo_libdocinfo_la-gedit-docinfo-plugin.lo plugins/docinfo/plugins_docinfo_libdocinfo_la-gedit-docinfo-resources.lo ./gedit/libgedit.la -lxml2 -lgtksourceview-3.0 -lpeas-gtk-1.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lpeas-1.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgio-2.0 -lgirepository-1.0 -lgobject-2.0 -lglib-2.0 -lX11 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -inst-prefix-dir /var/tmp/portage/app-editors/gedit-3.12.2/image/)
libtool: relink: i686-pc-linux-gnu-gcc -shared  -fPIC -DPIC  plugins/docinfo/.libs/plugins_docinfo_libdocinfo_la-gedit-docinfo-plugin.o plugins/docinfo/.libs/plugins_docinfo_libdocinfo_la-gedit-docinfo-resources.o   -Wl,-rpath -Wl,/usr/lib/gedit -Wl,--as-needed -L/var/tmp/portage/app-editors/gedit-3.12.2/image//usr/lib/gedit -L/usr/lib/gedit -lgedit -lxml2 -lgtksourceview-3.0 -lpeas-gtk-1.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lpeas-1.0 -lgmodule-2.0 -lgirepository-1.0 -lX11 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -pthread -O2 -march=i686 -Wl,-O1 -Wl,--export-dynamic -pthread   -pthread -Wl,-soname -Wl,libdocinfo.so -o plugins/docinfo/.libs/libdocinfo.so
/usr/lib/gcc/i686-pc-linux-gnu/4.8.3/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lgedit
collect2: error: ld returned 1 exit status
libtool: install: error: relink `plugins/docinfo/libdocinfo.la' with the above command before installing it
Makefile:2095: recipe for target 'install-pluginLTLIBRARIES' failed
make[3]: *** [install-pluginLTLIBRARIES] Error 1
make[3]: Leaving directory '/var/tmp/portage/app-editors/gedit-3.12.2/work/gedit-3.12.2'
Makefile:4725: recipe for target 'install-am' failed
make[2]: *** [install-am] Error 2
make[2]: Leaving directory '/var/tmp/portage/app-editors/gedit-3.12.2/work/gedit-3.12.2'
Makefile:4269: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/app-editors/gedit-3.12.2/work/gedit-3.12.2'
Makefile:4719: recipe for target 'install' failed
make: *** [install] Error 2
Back to top
View user's profile Send private message
rsala
Apprentice
Apprentice


Joined: 27 Jul 2003
Posts: 160
Location: Pittsfield, MA

PostPosted: Tue Dec 02, 2014 11:59 pm    Post subject: Reply with quote

I did a
Code:
emerge -eD gedit

over the weekend, thinking I must be missing some dependency, but it failed exactly the same as above. Surely I'm not the only one seeing this?
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Thu Dec 04, 2014 6:29 pm    Post subject: Reply with quote

Unless something else has non-fatally failed a bit earlier, you might give '-j1' a try.
Back to top
View user's profile Send private message
rsala
Apprentice
Apprentice


Joined: 27 Jul 2003
Posts: 160
Location: Pittsfield, MA

PostPosted: Fri Dec 05, 2014 3:40 am    Post subject: Reply with quote

Good call VoidMage! I checked the bug reports and found this:
https://bugs.gentoo.org/show_bug.cgi?id=522978
Apparently there's a potential race condition when building in multiple threads when gedit isn't already installed. Thanks!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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