Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 289994 - app-office/kword-2.0.82: build fails with =app-text/wv2-0.4.1
Summary: app-office/kword-2.0.82: build fails with =app-text/wv2-0.4.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-21 12:09 UTC by Alexandru Scvortov
Modified: 2009-11-01 22:10 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge.info,4.96 KB, text/plain)
2009-11-01 17:03 UTC, Andreas Sturmlechner
Details
build.log (build.log,125.10 KB, text/plain)
2009-11-01 17:05 UTC, Andreas Sturmlechner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandru Scvortov 2009-10-21 12:09:22 UTC
app-office/kword is not compatible with the latest release of wv2.  Builds fine with wv2-0.3.1.

Reproducible: Always

Steps to Reproduce:
1. emerge =app-text/wv2-0.4.1
2. emerge kword
3. BOOM!
Comment 1 Andreas Sturmlechner gentoo-dev 2009-11-01 15:32:06 UTC
Confirmed on ~amd64 with wv2-0.4.1, kword-2.0.82 and kde-4.3.73.

Here's the error:
[ 78%] Building CXX object filters/kword/msword-odf/CMakeFiles/mswordodf_import.dir/paragraph.o                        
/var/tmp/portage/app-office/kword-2.0.82/work/kword-2.0.82/filters/kword/msword-odf/paragraph.cpp: In member function ‘void Paragraph::writeToFile(KoXmlWriter*)’:                                                                            
/var/tmp/portage/app-office/kword-2.0.82/work/kword-2.0.82/filters/kword/msword-odf/paragraph.cpp:172: warning: comparison between signed and unsigned integer expressions                                                                    
/var/tmp/portage/app-office/kword-2.0.82/work/kword-2.0.82/filters/kword/msword-odf/paragraph.cpp: In static member function ‘static void Paragraph::applyCharacterProperties(const wvWare::Word97::CHP*, KoGenStyle*, const wvWare::Style*)’:
/var/tmp/portage/app-office/kword-2.0.82/work/kword-2.0.82/filters/kword/msword-odf/paragraph.cpp:496: error: ‘const struct wvWare::Word97::CHP’ has no member named ‘ico’                                                                    
/var/tmp/portage/app-office/kword-2.0.82/work/kword-2.0.82/filters/kword/msword-odf/paragraph.cpp:496: error: ‘const struct wvWare::Word97::CHP’ has no member named ‘ico’                                                                    
/var/tmp/portage/app-office/kword-2.0.82/work/kword-2.0.82/filters/kword/msword-odf/paragraph.cpp:498: error: ‘const struct wvWare::Word97::CHP’ has no member named ‘ico’                                                                    
make[2]: *** [filters/kword/msword-odf/CMakeFiles/mswordodf_import.dir/paragraph.o] Error 1                            
make[2]: *** Waiting for unfinished jobs....                                                                           
Scanning dependencies of target kwordpart                                                                              
[ 78%] Building CXX object kword/part/CMakeFiles/kwordpart.dir/kwordpart_automoc.o                                     
[ 80%] Building CXX object kword/part/CMakeFiles/kwordpart.dir/KWFactoryInit.o                                         
Linking CXX shared module ../../lib/libkwordpart.so                                                                    
[ 80%] Built target kwordpart                                                                                          
[ 81%] Generating moc_Variable.cxx                                                                                     
[ 81%] Generating moc_Page.cxx                                                                                         
[ 82%] make[1]: *** [filters/kword/msword-odf/CMakeFiles/mswordodf_import.dir/all] Error 2                             
make[1]: *** Waiting for unfinished jobs...
Comment 2 Romain Perier (RETIRED) gentoo-dev 2009-11-01 16:49:42 UTC
Please give us :
- The output of emerge --info (or equivalent)
- The full build.log

looks an API change in wv2
thanks in advance
Comment 3 Andreas Sturmlechner gentoo-dev 2009-11-01 17:03:04 UTC
Created attachment 208959 [details]
emerge --info
Comment 4 Andreas Sturmlechner gentoo-dev 2009-11-01 17:05:39 UTC
Created attachment 208963 [details]
build.log

I'm curious if that issue might have already been solved by upstream in newer versions, but unfortunately we're stuck with 2.0.82 right now. I'll try to get koffice-2.1 via local overlay.
Comment 5 Andreas Sturmlechner gentoo-dev 2009-11-01 18:39:20 UTC
FIXED in kword-2.0.91.

That issue will be automatically solved when bumping the koffice-ebuilds to 2.0.91 and above.
Comment 6 Romain Perier (RETIRED) gentoo-dev 2009-11-01 19:20:55 UTC
thanks for the new, that's a great thing :)
Comment 7 Romain Perier (RETIRED) gentoo-dev 2009-11-01 22:10:43 UTC
koffice-2.0.91 bumped in the overlay ;)