Donnerstag, 29. September 2016

Abi makes it frustating :)



So to get abiword running i need libgsf
so i tried serveral things to geht it building

PulkoMandy suggested adding some flags to haikuporter to find out the problems with the recepie:

haikuporter -qvS libgsf_x86-1.14.18
still no succsess, and still the same error.
So i ended up deleting haikuporter and haikuports and checking out everything again 
I found this suggestion in some chatlogs but also : no success :(
So i decided to try it outside of haikuporter to see whats really happening and mabye make a lib without the haikuporter hell... and just jusing this lib.
So i copied the source url out of the recepie to check if its even downloadble

unpacked it and ran
./configure

this tolde me intlool is to odl
hmm nice the first time that i was greeted with a well understanable feedback from a configure script.. nice.
so finding this i did a
pkgman search intltool
pkgman install intltool
./configure
This told me its missing gettext
pkgman search gettext

still some errors so i decided maybe a mor up to date version would help
i downloaded the 1.14.40 version
http://ftp.acc.umu.se/pub/GNOME/sources/libgsf/1.14/

and rememenberd that i need the x86 version since abiword needs boots wich is only available in x86 so i did a
setarch x86 
checked if intlool and gettext for x86 are installed.. then
./configure
Year sucess configure at last went through.. that was incredible..so i had a lot of hope and typed in
make ENTER
It felt really good to see the on surcefile sucessfully compiled after a nother
until i again was greetet with an error
error
/bin/grep: /packages/gettext_x86-0.18.1.1-6/.self/develop/lib/x86/libintl.la: No such file or directory
/bin/sed: can't read /packages/gettext_x86-0.18.1.1-6/.self/develop/lib/x86/libintl.la: No such file or directory
libtool:   error: '/packages/gettext_x86-0.18.1.1-6/.self/develop/lib/x86/libintl.la' is not a valid libtool archive
Makefile:637: recipe for target 'libgsf-1.la' failed
make[2]: *** [libgsf-1.la] Error 1
make[2]: Leaving directory '/boot/home/downloads/libgsf-1.14.40/gsf'
Makefile:543: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/boot/home/downloads/libgsf-1.14.40'
Makefile:446: recipe for target 'all' failed
make: *** [all] Error 2

At this point i asked some people on irc miqlas-H tried to help but still no sucess.. gettext is  install but it looks like some iportant libs are missing ;(

Keine Kommentare:

Kommentar veröffentlichen