Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] Is there an easy way to update the whole system?
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
turboscrew
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2014
Posts: 88
Location: Nokia (town), Finland

PostPosted: Sun Oct 19, 2014 9:57 pm    Post subject: Reply with quote

It begins to look like a new install is needed?
_________________
3.12.21-gentoo-r1 on HP Pavilion a6622sc (CPU: Phenom 8550, Graphics: NVIDIA GeForce 9300GS, Chipset: NVIDIA GeForce 6150SE nForce 430, RAM: 3GB)
Back to top
View user's profile Send private message
steveL
Watchman
Watchman


Joined: 13 Sep 2006
Posts: 5153
Location: The Peanut Gallery

PostPosted: Mon Oct 20, 2014 2:29 am    Post subject: Reply with quote

turboscrew wrote:
It seems like perl-core/xxx blocks virtual/perl-xxx-r1.
Maybe the all the old perl-stuff can be removed and current perl-stuff installed?

Yes that's exactly what you need to do.

You don't need to worry too much about removing virtuals, since they're not real packages, and will be reinstalled whenever something depending on them is installed. If you've already got something to satisfy the virtual (you can see what does from its ebuild) then nothing else will be pulled in.
Back to top
View user's profile Send private message
Chiitoo
Administrator
Administrator


Joined: 28 Feb 2010
Posts: 2575
Location: Here and Away Again

PostPosted: Mon Oct 20, 2014 12:30 pm    Post subject: Reply with quote

Okay so higher backtracking didn't change anything. Wasn't too hopeful about it but at least we tried!

turboscrew wrote:
It begins to look like a new install is needed?

You could do that, but then you would be none the wiser if you were to land upon the same issue again at some other point in time. Reinstalling is normally suggested only when dealing with a Gentoo-installation that has gone without updates for several months (6-12 months or so might already provide some bits of challenge, but still doable methinks!).

Anyblue, looking at this again with fresh eyes, I see that you have:

Code:
ACCEPT_KEYWORDS="amd64"

If we then look at

Code:
[blocks B      ] <perl-core/ExtUtils-CBuilder-0.280.210 ("<perl-core/ExtUtils-CBuilder-0.280.210" is blocking virtual/perl-ExtUtils-CBuilder-0.280.210-r1)

where it's complaining that the perl-core/ExtUtils-CBuilder version is too low for the virtual's version, and then search (with eix for example) for these packages, we'll see the following:

Code:
* perl-core/ExtUtils-CBuilder
     Available versions:  0.280.205-r1 (~)0.280.210
     Homepage:            http://search.cpan.org/dist/ExtUtils-CBuilder/
     Description:         Compile and link C code for Perl modules

* virtual/perl-ExtUtils-CBuilder
     Available versions:  0.280.205{tbz2} 0.280.210-r1{tbz2} (~)0.280.216 (~)0.280.217
     Description:         Virtual for ExtUtils-CBuilder

So the 0.280.210 version has the (~) still, which is why it's not pulled in for the install, but the 0.280.205-r1 is instead.

The same goes for the other packages. I suspect that since we're explicitly asking to emerge the virtuals as well, the highest versions are considered, but they do not match with the non-virtuals due to the keywords.


Next I'd perhaps try dropping all those 'virtuals' from the emerge command (and add the -t (--tree) option).
_________________
Kindest of regardses.
Back to top
View user's profile Send private message
turboscrew
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2014
Posts: 88
Location: Nokia (town), Finland

PostPosted: Tue Oct 21, 2014 10:21 am    Post subject: Reply with quote

The installation did pause for a couple of months (due to lack of time) at the stage when the basic Gentoo booted, but there was no working network connection.

You mean changing the 'virtual/perl-xxx-r1' to 'perl-core/xxx' in:

Code:
emerge -Cav ExtUtils-MakeMaker virtual/perl-ExtUtils-MakeMaker Module-CoreList virtual/perl-Module-CoreList perl-version virtual/perl-version ExtUtils-CBuilder virtual/perl-ExtUtils-CBuilder ExtUtils-Manifest virtual/perl-ExtUtils-Manifest virtual/perl-IO IPC-Cmd virtual/perl-IPC-Cmd

and

Code:
emerge -1av --backtrack=300 ExtUtils-MakeMaker virtual/perl-ExtUtils-MakeMaker Module-CoreList virtual/perl-Module-CoreList perl-version virtual/perl-version ExtUtils-CBuilder virtual/perl-ExtUtils-CBuilder ExtUtils-Manifest virtual/perl-ExtUtils-Manifest virtual/perl-IO IPC-Cmd virtual/perl-IPC-Cmd

and add '-t' to the latter?
_________________
3.12.21-gentoo-r1 on HP Pavilion a6622sc (CPU: Phenom 8550, Graphics: NVIDIA GeForce 9300GS, Chipset: NVIDIA GeForce 6150SE nForce 430, RAM: 3GB)
Back to top
View user's profile Send private message
Chiitoo
Administrator
Administrator


Joined: 28 Feb 2010
Posts: 2575
Location: Here and Away Again

PostPosted: Tue Oct 21, 2014 3:01 pm    Post subject: Reply with quote

The -t (--tree) option isn't that important, nor will it really help when emerging specific packages manually. I like to advertise it though as it can be helpful with package lists obtained when running something like world updates.

It will simply arrange the packages in the output in a manner that it is clear to see what is pulling in what.

I suggested that you remove all packages starting with 'virtual' from the emerge command. They should be automagically pulled in, if needed.

Code:
emerge -1avt ExtUtils-MakeMaker Module-CoreList perl-version ExtUtils-CBuilder ExtUtils-Manifest IPC-Cmd

Actually if I try that myself, perl-core/IPC-Cmd causes a block in a similar manner...

In fact, are you able to forget cleaning perl for a while and run something like emerge -tavuDN @world? Or did you run the world update earlier and this perl-matter creeped up after it?

I'd also go back to perl-cleaner --reallyall now that some of those packages were removed, and if it still complains about blocks, uninstall any perl-related package that is still shown to be installed then.
_________________
Kindest of regardses.
Back to top
View user's profile Send private message
turboscrew
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2014
Posts: 88
Location: Nokia (town), Finland

PostPosted: Tue Oct 21, 2014 5:54 pm    Post subject: Reply with quote

Like this?

[code](chroot) JAASABAYON / # emerge -1avt ExtUtils-MakeMaker Module-CoreList perl-version ExtUtils-CBuilder ExtUtils-Manifest IPC-Cmd

* IMPORTANT: 4 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.


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

Calculating dependencies... done!
[ebuild N ] perl-core/IPC-Cmd-0.780.0-r1 27 kB
[ebuild N ] perl-core/ExtUtils-Manifest-1.610.0-r1 29 kB
[ebuild N ] perl-core/ExtUtils-CBuilder-0.280.205-r1 34 kB
[ebuild N ] perl-core/Module-CoreList-2.840.0 59 kB
[ebuild N ] perl-core/ExtUtils-MakeMaker-6.640.0-r1 412 kB
[nomerge ] virtual/perl-version-0.990.200-r1
[blocks b ] <perl-core/version-0.990.200 ("<perl-core/version-0.990.200" is blocking virtual/perl-version-0.990.200-r1)
[uninstall ] perl-core/version-0.990.100
[ebuild N ] virtual/perl-version-0.990.200-r1 0 kB
[nomerge ] perl-core/ExtUtils-CBuilder-0.280.205-r1
[ebuild U ] virtual/perl-File-Temp-0.230.0 [0.220.0-r3] 0 kB
[ebuild N ] virtual/perl-IPC-Cmd-0.800.0-r1 0 kB
[nomerge ] perl-core/ExtUtils-CBuilder-0.280.205-r1
[nomerge ] virtual/perl-Perl-OSType-1.2.0-r2
[ebuild N ] perl-core/Perl-OSType-1.2.0-r1 USE="{-test}" 12 kB
[nomerge ] perl-core/ExtUtils-MakeMaker-6.640.0-r1
[ebuild U ] virtual/perl-ExtUtils-Install-1.590.0-r1 [1.580.0-r1] 0 kB
[ebuild N ] virtual/perl-ExtUtils-Manifest-1.630.0-r1 0 kB
[blocks B ] <perl-core/ExtUtils-Manifest-1.630.0 ("<perl-core/ExtUtils-Manifest-1.630.0" is blocking virtual/perl-ExtUtils-Manifest-1.630.0-r1)
[blocks B ] <perl-core/IPC-Cmd-0.800.0 ("<perl-core/IPC-Cmd-0.800.0" is blocking virtual/perl-IPC-Cmd-0.800.0-r1)

Total: 11 packages (2 upgrades, 9 new, 1 uninstall), Size of downloads: 571 kB
Conflict: 3 blocks (2 unsatisfied)

* Error: The above package list contains packages which cannot be
* installed at the same time on the same system.

(perl-core/ExtUtils-Manifest-1.610.0-r1::gentoo, ebuild scheduled for merge) pulled in by
ExtUtils-Manifest

(perl-core/IPC-Cmd-0.780.0-r1::gentoo, ebuild scheduled for merge) pulled in by
IPC-Cmd

(virtual/perl-IPC-Cmd-0.800.0-r1::gentoo, ebuild scheduled for merge) pulled in by
virtual/perl-IPC-Cmd required by (perl-core/ExtUtils-CBuilder-0.280.205-r1::gentoo, ebuild scheduled for merge)
=virtual/perl-IPC-Cmd-0.800.0-r1 required by (perl-core/ExtUtils-CB[code](chroot) JAASABAYON / # emerge -1avt ExtUtils-MakeMaker Module-CoreList perl-version ExtUtils-CBuilder ExtUtils-Manifest IPC-Cmd

* IMPORTANT: 4 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.


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

Calculating dependencies... done!
[ebuild N ] perl-core/IPC-Cmd-0.780.0-r1 27 kB
[ebuild N ] perl-core/ExtUtils-Manifest-1.610.0-r1 29 kB
[ebuild N ] perl-core/ExtUtils-CBuilder-0.280.205-r1 34 kB
[ebuild N ] perl-core/Module-CoreList-2.840.0 59 kB
[ebuild N ] perl-core/ExtUtils-MakeMaker-6.640.0-r1 412 kB
[nomerge ] virtual/perl-version-0.990.200-r1
[blocks b ] <perl-core/version-0.990.200 ("<perl-core/version-0.990.200" is blocking virtual/perl-version-0.990.200-r1)
[uninstall ] perl-core/version-0.990.100
[ebuild N ] virtual/perl-version-0.990.200-r1 0 kB
[nomerge ] perl-core/ExtUtils-CBuilder-0.280.205-r1
[ebuild U ] virtual/perl-File-Temp-0.230.0 [0.220.0-r3] 0 kB
[ebuild N ] virtual/perl-IPC-Cmd-0.800.0-r1 0 kB
[nomerge ] perl-core/ExtUtils-CBuilder-0.280.205-r1
[nomerge ] virtual/perl-Perl-OSType-1.2.0-r2
[ebuild N ] perl-core/Perl-OSType-1.2.0-r1 USE="{-test}" 12 kB
[nomerge ] perl-core/ExtUtils-MakeMaker-6.640.0-r1
[ebuild U ] virtual/perl-ExtUtils-Install-1.590.0-r1 [1.580.0-r1] 0 kB
[ebuild N ] virtual/perl-ExtUtils-Manifest-1.630.0-r1 0 kB
[blocks B ] <perl-core/ExtUtils-Manifest-1.630.0 ("<perl-core/ExtUtils-Manifest-1.630.0" is blocking virtual/perl-ExtUtils-Manifest-1.630.0-r1)
[blocks B ] <perl-core/IPC-Cmd-0.800.0 ("<perl-core/IPC-Cmd-0.800.0" is blocking virtual/perl-IPC-Cmd-0.800.0-r1)

Total: 11 packages (2 upgrades, 9 new, 1 uninstall), Size of downloads: 571 kB
Conflict: 3 blocks (2 unsatisfied)

* Error: The above package list contains packages which cannot be
* installed at the same time on the same system.

(perl-core/ExtUtils-Manifest-1.610.0-r1::gentoo, ebuild scheduled for merge) pulled in by
ExtUtils-Manifest

(perl-core/IPC-Cmd-0.780.0-r1::gentoo, ebuild scheduled for merge) pulled in by
IPC-Cmd

(virtual/perl-IPC-Cmd-0.800.0-r1::gentoo, ebuild scheduled for merge) pulled in by
virtual/perl-IPC-Cmd required by (perl-core/ExtUtils-CBuilder-0.280.205-r1::gentoo, ebuild scheduled for merge)
=virtual/perl-IPC-Cmd-0.800.0-r1 required by (perl-core/ExtUtils-CBuilder-0.280.205-r1::gentoo, ebuild scheduled for merge)

(virtual/perl-ExtUtils-Manifest-1.630.0-r1::gentoo, ebuild scheduled for merge) pulled in by
>=virtual/perl-ExtUtils-Manifest-1.600.0 required by (perl-core/ExtUtils-MakeMaker-6.640.0-r1::gentoo, ebuild scheduled for merge)
=virtual/perl-ExtUtils-Manifest-1.630.0-r1 required by (perl-core/ExtUtils-MakeMaker-6.640.0-r1::gentoo, ebuild scheduled for merge)


For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#bluilder-0.280.205-r1::gentoo, ebuild scheduled for merge)

(virtual/perl-ExtUtils-Manifest-1.630.0-r1::gentoo, ebuild scheduled for merge) pulled in by
>=virtual/perl-ExtUtils-Manifest-1.600.0 required by (perl-core/ExtUtils-MakeMaker-6.640.0-r1::gentoo, ebuild scheduled for merge)
=virtual/perl-ExtUtils-Manifest-1.630.0-r1 required by (perl-core/ExtUtils-MakeMaker-6.640.0-r1::gentoo, ebuild scheduled for merge)


For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked
[/code]

Should I somehow get rid of all perl-stuff and then install them again?
Or do I get rid of emerge as well (is it written in perl)?

[edit]
A-ha it's not:
"Portage is completely written in Python and Bash and therefore fully visible to the users as both are scripting languages"
_________________
3.12.21-gentoo-r1 on HP Pavilion a6622sc (CPU: Phenom 8550, Graphics: NVIDIA GeForce 9300GS, Chipset: NVIDIA GeForce 6150SE nForce 430, RAM: 3GB)
Back to top
View user's profile Send private message
turboscrew
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2014
Posts: 88
Location: Nokia (town), Finland

PostPosted: Tue Oct 21, 2014 6:13 pm    Post subject: Reply with quote

I don't understand. how can 'perl-core/version-0.990.200' block something?

Code:

(chroot) JAASABAYON / # emerge --unmerge perl-core/version-0.990.200
 * This action can remove important packages! In order to be safer, use
 * `emerge -pv --depclean <atom>` to check for reverse dependencies before
 * removing packages.

--- Couldn't find '=perl-core/version-0.990.200' to unmerge.

>>> No packages selected for removal by unmerge
(chroot) JAASABAYON / # emerge --unmerge perl-core/version-0.990.200-r1
 * This action can remove important packages! In order to be safer, use
 * `emerge -pv --depclean <atom>` to check for reverse dependencies before
 * removing packages.

--- Couldn't find '=perl-core/version-0.990.200-r1' to unmerge.

>>> No packages selected for removal by unmerge
(chroot) JAASABAYON / # emerge --unmerge perl-core/ExtUtils-Manifest-1.630.0
 * This action can remove important packages! In order to be safer, use
 * `emerge -pv --depclean <atom>` to check for reverse dependencies before
 * removing packages.

--- Couldn't find '=perl-core/ExtUtils-Manifest-1.630.0' to unmerge.

>>> No packages selected for removal by unmerge
(chroot) JAASABAYON / # emerge --unmerge perl-core/IPC-Cmd-0.800.0         
 * This action can remove important packages! In order to be safer, use
 * `emerge -pv --depclean <atom>` to check for reverse dependencies before
 * removing packages.

--- Couldn't find '=perl-core/IPC-Cmd-0.800.0' to unmerge.

>>> No packages selected for removal by unmerge

_________________
3.12.21-gentoo-r1 on HP Pavilion a6622sc (CPU: Phenom 8550, Graphics: NVIDIA GeForce 9300GS, Chipset: NVIDIA GeForce 6150SE nForce 430, RAM: 3GB)
Back to top
View user's profile Send private message
turboscrew
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2014
Posts: 88
Location: Nokia (town), Finland

PostPosted: Tue Oct 21, 2014 6:25 pm    Post subject: Reply with quote

I ran "emerge --depclean" and it seemed to remove the perl-core/xxx files (that were not found when I tried to uninstall them).

Now I'm running "emerge --update --deep --with-bdeps=y --newuse @world"
Let's see ...

I hope I knew what I'm doing... :-)
_________________
3.12.21-gentoo-r1 on HP Pavilion a6622sc (CPU: Phenom 8550, Graphics: NVIDIA GeForce 9300GS, Chipset: NVIDIA GeForce 6150SE nForce 430, RAM: 3GB)
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54237
Location: 56N 3W

PostPosted: Tue Oct 21, 2014 7:17 pm    Post subject: Reply with quote

turboscrew,

[quote="]turboscrew"I hope I knew what I'm doing... :-)[/quote]

Experience is what you get just after you needed it, so you will soon :)
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
turboscrew
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2014
Posts: 88
Location: Nokia (town), Finland

PostPosted: Tue Oct 21, 2014 10:05 pm    Post subject: Reply with quote

NeddySeagoon wrote:
turboscrew,

Experience is what you get just after you needed it, so you will soon :)


Good point. :-)
_________________
3.12.21-gentoo-r1 on HP Pavilion a6622sc (CPU: Phenom 8550, Graphics: NVIDIA GeForce 9300GS, Chipset: NVIDIA GeForce 6150SE nForce 430, RAM: 3GB)
Back to top
View user's profile Send private message
turboscrew
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2014
Posts: 88
Location: Nokia (town), Finland

PostPosted: Tue Oct 21, 2014 10:26 pm    Post subject: Reply with quote

At least nothing exploded. :-)
_________________
3.12.21-gentoo-r1 on HP Pavilion a6622sc (CPU: Phenom 8550, Graphics: NVIDIA GeForce 9300GS, Chipset: NVIDIA GeForce 6150SE nForce 430, RAM: 3GB)
Back to top
View user's profile Send private message
Chiitoo
Administrator
Administrator


Joined: 28 Feb 2010
Posts: 2575
Location: Here and Away Again

PostPosted: Tue Oct 21, 2014 10:48 pm    Post subject: Reply with quote

turboscrew wrote:
I don't understand. how can 'perl-core/version-0.990.200' block something?

Let's look at that again:

Code:
[blocks b ] <perl-core/version-0.990.200 ("<perl-core/version-0.990.200" is blocking virtual/perl-version-0.990.200-r1)
 [uninstall ] perl-core/version-0.990.100
 [ebuild N ] virtual/perl-version-0.990.200-r1 0 kB

Make note of the < (less than). This means anything lower than 0.990.200 will block the version 0.990.200-r1 of the virtual.

Either way, since it's a lower case b, it means this block is handled automagically via uninstalling perl-core/version-0.990.100.

The upper case B-blocks are the ones that are the problem. For these, I'm really not sure why the higher version of the virtual is being pulled in. If I understand this right, you should be getting virtual/perl-ExtUtils-Manifest-1.610.0 when installing perl-core/ExtUtils-Manifest-1.610.0-r1 but instead, 1.630.0-r1 of the virtual is coming in, which seems incompatible with the actual package. Without an explanation to why it is happening, it almost looks like a bug related to the keyword masks, but I would think this to have hit more people if that was the case.

Possible solution could be either masking the too-high-virtual versions, or unmasking the “unstable” perl-core-package versions.


I hope you already got past the issue though. I still felt like explaining that a bit, hoping it makes some things at least a bit more clear (I also hope my guesswork there is at least somewhat towards the reality).

Good luck!
_________________
Kindest of regardses.
Back to top
View user's profile Send private message
turboscrew
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2014
Posts: 88
Location: Nokia (town), Finland

PostPosted: Wed Oct 22, 2014 6:09 am    Post subject: Reply with quote

It's not over until the fat lady sings...
I'll try to install wpa_supplicant and see what happens...
_________________
3.12.21-gentoo-r1 on HP Pavilion a6622sc (CPU: Phenom 8550, Graphics: NVIDIA GeForce 9300GS, Chipset: NVIDIA GeForce 6150SE nForce 430, RAM: 3GB)
Back to top
View user's profile Send private message
turboscrew
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2014
Posts: 88
Location: Nokia (town), Finland

PostPosted: Wed Oct 22, 2014 8:52 am    Post subject: Reply with quote

This happened:

Code:

checking for XFree for OS/2... no
checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OPENSSL... yes
checking for OpenSSL... no
checking for OpenSSL... no
configure: error: "OpenSSL not found"

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/www-client/links-2.8-r1/work/links-2.8/config.log
 * ERROR: www-client/links-2.8-r1::gentoo failed (configure phase):
 *   econf failed
 *
 * Call stack:
 *          ebuild.sh, line   93:  Called src_configure
 *        environment, line 2782:  Called econf '--with-ipv6' '--with-ssl' '--with-zlib' '--with-bzip2' '--without-lzma' '--without-svgalib' '--with-x' '--without-fb' '--without-directfb' '--with-libjpeg' '--with-libtiff' '--enable-graphics'
 *   phase-helpers.sh, line  584:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 *
 * If you need support, post the output of `emerge --info '=www-client/links-2.8-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=www-client/links-2.8-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/www-client/links-2.8-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/www-client/links-2.8-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/www-client/links-2.8-r1/work/links-2.8'
 * S: '/var/tmp/portage/www-client/links-2.8-r1/work/links-2.8'

>>> Failed to emerge www-client/links-2.8-r1, Log file:

>>>  '/var/tmp/portage/www-client/links-2.8-r1/temp/build.log'

 * Messages for package net-nds/openldap-2.4.38-r2:

 * Getting started using OpenLDAP? There is some documentation available:
 * Gentoo Guide to OpenLDAP Authentication
 * (http://www.gentoo.org/doc/en/ldap-howto.xml)
 * ---
 * An example file for tuning BDB backends with openldap is
 * DB_CONFIG.fast.example in /usr/share/doc/openldap-2.4.38-r2/

 * Messages for package www-client/links-2.8-r1:

 * ERROR: www-client/links-2.8-r1::gentoo failed (configure phase):
 *   econf failed
 *
 * Call stack:
 *          ebuild.sh, line   93:  Called src_configure
 *        environment, line 2782:  Called econf '--with-ipv6' '--with-ssl' '--with-zlib' '--with-bzip2' '--without-lzma' '--without-svgalib' '--with-x' '--without-fb' '--without-directfb' '--with-libjpeg' '--with-libtiff' '--enable-graphics'
 *   phase-helpers.sh, line  584:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 *
 * If you need support, post the output of `emerge --info '=www-client/links-2.8-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=www-client/links-2.8-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/www-client/links-2.8-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/www-client/links-2.8-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/www-client/links-2.8-r1/work/links-2.8'
 * S: '/var/tmp/portage/www-client/links-2.8-r1/work/links-2.8'

 * GNU info directory index is up-to-date.

!!! existing preserved libs:
>>> package: sys-libs/gdbm-1.11
 *  - /usr/lib64/libgdbm.so.3
 *  - /usr/lib64/libgdbm.so.3.0.0
 *      used by /usr/bin/catman (sys-apps/man-db-2.6.6)
 *      used by /usr/bin/mandb (sys-apps/man-db-2.6.6)
 *      used by /usr/bin/whatis (sys-apps/man-db-2.6.6)
 *      used by 2 other files
Use emerge @preserved-rebuild to rebuild packages using these libraries

 * IMPORTANT: config file '/etc/locale.gen' needs updating.
 * See the CONFIGURATION FILES section of the emerge
 * man page to learn how to update config files.

 * IMPORTANT: 4 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

_________________
3.12.21-gentoo-r1 on HP Pavilion a6622sc (CPU: Phenom 8550, Graphics: NVIDIA GeForce 9300GS, Chipset: NVIDIA GeForce 6150SE nForce 430, RAM: 3GB)
Back to top
View user's profile Send private message
turboscrew
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2014
Posts: 88
Location: Nokia (town), Finland

PostPosted: Wed Oct 22, 2014 9:18 am    Post subject: Reply with quote

I wonder if I really should reinstall the whole Gentoo.
Maybe I should use the Gentoo 20140826 hybrid as the install system and use genkernel?

The problems with packages seem never-ending.
_________________
3.12.21-gentoo-r1 on HP Pavilion a6622sc (CPU: Phenom 8550, Graphics: NVIDIA GeForce 9300GS, Chipset: NVIDIA GeForce 6150SE nForce 430, RAM: 3GB)
Back to top
View user's profile Send private message
Chiitoo
Administrator
Administrator


Joined: 28 Feb 2010
Posts: 2575
Location: Here and Away Again

PostPosted: Wed Oct 22, 2014 9:38 am    Post subject: Reply with quote

turboscrew wrote:
Code:
configure: error: "OpenSSL not found"

This seems a little odd. It looks like www-client/links is being built with the ssl USE-flag enabled, yet it complains dev-libs/openssl is not found even though it should be pulled in if the USE-flag was enabled.

What was the exact command that led you to this error?

The solution to this one should be to install dev-libs/openssl, but I'm very curious about why it isn't being pulled in automagically... If you do try emerging it manually, use the -1 (--oneshot) option. It will prevent the package from being included in your world-file (as it will likely be used as a dependency only, it shouldn't be included there because then it wont be removed by --depclean, which means unneeded packages may linger, and/or issues similar to the perl one seen here may arise).

I do still think you shouldn't start over. You might just end up at the same place. ^^;

The install media used doesn't really matter either as long as it works, since nothing is normally moved from it to the actual install.


By the by, your /etc/locale.gen needs updating. :D
_________________
Kindest of regardses.
Back to top
View user's profile Send private message
turboscrew
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2014
Posts: 88
Location: Nokia (town), Finland

PostPosted: Wed Oct 22, 2014 10:19 am    Post subject: Reply with quote

The command was:
Quote:
emerge net-wireless/wpa_supplicant


There was:
Code:
checking for OPENSSL... yes
checking for OpenSSL... no
checking for OpenSSL... no
configure: error: "OpenSSL not found"

and I think I saw it install OpenSSL.[quote]>>> Emerging (15 of 61) www-client/links

That happened under:
Quote:
>>> Emerging (15 of 61) www-client/links-2.8-r1



Could it be that my base system was too old already: stage3-amd64-20140717.tar.bz2.

Quote:
By the by, your /etc/locale.gen needs updating. :D

Tried it a couple of times.
I wonder if English language/Finnish keyboard + Helsinki-timezone confuses something.
(I refuse to use Finnish, because the terminology is English. The translations usually get non-understandable.)
_________________
3.12.21-gentoo-r1 on HP Pavilion a6622sc (CPU: Phenom 8550, Graphics: NVIDIA GeForce 9300GS, Chipset: NVIDIA GeForce 6150SE nForce 430, RAM: 3GB)
Back to top
View user's profile Send private message
Chiitoo
Administrator
Administrator


Joined: 28 Feb 2010
Posts: 2575
Location: Here and Away Again

PostPosted: Wed Oct 22, 2014 11:02 am    Post subject: Reply with quote

It seems weird, although not impossible, I guess, that the order would be off so that OpenSSL was installed after links. Then again parallel build, perhaps. You might just try emerge -r (--resume), unless you already ran more emerge-commands. If you did, you could try emerging links manually (as mentioned in my previous post, make use of the --oneshot option).

Sometimes I use --keep-going with larger updates so that it wont stop at the first failure even though it could continue on with other packages.

turboscrew wrote:
Could it be that my base system was too old already: stage3-amd64-20140717.tar.bz2.

I don't think so.

turboscrew wrote:
Quote:
By the by, your /etc/locale.gen needs updating. :D

Tried it a couple of times.
I wonder if English language/Finnish keyboard + Helsinki-timezone confuses something.
(I refuse to use Finnish, because the terminology is English. The translations usually get non-understandable.)

Properly configured, no, they should work just fine. I use en_GB.UTF-8 for most things myself, while using a Finnish keyboard + Helsinki-timezone. How did you try to fix it? Perhaps the locale is fine, but you didn't use tools such as etc-update or dispatch-conf to update the files under /etc?
_________________
Kindest of regardses.
Back to top
View user's profile Send private message
turboscrew
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2014
Posts: 88
Location: Nokia (town), Finland

PostPosted: Wed Oct 22, 2014 11:51 am    Post subject: Reply with quote

The commands etc-update and dispatch-conf look new to me. so I don't think I've used either.

I'll try resuming and updating the locale.

BTW, does the emerge output go to stdin, or do the errors go to stderr?
I was wondering if I could 'save' the output to a file. The terminal buffer seems to be too small.

(currently resuming emerge)
_________________
3.12.21-gentoo-r1 on HP Pavilion a6622sc (CPU: Phenom 8550, Graphics: NVIDIA GeForce 9300GS, Chipset: NVIDIA GeForce 6150SE nForce 430, RAM: 3GB)
Back to top
View user's profile Send private message
turboscrew
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2014
Posts: 88
Location: Nokia (town), Finland

PostPosted: Wed Oct 22, 2014 12:20 pm    Post subject: Reply with quote

Again:
Code:

checking for OPENSSL... yes
checking for OpenSSL... no
checking for OpenSSL... no
configure: error: "OpenSSL not found"

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/www-client/links-2.8-r1/work/links-2.8/config.log
 * ERROR: www-client/links-2.8-r1::gentoo failed (configure phase):
 *   econf failed
 *
 * Call stack:
 *          ebuild.sh, line   93:  Called src_configure
 *        environment, line 2782:  Called econf '--with-ipv6' '--with-ssl' '--with-zlib' '--with-bzip2' '--without-lzma' '--without-svgalib' '--with-x' '--without-fb' '--without-directfb' '--with-libjpeg' '--with-libtiff' '--enable-graphics'
 *   phase-helpers.sh, line  584:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 *
 * If you need support, post the output of `emerge --info '=www-client/links-2.8-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=www-client/links-2.8-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/www-client/links-2.8-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/www-client/links-2.8-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/www-client/links-2.8-r1/work/links-2.8'
 * S: '/var/tmp/portage/www-client/links-2.8-r1/work/links-2.8'

>>> Failed to emerge www-client/links-2.8-r1, Log file:

>>>  '/var/tmp/portage/www-client/links-2.8-r1/temp/build.log'

 * Messages for package www-client/links-2.8-r1:

 * ERROR: www-client/links-2.8-r1::gentoo failed (configure phase):
 *   econf failed
 *
 * Call stack:
 *          ebuild.sh, line   93:  Called src_configure
 *        environment, line 2782:  Called econf '--with-ipv6' '--with-ssl' '--with-zlib' '--with-bzip2' '--without-lzma' '--without-svgalib' '--with-x' '--without-fb' '--without-directfb' '--with-libjpeg' '--with-libtiff' '--enable-graphics'
 *   phase-helpers.sh, line  584:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 *
 * If you need support, post the output of `emerge --info '=www-client/links-2.8-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=www-client/links-2.8-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/www-client/links-2.8-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/www-client/links-2.8-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/www-client/links-2.8-r1/work/links-2.8'
 * S: '/var/tmp/portage/www-client/links-2.8-r1/work/links-2.8'

 * GNU info directory index is up-to-date.

!!! existing preserved libs:
>>> package: sys-libs/gdbm-1.11
 *  - /usr/lib64/libgdbm.so.3
 *  - /usr/lib64/libgdbm.so.3.0.0
 *      used by /usr/bin/catman (sys-apps/man-db-2.6.6)
 *      used by /usr/bin/mandb (sys-apps/man-db-2.6.6)
 *      used by /usr/bin/whatis (sys-apps/man-db-2.6.6)
 *      used by 2 other files
Use emerge @preserved-rebuild to rebuild packages using these libraries

 * IMPORTANT: 4 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.


Maybe I have to install OpenSSL separately.
(another resume on-going)
_________________
3.12.21-gentoo-r1 on HP Pavilion a6622sc (CPU: Phenom 8550, Graphics: NVIDIA GeForce 9300GS, Chipset: NVIDIA GeForce 6150SE nForce 430, RAM: 3GB)
Back to top
View user's profile Send private message
turboscrew
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2014
Posts: 88
Location: Nokia (town), Finland

PostPosted: Wed Oct 22, 2014 12:30 pm    Post subject: Reply with quote

I installed openssl separately ('emerge dev-libs/openssl' - it did succeed) and then resumed:

Code:

checking pkg-config is at least version 0.9.0... yes
checking for OPENSSL... yes
checking for OpenSSL... no
checking for OpenSSL... no
configure: error: "OpenSSL not found"

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/www-client/links-2.8-r1/work/links-2.8/config.log
 * ERROR: www-client/links-2.8-r1::gentoo failed (configure phase):
 *   econf failed
 *
 * Call stack:
 *          ebuild.sh, line   93:  Called src_configure
 *        environment, line 2782:  Called econf '--with-ipv6' '--with-ssl' '--with-zlib' '--with-bzip2' '--without-lzma' '--without-svgalib' '--with-x' '--without-fb' '--without-directfb' '--with-libjpeg' '--with-libtiff' '--enable-graphics'
 *   phase-helpers.sh, line  584:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 *
 * If you need support, post the output of `emerge --info '=www-client/links-2.8-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=www-client/links-2.8-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/www-client/links-2.8-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/www-client/links-2.8-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/www-client/links-2.8-r1/work/links-2.8'
 * S: '/var/tmp/portage/www-client/links-2.8-r1/work/links-2.8'

>>> Failed to emerge www-client/links-2.8-r1, Log file:

>>>  '/var/tmp/portage/www-client/links-2.8-r1/temp/build.log'

 * Messages for package www-client/links-2.8-r1:

 * ERROR: www-client/links-2.8-r1::gentoo failed (configure phase):
 *   econf failed
 *
 * Call stack:
 *          ebuild.sh, line   93:  Called src_configure
 *        environment, line 2782:  Called econf '--with-ipv6' '--with-ssl' '--with-zlib' '--with-bzip2' '--without-lzma' '--without-svgalib' '--with-x' '--without-fb' '--without-directfb' '--with-libjpeg' '--with-libtiff' '--enable-graphics'
 *   phase-helpers.sh, line  584:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 *
 * If you need support, post the output of `emerge --info '=www-client/links-2.8-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=www-client/links-2.8-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/www-client/links-2.8-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/www-client/links-2.8-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/www-client/links-2.8-r1/work/links-2.8'
 * S: '/var/tmp/portage/www-client/links-2.8-r1/work/links-2.8'


_________________
3.12.21-gentoo-r1 on HP Pavilion a6622sc (CPU: Phenom 8550, Graphics: NVIDIA GeForce 9300GS, Chipset: NVIDIA GeForce 6150SE nForce 430, RAM: 3GB)
Back to top
View user's profile Send private message
Chiitoo
Administrator
Administrator


Joined: 28 Feb 2010
Posts: 2575
Location: Here and Away Again

PostPosted: Wed Oct 22, 2014 3:51 pm    Post subject: Reply with quote

turboscrew wrote:
The commands etc-update and dispatch-conf look new to me. so I don't think I've used either.

They basically do the same thing. I started with etc-update, but have been using dispatch-conf instead after some point in time.

I'll try resuming and updating the locale.

turboscrew wrote:
BTW, does the emerge output go to stdin, or do the errors go to stderr?
I was wondering if I could 'save' the output to a file. The terminal buffer seems to be too small.

You can unhide the output with the option: --quiet-build=n and if you prefer this behaviour, you can set this, and any other default options in your make.conf, for example (what I have):

Code:
EMERGE_DEFAULT_OPTS="--quiet-build=n --tree --verbose --unordered-display"

The builds are already logged into files as well, as you can see in the output:

Code:
 * The complete build log is located at '/var/tmp/portage/www-client/links-2.8-r1/temp/build.log'.

For this particular case, there will not be much since it fails in the configure phase already.

turboscrew wrote:
I installed openssl separately ('emerge dev-libs/openssl' - it did succeed)

If that's the exact command, the package now is in your world file. ^^;

Make use of the -1 (--oneshot) option that I mentioned, if you didn't! To conveniently remove things from the world-file, you can use: emerge --deselect dev-libs/openssl (if it returns '>>> No matching atoms found in "world" favorites file...', then all is well too).

If dev-libs/openssl really is installed now (double check by doing something like emerge -p dev-libs/openssl), then this does seem quite weird indeed. Perhaps show the contents of the following file, and we'll see if there's anything more telling there:

Code:
!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/www-client/links-2.8-r1/work/links-2.8/config.log

Perhaps also include a fresh output of:

Code:
emerge --info

I think there's something pretty simple going on, but I can't quite catch what. Possibly something with the environment since configure is not detecting OpenSSL being installed... hrm.
_________________
Kindest of regardses.
Back to top
View user's profile Send private message
turboscrew
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2014
Posts: 88
Location: Nokia (town), Finland

PostPosted: Thu Oct 23, 2014 7:23 am    Post subject: Reply with quote

Code:
(chroot) JAASABAYON / # emerge --deselect dev-libs/openssl
>>> Removing dev-libs/openssl from "world" favorites file...

(chroot) JAASABAYON / # emerge --oneshot dev-libs/openssl
...

(chroot) JAASABAYON / # emerge -p dev-libs/openssl

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

Calculating dependencies... done!
[ebuild   R    ] dev-libs/openssl-1.0.1i

 * IMPORTANT: 4 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

(chroot) JAASABAYON / # emerge --info
Portage 2.2.8-r2 (default/linux/amd64/13.0/desktop/kde, gcc-4.7.3, glibc-2.19-r1, 3.16.0-sabayon x86_64)
=================================================================
System uname: Linux-3.16.0-sabayon-x86_64-AMD_Phenom-tm-_8550_Triple-Core_Processor-with-gentoo-2.2
KiB Mem:     3079076 total,    629792 free
KiB Swap:   16777212 total,  16641640 free
Timestamp of tree: Mon, 13 Oct 2014 22:15:01 +0000
ld GNU ld (Gentoo 2.23.2 p1.0) 2.23.2
app-shells/bash:          4.2_p53
dev-lang/perl:            5.18.2-r1
dev-lang/python:          2.7.7, 3.3.5-r1
dev-util/pkgconfig:       0.28-r1
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.12.4
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.69
sys-devel/automake:       1.13.4
sys-devel/binutils:       2.23.2
sys-devel/gcc:            4.7.3-r1
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4.2-r1
sys-devel/make:           4.0-r1
sys-kernel/linux-headers: 3.13 (virtual/os-headers)
sys-libs/glibc:           2.19-r1
Repositories: gentoo
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=amdfam10 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=amdfam10 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="ftp://trumpetti.atm.tut.fi/gentoo/"
LANG="en_US.iso88591"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j4"
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"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.fi.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cdr cdrbindist cli consolekit cracklib crypt cups cxx dbus declarative dri dts dvd dvdr emboss encode exif fam firefox flac fortran gdbm gif glamor gpm gtk iconv ipv6 jpeg kde kipi lcms ldap libnotify mad mmx mng modules mp3 mp4 mpeg multilib ncurses nls nptl ogg opengl openmp pam pango pcre pdf phonon plasma png policykit ppds qt3support qt4 readline sdl semantic-desktop session spell sse sse2 ssl startup-notification svg tcpd tiff truetype udev udisks unicode upower usb vorbis wxwidgets x264 xcb xcomposite xinerama xml xscreensaver 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" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware 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:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON



I don't know about the whole log file...
304 -rw-r--r-- 1 portage portage 303682 Oct 22 15:33 /var/tmp/portage/www-client/links-2.8-r1/work/links-2.8/config.log

Just in case:
Code:
(chroot) JAASABAYON / # cat /etc/portage/package.use
net-wireless/wpa_supplicant qt4
sys-apps/dbus X

_________________
3.12.21-gentoo-r1 on HP Pavilion a6622sc (CPU: Phenom 8550, Graphics: NVIDIA GeForce 9300GS, Chipset: NVIDIA GeForce 6150SE nForce 430, RAM: 3GB)
Back to top
View user's profile Send private message
turboscrew
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2014
Posts: 88
Location: Nokia (town), Finland

PostPosted: Thu Oct 23, 2014 9:02 am    Post subject: Reply with quote

Quote:
Portage 2.2.8-r2 (default/linux/amd64/13.0/desktop/kde, gcc-4.7.3, glibc-2.19-r1, 3.16.0-sabayon x86_64)

Is emerge confused with chrooted Gentoo and the Sabayon 'host'?
_________________
3.12.21-gentoo-r1 on HP Pavilion a6622sc (CPU: Phenom 8550, Graphics: NVIDIA GeForce 9300GS, Chipset: NVIDIA GeForce 6150SE nForce 430, RAM: 3GB)
Back to top
View user's profile Send private message
Chiitoo
Administrator
Administrator


Joined: 28 Feb 2010
Posts: 2575
Location: Here and Away Again

PostPosted: Thu Oct 23, 2014 9:18 am    Post subject: Reply with quote

Thanks.


If you feel a log is too big to paste here, make friends with app-text/wgetpaste which allows easy ways of sending text-files to on-line “paste-bins” that will hold the info for a period of time.

The package www-client/links should not prove to be a too critical package (text-based web-browser), if you're simply trying to get the install to a usable state. If you keep getting the failure during a world update for example, add the --keep-going option for emerge.

Additionally, you could try building links with -ssl for testing purposes (add www-client/links -ssl to /etc/portage/package.use/links though it seems you are using package.use as a file, not a directory, so you would likely want to add www-client/links -ssl to the /etc/portage/package.use file instead if you were to experiment with that).

Looking at what net-wireless/wpa_supplicant pulls in, I can't quite find what would pull in the links-package. Seeing the full output of

Code:
emerge -ptv net-wireless/wpa_supplicant

might help (if you were unable to install it).


I believe you see the Sabayon-kernel there precisely because you are in a chroot (not running your Gentoo-kernel yet).
_________________
Kindest of regardses.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum