Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 617 matches

Go to advanced search

Advanced search
Search found 617 matches
  • Page 1 of 25
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 25
  • Next
by pdr
Sun Mar 24, 2024 10:51 pm
Forum: Portage & Programming
Topic: New profile emerging world and vte-common failing [solved]
Replies: 8
Views: 1786

[solved] With newest gcc and binutils selected

I like to keep my current kernel sources and 2 older so that - just in case - I can boot an older kernel. Yes, this is from experience, though it has been many years. That is why I don't automate --depclean.
Instead, I run "emerge -pv --depclean", look at the output, and manually remove older ...
  • Jump to post
by pdr
Sun Mar 24, 2024 10:02 am
Forum: Portage & Programming
Topic: New profile emerging world and vte-common failing [solved]
Replies: 8
Views: 1786

Also the output of gcc-config -l:

workstation ~ # gcc-config -l
[1] x86_64-pc-linux-gnu-11
[2] x86_64-pc-linux-gnu-12 *
[3] x86_64-pc-linux-gnu-13

And the contents of /var/tmp/portage/gui-libs/vte-common-0.74.2/work/vte-common-0.74.2-build/meson-logs/meson-log.txt:

,,, (I was getting post ...
  • Jump to post
by pdr
Sun Mar 24, 2024 9:03 am
Forum: Portage & Programming
Topic: New profile emerging world and vte-common failing [solved]
Replies: 8
Views: 1786

Right you are. /var/tmp/portage/gui-libs/vte-common-0.74.2/temp/build.log:

* Package: gui-libs/vte-common-0.74.2:2.91
* Repository: gentoo
* Maintainer: gnome@gentoo.org
* USE: abi_x86_64 amd64 elibc_glibc kernel_linux
* FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox ...
  • Jump to post
by pdr
Sat Mar 23, 2024 8:56 pm
Forum: Portage & Programming
Topic: New profile emerging world and vte-common failing [solved]
Replies: 8
Views: 1786

New profile emerging world and vte-common failing [solved]

I am at the last step of a very simple profile upgrade to 23 where I am running

emerge -av --emptytree @world

and I am failing with x11-libs/vte-common-0.74.2. It is failing:

...
* Call stack:
* ebuild.sh, line 136: Called src_configure
* environment, line 2850: Called meson_src_configure ...
  • Jump to post
by pdr
Thu Jun 16, 2022 11:51 am
Forum: Portage & Programming
Topic: Python 3.7
Replies: 2
Views: 1318

Python 3.7

I've run into this before but I think you used eselect to fix it back then...

Latest "emerge -uavDN world" has an existing preserved lib: dev-libs/libffi -3.4.2-r1. Wants me to run "emerge @preserved-rebuild" to fix it. So I run:

emerge -av @preserved-rebuild

and get back:

These are the ...
  • Jump to post
by pdr
Sun May 17, 2020 6:15 pm
Forum: Installing Gentoo
Topic: Grub2 [not solved, compromised]
Replies: 14
Views: 5515

The instructions are just too broken, and this is my replacement for my work workstation (ie do not want to tinker with it as much as I would my home workstation).

Started all over (yay!), formatted /dev/sda2 == /boot == vfat, and basically let it force me into UEFI and VFAT.
  • Jump to post
by pdr
Sun May 17, 2020 6:12 pm
Forum: Installing Gentoo
Topic: Grub2 [not solved, compromised]
Replies: 14
Views: 5515

And gems like when running grub-install (with EFI target) using /boot, and in the /etc/fstab saying that should be ext2, and..
  • Jump to post
by pdr
Sun May 17, 2020 9:55 am
Forum: Installing Gentoo
Topic: Grub2 [not solved, compromised]
Replies: 14
Views: 5515

I tried using just "pc"; apparently it is 32-bit only, and then grub2 *still* tells you it cannot find the efi directory.

My problem is getting grub2 to do the mbr install. I know that, after running into this problem before (the docs being *very* vague on what partition is what, what to mount ...
  • Jump to post
by pdr
Sat May 16, 2020 8:51 pm
Forum: Installing Gentoo
Topic: Grub2 [not solved, compromised]
Replies: 14
Views: 5515

Grub2 [not solved, compromised]

Do I have to use LILO to NOT use UEFI with the bootloader now?

First, I get told how to break it (mkfs.ext2 /dev/sda1 instead of using VFAT (???) for my boot partition).

Second, I get told I can not use EFI and use bios (no; it complains you are trying to do an EFI install)

My last install (not ...
  • Jump to post
by pdr
Fri Oct 18, 2019 3:40 pm
Forum: Portage & Programming
Topic: libffi php 7.0
Replies: 9
Views: 3185

The --with-bdeps y worked at home (32 bit). Am trying now at work (64 bit)

(edit) Posted too soon. At work, the --with-bdeps updated nothing. Trying @preserved-rebuild and it still is has some kind of dev-lang/php:7.0 dependency...
  • Jump to post
by pdr
Tue Oct 15, 2019 12:53 pm
Forum: Portage & Programming
Topic: libffi php 7.0
Replies: 9
Views: 3185

# emerge -av @preserved-rebuild

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "dev-lang/php:7.0".
(dependency required by "@preserved-rebuild" [argument])

And running it because, after the --with-bdeps run (it ...
  • Jump to post
by pdr
Sat Oct 12, 2019 12:32 pm
Forum: Portage & Programming
Topic: libffi php 7.0
Replies: 9
Views: 3185

At home (32-bit) I must have unmerged PHP. And I removed tn5250 which let openssl update - now it can't find an ebuild for python 3.4 (eselect python list shows I have 2.7, 3.6 (fallback) and 3.5 (fallback) ) when doing @preserved-rebuild. For openssl-1.1.1d-r2 it wants to update:
/usr/lib/libssl.so ...
  • Jump to post
by pdr
Fri Oct 11, 2019 9:31 pm
Forum: Portage & Programming
Topic: libffi php 7.0
Replies: 9
Views: 3185

Nope; just 7.3.9

I should add that this happens at home (32-bit) and at work (64-bit)
  • Jump to post
by pdr
Fri Oct 11, 2019 12:43 pm
Forum: Portage & Programming
Topic: libffi php 7.0
Replies: 9
Views: 3185

libffi php 7.0

This started with libffi.

!!! existing preserved libs:
>>> package: dev-libs/openssl-1.1.1d-r2
* - /usr/lib64/libssl.so.1.0.0
* used by /usr/bin/links (www-client/links-2.14-r1)
* used by /usr/lib64/libevent_openssl-2.1.so.6.0.2 (dev-libs/libevent-2.1.8)
* used by /usr/lib64/php5.6/bin/php ...
  • Jump to post
by pdr
Fri Feb 22, 2019 1:59 pm
Forum: Portage & Programming
Topic: [fixed] firefox test compile passing ld unknown option
Replies: 6
Views: 3650

That did the trick. Thanks.
  • Jump to post
by pdr
Mon Feb 18, 2019 2:13 pm
Forum: Portage & Programming
Topic: [fixed] firefox test compile passing ld unknown option
Replies: 6
Views: 3650

As the snippet shows, ld. --info output:


Portage 2.3.51 (python 2.7.15-final-0, default/linux/amd64/17.0/desktop, gcc-7.3.0, glibc-2.27-r6, 4.14.83-gentoo x86_64)
=================================================================
System uname: Linux-4.14.83-gentoo-x86_64-Intel-R-_Pentium-R-_CPU ...
  • Jump to post
by pdr
Mon Feb 18, 2019 1:39 pm
Forum: Portage & Programming
Topic: [fixed] firefox test compile passing ld unknown option
Replies: 6
Views: 3650

[fixed] firefox test compile passing ld unknown option

While emerging firefox-60.5.1:


...
0:06.95 DEBUG: configure:2189:1: warning: return type defaults to 'int' [-Wimplicit-int]
0:06.95 DEBUG: /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: unrecognized option '--compress-debug-sections=zlib'
0:06.95 DEBUG: /usr/lib ...
  • Jump to post
by pdr
Thu Jul 19, 2018 1:38 pm
Forum: Kernel & Hardware
Topic: Relocatable kernel, tn5250, and seg faults
Replies: 0
Views: 1499

Relocatable kernel, tn5250, and seg faults

Since I enabled the relocatable kernel a few versions ago, tn5250 program has always had a segmentation fault starting up. Anybody else? Especially if there is a workaround?

Thanks.
  • Jump to post
by pdr
Tue Jun 27, 2017 2:55 pm
Forum: Kernel & Hardware
Topic: Virtualbox drivers
Replies: 2
Views: 7544

Virtualbox drivers

I have virtualbox, virtualbox-additions, virtualbox-extpack-oracle, virtualbox-modules emerged, but I have not been doing a @module-rebuild because I removed the 3 vbox modules from /etc/conf.d/modules because I don't currently run it (if I need another VM I'll do the @module-rebuild, manually ...
  • Jump to post
by pdr
Sat Apr 22, 2017 10:43 am
Forum: Portage & Programming
Topic: binutils [solved]
Replies: 9
Views: 7426

That solved it. I thought the problem was "you are not supposed to be using libopcodes any more in 2.26.1", when - as you surmised - it was "where the heck did your libopcodes-2.26.1.so go???"
  • Jump to post
by pdr
Wed Apr 19, 2017 2:04 pm
Forum: Portage & Programming
Topic: binutils [solved]
Replies: 9
Views: 7426

The only "official" (known to portage) binutils I have is 2.26.1. The issue is, there is no libopcode in there (including in my backup from 2 weeks ago). I copied the 2.25.1 from my backup, but it does not show up in eselect (don't know how those get "registered").

I can restore my full system ...
  • Jump to post
by pdr
Tue Apr 18, 2017 5:18 pm
Forum: Portage & Programming
Topic: binutils [solved]
Replies: 9
Views: 7426

No - make clean did nothing (and I did not expect it to; the assembler is trying to load a so that does not exist (libopcodes-2.26.1.so) (or, well, it is not in the directory where it is supposed to be)
  • Jump to post
by pdr
Tue Apr 18, 2017 10:25 am
Forum: Portage & Programming
Topic: binutils [solved]
Replies: 9
Views: 7426

[1] i686-pc-linux-gnu-2.26.1 *

I did manually copy 2.25.1 into /usr/lib/... but don't know how (or if I want it to) get it to show up in eselect.
  • Jump to post
by pdr
Mon Apr 17, 2017 8:26 pm
Forum: Portage & Programming
Topic: binutils [solved]
Replies: 9
Views: 7426

binutils [solved]

Multilib 32-bit.

Did my usual morning "emerge -uavDN world" 2 days ago. It always recommends that I run "emerge --depclean" afterward, and I usually don't, because I like keeping 3 kernels in /boot. But I figured - what the heck; I never recompile any of the previous kernels, so go ahead - it is ...
  • Jump to post
by pdr
Thu Jan 28, 2016 12:22 pm
Forum: Portage & Programming
Topic: Portage syncing not working?
Replies: 9
Views: 12573

Using gentoo.osuosl.org and lug.mtu.edu/gentoo and nothing after 2016-01-24 found (using websync). At home using rsync, I had a new update this morning...
  • Jump to post

Search found 617 matches
  • Page 1 of 25
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 25
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic