View Single Post
  #8 (permalink)  
Old 03-Jul-2009, 23:00
malcolmlewis's Avatar
malcolmlewis malcolmlewis is offline
Global Moderator
 
Join Date: Jun 2008
Location: Podunk
Posts: 4,673
malcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputation
Default Re: Stask from rpm not working

Quote:
Originally Posted by BenderBendingRodriguez
I didn't set anything special besides using the same thing as in install
insctructions for stasks. I used spec file from stask from KDE 4
Community repo but it shouldn't matter or should it? (I just removed one
patch note in the spec file and left everythng else intact).
Hi
If you look at the build log from the OBS, you see the following flags
set, this is the only thing that may be causing the issue that I can
think of.
Code:
+ export 'CFLAGS=-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2
-fstack-protector -funwind-tables -fasynchronous-unwind-tables'
+ CFLAGS='-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2
-fstack-protector -funwind-tables -fasynchronous-unwind-tables'
+ export 'CXXFLAGS=-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2
-fstack-protector -funwind-tables -fasynchronous-unwind-tables'
+ CXXFLAGS='-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2
-fstack-protector -funwind-tables -fasynchronous-unwind-tables'
+ export 'LDFLAGS=-Wl,-Bsymbolic-functions '
+ LDFLAGS='-Wl,-Bsymbolic-functions '
--
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.2 Milestone 3 (i586) Kernel 2.6.30-8-default
up 0:09, 2 users, load average: 0.56, 0.69, 0.45
CPU VIA Esther processor 1000MHz GPU VIA CX700/VX700

Reply With Quote