Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 734132

Summary: dev-qt/qtchooser - ?
Product: Gentoo Linux Reporter: Frank Daniel <fdan52>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal CC: grknight
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: output from emerge --info
Summery from the error logs
Summery from the error logs
build file
Enviroment

Description Frank Daniel 2020-07-27 18:56:20 UTC
Created attachment 651044 [details]
output from emerge --info

I was install Gentoo from a minimal ISO.
I followed the installation guide for rc installation which went well until...
Using the command from the "updating the @world" section:

"emerge --ask --verbose --update --deep --newuse @world"

I got:

ERROR: compile
ERROR: dev-qt/qtchooser-66::gentoo failed (compile phase):
  emake failed
Comment 1 Frank Daniel 2020-07-27 18:57:46 UTC
Created attachment 651046 [details]
Summery from the error logs
Comment 2 Frank Daniel 2020-07-27 19:00:17 UTC
Created attachment 651048 [details]
Summery from the error logs
Comment 3 Brian Evans (RETIRED) gentoo-dev 2020-07-27 19:10:35 UTC
Please follow the advice posted in your attachement:

If you need support, post the output of `emerge --info '=dev-qt/qtchooser-66::gentoo'`,
the complete build log and the output of `emerge -pqv '=dev-qt/qtchooser-66::gentoo'`.
The complete build log is located at '/var/tmp/portage/dev-qt/qtchooser-66/temp/build.log'.
Comment 4 Frank Daniel 2020-07-27 19:31:37 UTC
Created attachment 651056 [details]
build file
Comment 5 Frank Daniel 2020-07-27 19:33:39 UTC
Created attachment 651058 [details]
Enviroment

Both emerges failed.  Something about a broken /dev/FD
Comment 6 Brian Evans (RETIRED) gentoo-dev 2020-07-27 19:53:23 UTC
(In reply to Frank Daniel from comment #4)
> Created attachment 651056 [details]
> build file
>
>make -J17 CXX=x86_64-pc-linux-gnu-g++ 'LFLAGS=-Wl,-O1 -Wl,--as-needed' prefix=/usr 

You have a typo in your MAKEOPTS.  It needs to be -j17 not -J17.  Case matters greatly.  Please correct this.

Further installation support can be found on https://forums.gentoo.org or on irc.freenode.net in the #gentoo channel.
Comment 7 Frank Daniel 2020-07-29 22:34:21 UTC
I found the problem. PEBCAK!!
Please close the bug.

Frank

P.S.

It appears that we both have a problem with J & j.