[gcompris-devel] 1.0.2 under NetBSD
Bruno Coudoin
bruno.coudoin at free.fr
Fri Mar 29 03:42:06 UTC 2002
BTW, I'll be out until next tuesday.
le ven 29-03-2002 à 03:52, Jeremy C. Reed a écrit :
> I am trying to build and install gcompris-1.0.2 under NetBSD.
>
> I am building a NetBSD package for it.
>
> To build I had to patch src/gcompris/soundutil.c -- it needs:
> #include <signal.h>
>
OK.
> Then the make install uses GNU find's -printf which isn't included with
> NetBSD's find. So I think that Makefile.* should be modified to not use
> it, maybe like:
>
> if test -d boards; then \
> $(mkinstalldirs) $(DESTDIR)/$(pkgdatadir)/boards; \
> cd boards ; tar --exclude CVS --exclude .xvpics --exclude "*.in"
> --create --file - * | ( cd $(DESTDIR)/$(pkgdatadir)/boards ; tar xf -) ; cd ..
> ; \
> fi
>
Yes, you are correct I change it this way.
>
> So anyways, after I installed and ran I received:
>
> $ gcompris
> gcompris_set_locale requested en got (null)
I have a problem on this, I am on it.
> Can't resolve host name "unix"!
> Message: scan_plugins /home/reed/.gcompris/Plugins/
> Message: scan_plugins /usr/pkg/lib/gcompris/
> /usr/pkg/lib/gcompris/libalgebra.so: Undefined PLT symbol
This is the most hard to understand.
Sorry, I don't know what PLT is.
> "gcompris_score_start" (reloc type = 7, symnum = 12)
> /usr/pkg/lib/gcompris/libalgebra_guesscount.so: Undefined PLT symbol
> "gcompris_score_start" (reloc type = 7, symnum = 17)
>
> ... and several more ...
>
> /usr/pkg/lib/gcompris/libtarget.so: Undefined PLT symbol "board_finished"
> (reloc type = 7, symnum = 40)
> /usr/pkg/lib/gcompris/libwordsgame.so: Undefined PLT symbol
> "gcompris_score_start" (reloc type = 7, symnum = 26)
>
> ** ERROR **: Cant't find the menu board or plugin execution error
> aborting...
> Abort trap (core dumped)
>
>
> I believe this means it wasn't linked correctly. I used the NetBSD
> packaging tools to build. I am also asking NetBSD package developers
> about this. (I'll let you know.)
>
> Anyways, I look forward to my kids using gcompris :)
Have fun ;)
>
> Jeremy C. Reed
> http://www.reedmedia.net/
>
>
>
>
> _______________________________________________
> gcompris-devel mailing list
> gcompris-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gcompris-devel
More information about the Gcompris-devel
mailing list