Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 201239
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Qt Bug Alias <qt@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Tom Cooksey <thomas.cooksey@trolltech.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 201239 depends on: Show dependency tree
Bug 201239 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-12-04 15:33 0000
QMAKESPEC is currently being set in /etc/env.d/44qt4

QMAKESPEC is not needed for QT4 and when set, can cause issues when building
Qtopia Core (i.e. outside of portage).

Reproducible: Always

Steps to Reproduce:
1. Emerge qt4
2. echo $QMAKESPEC
3.

Actual Results:  
linux-g++

Expected Results:  
$QMAKESPEC should not be set (if using a purely qt4 system, i.e. qt3 is not
installed)

------- Comment #1 From Caleb Tennis 2007-12-04 16:13:35 0000 -------
Why should it not be set for qt4?  A quick check of the source shows that
qmake's project.cpp utilizes it.

------- Comment #2 From Tom Cooksey 2007-12-06 09:48:23 0000 -------
When configure is run, it will create a symlink called default to the correct
mkspec. That is used by default if QMAKESPEC isn't set.

If QMAKESPEC is set, it overides the default. This is fine unless someone wants
to compile QT themselves (E.g. to compile Qtopia Core).

------- Comment #3 From Caleb Tennis 2007-12-06 11:20:54 0000 -------
gotcha.  I'll take a look at removing this in the 4.3.3 ebuild due out real
soon.

------- Comment #4 From Caleb Tennis 2007-12-10 13:51:36 0000 -------
ok, I removed this from 4.3.3.  Thanks for the update.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug