[gobolinux-users] libc.so symlink? causes some apps "make" to go *duh* ^^
Daniele Maccari
gobo.users at gmail.com
Wed Jan 2 11:12:12 NZDT 2008
Jonas Karlsson wrote:
> 2008/1/1, Daniele Maccari <gobo.users at gmail.com>:
>
>> Lucas C. Villa Real wrote:
>>
>>> On Dec 30, 2007 4:42 PM, teique <teique at gmail.com> wrote:
>>>
>>>
>>>> Hi
>>>> I was going to compile Kommander
>>>> and got error message about parentesis "("
>>>> then I removed these: "libc.so.6 => /System/Links/Libraries/libc.so.6
>>>> (0xb7ddf000)"
>>>> from this step of make below (I run by hand this step)
>>>> and it worked.
>>>>
>>>> I have had this problem before and I think it is related to the symlink
>>>> not being properly parsed or collected by the make program or else.. of
>>>> the Kommander aplication.
>>>> I dont mean to fix the script or kommander or else cuz this manual work
>>>> around is very simple to me, but it would be interesting if there was
>>>> another way as I believe the other time this problem was also related to
>>>> libc.so stuff.
>>>>
>>>>
>>> Is there a recipe for this app? I failed to find one in our repository.
>>> Thanks!
>>>
>>>
>> Finally! I was wondering what the hell that error could be caused by :P
>> Btw I didn't understand what to do to prevent it from being displayed.
>>
>> @Lucas: attached is a recipe for Kommander.
>>
>> Bye
>>
>>
>> # Recipe (MakeRecipe) for Kommander by Daniele Maccari, on Fri Dec 28 17:58:59 CET 2007
>> # Recipe for version 1.3.0 by Daniele Maccari, on Fri Dec 28 17:58:59 CET 2007
>> compile_version=1.9.0
>> url="http://kommander.kdewebdev.org/download.php?id=kommander-1.3.0.tar.bz2"
>> file="kommander-1.3.0.tar.bz2"
>> file_size=1310433
>> file_md5=8a24fc651731a61ea473d09ba7deda81
>> dir='kommander-1.3.0'
>> recipe_type=configure
>>
>>
> It's a KDE-app, and it seems that most KDE-apps have a ./configure
> script that breaks when an alternative directory structure is used.
> Add
> configure_options=(
> "--disable-libsuffix"
> )
> to the recipe and it will work (this applies to most KDE-based applications).
It worked o_O
Thank you very much! :D
Bye
More information about the gobolinux-users
mailing list