Portage is the software management system of Gentoo Linux
0
votes
0answers
24 views
setup Chromium OS package manager?
Using bash under root I tried to install some packages and whenever I tried I got
!!! Invalid PORTDIR_OVERLAY (not a dir): '/usr/portage'
!!! main-repo not set in DEFAULT and PORTDIR is empty.
!!! ...
1
vote
2answers
34 views
GCC running version doesn't match emerged version
Here is the output from my portage search for gcc:
emerge -s gcc
...
* sys-devel/gcc
Latest version available: 4.6.3
Latest version installed: 4.6.3
Size of files: 70,353 kB
...
1
vote
2answers
41 views
Get package use flags
How can I get list of specific package's use flags?
So, there are at least 2 ways to do that:
emerge -pv $PACKAGENAME
equery uses $PACKAGENAME
But these commands returns to many noisy ...
1
vote
2answers
383 views
dev_install failed on ARM chromebook
I'm trying this guide for having access to emerge on chromeos.
http://www.chromium.org/chromium-os/how-tos-and-troubleshooting/install-software-on-base-images
Unfortunately I always got the same ...
1
vote
1answer
320 views
Gentoo emerge shows dependency conflict
When I try to run this command:
emerge -avuDN world
I get this message:
WARNING: One or more updates have been skipped due to a dependency conflict:
media-libs/freetype:2
...
1
vote
2answers
831 views
Skip a specific upgrade in emerge -auvD world
Is there a simple way to skip a certain upgrade in emerge -auvD world?
For example, currently there is a broken media-sound/teamspeak-server-bin-3.0.5-r1 marked as stable in the portage tree which ...
0
votes
2answers
84 views
where does portage install packages to when I emerge?
When portage installs a package after I emerge some-package where is it installed - my pwd or a specified directory?
0
votes
1answer
371 views
1
vote
1answer
378 views
How to resolve conflict between portage and entropy
I have recently installed a fresh Sabayon 7 + KDE distribution. Now I am installing some software using portage. I have typed "emerge thunderbird", however the installation failed because of conflict. ...
0
votes
1answer
415 views
What does a hash symbol in emerge output mean?
When I run emerge -avuDN world I receive a strange output for my grub package:
[ebuild U #] sys-boot/grub-1.99-r2 [1.99_rc1] USE="nls%* sdl%* truetype -custom-cflags -debug -device-mapper% ...
1
vote
2answers
783 views
emerge complains about blocked packages: what do I do?
We have an old development server running Gentoo at work. I would like to update this system, but I keep running into problems with the packaging system. To me, it seems like there are dependencies on ...
1
vote
1answer
291 views
Alternatives to Gentoo Prefix?
Are there any package managers that:
work without root privileges, and
install packages at a custom location (similar to ./configure --prefix), and
install stable packages (unlike Gentoo Prefix ...
1
vote
2answers
1k views
Is it possible to install Gentoo portage manager (emerge) on Ubuntu?
And vice versa?
For example install apt-get on Gentoo and connect Ubuntu's repositories.
And if it is possible how can I do it? (at least in general terms)
1
vote
1answer
288 views
How to recursively build a package and its dependencies on a Debian-based system?
Basically I want
apt-get's dependency resolving ability, and
to compile packages with customized options (such as the loader path).
Can that be done with the apt-* suite? If not, perhaps I can try ...