Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 152385 - qt-4.1.4-r2 bad icc detect and bad die command
Summary: qt-4.1.4-r2 bad icc detect and bad die command
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
: 153563 153625 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-10-22 09:14 UTC by Josef Reidinger
Modified: 2006-10-31 23:24 UTC (History)
2 users (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 Josef Reidinger 2006-10-22 09:14:16 UTC
same problem as bug #148211
only change
elif [[ ${CXX/icc/} != ${CXX} ]]; then
TO
elif [[ ${CXX/icpc/} != ${CXX} ]]; then


and also bad die command (continue and get confusion error message), my output:

!!! ERROR: x11-libs/qt-4.1.4-r2 failed.
Call stack:
  ebuild.sh, line 1584:   Called dyn_setup
  ebuild.sh, line 665:   Called pkg_setup
  qt-4.1.4-r2.ebuild, line 56:   Called qt_mkspecs_dir
  qt-4.1.4-r2.ebuild, line 89:   Called die

!!! Unknown compiler /opt/intel/compiler91/bin/icpc.
!!! If you need support, post the topmost build error, and the call stack if relevant.

>>> Unpacking source...
>>> Unpacking qt-x11-opensource-src-4.1.4.tar.gz to /tmp/portage/x11-libs/qt-4.1.4-r2/work
 * Applying qt4-parisc-linux.diff ...
  [ ok ]
 * Applying qt-4.1.4-sparc.patch ...
  [ ok ]

!!! ERROR: x11-libs/qt-4.1.4-r2 failed.
Call stack:
  ebuild.sh, line 1568:   Called dyn_unpack
  ebuild.sh, line 708:   Called src_unpack
  qt-4.1.4-r2.ebuild, line 108:   Called qt_mkspecs_dir
  qt-4.1.4-r2.ebuild, line 89:   Called die

!!! Unknown compiler /opt/intel/compiler91/bin/icpc.
!!! If you need support, post the topmost build error, and the call stack if relevant.

sed: can't read qmake.conf: No such file or directory
sed: can't read qmake.conf: No such file or directory
sed: can't read qmake.conf: No such file or directory
 * Visibility support: disabled
 * Applying qt-4.1.4-CVE-2006-4811-bis.patch ...
  [ ok ]
>>> Source unpacked.
>>> Compiling source in /tmp/portage/x11-libs/qt-4.1.4-r2/work/qt-x11-opensource-src-4.1.4 ...

This is the Qt/X11 Open Source Edition.


   The specified system/compiler is not supported:

      /tmp/portage/x11-libs/qt-4.1.4-r2/work/qt-x11-opensource-src-4.1.4/mkspecs/-xplatform

   Please see the README file for a complete list.


!!! ERROR: x11-libs/qt-4.1.4-r2 failed.
Call stack:
  ebuild.sh, line 1568:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  qt-4.1.4-r2.ebuild, line 169:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2006-10-30 10:17:46 UTC
Updated 4.2.1 and 4.1.4-r2
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-10-31 08:34:19 UTC
*** Bug 153563 has been marked as a duplicate of this bug. ***
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-10-31 23:24:25 UTC
*** Bug 153625 has been marked as a duplicate of this bug. ***