Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 734132 - dev-qt/qtchooser - ?
Summary: dev-qt/qtchooser - ?
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-27 18:56 UTC by Frank Daniel
Modified: 2020-07-29 22:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
output from emerge --info (info.tex,5.40 KB, text/plain)
2020-07-27 18:56 UTC, Frank Daniel
Details
Summery from the error logs (syslinux.cfg,94 bytes, text/plain)
2020-07-27 18:57 UTC, Frank Daniel
Details
Summery from the error logs (summary.log,3.85 KB, text/plain)
2020-07-27 19:00 UTC, Frank Daniel
Details
build file (build.log,4.21 KB, text/plain)
2020-07-27 19:31 UTC, Frank Daniel
Details
Enviroment (environment,57.77 KB, text/plain)
2020-07-27 19:33 UTC, Frank Daniel
Details

Note You need to log in before you can comment on or make changes to this bug.
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.