Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58217 - emerge qca-tls fails using distcc
Summary: emerge qca-tls fails using distcc
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Lisa Seelye (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-24 12:45 UTC by Nikolaj Nielsen
Modified: 2004-08-23 02:15 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolaj Nielsen 2004-07-24 12:45:14 UTC
When trying to emerge qca-tls-1.0 using distcc the following error is returned:

Verifying Qt 3.x Multithreaded (MT) build environment ... fail

There was an error compiling 'conf'.  Be sure you have a proper
Qt 3.x Multithreaded (MT) build environment set up.

Emerging with: "FEATURES="-distcc" emerge qca-tls" workes fine


Reproducible: Always
Steps to Reproduce:
1. Distcc must be setup and FEATURES="distcc" set in make.conf
2. emerge qca-tls
3.

Actual Results:  
Verifying Qt 3.x Multithreaded (MT) build environment ... fail

There was an error compiling 'conf'.  Be sure you have a proper
Qt 3.x Multithreaded (MT) build environment set up.

Expected Results:  
It should have installed correctly (Ebuild should disable distcc)
Comment 1 Lisa Seelye (RETIRED) gentoo-dev 2004-08-02 10:18:54 UTC
Can you post the compile error?

Can you also post the output from:

distcc-config --set-verbose 1
distcc-config --set-log /tmp/distcc.txt
emerge qca-tls

Attach /tmp/distcc.txt as an attachment (PLAIN TEXT please)
Comment 2 Nikolaj Nielsen 2004-08-19 02:27:58 UTC
As the bug does not happen at compile time, but already when doing the configure script, there is no output from distcc to post...

The output from configure was posted in the original bug repport.

I have just experienced the problem on a nother client but with the same distcc server. The clients are both running gentoo for x86 while the server is running gentoo for amd64 and using multilib to compile x86 code.

Have had some problems before with packages removing the multilib compile flags (-m32) in my case, causing breakage during compiling or linking, but that seems quite different from this... 

As before, compiling the qca-tls without distcc worked perfectly....
Comment 3 Lisa Seelye (RETIRED) gentoo-dev 2004-08-22 12:14:54 UTC
still waiting for requested info
Comment 4 Nikolaj Nielsen 2004-08-23 02:15:07 UTC
pls read my last comment... I cannot give you the requested info as distcc never runs as the error happens before any compiling takes place.

The only error output is:

#####################
 Verifying Qt 3.x Multithreaded (MT) build environment ... fail

There was an error compiling 'conf'.  Be sure you have a proper
Qt 3.x Multithreaded (MT) build environment set up.
#####################