Skip to main content

Questions tagged [emerge]

emerge is the definitive command-line interface to the Portage system. It is primarily used for installing packages, and can automatically handle any dependencies that the desired package has. There are at least three distributions which widely use this tool: Calculate, Funtoo and Gentoo Linux.

2 votes
1 answer
164 views

Is it safe to `emerge -uavDN @world` while working?

In a related question, a few answers ("Yes", "...no problem", "typically... no problem") verify that it is safe to perform emerge -uavDN @world while working. Is it really so (for Funtoo/Gentoo)?
Nikos Alexandris's user avatar
1 vote
1 answer
186 views

How to differ between build-dependencies and usage-dependencies?

Some dependencies of packages are only required for compilation, while others are required for actual usage. As an example, I happen to know net-misc/unison does require dev-lang/ocaml only for ...
Tobias Kienzler's user avatar
0 votes
1 answer
2k views

econf fails when installing pth

I'm just starting out with Gentoo and I'm getting a bit stuck installing programs with Portage. It's wonderful and automatic except when it isn't. Many of the programs I try to install (git, gedit, ...
Charles's user avatar
  • 279
23 votes
4 answers
24k views

Using ABI_X86 in Gentoo

It's been months since I've updated my Gentoo system. And, as you can imagine, this means there's a lot of packages (and USE changes) I need to go over. My system is "amd64" (multilib), but I have a ...
gen_Eric's user avatar
  • 493
2 votes
2 answers
1k views

Is there a way to prevent emerge --sync from deleting files from the portage tree?

Although PORTAGE_RSYNC_OPTS, a make.conf option, allows one to change the rsync options but removing --delete from it causes emerge to fail. I think with it remarking about missing md5-cache entries ...
Dan D.'s user avatar
  • 613
2 votes
1 answer
2k views

Gentoo how to compile LVM statically linked?

A Gentoo install still in the livecd stage (unable to boot so far) fails to emerge LVM statically. I need a statically compiled lvm in order to use it in my initrd. My make.conf: CFLAGS="-O2 -march=...
ioctlvoid's user avatar
  • 451
4 votes
1 answer
7k views

How to disable portage LICENSE checks

Whenever I install a package with an EULA, portage asks me to add it to package.license: The following license changes are necessary to proceed: (see "package.license" in the portage(5) man page for ...
Nova's user avatar
  • 2,915
2 votes
1 answer
1k views

package.use equivalent for VIDEO_CARDS, ABI_X86, etc

You can configure USE flags per package in /etc/portage/package.use. Is there an equivalent for similar flags like ABI_X86 or VIDEO_CARDS?
Nova's user avatar
  • 2,915
3 votes
1 answer
758 views

How can I download all the software ( funtoo git repository) for offline use of funtoo, similiar to apt-mirror

I am working on a ship so once at sea I have no internet. The idea is to clone the complete git repository so that I can still install software when offine. I am using apt-mirror with debian which ...
Jasbir's user avatar
  • 31
3 votes
2 answers
818 views

Gentoo: How to update from one portage only?

I have an overlay alone with the default portage. Basically, I want to emerge only the updates from the main portage when I run emerge world -unD, and emerge the extra packages from the overlay ...
David S.'s user avatar
  • 5,609
3 votes
3 answers
3k views

Present USE flags upon emerging a package in gentoo

I was wondering if there are any tools to present the compile time options/ flags of a package in Gentoo when emerging. I am referring to something like this
are's user avatar
  • 31
13 votes
4 answers
44k views

Safely uninstall a package in Gentoo

I wanted to uninstall a specific package in Gentoo and browsed through the emerge man page. I found the --unmerge option: WARNING: This action can remove important packages! Removes all matching ...
daniel kullmann's user avatar
8 votes
2 answers
14k views

On Gentoo, how do I rebuild all packages depended on some other package?

I made mistake and changed perl non-threaded version to threaded by unmerge first, change USE flags to include ithreads and emerge perl again. Now most packages depending on perl are broken. How do I ...
AlexD's user avatar
  • 1,173
8 votes
2 answers
3k views

On Gentoo is there a way to find a list of installed packages which doesn't have other packages depended on them?

On Gentoo, is there a way to find a list of installed packages which doesn't have other packages depended on them (so called leaf packages)? Or, is there analog of pkg-orphan FreeBSD utility?
AlexD's user avatar
  • 1,173
7 votes
2 answers
8k views

On Gentoo how do I find list of packages installed after some specific date?

I have Gentoo VM that I use to test different puppet recipes and I frequently need to remove packages to bring it to clean initial state. While I could do this by hand when there are only few packages ...
AlexD's user avatar
  • 1,173

15 30 50 per page