OESF Portables Forum

General Forums => General Discussion => Topic started by: peepo on February 17, 2004, 12:27:26 pm

Title: First ipq built ~:" couple of issues outstanding
Post by: peepo on February 17, 2004, 12:27:26 pm
somehow I got this (jeode) ipq functioning....

2 issues remain:

1  Howto get rid of this bogus error message?

This ipq is base on a previous version, if I tar -zxvf it then rebuild with ipkg-build.sh I get this error:

\"The extract of some files are [sic] failed. This application may not execute normally. When you cannot operate the application, please remove it. OK\"

though it works fine... I use debian file \'2\'. CONTROL containing control and home containing rest ]] data.tar.gz

2  The maintainer added 2 files libfs.so and fs.jar which appear to provide additional but not essential functionality. How can I find out more about these files? they aren\'t in clear text.
Title: First ipq built ~:" couple of issues outstanding
Post by: tumnus on February 18, 2004, 03:28:03 am
With ipkg-build.sh you do not need the debian-binary file. It will automatically create one and include it in the ipk. That is probably the cause of the file extraction warning.

As for the two files, libfs.so is a library that seems to be used for some filesystem stuff in X Windows. fs.jar is a java archive. You can have a look at that with the \'jar\' tool on a PC with a Java SDK installed.

It might also help if you tell us which ipk you are working with.