Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 433689 - app-office/libreoffice-3.6.1.2 fails to build: error: stray ‘@’ in program
Summary: app-office/libreoffice-3.6.1.2 fails to build: error: stray ‘@’ in program
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-01 22:10 UTC by Markus Walter
Modified: 2012-09-21 11:42 UTC (History)
0 users

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


Attachments
build log (gzipped) (app-office:libreoffice-3.6.1.2:20120901-173505.log.gz,649.89 KB, application/x-gzip)
2012-09-01 22:10 UTC, Markus Walter
Details
emerge --info (info.txt,5.45 KB, text/plain)
2012-09-01 22:11 UTC, Markus Walter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Walter 2012-09-01 22:10:44 UTC
Created attachment 322751 [details]
build log (gzipped)

On my hardened ~amd64 machine with hardened gcc-4.7.1 I see the following build failure for libreoffice-3.6.1.2.

S=/var/tmp/portage/app-office/libreoffice-3.6.1.2/work/libreoffice-core-3.6.1.2 && O=$S/solver/unxlngx6.pro && W=$S/workdir/unxlngx6.pro &&  mkdir -p $W/CxxObject/
framework/source/uielement/ $W/Dep/CxxObject/framework/source/uielement/ && x86_64-pc-linux-gnu-g++ -DCPPU_ENV=gcc3 -DENABLE_GRAPHITE -DENABLE_GTK -DGCC -DGXX_INCL
UDE_PATH=/usr/lib64/gcc/x86_64-pc-linux-gnu/4.7.1/include/g++-v4 -DHAVE_GCC_VISIBILITY_FEATURE -DHAVE_THREADSAFE_STATICS -DLINUX -DNDEBUG -DOPTIMIZE -DOSL_DEBUG_LE
VEL=0 -DSUPD=360 -DUNIX -DUNX -DX86_64 -D_PTHREADS -D_REENTRANT  -DBOOST_NO_0X_HDR_TYPEINDEX    -Wall -Wendif-labels -Wextra -fmessage-length=0 -fno-common -pipe  
-fPIC -Wshadow -Wsign-promo -Woverloaded-virtual  -Wnon-virtual-dtor -fvisibility=hidden  -fvisibility-inlines-hidden  -std=gnu++0x  -DEXCEPTIONS_ON -fexceptions -
fno-enforce-eh-specs -O2 -pipe -march=native -ggdb -c $S/framework/source/uielement/recentfilesmenucontroller.cxx -o $W/CxxObject/framework/source/uielement/recent
filesmenucontroller.o -MMD -MT $W/CxxObject/framework/source/uielement/recentfilesmenucontroller.o -MP -MF $W/Dep/CxxObject/framework/source/uielement/recentfilesm
enucontroller.d_ -I$S/framework/source/uielement/  -I$S/framework/source/inc -I$S/framework/inc -I$O/inc/external -I$O/inc -I$S/solenv/inc  -I$O/inc/udkapi -I$O/in
c/offapi && mv $W/Dep/CxxObject/framework/source/uielement/recentfilesmenucontroller.d_ $W/Dep/CxxObject/framework/source/uielement/recentfilesmenucontroller.d
[ build CXX ] framework/source/uielement/spinfieldtoolbarcontroller.cxx
In file included from /var/tmp/portage/app-office/libreoffice-3.6.1.2/work/libreoffice-core-3.6.1.2/solver/unxlngx6.pro/inc/udkapi/com/sun/star/uno/Exception.hdl:7:0,

[... snip some lines of include hierachy ...]

/var/tmp/portage/app-office/libreoffice-3.6.1.2/work/libreoffice-core-3.6.1.2/solver/unxlngx6.pro/inc/com/sun/star/uno/Reference.h:296:9: error: stray ‘@’ in program
/var/tmp/portage/app-office/libreoffice-3.6.1.2/work/libreoffice-core-3.6.1.2/solver/unxlngx6.pro/inc/com/sun/star/uno/Reference.h:297:9: error: stray ‘@’ in program
Comment 1 Markus Walter 2012-09-01 22:11:07 UTC
Created attachment 322753 [details]
emerge --info
Comment 2 Tomáš Chvátal (RETIRED) gentoo-dev 2012-09-03 08:27:03 UTC
Can it be some mess with gcc-4.7?

I did not see this error yet...
Comment 3 Markus Walter 2012-09-21 11:42:05 UTC
I had some really strange errors coming from gcc-files. They were always changing and I couldn't fathom what was happening and today libreoffice built just fine. Strange ...