Forums

Skip to content

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

Search found 25 matches

Go to advanced search

Advanced search
Search found 25 matches • Page 1 of 1
by mid-kid
Tue Mar 24, 2026 11:53 am
Forum: Unsupported Software
Topic: How to emerge a package from a private repo [SOLVED]
Replies: 18
Views: 4538

Bit late, but FETCHCOMMAND tweaking is a bad idea - it will affect all your ebuilds. If wget doesn't support what you're trying to do, you can either:
* set SRC_URI to a filename, instead of a URL, and use RESTRICT=fetch. Have the user (or a different program) fetch the files into /var/cache ...
  • Jump to post
by mid-kid
Mon Mar 16, 2026 11:29 am
Forum: Other Things Gentoo
Topic: Crossdev questions.
Replies: 2
Views: 6458

What do you mean? As far as I know, cross-emerge changes PORTAGE_CONFIGROOT, so you might have to add additional repositories to /usr/<target>/etc/portage/repos.conf instead of /etc/portage/repos.conf, but other than that, it should work identically to any other portage configuration.
  • Jump to post
by mid-kid
Sun Mar 15, 2026 3:29 pm
Forum: Gentoo Chat
Topic: post your make.conf
Replies: 557
Views: 7260787

mid-kid wrote:unless something like steve starts existing to pause processes trying to acquire more memory until it frees up
I just learned about steve's --min-memory-avail option which is... very interesting. I will be trialling it, see how it goes.
  • Jump to post
by mid-kid
Sun Mar 15, 2026 2:08 pm
Forum: Gentoo Chat
Topic: post your make.conf
Replies: 557
Views: 7260787

Is it time for you to play with steve ?

Haha, I've had my eye on it since it was announced on the front page, and ninja (finally) supports the jobserver. It's a really awesome project. I'll definitely play with it for experiments where I'm building a lot of things in bulk, but for regular updates ...
  • Jump to post
by mid-kid
Sun Mar 15, 2026 1:32 pm
Forum: Portage & Programming
Topic: Creating binpkg for slow machines
Replies: 4
Views: 9153

...
Crossdev can't be used.
...

I've never tried this myself, but I'm not entirely certain why?
You can create a cross-toolchain for x86_64-mylaptop-linux-gnu, set CHOST=x86_64-mylaptop-linux-gnu on the target system's make.conf, and every build system will treat this as cross-compilation ...
  • Jump to post
by mid-kid
Sun Mar 15, 2026 12:59 pm
Forum: Gentoo Chat
Topic: post your make.conf
Replies: 557
Views: 7260787

...
You should link to your repo, mid-kid. I can't remember how I found it, some time ago now, but I think it'd be pretty good reading for someone looking to learn a structured approach to Gentoo configuration.

Thanks for the flattering words. I'd like to add a disclaimer that I don't ...
  • Jump to post
by mid-kid
Tue Mar 10, 2026 10:16 pm
Forum: Gentoo Chat
Topic: post your make.conf
Replies: 557
Views: 7260787

/etc/portage/make.conf/aa-base :
# Enable --ask and quiet down some noisy features.
# I want these to be the defaults, really.
CLEAN_DELAY=0
EMERGE_DEFAULT_OPTS="--ask --nospinner --quiet-unmerge-warn"

/etc/portage/make.conf/ab-binpkg :
# Enable binary packages as a local cache
EMERGE_DEFAULT ...
  • Jump to post
by mid-kid
Tue Mar 10, 2026 9:38 pm
Forum: Gentoo Chat
Topic: OpenRC, profile-sync-daemon, and newer Firefox
Replies: 1
Views: 27452

I realize that this thread is now 4 months old, but I want to add my 2ct to this in case anyone's still affected by this.

One thing is simply that modern psd doesn't really *hard-depend* on systemd. Previously, it had a USERS="" key in the configuration, indicating what users to "su" as and symlink ...
  • Jump to post
by mid-kid
Thu Feb 19, 2026 5:52 pm
Forum: Portage & Programming
Topic: Safe way to move from zlib to zlib-ng with compat?
Replies: 45
Views: 25830

Like posts above mention, I ran "emerge -vpc sys-libs/zlib" and re-emerged all packages that still directly depended on it. However, I still can't for the life of me get it to resolve the correct thing:


PocketRocket ~ # emerge -puDU --usepkg=n --changed-deps --changed-slot @world sys-libs/zlib-ng ...
  • Jump to post
by mid-kid
Sat Dec 30, 2023 5:23 pm
Forum: Other Things Gentoo
Topic: sys-devel/gcc-13.2.1_p20231216:upgraded LTO breakage [fixed]
Replies: 4
Views: 3971

This is normal. You have two options: You can either watch things break and rebuild packages as necessary, or use the lto-rebuild script[1] to find and rebuild all relevant packages.

[1]: https://github.com/InBetweenNames/gento ... to-rebuild
  • Jump to post
by mid-kid
Sat Dec 30, 2023 5:01 pm
Forum: Gentoo Chat
Topic: post your build times and specs
Replies: 38
Views: 73866

I suggest using a command like:
qlist -Iv | xargs sudo qlop -Mma | sort -k 2 -nr | head -n 10
In order to obtain the 10 longest-to-compile packages on any given system.

For me, that is:
dev-qt/qtwebengine: 16327 average for 1 merge
sys-devel/gcc: 12383 average for 1 merge
app-office/libreoffice ...
  • Jump to post
by mid-kid
Sat Dec 30, 2023 4:47 pm
Forum: Gentoo Chat
Topic: Back after a "short" hiatus - gentoo goes binary?!
Replies: 13
Views: 21054

You might be hitting a combination of USE flags that don't have packages available also. Keep in mind that only the packages part of @system for the profiles listed in the news post are available.
Gentoo might never be useful as a purely-binary distribution, but the binrepos are supposed to make it ...
  • Jump to post
by mid-kid
Tue Sep 26, 2023 4:16 pm
Forum: Gentoo Chat
Topic: 10 Year Gentoo Census
Replies: 100
Views: 15120042

I think it's worth pointing out, as someone on the older scale of gen Z, I know that a lot of my peers never bothered with learning how to use forum software. While we (certainly I) did experience the latter part of the growth of the internet, we quickly flocked to "platforms" and social medias when ...
  • Jump to post
by mid-kid
Sun Sep 24, 2023 10:03 pm
Forum: Gentoo Chat
Topic: How do you manage your /dev
Replies: 52
Views: 30920

For those opposed to running udev, what is the motivation? Are there specific technical problems with the released udev we use today? Is this a philosophical objection since the systemd project hosts the udev code, and systemd's most active contributors have a history of questionable decisions ...
  • Jump to post
by mid-kid
Mon Feb 06, 2023 4:18 pm
Forum: Gentoo Chat
Topic: More atomic upgrades with portage
Replies: 6
Views: 10590

Thanks for the replies, this is all very interesting. Unfortunately, I currently don't have the time to try different approaches, so it'll remain mostly a thought experiment for now.

I think the LVM solution is very interesting, but I'm not sure it won't have any drawbacks, aside from the obvious ...
  • Jump to post
by mid-kid
Thu Feb 02, 2023 12:11 pm
Forum: Gentoo Chat
Topic: More atomic upgrades with portage
Replies: 6
Views: 10590

More atomic upgrades with portage

Hello, I rarely write on this forum, but I felt this was the right way to discuss this, so here I am.

As of the recent years, I've been upgrading my machine on about a monthly basis. This allows me to be sure that no unexpected changes or breakage happens during the month, and allows me to ...
  • Jump to post
by mid-kid
Sun Apr 10, 2022 11:49 am
Forum: Gentoo Chat
Topic: Slackware's make_world.sh
Replies: 19
Views: 9072


The metadatas in the tarball must say root:root; it is enough to ask tar to ignore the ownerships while creating the tarball. No need to really touch the files.


Until very recently (somewhere in the last 3ish years) it still used tar-1.13 for compatibility reasons. I'm not sure if that version ...
  • Jump to post
by mid-kid
Fri Apr 08, 2022 9:09 pm
Forum: Gentoo Chat
Topic: Slackware's make_world.sh
Replies: 19
Views: 9072

Slackware's source is a collection of standalone scripts with no inter-dependent working, except when sometimes one script calls another.
They're all written with many shell-y assumptions in mind, as many, many of the scripts in various source tarballs will break with spaces and special characters ...
  • Jump to post
by mid-kid
Thu Sep 02, 2021 10:54 am
Forum: Gentoo Chat
Topic: eudev impending removal
Replies: 58
Views: 48188

I get the rationale for dropping the hard fork, but after reading the sys-fs/udev ebuild, I can't help but wonder if eudev wouldn't be better off becoming a build harness to more easily build udev without systemd, as well as pre-applying the openembedded patches, and whatever other goodies non ...
  • Jump to post
by mid-kid
Fri Nov 06, 2020 3:39 pm
Forum: Portage & Programming
Topic: Installing all build dependencies with ROOT=
Replies: 8
Views: 3786

I didn't end up solving my first issue, but the second issue can be solved by generating a proper binhost directory, and then running something akin to:

Code: Select all

PKGDIR="$PWD" emerge -K =category/package-version
It's not the prettiest, but it works for what I needed to.
  • Jump to post
by mid-kid
Wed Nov 04, 2020 8:28 pm
Forum: Portage & Programming
Topic: Installing all build dependencies with ROOT=
Replies: 8
Views: 3786

what happens if you use -k instead of -K (use the pretend option to see what it would do without doing anything)

Same thing because all the @system packages, including build dependencies, are present as binpkgs.

EDIT: Didn't notice the edit in the previous post until right now
How did you build ...
  • Jump to post
by mid-kid
Wed Nov 04, 2020 8:09 pm
Forum: Portage & Programming
Topic: Installing all build dependencies with ROOT=
Replies: 8
Views: 3786

Unfortunately, there is only a partial support for --root.
It works most of the times, but some particular packages don't.
Creating system users for daemons can fail.

That's a shame. I was hoping I would be able to avoid the issues with binpkgs...
I guess I can see if I can figure out a command ...
  • Jump to post
by mid-kid
Tue Nov 03, 2020 10:47 pm
Forum: Portage & Programming
Topic: Installing all build dependencies with ROOT=
Replies: 8
Views: 3786

Installing all build dependencies with ROOT=

Hi, I'm trying to kickstart a chroot from a full set of @system binpkgs I've built, but running:
emerge --root /chroot -K @system
Doesn't install everything.

I've read around the `emerge` man page, and stumbled upon a few flags that ended up installing a "fuller" @system set:
emerge --root ...
  • Jump to post
by mid-kid
Tue Aug 26, 2014 6:21 am
Forum: Unsupported Software
Topic: [Solved] Sound card doesn't work
Replies: 3
Views: 4385

Sorry I haven't replied in a while, been busy.

Look in /dev/snd. If it exists and is populated, your kernel is probably good.

The root cause of your problem looks to be that your default sound card is HDMI, so all your sounds are going there.
You need to tell ALSA to use sound card 1, (with the ...
  • Jump to post
by mid-kid
Sun Aug 24, 2014 10:35 am
Forum: Unsupported Software
Topic: [Solved] Sound card doesn't work
Replies: 3
Views: 4385

[Solved] Sound card doesn't work

Hello, I'm using ArchLinux and decided to try compiling my own kernel.
Well, I'm trying to figure out how to get my sound card working, and figured this was the best place to ask for help.

All I know is this:
On the default -ARCH kernel, it used the snd-hda-intel module, and even though it crashed ...
  • Jump to post

Search found 25 matches • Page 1 of 1

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