Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 261980 - dev-util/qt-creator-1.0.0 crash on `Processing qmake qtcreator.pro`
Summary: dev-util/qt-creator-1.0.0 crash on `Processing qmake qtcreator.pro`
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 261983 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-03-10 14:07 UTC by Alexey Edelev
Modified: 2009-03-10 21:19 UTC (History)
0 users

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 Alexey Edelev 2009-03-10 14:07:40 UTC
I've qt-4.4.2 on my gentoo system. I know that qt-creator release work with this library version. I want to install it with emerge flag '--nodep' and have emerge error.

Reproducible: Always

Steps to Reproduce:
1.run in bash terminal: ACCEPT_KEYWORDS="~x86" emerge --nodep qt-creator

Actual Results:  
Run typical program installation. Log hereafter

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) dev-util/qt-creator-1.0.0
 * qt-creator-1.0.0-src.zip RMD160 SHA1 SHA256 size ;-) ...                                                                                           [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                                  [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                                 [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                                [ ok ]
>>> Unpacking source...
>>> Unpacking qt-creator-1.0.0-src.zip to /var/tmp/portage/dev-util/qt-creator-1.0.0/work
>>> Source unpacked in /var/tmp/portage/dev-util/qt-creator-1.0.0/work
 * Applying docs_gen.patch ...                                                                                                                         [ ok ]
 * Fixing src/qworkbench.pri
 * Fixing src/qworkbenchlibrary.pri
 * Fixing src/qworkbenchplugin.pri
>>> Configuring source in /var/tmp/portage/dev-util/qt-creator-1.0.0/work/qt-creator-1.0.0-src ...
 * Processing qmake qtcreator.pro ...                                                                                                                  [ !! ]

 * Running qmake on "qtcreator.pro" has failed

 * This shouldn't happen - please send a bug report to bugs.gentoo.org

 *
 * ERROR: dev-util/qt-creator-1.0.0 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_configure
 *             environment, line 2592:  Called eqmake4 'qtcreator.pro'
 *             environment, line 1345:  Called die
 * The specific snippet of code:
 *           die "qmake failed on ${projprofile}";
 *  The die message:
 *   qmake failed on qtcreator.pro
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/dev-util/qt-creator-1.0.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-util/qt-creator-1.0.0/temp/environment'.
 *

>>> Failed to emerge dev-util/qt-creator-1.0.0, Log file:

>>>  '/var/tmp/portage/dev-util/qt-creator-1.0.0/temp/build.log'

 * Messages for package dev-util/qt-creator-1.0.0:

 * Running qmake on "qtcreator.pro" has failed
 * This shouldn't happen - please send a bug report to bugs.gentoo.org
 *
 * ERROR: dev-util/qt-creator-1.0.0 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_configure
 *             environment, line 2592:  Called eqmake4 'qtcreator.pro'
 *             environment, line 1345:  Called die
 * The specific snippet of code:
 *           die "qmake failed on ${projprofile}";
 *  The die message:
 *   qmake failed on qtcreator.pro
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/dev-util/qt-creator-1.0.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-util/qt-creator-1.0.0/temp/environment'.
 *
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-10 16:20:16 UTC
*** Bug 261983 has been marked as a duplicate of this bug. ***
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-10 21:19:16 UTC
Sorry, the ebuild cleary has >=qt-*-4.5.0_rc1 as dependency. If you insist on bypassing the dependencies of this package, there's nothing, our devs can do about it.