[scribus] Scribus 1.5.0 segmentation fault (building from source)

Meho R. mehor at gmx.com
Thu Jun 23 01:28:44 UTC 2011


On 23.06.2011 03:08, Meho R. wrote:
> On 22.06.2011 21:42, Craig Bradney wrote:
>> On 6/22/11 8:38 PM, Meho R. wrote:
>>>> ----- Original Message -----
>>>> From: Craig Bradney
>>>> Sent: 06/22/11 07:15 PM
>>>> To: scribus at lists.scribus.net
>>>> Subject: Re: [scribus] Idiot wants to build 1.5.0 from source
>>>>
>>>>> OK, rebuild as jjj completed. These are the commands I used:
>>>>>
>>>>> mkdir ~/Software/Scribus/ mkdir ~/Software/Scribus/src/ mkdir
>>>>> ~/Software/Scribus/src/scribus_svn sudo mkdir /usr/local/scribus_svn
>>>>> cd ~/Software/Scribus/src/scribus_svn svn co
>>>>> svn://scribus.net/trunk/Scribus cd ./Scribus cmake
>>>>> -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/scribus_svn make sudo make
>>>>> install
>>>>>
>>>>> All commands executed without error messages.
>>>>>
>>>>> It still won't launch; same results as before. This is the only
>>>>> clue:
>>>>>
>>>>> [jjj at Devil8 Scribus]$ cd /usr/local/scribus_svn/bin/ [jjj at Devil8
>>>>> bin]$ ./scribus Segmentation fault (core dumped)
>>>>>
>>>>> Suggestions?
>>>> mkdir -p ~/Software/Scribus/trunk/install/
>>>> mkdir -p ~/Software/Scribus/trunk/build/
>>>> mkdir -p ~/Software/Scribus/trunk/src/
>>>>
>>>> cd ~/Software/Scribus/trunk/src/
>>>> svn co svn://scribus.net/trunk/Scribus
>>>>
>>>> cd ~/Software/Scribus/trunk/build/
>>>> cmake -DCMAKE_INSTALL_PREFIX:PATH=~/Software/Scribus/trunk/install
>>>> ~/Software/Scribus/trunk/src/Scribus
>>>>
>>>> # note that will probably wrap but its 1 line
>>>>
>>>> make install
>>>>
>>>> Then run
>>>>
>>>> ~/Software/Scribus/trunk/install/bin/scribus
>>>>
>>>>
>>>>
>>>> Craig
>>>>
>>> Hmmm, interesting. I'm getting "segmentation fault" too. I've tried 
>>> to build both 1.4.0 and 1.5.0, same procedure (different svn source, 
>>> of course), but while both compile and install without a hitch, 
>>> 1.4.0 works, while 1.5.0 does not. 1.5.0 built couple of months ago 
>>> works fine. Has anything significant changed in these couple of 
>>> months, probably some newer libraries are needed? I've been testing 
>>> on Debian Wheezy, 64-bit.
>>>
>>>
>> Things change all the time.. try a make clean if you have not already,
>> or just nuke the build directory and try again.
>>
>> Try running within gdb to get a backtrace..
>>
>> Craig
>
> Here it is:
>
> [Thread debugging using libthread_db enabled]
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x0000000000e10a14 in _cairo_user_data_array_set_data ()
>
> Next step?
>
> ___
Ah, sorry for partial (previous) email. I'll do some additional testing 
and add infos to existing bug reports regarding the same issue. Thanks.



More information about the scribus mailing list