Unix & Linux Stack Exchange
Q&A for users of Linux, FreeBSD and other Unix-like operating systems
Latest Questions
0
votes
2
answers
3348
views
Gentoo: cannot install sys-kernel/gentoo-sources-4.4.6, no error message
I am trying to install Gentoo on an old laptop following the online handbook. I got as far as installing the kernel sources (see [here][1]): the installation with emerge --ask sys-kernel/gentoo-sources seems to run fine, until it fails with no precise error message. The log file /var/tmp/portage/sys...
I am trying to install Gentoo on an old laptop following the online handbook. I got as far as installing the kernel sources (see here ): the installation with
emerge --ask sys-kernel/gentoo-sources
seems to run fine, until it fails with no precise error message. The log file
/var/tmp/portage/sys-kernel/gentoo-sources-4.4.6/temp/build.log
contains no error message. The last lines in this file read
* Final size of build directory: 1 KiB
* Final size of installed tree: 623669 KiB
ecompressdir: bzip2 -9 /usr/share/doc
I also looked at
/var/log/emerge.log
which also does not contain any error message:
1473188561: Started emerge on: set 06, 2016 21:02:40
1473188561: *** emerge --ask sys-kernel/gentoo-sources
1473188622: >>> emerge (1 of 1) sys-kernel/gentoo-sources-4.4.6 to /
1473188622: === (1 of 1) Cleaning (sys-kernel/gentoo-sources-4.4.6::/usr/portage/sys-kernel/gentoo-sources/gentoo-sources-4.4.6.ebuild)
1473188698: === (1 of 1) Compiling/Merging (sys-kernel/gentoo-sources-4.4.6::/usr/portage/sys-kernel/gentoo-sources/gentoo-sources-4.4.6.ebuild)
1473189553: === (1 of 1) Merging (sys-kernel/gentoo-sources-4.4.6::/usr/portage/sys-kernel/gentoo-sources/gentoo-sources-4.4.6.ebuild)
1473190741: *** Finished. Cleaning up...
1473190743: *** exiting unsuccessfully with status '1'.
1473190751: *** terminating.
I do not know what I should check next. Any idea?
**EDIT**
Here is the content of /var/tmp/portage/sys-kernel/gentoo-sources-4.4.6/temp/build.log
(I have removed some non-printable characters that appeared at the beginning of each line):
Package: sys-kernel/gentoo-sources-4.4.6
Repository: gentoo
Maintainer: kernel@gentoo.org
USE: abi_x86_32 elibc_glibc kernel_linux userland_GNU x86
FEATURES: preserve-libs sandbox userpriv usersandbox
>>> Preparing to unpack ...
>>> Unpacking source...
>>> Unpacking linux-4.4.tar.xz to /var/tmp/portage/sys-kernel/gentoo-sources-4.4.6/work
>>> Unpacking genpatches-4.4-8.base.tar.xz to /var/tmp/portage/sys-kernel/gentoo-sources-4.4.6/work/patches
>>> Unpacking genpatches-4.4-8.extras.tar.xz to /var/tmp/portage/sys-kernel/gentoo-sources-4.4.6/work/patches
Excluding Patch #5000_enable-additional-cpu-optimizations-for-gcc.patch ...
Excluding Patch #5015_kdbus*.patch ...
Applying 1000_linux-4.4.1.patch (-p1) ...
Applying 1001_linux-4.4.2.patch (-p1) ...
Applying 1002_linux-4.4.3.patch (-p1) ...
Applying 1003_linux-4.4.4.patch (-p1) ...
Applying 1004_linux-4.4.5.patch (-p1) ...
Applying 1005_linux-4.4.6.patch (-p1) ...
Applying 1500_XATTR_USER_PREFIX.patch (-p1) ...
Applying 1510_fs-enable-link-security-restrictions-by-default.patch (-p1) ...
Applying 2700_ThinkPad-30-brightness-control-fix.patch (-p1) ...
Applying 2900_dev-root-proc-mount-fix.patch (-p1) ...
Applying 4200_fbcondecor-3.19.patch (-p1) ...
Applying 4567_distro-Gentoo-Kconfig.patch (-p1) ...
>>> Source unpacked in /var/tmp/portage/sys-kernel/gentoo-sources-4.4.6/work
>>> Preparing source in /var/tmp/portage/sys-kernel/gentoo-sources-4.4.6/work/linux-4.4.6-gentoo ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/sys-kernel/gentoo-sources-4.4.6/work/linux-4.4.6-gentoo ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/sys-kernel/gentoo-sources-4.4.6/work/linux-4.4.6-gentoo ...
>>> Source compiled.
>>> Test phase [not enabled]: sys-kernel/gentoo-sources-4.4.6
>>> Install gentoo-sources-4.4.6 into /var/tmp/portage/sys-kernel/gentoo-sources-4.4.6/image/ category sys-kernel
>>> Copying sources ...
>>> Completed installing gentoo-sources-4.4.6 into /var/tmp/portage/sys-kernel/gentoo-sources-4.4.6/image/
Final size of build directory: 1 KiB
Final size of installed tree: 623669 KiB
ecompressdir: bzip2 -9 /usr/share/doc
Giorgio
(847 rep)
Sep 6, 2016, 08:00 PM
• Last activity: Jul 29, 2025, 05:08 AM
1
votes
2
answers
814
views
Gentoo invalid profile
So. Been going at the gentoo install without proper instructions until very recently. After `emerge-webrsync` stage of the install a message pops up saying "your current profile is invalid". It appears to be a blocker on emerging to kick off the rest of the install. This doesn't seem to be an issue...
So. Been going at the gentoo install without proper instructions until very recently. After
emerge-webrsync
stage of the install a message pops up saying "your current profile is invalid". It appears to be a blocker on emerging to kick off the rest of the install.
This doesn't seem to be an issue with the laptop (NIC is working and changing ssd does nothing for this issue) and I've validated the SHA-512 against the DIGEST.asc
associated with the downloaded tarball. It seems unlikely the livecd I'm using to install would have been rewritten over this network connection. eselect
is functioning, and experimentation with the 35 defaults yields no results. Have created a custom profile but am having issues having it appear on eselect
. Confused somewhat on the documentation for this, continuing to experiment. Suggestions welcome.
Have already run eselect profile list
and eselect profile set
for the default profiles.
The issue persists after an emerge --sync
.
In fact the issue first occurred after an emerge --sync
.
Have readlink
'd the make.profile
in portage and tried a few different symlinks.
Resources:
* https://wiki.gentoo.org/wiki/Profile_(Portage)
* https://wiki.gentoo.org/wiki/Project:Eselect/User_guide
* https://wiki.gentoo.org/wiki/User:Sakaki/Sakaki%27s_EFI_Install_Guide/Installing_the_Gentoo_Stage_3_Files
Linuxn00b
(11 rep)
Jul 8, 2021, 08:33 AM
• Last activity: Nov 27, 2024, 07:13 PM
2
votes
1
answers
2220
views
What exactly term ATOM means in Gentoo Portage?
This question is not about text editor named 'atom'. Portage man pages use the term 'ATOM', but I can't find a definition of this term and got confused. I understand that atom describes a package, but I can't tell which of the following items are atoms: dev-lang/python dev-lang/python-3.4.5 =dev-lan...
This question is not about text editor named 'atom'.
Portage man pages use the term 'ATOM', but I can't find a definition of this term and got confused. I understand that atom describes a package, but I can't tell which of the following items are atoms:
dev-lang/python
dev-lang/python-3.4.5
=dev-lang/python-3.4.5
>=dev-lang/python-3.4.5
dev-lang/*
lesnik
(1421 rep)
Dec 3, 2017, 01:59 PM
• Last activity: May 30, 2023, 12:55 PM
2
votes
1
answers
1841
views
Where to find old portage snapshots for Gentoo upgrade?
I would like to upgrade an old installation (2018) of Gentoo. I tried installing the current portage snapshot but I got (way too) many package conflicts that I could not resolve. So I thought that a solution could be to upgrade in smaller steps using old portage snapshots, e.g. in two-month interval...
I would like to upgrade an old installation (2018) of Gentoo.
I tried installing the current portage snapshot but I got (way too) many package conflicts that I could not resolve.
So I thought that a solution could be to upgrade in smaller steps using old portage snapshots, e.g. in two-month intervals. In this way, possible conflicts should still be manageable.
I found some older portage snapshots here but the oldest one is only one month old. I have searched for portage snapshot archives on several search engines and forums, but I cannot find anything.
Does Gentoo maintain such an archive at all and, if so, where can I find it?
Also, as far as I know, portage does not include the package sources. So, are package sources archived as well?
Giorgio
(847 rep)
Jan 20, 2020, 09:39 AM
• Last activity: Mar 9, 2023, 03:15 PM
1
votes
2
answers
224
views
Is it possible to maintain user-space package-specific patches with Portage?
For example (not necessarily factual), Gentoo has an ebuild `git`, which has the default branch name `main` hardcoded in the source code. Alice, as a user of Gentoo, would like to change it to `master` before building, so that the original default branch name may be restored. While Gentoo may not ac...
For example (not necessarily factual), Gentoo has an ebuild
git
, which has the default branch name main
hardcoded in the source code.
Alice, as a user of Gentoo, would like to change it to master
before building, so that the original default branch name may be restored.
While Gentoo may not accept such a patch, Alice might still be able to apply a user-space patch before Portage makes the ebuild.
Is there such a way to achieve it?
user3332315
(111 rep)
Dec 28, 2020, 09:07 PM
• Last activity: Jun 22, 2022, 09:19 AM
0
votes
2
answers
1203
views
How can I run many emerge jobs in paralell?
When I install many packages at once, I use `emerge --jobs=8 firefox vim`. This will install the packages, but it won't run everything in paralel. For example, it will wait compile rust before compiling vim, while only 1 job (rust) is running. Are there any options to improve this?
When I install many packages at once, I use
emerge --jobs=8 firefox vim
.
This will install the packages, but it won't run everything in paralel.
For example, it will wait compile rust before compiling vim, while only 1 job (rust) is running.
Are there any options to improve this?
MaxSilvester
(237 rep)
Mar 28, 2021, 07:27 PM
• Last activity: Jul 11, 2021, 07:09 PM
2
votes
1
answers
1817
views
How do you merge files with dispatch-conf?
Sorry for such a simple question, but I can't figure this out for the life of me. Neither DISPATCH-CONF(1) nor [wiki.gentoo.org/wiki/Dispatch-conf](https://wiki.gentoo.org/wiki/Dispatch-conf) provide any instructions. --- ## When running `dispatch-conf`: 1. The `diff` is output, e.g.: ``` --- /etc/s...
Sorry for such a simple question, but I can't figure this out for the life of me. Neither DISPATCH-CONF(1) nor [wiki.gentoo.org/wiki/Dispatch-conf](https://wiki.gentoo.org/wiki/Dispatch-conf) provide any instructions.
---
## When running
dispatch-conf
:
1. The diff
is output, e.g.:
--- /etc/systemd/resolved.conf 2021-06-09 19:50:06.087987199 +0200
+++ /etc/systemd/._cfg0000_resolved.conf 2021-06-11 18:55:30.403772359 +0200
@@ -22,7 +22,7 @@
#DNS=
#FallbackDNS=1.1.1.1 8.8.8.8 1.0.0.1 8.8.4.4 2606:4700:4700::1111 2001:4860:4860::8888 2606:4700:4700::1001 2001:4860:4860::8844
#Domains=
-#DNSSEC=false
+#DNSSEC=allow-downgrade
#DNSOverTLS=no
#MulticastDNS=yes
#LLMNR=yes
2. The prompt is shown:
>> (1 of 1) -- /etc/systemd/resolved.conf
>> q quit, h help, n next, e edit-new, z zap-new, u use-new
m merge, t toggle-merge, l look-merge:
- Pressing m shows:
#DNSSEC=false | #DNSSEC=allow-downgrade
%
Am I supposed to choose one? If so, how? Typing 1 or 2 doesn't work.
- Pressing t toggles between ._cfg0000_resolved.conf
and ._mrg0000_resolved.conf
- Pressing l hides the diff output
glibg10b
(418 rep)
Jun 11, 2021, 05:50 PM
• Last activity: Jun 14, 2021, 02:25 AM
1
votes
2
answers
677
views
Is it safe to install packages with multiple instances of emerge running at the same time?
I'm currently installing Gentoo by following the Handbook. I ran `emerge -uDN @world` after changing USE flags and it's taking hours, but I would like to continue with [the next step](https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Kernel). Is it fine to `emerge` the kernel and other packag...
I'm currently installing Gentoo by following the Handbook. I ran
emerge -uDN @world
after changing USE flags and it's taking hours, but I would like to continue with [the next step](https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Kernel) . Is it fine to emerge
the kernel and other packages I'll need in a separate tty without waiting for it to finish?
Pacman prevents you from running multiple instances by checking for pacman.lock
, but emerge doesn't seem to do the same.
glibg10b
(418 rep)
Jun 6, 2021, 03:38 PM
• Last activity: Jun 6, 2021, 04:56 PM
0
votes
1
answers
1717
views
There are no ebuilds to satisfy
So, I want to install the vimb browser from a Gentoo overlay called 'booboo'. I added the overlay with layman and ran `emerge vimb`. This is what I get: ``` emerge: there are no ebuilds to satisfy ">=net-libs/webkit-gtk-1.5.0:2". (dependency required by "www-client/vimb-2.10::booboo[-gtk3]" [ebuild]...
So, I want to install the vimb browser from a Gentoo overlay called 'booboo'. I added the overlay with layman and ran
emerge vimb
. This is what I get:
emerge: there are no ebuilds to satisfy ">=net-libs/webkit-gtk-1.5.0:2".
(dependency required by "www-client/vimb-2.10::booboo[-gtk3]" [ebuild])
(dependency required by "vimb" [argument])
Ideas?
Thank you!
PS: Output of emerge -s webkit-gtk
:
net-libs/webkit-gtk
Latest version available: 2.28.4
Latest version installed: 2.28.3
Size of files: 20,923 KiB
Homepage: https://www.webkitgtk.org
Description: Open source web browser engine
License: LGPL-2+ BSD
Akshat Vats
(489 rep)
Aug 6, 2020, 03:22 AM
• Last activity: Aug 6, 2020, 01:35 PM
0
votes
1
answers
829
views
Command not found: eselect
I am using Gentoo (for the first time, actually). I am trying to set up package management. I discovered that I have to set up portage (`emerge`). While doing so, I had to run `emerge --sync`. That gave the message: ```none Use eselect news read to view items. ``` I tried that, but I got: `zsh: comm...
I am using Gentoo (for the first time, actually). I am trying to set up package management. I discovered that I have to set up portage (
emerge
). While doing so, I had to run emerge --sync
. That gave the message:
Use eselect news read to view items.
I tried that, but I got: zsh: command not found: eselect
I discovered a package: app-admin/eselect
, so I tried:
emerge --ask app-admin/select
Then I get:
!!! /etc/portage/make.profile is not a symlink and will probably prevent most merges.
!!! It should point into a profile within /usr/portage/profiles/
!!! (You can safely ignore this message when syncing. It's harmless.)
!!! Your current profile is invalid. If you have just changed your profile
!!! configuration, you should revert back to the previous configuration.
!!! Allowed actions are limited to --help, --info, --search, --sync, and
!!! --version.
Update:
Turns out I was mistaken. I thought I was working in a flavour of gentoo, and so I was trying to setup portage manually, since the emerge command turned out to be missing.
Turns out, I was working in a flavour of CentOS, and so yum was what I needed to use. I had downloaded and un-tarred a portage tarball into a CentOS flavour, which explains why eselect was not there, and in turn explains why I had that sort of weird chicken & egg like problem between the emerge and eselect commands.
As per Andy Dalton's answer, I was yesterday looking at manually creating the make.profile symlink myself, to some file under /usr/portage/profiles/, but I was having a hard time figuring out which file to link it to.
Anyway, I got yum working, and I'm not sure what would happen if I went in to get portage working too. That could probably lead to some sort of package management conflict issues, so I'm not sure I want to experiment with that.
user904542
(101 rep)
May 15, 2020, 11:58 PM
• Last activity: May 16, 2020, 04:58 PM
0
votes
1
answers
417
views
Why /etc/portage/package.use lines do not work installing Openshot?
On Funtoo Linux I has no sense how to solve requirements. I added lines but again and again I cannot run openshot installation # tail -n 5 /etc/portage/package.use >=x11-libs/libXcursor-1.1.14 abi_x86_32 >=media-video/openshot-2.2.0 dbus opengl svg gui network printsupport widgets opengl webkit sql...
On Funtoo Linux I has no sense how to solve requirements. I added lines but again and again I cannot run openshot installation
# tail -n 5 /etc/portage/package.use
>=x11-libs/libXcursor-1.1.14 abi_x86_32
>=media-video/openshot-2.2.0 dbus opengl svg gui network printsupport widgets opengl webkit sql positioning webchannel python_targets_python3_4
>=dev-python/PyQt5-5.8.2 dbus opengl svg python_targets_python3_4
# emerge openshot
Calculating dependencies... done!
!!! The ebuild selected to satisfy "dev-python/PyQt5[svg,webkit,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_6(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?]" has unmet requirements.
- dev-python/PyQt5-5.8.2::python-kit USE="dbus opengl svg -bluetooth -debug -declarative -designer -doc -examples -gles2 -gui -help -location -multimedia -network -positioning -printsupport -sensors -serialport -sql -testlib -webchannel -webengine -webkit -websockets -widgets -x11extras -xmlpatterns" PYTHON_TARGETS="python2_7 python3_4 -python3_5 -python3_6"
The following REQUIRED_USE flag constraints are unsatisfied:
opengl? ( gui widgets ) svg? ( gui widgets ) webkit? ( gui network printsupport widgets )
The above constraints are a subset of the following complete expression:
any-of ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) bluetooth? ( gui ) declarative? ( gui network ) designer? ( widgets ) help? ( gui widgets ) location? ( positioning ) multimedia? ( gui network ) opengl? ( gui widgets ) positioning? ( gui ) printsupport? ( gui widgets ) sensors? ( gui ) serialport? ( gui ) sql? ( widgets ) svg? ( gui widgets ) testlib? ( gui widgets ) webchannel? ( network ) webengine? ( network widgets? ( webchannel ) ) webkit? ( gui network printsupport widgets ) websockets? ( network ) widgets? ( gui ) xmlpatterns? ( network )
(dependency required by "media-video/openshot-2.2.0::media-kit" [ebuild])
(dependency required by "openshot" [argument])
Please. I've read manuals but I cannot understand what to do.
znavko
(1 rep)
Nov 25, 2017, 04:35 PM
• Last activity: Mar 28, 2020, 11:20 AM
1
votes
2
answers
2591
views
Gentoo emerge blocked package issue
It seems that package clamav prevents itself from upgrade. Portage is up to date and portage tree is synchronized. Is anybody knows ho to solve this issue with blocking package in gentoo? # emerge -uDpv clamav These are the packages that would be merged, in order: Calculating dependencies... done! [...
It seems that package clamav prevents itself from upgrade. Portage is up to date and portage tree is synchronized.
Is anybody knows ho to solve this issue with blocking package in gentoo?
# emerge -uDpv clamav
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild U ] app-arch/bzip2-1.0.6-r7::gentoo [1.0.6-r6::gentoo] USE="-static -static-libs" 764 KiB
[ebuild U ] sys-apps/file-5.25::gentoo [5.22::gentoo] USE="-python -static-libs -zlib" PYTHON_TARGETS="python2_7 (-pypy) -python3_3 -python3_4" 723 KiB
[ebuild U ] dev-libs/expat-2.1.1-r2::gentoo [2.1.0-r5::gentoo] USE="unicode -examples -static-libs" 396 KiB
[ebuild U ] sys-apps/debianutils-4.7::gentoo [4.4::gentoo] USE="-static" 153 KiB
[ebuild U ~] dev-libs/libgpg-error-1.24::gentoo [1.22::gentoo] USE="-common-lisp -nls -static-libs" 766 KiB
[ebuild U ] dev-libs/libffi-3.2.1::gentoo [3.0.13-r1::gentoo] USE="-debug -pax_kernel -static-libs {-test}" 919 KiB
[ebuild U ] sys-devel/m4-1.4.17::gentoo [1.4.16::gentoo] USE="-examples" 1,123 KiB
[ebuild U ] app-misc/pax-utils-1.1.6::gentoo [1.0.3::gentoo] USE="-caps -debug% -python -seccomp%" 633 KiB
[ebuild U ] app-arch/tar-1.28-r1::gentoo [1.27.1-r2::gentoo] USE="acl -minimal -nls (-selinux) -static -xattr" 2,631 KiB
[ebuild U ] dev-libs/openssl-1.0.2h-r2::gentoo [1.0.2h::gentoo] USE="-asm -bindist -gmp -kerberos -rfc3779 -sctp -sslv2% -sslv3% -static-libs {-test} -tls-heartbeat -vanilla -zlib" CPU_FLAGS_X86="-sse2" 0 KiB
[ebuild U ~] app-eselect/eselect-python-20160516::gentoo [20160222::gentoo] 46 KiB
[ebuild U ] dev-libs/libpcre-8.38-r1:3::gentoo [8.38:3::gentoo] USE="bzip2 cxx readline (unicode) -jit -libedit -pcre16 -pcre32 -recursion-limit -static-libs -zlib" 1,526 KiB
[ebuild U ] dev-util/gtk-doc-am-1.25::gentoo [1.24::gentoo] 658 KiB
[ebuild U ~] dev-lang/python-2.7.12:2.7::gentoo [2.7.11-r2:2.7::gentoo] USE="gdbm ncurses readline ssl threads (wide-unicode) xml (-berkdb) -build -doc -examples -hardened -ipv6 -libressl -sqlite -tk -wininst" 12,114 KiB
[ebuild U ] dev-libs/libxml2-2.9.4:2::gentoo [2.9.3:2::gentoo] USE="python readline -debug -examples -icu -ipv6 -lzma -static-libs {-test}" PYTHON_TARGETS="python2_7 -python3_3 -python3_4 (-python3_5)" 5,249 KiB
[ebuild U ] app-admin/perl-cleaner-2.20::gentoo [2.19::gentoo] 7 KiB
[ebuild U ] dev-libs/libxslt-1.1.29::gentoo [1.1.28-r5::gentoo] USE="crypt -debug -examples -python -static-libs" PYTHON_TARGETS="python2_7" 3,349 KiB
[ebuild U ] sys-devel/gettext-0.19.7::gentoo [0.19.4::gentoo] USE="acl cxx ncurses -cvs -doc -emacs -git -java -nls -openmp -static-libs" 18,785 KiB
[ebuild U ] dev-libs/glib-2.46.2-r3:2::gentoo [2.46.2-r2:2::gentoo] USE="-dbus -debug (-fam) -mime (-selinux) -static-libs -systemtap {-test} -utils -xattr" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild U ] app-antivirus/clamav-0.99::gentoo [0.98.7::gentoo] USE="bzip2 -clamdtop -iconv -ipv6 (-libressl) -metadata-analysis-api -milter (-selinux) -static-libs (-uclibc)" 15,594 KiB
[blocks B ]
Peter Sutta
(11 rep)
Aug 4, 2016, 10:10 AM
• Last activity: Jan 26, 2020, 03:01 PM
0
votes
3
answers
2656
views
Analogue of AUR for gentoo
Is there a portage extension with user installation scripts like the AUR for Archlinux. I’m curious about Gentoo, and so far every distribution I’ve come across, be it Debian or red hat based, has an extension of the core repositories that lets you occasionally install non free software. I was wonde...
Is there a portage extension with user installation scripts like the AUR for Archlinux.
I’m curious about Gentoo, and so far every distribution I’ve come across, be it Debian or red hat based, has an extension of the core repositories that lets you occasionally install non free software. I was wondering what would the analogue be for gentoo?
Alex Petrosyan
(103 rep)
Sep 17, 2018, 09:14 PM
• Last activity: Jan 3, 2020, 04:42 PM
2
votes
2
answers
2262
views
download packages for offline gentoo update
I have a machine with gentoo that does not have internet access but I want to install a few packages on it. I do not have another machine with gentoo, how does one download packages for it? google tells me you use emerge to download on one machine and emerge to install on the other, but as I've said...
I have a machine with gentoo that does not have internet access but I want to install a few packages on it. I do not have another machine with gentoo, how does one download packages for it? google tells me you use emerge to download on one machine and emerge to install on the other, but as I've said, I have a single gentoo machine, how does one download packages with another os (windows or ubuntu)?
Nullman
(145 rep)
Jul 1, 2019, 11:55 AM
• Last activity: Jul 1, 2019, 02:20 PM
0
votes
1
answers
94
views
Predictable UIDs of users created in the process of portage package installation
Adding users is specified in portage ebuild files using the `enewuser` function. Some ebuilds call this function with a specific UID (second argument), others either don't provide the argument or specify -1 which has the same effect. In the latter cases some free UID (presumably the next free one on...
Adding users is specified in portage ebuild files using the
enewuser
function. Some ebuilds call this function with a specific UID (second argument), others either don't provide the argument or specify -1 which has the same effect. In the latter cases some free UID (presumably the next free one on the system) is used which makes it impossible to keep the UIDs in sync across systems.
Is there a mechanism in portage to achieve consistent UIDs across systems? E.g. providing portage with a database of "username - UID" combinations and having it override the default behavior of enewuser
in a way as to enforce this mapping when creating new users?
S F
(183 rep)
Apr 13, 2019, 04:18 AM
• Last activity: Apr 13, 2019, 06:18 AM
1
votes
1
answers
1991
views
Gentoo Linux - "emake" failed: No rule to make target '3'. Stop
I am trying to install Gentoo, where, according to the Handbook, says to update the world set. I get this (truncated for character limit): ``` pqueue.h => ../../include/openssl/pqueue.h make[2]: Leaving directory '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q-abi_x86_64.amd64/crypto/p...
I am trying to install Gentoo, where, according to the Handbook, says to update the world set. I get this (truncated for character limit):
pqueue.h => ../../include/openssl/pqueue.h
make: Leaving directory '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q-abi_x86_64.amd64/crypto/pqueue'
making links in crypto/ts...
make: Entering directory '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q-abi_x86_64.amd64/crypto/ts'
ts.h => ../../include/openssl/ts.h
make: Leaving directory '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q-abi_x86_64.amd64/crypto/ts'
making links in crypto/srp...
make: Entering directory '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q-abi_x86_64.amd64/crypto/srp'
srp.h => ../../include/openssl/srp.h
srptest.c => ../../test/srptest.c
make: Leaving directory '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q-abi_x86_64.amd64/crypto/srp'
making links in crypto/cmac...
make: Entering directory '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q-abi_x86_64.amd64/crypto/cmac'
cmac.h => ../../include/openssl/cmac.h
make: Leaving directory '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q-abi_x86_64.amd64/crypto/cmac'
make: Leaving directory '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q-abi_x86_64.amd64/crypto'
making links in ssl...
make: Entering directory '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q-abi_x86_64.amd64/ssl'
ssl.h => ../include/openssl/ssl.h
ssl2.h => ../include/openssl/ssl2.h
ssl3.h => ../include/openssl/ssl3.h
ssl23.h => ../include/openssl/ssl23.h
tls1.h => ../include/openssl/tls1.h
dtls1.h => ../include/openssl/dtls1.h
kssl.h => ../include/openssl/kssl.h
srtp.h => ../include/openssl/srtp.h
ssltest.c => ../test/ssltest.c
heartbeat_test.c => ../test/heartbeat_test.c
clienthellotest.c => ../test/clienthellotest.c
sslv2conftest.c => ../test/sslv2conftest.c
dtlstest.c => ../test/dtlstest.c
bad_dtls_test.c => ../test/bad_dtls_test.c
fatalerrtest.c => ../test/fatalerrtest.c
make: Leaving directory '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q-abi_x86_64.amd64/ssl'
making links in engines...
make: Entering directory '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q-abi_x86_64.amd64/engines'
making links in engines/ccgost...
make: Entering directory '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q-abi_x86_64.amd64/engines/ccgost'
make: Nothing to be done for 'links'.
make: Leaving directory '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q-abi_x86_64.amd64/engines/ccgost'
make: Leaving directory '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q-abi_x86_64.amd64/engines'
making links in apps...
make: Entering directory '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q-abi_x86_64.amd64/apps'
make: Nothing to be done for 'links'.
make: Leaving directory '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q-abi_x86_64.amd64/apps'
making links in test...
make: Entering directory '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q-abi_x86_64.amd64/test'
make: Nothing to be done for 'links'.
make: Leaving directory '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q-abi_x86_64.amd64/test'
making links in tools...
make: Entering directory '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q-abi_x86_64.amd64/tools'
make: Nothing to be done for 'links'.
make: Leaving directory '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q-abi_x86_64.amd64/tools'
generating dummy tests (if needed)...
make: Entering directory '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q-abi_x86_64.amd64/test'
md2test.c => dummytest.c
jpaketest.c => dummytest.c
make: Leaving directory '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q-abi_x86_64.amd64/test'
Configured for linux-x86_64.
*** Because of configuration changes, you MUST do the following before
*** building:
make depend
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q ...
* abi_x86_64.amd64: running multilib-minimal_abi_src_compile
make 3 -j1 V=1 depend
make: *** No rule to make target '3'. Stop.
* ERROR: dev-libs/openssl-1.0.2q::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of emerge --info '=dev-libs/openssl-1.0.2q::gentoo'
,
* the complete build log and the output of emerge -pqv '=dev-libs/openssl-1.0.2q::gentoo'
.
* The complete build log is located at '/var/tmp/portage/dev-libs/openssl-1.0.2q/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-libs/openssl-1.0.2q/temp/environment'.
* Working directory: '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q-abi_x86_64.amd64'
* S: '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q'
>>> Failed to emerge dev-libs/openssl-1.0.2q, Log file:
>>> '/var/tmp/portage/dev-libs/openssl-1.0.2q/temp/build.log'
* Messages for package dev-libs/openssl-1.0.2q:
* ERROR: dev-libs/openssl-1.0.2q::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of emerge --info '=dev-libs/openssl-1.0.2q::gentoo'
,
* the complete build log and the output of emerge -pqv '=dev-libs/openssl-1.0.2q::gentoo'
.
* The complete build log is located at '/var/tmp/portage/dev-libs/openssl-1.0.2q/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-libs/openssl-1.0.2q/temp/environment'.
* Working directory: '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q-abi_x86_64.amd64'
* S: '/var/tmp/portage/dev-libs/openssl-1.0.2q/work/openssl-1.0.2q'
It says to post the output of emerge --info
for support:
Portage 2.3.51 (python 3.6.5-final-0, default/linux/amd64/17.0, 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-_Core-TM-_i5-6200U_CPU_@_2.30GHz-with-gentoo-2.6
KiB Mem: 1017488 total, 95996 free
KiB Swap: 524284 total, 508924 free
Timestamp of repository gentoo: Tue, 12 Feb 2019 17:00:01 +0000
Head commit of repository gentoo: 55c839a863f2e4770b3762bd058e1144da1d7832
sh bash 4.4_p23-r1
ld GNU ld (Gentoo 2.30 p5) 2.30.0
app-shells/bash: 4.4_p23-r1::gentoo
dev-lang/perl: 5.26.2::gentoo
dev-lang/python: 2.7.15::gentoo, 3.6.5::gentoo
dev-util/pkgconfig: 0.29.2::gentoo
sys-apps/baselayout: 2.6-r1::gentoo
sys-apps/openrc: 0.38.3-r1::gentoo
sys-apps/sandbox: 2.13::gentoo
sys-devel/autoconf: 2.69-r4::gentoo
sys-devel/automake: 1.16.1-r1::gentoo
sys-devel/binutils: 2.30-r4::gentoo
sys-devel/gcc: 7.3.0-r3::gentoo
sys-devel/gcc-config: 2.0::gentoo
sys-devel/libtool: 2.4.6-r3::gentoo
sys-devel/make: 4.2.1-r4::gentoo
sys-kernel/linux-headers: 4.14-r1::gentoo (virtual/os-headers)
sys-libs/glibc: 2.27-r6::gentoo
Repositories:
gentoo
location: /usr/portage
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: -1000
sync-rsync-verify-metamanifest: yes
sync-rsync-verify-jobs: 1
sync-rsync-extra-opts:
sync-rsync-verify-max-age: 24
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-march=native -O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-march=native -O2 -pipe"
GENTOO_MIRRORS="https://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ http://gentoo.mirrors.easynews.com/linux/gentoo/ https://mirror.sjc02.svwh.net/gentoo/ http://mirror.sjc02.svwh.net/gentoo/ http://gentoo.cs.utah.edu/ "
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="3"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="acl amd64 berkdb bzip2 cli crypt cxx dri fortran gdbm iconv ipv6 libtirpc multilib ncurses nls nptl openmp pam pcre readline seccomp ssl tcpd unicode xattr zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" NETBEANS_MODULES="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6 php7-1" POSTGRES_TARGETS="postgres9_5 postgres10" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6" RUBY_TARGETS="ruby24" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
SealsRock12
(165 rep)
Feb 12, 2019, 06:13 PM
• Last activity: Feb 13, 2019, 01:50 PM
1
votes
1
answers
349
views
Gentoo how to Install all items within a package
Is it possible to install items in a package category like `games-rpg/` using a single portage command? I've tried using things like `games-rpg/*` but I have not managed to get anything working so far.
Is it possible to install items in a package category like
games-rpg/
using a single portage command?
I've tried using things like games-rpg/*
but I have not managed to get anything working so far.
John_Hannings
(11 rep)
Sep 1, 2018, 02:03 AM
• Last activity: Sep 24, 2018, 08:45 AM
1
votes
1
answers
1358
views
Failed to emerge dev-libs/boost-1.65.0
I've got a following error while installing dev-libs/boost-1.65.0: >>> Install boost-1.65.0 into /var/tmp/portage/dev-libs/boost-1.65.0/image/ category dev-libs * abi_x86_64.amd64: running multilib-minimal_abi_src_install * python2_7: running installation * ACCESS DENIED: symlinkat: /var/tmp/portage...
I've got a following error while installing dev-libs/boost-1.65.0:
>>> Install boost-1.65.0 into /var/tmp/portage/dev-libs/boost-1.65.0/image/ category dev-libs
* abi_x86_64.amd64: running multilib-minimal_abi_src_install
* python2_7: running installation
* ACCESS DENIED: symlinkat: /var/tmp/portage/dev-libs/boost-1.65.0/temp/libpython2.7.so
ln: failed to create symbolic link '/var/tmp/portage/dev-libs/boost-1.65.0/temp/libpython2.7.so': Permission denied
* ERROR: dev-libs/boost-1.65.0::gentoo failed (install phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 124: Called src_install
* environment, line 4438: Called multilib-minimal_src_install
* environment, line 2558: Called multilib_foreach_abi 'multilib-minimal_abi_src_install'
* environment, line 2752: Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_install'
* environment, line 2388: Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_install'
* environment, line 2386: Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_install'
* environment, line 412: Called multilib-minimal_abi_src_install
* environment, line 2548: Called multilib_src_install
* environment, line 3063: Called python_foreach_impl 'installation'
* environment, line 3831: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'installation'
* environment, line 2388: Called _multibuild_run '_python_multibuild_wrapper' 'installation'
* environment, line 2386: Called _python_multibuild_wrapper 'installation'
* environment, line 541: Called installation
* environment, line 3021: Called create_user-config.jam
* environment, line 897: Called die
* The specific snippet of code:
* ln -f -s "$(python_get_library_path)" "${T}/lib${EPYTHON}$(get_libname)" || die;
*
* If you need support, post the output of
emerge --info '=dev-libs/boost-1.65.0::gentoo'
,
* the complete build log and the output of emerge -pqv '=dev-libs/boost-1.65.0::gentoo'
.
* The complete build log is located at '/var/log/portage/build/dev-libs/boost-1.65.0:20171016-171019.log'.
* For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-libs/boost-1.65.0/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-libs/boost-1.65.0/temp/environment'.
* Working directory: '/var/tmp/portage/dev-libs/boost-1.65.0/work/boost_1_65_0-abi_x86_64.amd64'
* S: '/var/tmp/portage/dev-libs/boost-1.65.0/work/boost_1_65_0'
* --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
* LOG FILE: "/var/log/sandbox/sandbox-19920.log"
*
VERSION 1.0
FORMAT: F - Function called
FORMAT: S - Access Status
FORMAT: P - Path as passed to function
FORMAT: A - Absolute Path (not canonical)
FORMAT: R - Canonical Path
FORMAT: C - Command Line
F: symlinkat
S: deny
P: /var/tmp/portage/dev-libs/boost-1.65.0/temp/libpython2.7.so
A: /var/tmp/portage/dev-libs/boost-1.65.0/temp/libpython2.7.so
R: /usr/lib64/libpython2.7.so.1.0
C: ln -f -s /usr/lib64/libpython2.7.so /var/tmp/portage/dev-libs/boost-1.65.0/temp/libpython2.7.so
* --------------------------------------------------------------------------------
>>> Failed to emerge dev-libs/boost-1.65.0, Log file:
>>> '/var/log/portage/build/dev-libs/boost-1.65.0:20171016-171019.log'
* Messages for package sys-process/atop-2.3.0-r1:
* Log file: /var/log/portage/build/sys-process/atop-2.3.0-r1:20171016-170944.log
* CONFIG_BSD_PROCESS_ACCT: is not set when it should be.
* Please check to make sure these options are set correctly.
* Failure to do so may cause unexpected problems.
* Messages for package sys-fs/eudev-3.2.4:
* Log file: /var/log/portage/build/sys-fs/eudev-3.2.4:20171016-170946.log
*
* As of 2013-01-29, eudev-3.2.4 provides the new interface renaming functionality,
* as described in the URL below:
* https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames
*
* This functionality is enabled BY DEFAULT because eudev has no means of synchronizing
* between the default or user-modified choice of sys-fs/udev. If you wish to disable
* this new iface naming, please be sure that /etc/udev/rules.d/80-net-name-slot.rules
* exists: touch /etc/udev/rules.d/80-net-name-slot.rules
*
* Messages for package dev-libs/boost-1.65.0:
* Log file: /var/log/portage/build/dev-libs/boost-1.65.0:20171016-171019.log
* ERROR: dev-libs/boost-1.65.0::gentoo failed (install phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 124: Called src_install
* environment, line 4438: Called multilib-minimal_src_install
* environment, line 2558: Called multilib_foreach_abi 'multilib-minimal_abi_src_install'
* environment, line 2752: Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_install'
* environment, line 2388: Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_install'
* environment, line 2386: Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_install'
* environment, line 412: Called multilib-minimal_abi_src_install
* environment, line 2548: Called multilib_src_install
* environment, line 3063: Called python_foreach_impl 'installation'
* environment, line 3831: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'installation'
* environment, line 2388: Called _multibuild_run '_python_multibuild_wrapper' 'installation'
* environment, line 2386: Called _python_multibuild_wrapper 'installation'
* environment, line 541: Called installation
* environment, line 3021: Called create_user-config.jam
* environment, line 897: Called die
* The specific snippet of code:
* ln -f -s "$(python_get_library_path)" "${T}/lib${EPYTHON}$(get_libname)" || die;
*
* If you need support, post the output of emerge --info '=dev-libs/boost-1.65.0::gentoo'
,
* the complete build log and the output of emerge -pqv '=dev-libs/boost-1.65.0::gentoo'
.
* The complete build log is located at '/var/log/portage/build/dev-libs/boost-1.65.0:20171016-171019.log'.
* For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-libs/boost-1.65.0/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-libs/boost-1.65.0/temp/environment'.
* Working directory: '/var/tmp/portage/dev-libs/boost-1.65.0/work/boost_1_65_0-abi_x86_64.amd64'
* S: '/var/tmp/portage/dev-libs/boost-1.65.0/work/boost_1_65_0'
The result of emerge --info '=dev-libs/boost-1.65.0::gentoo':
Portage 2.3.11 (python 3.4.6-final-0, default/linux/amd64/13.0/desktop, gcc-5.4.0, glibc-2.25-r7, 4.12.12-gentoo x86_64)
=================================================================
System Settings
=================================================================
System uname: Linux-4.12.12-gentoo-x86_64-Intel-R-_Core-TM-_i5-6300HQ_CPU_@_2.30GHz-with-gentoo-2.4.1
KiB Mem: 8037396 total, 3869472 free
KiB Swap: 12582908 total, 12582908 free
Timestamp of repository gentoo: Sun, 15 Oct 2017 10:00:01 +0000
Head commit of repository gentoo: 207d64181ea82d5d3251db27d856244b0e78ef6f
sh bash 4.4_p12
ld GNU ld (Gentoo 2.28.1 p1.0) 2.28.1
app-shells/bash: 4.4_p12::gentoo
dev-java/java-config: 2.2.0-r3::gentoo
dev-lang/perl: 5.24.3::gentoo
dev-lang/python: 2.7.14::gentoo, 3.4.6::gentoo
dev-util/cmake: 3.7.2::gentoo
dev-util/pkgconfig: 0.28-r2::gentoo
sys-apps/baselayout: 2.4.1-r2::gentoo
sys-apps/openrc: 0.32.1::gentoo
sys-apps/sandbox: 2.10-r3::gentoo
sys-devel/autoconf: 2.13::gentoo, 2.69::gentoo
sys-devel/automake: 1.11.6-r1::gentoo, 1.15-r2::gentoo
sys-devel/binutils: 2.28.1::gentoo, 2.29.1::gentoo
sys-devel/gcc: 5.4.0-r3::gentoo, 6.4.0::gentoo
sys-devel/gcc-config: 1.9.0::gentoo
sys-devel/libtool: 2.4.6-r3::gentoo
sys-devel/make: 4.2.1-r1::gentoo
sys-kernel/linux-headers: 4.13::gentoo (virtual/os-headers)
sys-libs/glibc: 2.25-r7::gentoo
Repositories:
gentoo
location: /usr/portage
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: -1000
sync-rsync-extra-opts:
dotnet
location: /var/lib/layman/dotnet
sync-type: laymansync
sync-uri: https://anongit.gentoo.org/git/proj/dotnet.git
masters: gentoo
priority: 50
fw-overlay
location: /var/lib/layman/fw-overlay
sync-type: laymansync
sync-uri: https://github.com/no-hope/fw-overlay.git
masters: gentoo
priority: 50
seeds
location: /var/lib/layman/seeds
sync-type: laymansync
sync-uri: git://github.com/vonavi/seeds.git
masters: gentoo
priority: 50
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php7.0/ext-active/ /etc/php/cgi-php7.0/ext-active/ /etc/php/cli-php7.0/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /usr/bin/startx"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs clean-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms split-log strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync webrsync-gpg xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="rsync://gentoo.prz.rzeszow.pl/gentoo"
LANG="en_GB.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cdr cjk cli colord consolekit cracklib crypt cups curl custom-cflags cxx dbus dri dts dvd dvdr eds emboss encode evo exif fam firefox flac fontconfig fortran gdbm gif glamor gphoto2 gpm gsm gstreamer gtk hardened iconv introspection ipv6 jack java jpeg kerberos lcms ldap libnotify libsecret lzma mad mng modules mp3 mp4 mpeg multilib nautilus ncurses nls nptl odbc ogg openal opengl openmp pam pango pcre pdf perl png policykit postgres ppds python qt3support qt4 readline savedconfig scanner sdl seccomp session socks5 spell ssl startup-notification svg tcl tcpd threads tiff tools tracker truetype udev udisks unicode upower usb userlocales v4l vaapi vim-syntax vorbis wifi wxwidgets x264 xattr xcb xcomposite xinerama xml xv xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput synaptics evdev mouse keyboard" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" NGINX_MODULES_HTTP="fastcgi access addition auth_basic auth_ldap auth_pam auth_request autoindex browser cache_purge charset dav dav_ext degradation echo empty_gif fancyindex flv geo geoip gunzip gzip gzip_static headers_more image_filter limit_conn limit_req lua map memc memcached metrics mp4 naxsi perl proxy push_stream random_index realip referer rewrite scgi secure_link security slice slowfs_cache spdy split_clients ssi sticky stub_status sub upload_progress upstream_check upstream_hash upstream_ip_hash upstream_keepalive upstream_least_conn upstream_zone userid uwsgi xslt" NGINX_MODULES_MAIL="imap pop3 smtp" NGINX_MODULES_STREAM="access geo geoip limit_conn map realip return split_clients ssl_preread upstream_hash upstream_least_conn upstream_zone" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" POSTGRES_TARGETS="postgres9_5" PYTHON_SINGLE_TARGET="python3_4" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby22" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
The result of emerge -pqv '=dev-libs/boost-1.65.0::gentoo':
[ebuild r U ] dev-libs/boost-1.65.0 [1.62.0-r1] USE="nls python threads tools -context -debug -doc -icu -mpi -static-libs" ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python2_7 python3_4 -python3_5 -python3_6%"
[ebuild rR ] net-libs/nghttp2-1.26.0 USE="cxx threads xml -debug -hpack-tools -jemalloc -libressl -static-libs {-test} -utils" ABI_X86="(64) -32 (-x32)"
[ebuild r U ] net-libs/libtorrent-rasterbar-1.0.11-r1 [1.0.10] USE="dht geoip python ssl -debug -doc -examples -libressl -static-libs {-test}" PYTHON_TARGETS="python2_7 python3_4 -python3_5"
The following packages are causing rebuilds:
(dev-libs/boost-1.65.0:0/1.65.0::gentoo, ebuild scheduled for merge) causes rebuilds for:
(net-libs/libtorrent-rasterbar-1.0.11-r1:0/8::gentoo, ebuild scheduled for merge)
(net-libs/nghttp2-1.26.0:0/1.14::gentoo, ebuild scheduled for merge)
* IMPORTANT: 7 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items.
Build log: https://filebin.net/nehtpkwbxqc9ctxx/build.log.txt
Can anyone help me?
user227030
Oct 16, 2017, 05:32 PM
• Last activity: Sep 2, 2018, 09:41 PM
0
votes
1
answers
158
views
emerge install package with flag which not in ruby_targets
$ emerge --info | grep ruby ..... RUBY_TARGETS="ruby23" ...... And I run emerge with `--newuse` and `--deep`, it will ask me to add use flag with `ruby22`. These packages are not in `@system`. These packages are: >=virtual/rubygems-14 ruby_targets_ruby22 >=dev-ruby/rdoc-6.0.1 ruby_targets_ruby22 >=d...
$ emerge --info | grep ruby
..... RUBY_TARGETS="ruby23" ......
And I run emerge with
--newuse
and --deep
, it will ask me to add use flag with ruby22
. These packages are not in @system
.
These packages are:
>=virtual/rubygems-14 ruby_targets_ruby22
>=dev-ruby/rdoc-6.0.1 ruby_targets_ruby22
>=dev-ruby/rubygems-2.7.4 ruby_targets_ruby22
These packages have use flag ruby_targets_ruby23
, and must I install them with ruby22?
If I remove these use flag with ruby22, it will notify a conflict.
If I run emerge with --depclean
, there is nothing to remove.
And the same with python, I have no flag with python3_6 and python3_4, but it always installs them.
Vonfry
(248 rep)
Jan 1, 2018, 10:52 AM
• Last activity: Jan 1, 2018, 01:23 PM
2
votes
1
answers
2775
views
Dependency conflict while upgrading Gentoo
When I tried to upgrade my Gentoo system, I had got following errors: WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict: sys-libs/zlib:0 (sys-libs/zlib-1.2.11-r1:0/1::gentoo, ebuild scheduled for merge) conflicts with sys-libs/zlib[minizip] required by (dev-qt/qtwe...
When I tried to upgrade my Gentoo system, I had got following errors:
WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:
sys-libs/zlib:0
(sys-libs/zlib-1.2.11-r1:0/1::gentoo, ebuild scheduled for merge) conflicts with
sys-libs/zlib[minizip] required by (dev-qt/qtwebengine-5.7.1-r2:5/5.7::gentoo, installed)
^^^^^^^
sys-libs/zlib[minizip] required by (net-im/psi-1.3:0/0::gentoo, installed)
^^^^^^^
media-libs/libvpx:0
(media-libs/libvpx-1.5.0:0/3::gentoo, ebuild scheduled for merge) conflicts with
>=media-libs/libvpx-1.5:=[svc] required by (dev-qt/qtwebengine-5.7.1-r2:5/5.7::gentoo, installed)
^^^
>=media-libs/libvpx-1.5:0/3=[svc] required by (dev-qt/qtwebengine-5.7.1-r2:5/5.7::gentoo, installed)
^^^
dev-qt/qtcore:5
(dev-qt/qtcore-5.7.1-r3:5/5.7::gentoo, ebuild scheduled for merge) conflicts with
~dev-qt/qtcore-5.7.1[icu] required by (dev-qt/qtwebkit-5.7.1:5/5.7::gentoo, installed)
^^^
media-video/ffmpeg:0
(media-video/ffmpeg-3.3.5:0/55.57.57::gentoo, ebuild scheduled for merge) conflicts with
>=media-video/ffmpeg-2.6.3[webp,v4l] required by (net-im/qtox-1.11.0:0/0::gentoo, installed)
^^^^ ^^^
dev-libs/libpcre:3
(dev-libs/libpcre-8.41:3/3::gentoo, ebuild scheduled for merge) conflicts with
>=dev-libs/libpcre-8.38[pcre16,unicode] required by (dev-qt/qtcore-5.7.1-r3:5/5.7::gentoo, installed)
^^^^^^
app-text/poppler:0
(app-text/poppler-0.56.0:0/67::dantrell-gnome, ebuild scheduled for merge) conflicts with
app-text/poppler:=[qt5] required by (app-office/texmaker-4.5-r2:0/0::gentoo, installed)
^^^
app-text/poppler:0/67=[qt5] required by (app-office/texmaker-4.5-r2:0/0::gentoo, installed)
^^^
!!! The following installed packages are masked:
- dev-vcs/monotone-1.0-r4::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Pacho Ramos (28 Dec 2017)
# Multiple build failures and bugs (#634316), fails with recent lua
# (#434242), init script is buggy (#496724), bash completion files installed
# wrongly (#526280), fails with newer botan (#537572). Removal in a month.
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
How can I resolve this dependency conflict?
user227030
Dec 29, 2017, 08:11 PM
• Last activity: Dec 29, 2017, 08:23 PM
Showing page 1 of 20 total questions