Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 265872 - app-i18n/scim-bridge 0.4.15.2 fails to build
Summary: app-i18n/scim-bridge 0.4.15.2 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-12 16:23 UTC by Trustin Lee
Modified: 2009-10-02 22:34 UTC (History)
0 users

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


Attachments
build.log for 'emerge scim-bridge (build.log,55.23 KB, text/plain)
2009-04-12 16:24 UTC, Trustin Lee
Details
environment for 'emerge scim-bridge' (environment,115.04 KB, text/plain)
2009-04-12 16:25 UTC, Trustin Lee
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Trustin Lee 2009-04-12 16:23:42 UTC
Long time ago, it built fine, but at some point it started to fail to build since I ran 'emerge -e world'.

USE flags were "qt4 -doc -gtk -qt3".  GCC 4.3.3-r2 and QT 4.5.0 were used.

For more information, please read the attached build.log and environment file.


Reproducible: Always

Steps to Reproduce:
1. Install sys-devel/gcc 4.3.3-r2 and x11-libs/qt 4.5.0
2. USE="qt4 -doc -gtk -qt3" emerge -1 scim-bridge
  

Actual Results:  
Build fails with compilation errors.

Expected Results:  
Should be emerged successfully.
Comment 1 Trustin Lee 2009-04-12 16:24:31 UTC
Created attachment 188097 [details]
build.log for 'emerge scim-bridge
Comment 2 Trustin Lee 2009-04-12 16:25:08 UTC
Created attachment 188098 [details]
environment for 'emerge scim-bridge'
Comment 3 Rafał Mużyło 2009-04-12 18:37:39 UTC
The problem here seems to be the incorrect way
AC_ARG_ENABLE macro was used in configure.ac.
Because of that, even if --disable-qt3-immodule is given,
if qt3 is detected, it will still be used.

It was introduced in svn rev.133 - 0.4.15.2 did pick that up.
Comment 4 Jeremy Gove 2009-05-26 01:24:12 UTC
I have the same problem, with (as far as I can tell) the same log/results when trying to build scim-bridge-0.4.16 pr 0.4.12.  If I unmerged qt-3.x first, then it compiled and installed, but that seems to defeat the purpose.
Comment 5 MATSUU Takuto (RETIRED) gentoo-dev 2009-10-02 22:34:43 UTC
0.4.16-r1 in cvs.