Re: 64-bit
Justin Karneges <[email protected]>
| Newsgroups | gmane.comp.autopackage.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tuesday 27 November 2007 11:05 am, Isak Savo wrote: > First you need to create autopackage.tar.bz2 and autopackage-gtk.x86: > > Check out the full environment from svn, see > http://www.autopackage.org/source.html > > Then, enter main/release/ and run: > ./autopackage-build --gtkfe I'm doing this on a 32-bit system first, and then I'll see about scoring a 64-bit box once I'm familiar with the process. I ran into some problems during the build. Notably, I had to put $HOME/.local/bin in my PATH as well as install some dependency packages. It looks like the build process does not do a sanity check for these things, and instead assumes you have everything in place. I had to figure out what was wrong simply by the error messages (e.g., files not found). Maybe this is just a quirk of the SVN bootstrapping process? gtkfe builds now, but I think there is a problem making the package. Here is the error I receive: ----- make[2]: Entering directory `/home/jkarneges/work/ap/frontend/gtkfe' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/applications" || /bin/mkdir -p "/tmp/apkg-build-root.20637/usr/local/share/applications" /usr/bin/install -P -m 644 'autopackage-launcher-gtk.desktop' '/tmp/apkg-build-root.20637/usr/local/share/applications/autopackage-launcher-gtk.desktop' Warning: ignoring --preserve_context (-P) because the kernel is not selinux-enabled. make[2]: Leaving directory `/home/jkarneges/work/ap/frontend/gtkfe' make[1]: Leaving directory `/home/jkarneges/work/ap/frontend/gtkfe' Installing to /tmp/apkg-build-root.20637 ...done /home/jkarneges/work/ap/main/makepackage: line 1098: ./configure: No such file or directory make: *** No rule to make target `clean'. Stop. make: *** No targets specified and no makefile found. Stop. cp: cannot stat `autopackage-manager-gtk': No such file or directory WARNING: Manager was not built. Make sure that you remembered to run ./autogen.sh in manager/ Prepare failed. Please refer to above messages to see why. Importing files to /tmp/apkg-payload-dir20637-19572/ Cleaning up ... done Converting XDG MIME type definitions to KDE 3.x equivalents ... done Generating payload and package file... Checking ELF binaries for highest GLIBC versions used ... done with warnings WARNING: Symbols from glibc 2.3 (or newer) were found. Consider using apbuild to allow users of older distros to run this binary. If you are statically linking any libraries, make sure they are compiled with apbuild too. Scanning and stripping ELF binaries ... done Making sealed package. FAIL: Using this package as a sealed installer requires that autopackage.tar.bz2 is included in the autopackage/packages directory. ----- -Justin --------------------------------------------------------------------- To unsubscribe, e-mail: autopackage-dev-unsubscribe-OfajU3CKLf1/[email protected] For additional commands, e-mail: autopackage-dev-help-OfajU3CKLf1/[email protected]