Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

overkill

Members
  • Posts

    132
  • Joined

  • Last visited

  • Days Won

    11

overkill last won the day on July 17 2016

overkill had the most liked content!

Personal

  • Location
    Austin, TX

Recent Profile Visitors

1,870 profile views
  1. Bug is closed and installing google earth now works.
  2. Got the same issue here. @radek, did you file a bug report?
  3. Long time no post! Got a new machine and installing Funtoo with the gnome stage 3 for Zen2. All came out well, however, I have a question about the results of `emerge --depclean -a`. One of the packages it wants to remove is liberation-fonts. Strange, because that's what Gnome Terminal is set to use by default. Makes me wonder how many of the other 20 odd programs slated to be removed will impact the system. I also did a test install on another machine with the gnome haswell stage 3. Got it installed. Before running `ego sync` and `emerge world -uDNav` I ran `emerge --depclean -a`. The results were nearly identical. Here's the output of the `emerge --depclean -a` on the fully installed amd64 Zen2 gnome stage3 system: Should I let it rip, or is something amiss here? tesla ~ # emerge --depclean -a * Always study the list of packages to be cleaned for any obvious * mistakes. Packages that are part of the world set will always * be kept. They can be manually added to this set with * `emerge --noreplace <atom>`. Packages that are listed in * package.provided (see portage(5)) will be removed by * depclean, even if they are part of the world set. * * As a safety measure, depclean will not remove any packages * unless *all* required dependencies have been resolved. As a * consequence of this, it often becomes necessary to run * `emerge --update --newuse --deep @world` prior to depclean. Calculating dependencies... done! >>> Calculating removal order... >>> These are the packages that would be unmerged: sys-kernel/debian-sources selected: 5.16.7_p2 protected: none omitted: 5.16.18_p1 dev-perl/Unicode-EastAsianWidth selected: 1.330.0-r1 protected: none omitted: none dev-python/more-itertools selected: 8.10.0 protected: none omitted: none dev-python/jsonschema selected: 3.2.0 protected: none omitted: none dev-perl/Text-Unidecode selected: 1.300.0 protected: none omitted: none media-fonts/liberation-fonts selected: 2.1.0 protected: none omitted: none dev-perl/libintl-perl selected: 1.280.0 protected: none omitted: none dev-python/more-itertools-compat selected: 4.3.0 protected: none omitted: none dev-python/jsonpointer selected: 2.0 protected: none omitted: none dev-python/webcolors selected: 1.8.1 protected: none omitted: none dev-python/rfc3986-validator selected: 0.1.1 protected: none omitted: none dev-python/attrs selected: 21.2.0 protected: none omitted: none dev-python/rfc3339-validator selected: 0.1.2 protected: none omitted: none dev-python/pyrsistent selected: 0.18.0-r1 protected: none omitted: none dev-python/functools32 selected: 3.2.3 protected: none omitted: none dev-python/zope-interface selected: 5.4.0 protected: none omitted: none dev-python/pyrsistent-compat selected: 0.16.0-r1 protected: none omitted: none dev-python/rfc3987 selected: 1.3.8 protected: none omitted: none dev-python/strict-rfc3339 selected: 0.7 protected: none omitted: none dev-python/regex selected: 2017.04.05-r1 protected: none omitted: none dev-python/namespace-zope selected: 1 protected: none omitted: none All selected packages: =dev-python/rfc3986-validator-0.1.1 =dev-python/pyrsistent-0.18.0-r1 =dev-python/zope-interface-5.4.0 =dev-python/namespace-zope-1 =dev-python/attrs-21.2.0 =dev-python/more-itertools-compat-4.3.0 =dev-python/regex-2017.04.05-r1 =dev-perl/libintl-perl-1.280.0 =dev-python/rfc3987-1.3.8 =dev-python/strict-rfc3339-0.7 =dev-perl/Text-Unidecode-1.300.0 =dev-python/pyrsistent-compat-0.16.0-r1 =sys-kernel/debian-sources-5.16.7_p2 =media-fonts/liberation-fonts-2.1.0 =dev-python/jsonpointer-2.0 =dev-python/functools32-3.2.3 =dev-python/more-itertools-8.10.0 =dev-python/jsonschema-3.2.0 =dev-perl/Unicode-EastAsianWidth-1.330.0-r1 =dev-python/webcolors-1.8.1 =dev-python/rfc3339-validator-0.1.2 >>> 'Selected' packages are slated for removal. >>> 'Protected' and 'omitted' packages will not be removed. Would you like to unmerge these packages? [Yes/No]
  4. Did you follow this guide? https://www.funtoo.org/LXD I think it's the one I used originally. I could only find it again via a google search. Couldn't find it via the menus on www.funtoo.org.
  5. I'm not sure about exim, but it think it's common for <> to be used for forwarding. Because of this, some servers will not accept forwarded mail because of the null sender address. Is that what you are running into? One should be able to check the logs to see what indeed is being used as the sender address on forwarded messages.
  6. The Funtoo Install Guide says it should be a symlink. I think I may have seen a emerge message mentioning to set the timezone with tzselect. So I did. LOL! Changing the file to a symlink fixed the Time/Date Display. Thanks!!!
  7. As a symlink?, no. Forgot how I set it, but it is in the /etc/localtime file. I remember the old way was to symlink it. Then it change in funtoo some time ago (years?). I'll have to browse the install guide to see if it is there. # date Sun Dec 16 12:31:54 CST 2018 CST is Central Standard Time in the U.S., which is set by America Chicago.
  8. I deleted my new overlay, and used /etc/portage/repos.conf/overkill.conf to define my existing /usr/local/portage overlay. All is good again
  9. I've just upgraded to Funtoo 1.3. My overlay seems to be broken. It's still in the old /usr/local/portage directory. Before the upgrade, it did work. But equery always shows the O even if there isn't an overlay ebuild for that package. [--O] [ ] www-client/chromium-70.0.3538.67:0 [--O] [ ] www-client/chromium-70.0.3538.67-r1:0 [--O] [ ] www-client/chromium-71.0.3578.10:0 [I-O] [ ] www-client/chromium-71.0.3578.30:0 [--O] [M ] www-client/chromium-72.0.3595.2:0 I've followed the new overlay guide (https://www.funtoo.org/Local_Overlay) and made a new overlay in /var/git/overlay. Now portage seems to think I have 3 overlays. # emerge chromium -1av WARNING: One or more repositories have been ignored due to duplicate profiles/repo_name entries: /, overkill, /usr/local/portage overrides /var/git/overlay/overkill All profiles/repo_name entries must be unique in order to avoid having duplicates ignored. Set PORTAGE_REPO_DUPLICATE_WARN="0" in /etc/portage/make.conf if you would like to disable this warning. These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] www-client/chromium-71.0.3578.30::net-kit USE="cups gnome-keyring hangouts (pic) proprietary-codecs pulseaudio suid -component-build -custom-cflags -jumbo-build -kerberos (-neon) (-selinux) (-system-ffmpeg) (-system-icu) (-system-libvpx) (-tcmalloc) -widevine" L10N="-am -ar -bg -bn -ca -cs -da -de -el -en-GB -es -es-419 -et -fa -fi -fil -fr -gu -he -hi -hr -hu -id -it -ja -kn -ko -lt -lv -ml -mr -ms -nb -nl -pl -pt-BR -pt-PT -ro -ru -sk -sl -sr -sv -sw -ta -te -th -tr -uk -vi -zh-CN -zh-TW" 0 KiB Total: 1 package (1 reinstall), Size of downloads: 0 KiB Would you like to merge these packages? [Yes/No] What is the best way to fix this so I only use the new Overlay location and hopefully fix the equery output.
  10. Just upgraded to Gnome 3.30. The time/date display in the middle of the top bar is always UTC. My system clock is using local time America/Chicago for Central Standard Time. Using the settings utility in gnome, it shows the correct time zone, but it says UTC America/Chicago. No matter what I change it to, it will still show UTC time. If I manually change the time with the gnome settings date / time control, it will change the system time to UTC, but the time/date will be correct. How do I force gnome to NOT BE STUCK in UTC?
  11. Looks like you are trying to run the command as a non-root user. Did you try running as root?
  12. I was planning on migrating to a different CPU in the short term. Yes, here it is # cat /etc/ego.conf # This is the ego.conf file [global] release = 1.3 Here it is, but I'm having a problem with empathy, not enchant. Are they related? # emerge enchant -av These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] app-text/enchant-2.2.1-r1:0/2::text-kit USE="hunspell -aspell -static-libs -test" 0 KiB Total: 1 package (1 reinstall), Size of downloads: 0 KiB Would you like to merge these packages? [Yes/No]
  13. I do use gnome, so the mix in is enabled. # epro show === Enabled Profiles: === arch: x86-64bit build: current subarch: (not set) flavor: desktop mix-ins: gnome === Python kit: === branch: 3.7-release === All inherited flavor from desktop flavor: === workstation (from desktop flavor) core (from workstation flavor) minimal (from core flavor) === All inherited mix-ins from desktop flavor: === X (from workstation flavor) audio (from workstation flavor) dvd (from workstation flavor) media (from workstation flavor) mediadevice-audio-consumer (from media mix-in) mediadevice-base (from mediadevice-audio-consumer mix-in) mediadevice-video-consumer (from media mix-in) mediadevice-base (from mediadevice-video-consumer mix-in) mediaformat-audio-common (from media mix-in) mediaformat-gfx-common (from media mix-in) mediaformat-video-common (from media mix-in) console-extras (from workstation flavor) print (from desktop flavor) === All inherited flavor from gnome mix-ins: === desktop (from gnome-kit:gnome mix-in) workstation (from desktop flavor) core (from workstation flavor) minimal (from core flavor) === All inherited mix-ins from gnome mix-ins: === gnome-kit:gnome (from gnome mix-in) X (from workstation flavor) audio (from workstation flavor) dvd (from workstation flavor) media (from workstation flavor) mediadevice-audio-consumer (from media mix-in) mediadevice-base (from mediadevice-audio-consumer mix-in) mediadevice-video-consumer (from media mix-in) mediadevice-base (from mediadevice-video-consumer mix-in) mediaformat-audio-common (from media mix-in) mediaformat-gfx-common (from media mix-in) mediaformat-video-common (from media mix-in) console-extras (from workstation flavor) print (from desktop flavor)
  14. Can't finish `emerge @preserved-rebuild`. Empathy fails everytime. go keeps being included in the list, just like it says in the guide. I did uninstall it and reinstall it. # emerge @preserved-rebuild -av These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] dev-lang/go-1.11.2:0/1.11.2::lang-kit USE="-gccgo" 0 KiB [ebuild U ] net-im/empathy-3.12.14::gnome-kit [3.12.12::gentoo] USE="geolocation gnome gnome-online-accounts map spell v4l -debug -test" 0 KiB Total: 2 packages (1 upgrade, 1 reinstall), Size of downloads: 0 KiB Would you like to merge these packages? [Yes/No] So close. libtool: link: x86_64-pc-linux-gnu-gcc -march=corei7 -O2 -pipe -Wl,-O1 -Wl,--sort-common -o .libs/empathy-debugger empathy-debug-window.o empathy-debugger.o -Wl,--export-dynamic -pthread -pthread -Wl,--as-needed ../libempathy-gtk/.libs/libempathy-gtk.so -lenchant-2 /var/tmp/portage/net-im/empathy-3.12.14/work/empathy-3.12.14/libempathy/.libs/libempathy.so ../libempathy/.libs/libempathy.so -lgeocode-glib -lmission-control-plugins -lgoa-1.0 -lm ../extensions/.libs/libemp-extensions.a -ldbus-glib-1 -ldbus-1 -lfolks-telepathy -lfolks -ltelepathy-logger -lcanberra-gtk3 -lcanberra -lnotify -lgcr-ui-3 -lgcr-base-3 -lgck-1 -lp11-kit -lpulse-mainloop-glib -lpulse -lwebkit2gtk-4.0 -ljavascriptcoregtk-4.0 -lsoup-2.4 -lgee-0.8 /var/tmp/portage/net-im/empathy-3.12.14/work/empathy-3.12.14/telepathy-account-widgets/tp-account-widgets/.libs/libtp-account-widgets.a -ltelepathy-glib -lxml2 -lsecret-1 -lcheese-gtk -lgudev-1.0 -lchamplain-gtk-0.12 -lclutter-gtk-1.0 -lgtk-3 -lchamplain-0.12 -lclutter-1.0 -lcogl-path -latk-1.0 -lcogl-pango -lcogl -lgmodule-2.0 -lgbm -ldrm -lEGL -lXrandr -ljson-glib-1.0 -lgio-2.0 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 -lX11 -lXext -lXdamage -lXfixes -lXcomposite -lXi -pthread -Wl,-rpath -Wl,/usr/lib64/empathy libtool: link: x86_64-pc-linux-gnu-gcc -march=corei7 -O2 -pipe -Wl,-O1 -Wl,--sort-common -o .libs/empathy-auth-client empathy-sanity-cleaning.o empathy-auth-client.o -Wl,--export-dynamic -pthread -pthread -Wl,--as-needed ../libempathy-gtk/.libs/libempathy-gtk.so -lenchant-2 /var/tmp/portage/net-im/empathy-3.12.14/work/empathy-3.12.14/libempathy/.libs/libempathy.so ../libempathy/.libs/libempathy.so -lgeocode-glib -lmission-control-plugins -lgoa-1.0 -lm ../extensions/.libs/libemp-extensions.a -ldbus-glib-1 -ldbus-1 -lfolks-telepathy -lfolks -ltelepathy-logger -lcanberra-gtk3 -lcanberra -lnotify -lgcr-ui-3 -lgcr-base-3 -lgck-1 -lp11-kit -lpulse-mainloop-glib -lpulse -lwebkit2gtk-4.0 -ljavascriptcoregtk-4.0 -lsoup-2.4 -lgee-0.8 /var/tmp/portage/net-im/empathy-3.12.14/work/empathy-3.12.14/telepathy-account-widgets/tp-account-widgets/.libs/libtp-account-widgets.a -ltelepathy-glib -lxml2 -lsecret-1 -lcheese-gtk -lgudev-1.0 -lchamplain-gtk-0.12 -lclutter-gtk-1.0 -lgtk-3 -lchamplain-0.12 -lclutter-1.0 -lcogl-path -latk-1.0 -lcogl-pango -lcogl -lgmodule-2.0 -lgbm -ldrm -lEGL -lXrandr -ljson-glib-1.0 -lgio-2.0 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 -lX11 -lXext -lXdamage -lXfixes -lXcomposite -lXi -pthread -Wl,-rpath -Wl,/usr/lib64/empathy ../libempathy-gtk/.libs/libempathy-gtk.so: undefined reference to `enchant_dict_add_to_pwl' collect2: error: ld returned 1 exit status libtool: link: x86_64-pc-linux-gnu-gcc -march=corei7 -O2 -pipe -Wl,-O1 -Wl,--sort-common -o .libs/empathy-chat chat-manager-interface.o empathy-about-dialog.o empathy-chat-manager.o empathy-chat-window.o empathy-invite-participant-dialog.o empathy-chat.o empathy-chat-resources.o -Wl,--export-dynamic -pthread -pthread -Wl,--as-needed ../libempathy-gtk/.libs/libempathy-gtk.so -lenchant-2 /var/tmp/portage/net-im/empathy-3.12.14/work/empathy-3.12.14/libempathy/.libs/libempathy.so ../libempathy/.libs/libempathy.so -lgeocode-glib -lmission-control-plugins -lgoa-1.0 -lm ../extensions/.libs/libemp-extensions.a -ldbus-glib-1 -ldbus-1 -lfolks-telepathy -lfolks -ltelepathy-logger -lcanberra-gtk3 -lcanberra -lnotify -lgcr-ui-3 -lgcr-base-3 -lgck-1 -lp11-kit -lpulse-mainloop-glib -lpulse -lwebkit2gtk-4.0 -ljavascriptcoregtk-4.0 -lsoup-2.4 -lgee-0.8 /var/tmp/portage/net-im/empathy-3.12.14/work/empathy-3.12.14/telepathy-account-widgets/tp-account-widgets/.libs/libtp-account-widgets.a -ltelepathy-glib -lxml2 -lsecret-1 -lcheese-gtk -lgudev-1.0 -lchamplain-gtk-0.12 -lclutter-gtk-1.0 -lgtk-3 -lchamplain-0.12 -lclutter-1.0 -lcogl-path -latk-1.0 -lcogl-pango -lcogl -lgmodule-2.0 -lgbm -ldrm -lEGL -lXrandr -ljson-glib-1.0 -lgio-2.0 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 -lX11 -lXext -lXdamage -lXfixes -lXcomposite -lXi -pthread -Wl,-rpath -Wl,/usr/lib64/empathy make[3]: *** [Makefile:892: empathy-debugger] Error 1 make[3]: *** Waiting for unfinished jobs.... ../libempathy-gtk/.libs/libempathy-gtk.so: undefined reference to `enchant_dict_add_to_pwl' collect2: error: ld returned 1 exit status make[3]: *** [Makefile:880: empathy-auth-client] Error 1 libtool: link: x86_64-pc-linux-gnu-gcc -march=corei7 -O2 -pipe -Wl,-O1 -Wl,--sort-common -o .libs/empathy empathy-about-dialog.o empathy-chat-window.o empathy-chatrooms-window.o empathy-event-manager.o empathy-ft-manager.o empathy-invite-participant-dialog.o empathy-roster-window.o empathy-new-chatroom-dialog.o empathy-notifications-approver.o empathy-call-observer.o empathy-preferences.o empathy-status-icon.o empathy-chat-manager.o empathy.o chat-manager-interface.o -Wl,--export-dynamic -pthread -pthread -Wl,--as-needed ./.libs/libempathy-accounts-common.a /var/tmp/portage/net-im/empathy-3.12.14/work/empathy-3.12.14/libempathy-gtk/.libs/libempathy-gtk.so ../libempathy-gtk/.libs/libempathy-gtk.so -lenchant-2 /var/tmp/portage/net-im/empathy-3.12.14/work/empathy-3.12.14/libempathy/.libs/libempathy.so ../libempathy/.libs/libempathy.so -lcheese-gtk -lgeocode-glib -lgudev-1.0 -lmission-control-plugins -lgoa-1.0 -lm ../extensions/.libs/libemp-extensions.a -ldbus-glib-1 -ldbus-1 -lfolks-telepathy -lfolks -lsecret-1 -ltelepathy-logger -ltelepathy-glib -lxml2 -lcanberra-gtk3 -lcanberra -lnotify -lgcr-ui-3 -lgcr-base-3 -lgck-1 -lp11-kit -lpulse-mainloop-glib -lpulse -lwebkit2gtk-4.0 -ljavascriptcoregtk-4.0 -lsoup-2.4 -lgee-0.8 -lchamplain-gtk-0.12 -lclutter-gtk-1.0 -lgtk-3 -lchamplain-0.12 -lclutter-1.0 -lcogl-path -latk-1.0 -lcogl-pango -lcogl -lgmodule-2.0 -lgbm -ldrm -lEGL -lXrandr -ljson-glib-1.0 -lgio-2.0 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 -lX11 -lXext -lXdamage -lXfixes -lXcomposite -lXi -pthread -Wl,-rpath -Wl,/usr/lib64/empathy libtool: link: x86_64-pc-linux-gnu-gcc -I/usr/include/farstream-0.2 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi-3.3_rc0/include -I/usr/include/telepathy-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libdrm -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/json-glib-1.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/clutter-gtk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/clutter-gst-3.0 -I/usr/include/orc-0.4 -pthread -DGST_USE_UNSTABLE_API -march=corei7 -O2 -pipe -pthread -Wl,-O1 -Wl,--sort-common -o .libs/empathy-call empathy_call-empathy-call.o empathy_call-empathy-call-factory.o empathy_call-empathy-call-handler.o empathy_call-empathy-call-window.o empathy_call-empathy-call-window-fullscreen.o empathy_call-empathy-about-dialog.o empathy_call-empathy-audio-sink.o empathy_call-empathy-audio-src.o empathy_call-empathy-audio-utils.o empathy_call-empathy-video-src.o empathy_call-empathy-preferences.o empathy_call-empathy-camera-menu.o empathy_call-empathy-mic-menu.o empathy_call-empathy-rounded-actor.o empathy_call-empathy-rounded-rectangle.o empathy_call-empathy-rounded-texture.o empathy_call-empathy-mic-monitor.o -Wl,--export-dynamic -pthread -pthread -lfarstream-0.2 -ltelepathy-farstream -lclutter-gst-3.0 -lgstaudio-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -Wl,--as-needed ../libempathy-gtk/.libs/libempathy-gtk.so -lenchant-2 /var/tmp/portage/net-im/empathy-3.12.14/work/empathy-3.12.14/libempathy/.libs/libempathy.so ../libempathy/.libs/libempathy.so -lgeocode-glib -lmission-control-plugins -lgoa-1.0 -lm ../extensions/.libs/libemp-extensions.a -ldbus-glib-1 -ldbus-1 -lfolks-telepathy -lfolks -ltelepathy-logger -lcanberra-gtk3 -lcanberra -lnotify -lgcr-ui-3 -lgcr-base-3 -lgck-1 -lp11-kit -lpulse-mainloop-glib -lpulse -lwebkit2gtk-4.0 -ljavascriptcoregtk-4.0 -lsoup-2.4 -lgee-0.8 /var/tmp/portage/net-im/empathy-3.12.14/work/empathy-3.12.14/telepathy-account-widgets/tp-account-widgets/.libs/libtp-account-widgets.a -ltelepathy-glib -lxml2 -lsecret-1 -lcheese-gtk -lgudev-1.0 -lchamplain-gtk-0.12 -lclutter-gtk-1.0 -lgtk-3 -lchamplain-0.12 -lclutter-1.0 -lcogl-path -latk-1.0 -lcogl-pango -lcogl -lgmodule-2.0 -lgbm -ldrm -lEGL -lXrandr -ljson-glib-1.0 -lgio-2.0 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 -lX11 -lXext -lXdamage -lXfixes -lXcomposite -lXi -pthread -Wl,-rpath -Wl,/usr/lib64/empathy ../libempathy-gtk/.libs/libempathy-gtk.so: undefined reference to `enchant_dict_add_to_pwl' collect2: error: ld returned 1 exit status make[3]: *** [Makefile:888: empathy-chat] Error 1 /var/tmp/portage/net-im/empathy-3.12.14/work/empathy-3.12.14/libempathy-gtk/.libs/libempathy-gtk.so: undefined reference to `enchant_dict_add_to_pwl' ../libempathy-gtk/.libs/libempathy-gtk.so: undefined reference to `enchant_dict_add_to_pwl' collect2: error: ld returned 1 exit status collect2: error: ld returned 1 exit status make[3]: *** [Makefile:872: empathy] Error 1 make[3]: *** [Makefile:884: empathy-call] Error 1 make[3]: Leaving directory '/var/tmp/portage/net-im/empathy-3.12.14/work/empathy-3.12.14/src' make[2]: *** [Makefile:723: all] Error 2 make[2]: Leaving directory '/var/tmp/portage/net-im/empathy-3.12.14/work/empathy-3.12.14/src' make[1]: *** [Makefile:509: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/net-im/empathy-3.12.14/work/empathy-3.12.14' make: *** [Makefile:441: all] Error 2 * ERROR: net-im/empathy-3.12.14::gnome-kit failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-im/empathy-3.12.14::gnome-kit'`, * the complete build log and the output of `emerge -pqv '=net-im/empathy-3.12.14::gnome-kit'`. * The complete build log is located at '/var/tmp/portage/net-im/empathy-3.12.14/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-im/empathy-3.12.14/temp/environment'. * Working directory: '/var/tmp/portage/net-im/empathy-3.12.14/work/empathy-3.12.14' * S: '/var/tmp/portage/net-im/empathy-3.12.14/work/empathy-3.12.14'
  15. Couldn't wait. Had to uninstall 3 packages to proceed. # emerge -C =compiler-rt-sanitizers-6.0.0 -a # emerge -C =webkit-gtk-2.4.11-r2 -a # emerge -C =grilo-plugins-0.2.17 Now `emege @preserved-rebuild works! # emerge @preserved-rebuild -av These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] dev-lang/go-1.11.2:0/1.11.2::lang-kit USE="-gccgo" 0 KiB [ebuild R ] dev-scheme/guile-2.0.11-r1:0/2.0.11::core-kit USE="deprecated nls regex threads -debug -debug-malloc -emacs -networking -static" 0 KiB [ebuild UD ] dev-libs/protobuf-3.5.1.1:0/15::dev-kit [3.6.1:0/17::dev-kit] USE="zlib -emacs -examples -static-libs -test" 0 KiB [ebuild R ] dev-libs/protobuf-c-1.3.0-r1:0/1.0.0::dev-kit USE="-static-libs -test" 0 KiB [ebuild UD ] dev-lang/spidermonkey-24.2.0-r4:24::net-kit [24.2.0-r5:24::lang-kit] USE="icu system-icu -debug -jit -minimal -static-libs -test" 0 KiB [ebuild U ] sys-devel/llvm-5.0.2:5::llvm-kit [5.0.1:5::llvm-kit] USE="libffi ncurses -debug -doc -gold -libedit -test" LLVM_TARGETS="AMDGPU BPF NVPTX (X86) -AArch64 -ARM -Hexagon -Lanai -MSP430 -Mips -PowerPC -Sparc -SystemZ -XCore" 22,994 KiB [ebuild U ] sys-devel/llvm-6.0.1-r2:6::llvm-kit [6.0.0:6::llvm-kit] USE="libffi ncurses xml -debug -doc -gold -libedit -test -xar" LLVM_TARGETS="AMDGPU BPF NVPTX (X86) -AArch64 -ARM -Hexagon -Lanai -MSP430 -Mips -PowerPC -Sparc -SystemZ -XCore" 24,814 KiB [ebuild R ] dev-libs/cyrus-sasl-2.1.26-r11:2::net-kit [2.1.26-r11:2::dev-kit] USE="gdbm pam ssl urandom -authdaemond -berkdb -java -kerberos -ldapdb -libressl -mysql -openldap -postgres -sample (-selinux) -sqlite -srp -static-libs" 0 KiB [ebuild R ] dev-python/namespace-google-1::python-modules-kit [1::python-kit] PYTHON_TARGETS="python2_7 python3_6* -pypy -python3_4* -python3_5 -python3_7%" 0 KiB [ebuild R ] dev-python/protobuf-python-3.5.1.1:0/15::dev-kit [3.5.1.1:0/15::python-kit] PYTHON_TARGETS="python2_7 python3_6* -python3_4* -python3_5" 0 KiB [ebuild U #] dev-lang/php-7.3.0_rc5:7.3::core-server-kit [7.3.0_alpha3:7.3::php-kit] USE="acl berkdb bzip2 cli ctype curl exif fileinfo filter fpm gd gdbm hash iconv intl ipv6 json nls opcache phar posix readline session simplexml soap ssl tokenizer truetype unicode webp xml zlib -apache2 -argon2 -bcmath -calendar -cdb -cgi -cjk -coverage -debug -embed -enchant -firebird -flatfile -ftp -gmp -imap -inifile -iodbc -kerberos -ldap -ldap-sasl -libedit -libressl -lmdb -mhash -mssql -mysql -mysqli -oci8-instant-client -odbc -pcntl -pdo -phpdbg -postgres -qdbm -recode (-selinux) -session-mm -sharedmem -snmp -sockets -sodium -spell -sqlite -systemd -sysvipc -test -threads -tidy -tokyocabinet -wddx -xmlreader -xmlrpc -xmlwriter -xpm -xslt -zip -zip-encryption" 11,637 KiB [ebuild R ] net-analyzer/gnome-nettool-3.8.1::gnome-kit [3.8.1::gentoo] USE="-debug" 0 KiB [ebuild U ] www-client/epiphany-3.30.2::gnome-kit [3.20.7::gnome-kit] USE="-test" 4,422 KiB [ebuild U ] media-libs/gegl-0.3.34:0.3::gnome-kit [0.3.26:0.3::media-kit] USE="cairo ffmpeg introspection jpeg2k raw svg tiff v4l webp -debug -lcms -lensfun -openexr -sdl -test -umfpack -vala" CPU_FLAGS_X86="mmx sse" 6,551 KiB [ebuild U ] net-im/empathy-3.12.14::gnome-kit [3.12.12::gentoo] USE="geolocation gnome gnome-online-accounts map spell v4l -debug -test" 4,901 KiB Total: 15 packages (6 upgrades, 2 downgrades, 7 reinstalls), Size of downloads: 75,318 KiB Would you like to merge these packages? [Yes/No] no I'll follow instructions and perform emerge -C dev-lang/go; emerge dev-lang/go before doing the @preserved-rebuild. EDIT: The guide should show `emerge dev-lang/go --oneshot` or -1av
×
×
  • Create New...