You are not logged in.
Pages: 1
anyoner able to get a working pkgbuild for etoile0.2. I have been trying, using the community Gnustep packages, and a markup of etoile svn from aur but to no success. I could really use a working pkgbuild, if anyone can spare some time to help someone not too familiar with things.
Offline
here's my pkgbuild so far. It downlaods the pkg, unzips it, and begins the make. It fails building the popplerkit with the following error:
Build Project: PopplerKit
Making build-headers in subprojects of framework PopplerKit...
make[3]: Entering directory `/home/ryan/build/Etoile-0.2/Frameworks/PopplerKit/bindings'
Making build-headers for subproject bindings...
make[4]: Nothing to be done for `internal-subproject-build-headers'.
make[3]: Leaving directory `/home/ryan/build/Etoile-0.2/Frameworks/PopplerKit/bindings'
make[3]: Entering directory `/home/ryan/build/Etoile-0.2/Frameworks/PopplerKit/MissingKit'
Making build-headers for subproject MissingKit...
make[4]: Nothing to be done for `internal-subproject-build-headers'.
make[3]: Leaving directory `/home/ryan/build/Etoile-0.2/Frameworks/PopplerKit/MissingKit'
Making build-headers for framework PopplerKit...
Making all in subprojects of framework PopplerKit...
make[3]: Entering directory `/home/ryan/build/Etoile-0.2/Frameworks/PopplerKit/bindings'
Making all for subproject bindings...
Compiling file poppler.cc ...
poppler.cc: In function 'int poppler_init(const unsigned char*, const unsigned char**, unsigned int)':
poppler.cc:113: warning: comparison between signed and unsigned integer expressions
poppler.cc:121: warning: too few arguments for format
poppler.cc:126: error: no matching function for call to 'GlobalParams::GlobalParams(NULL)'
/usr/include/poppler/GlobalParams.h:133: note: candidates are: GlobalParams::GlobalParams()
/usr/include/poppler/GlobalParams.h:128: note: GlobalParams::GlobalParams(const GlobalParams&)
poppler.cc: At global scope:
poppler.cc:25: warning: 'void dump_fonts(FcConfig*)' defined but not used
make[4]: *** [obj/poppler.o] Error 1
make[3]: *** [bindings.all.subproject.variables] Error 2
make[3]: Leaving directory `/home/ryan/build/Etoile-0.2/Frameworks/PopplerKit/bindings'
make[2]: *** [PopplerKit.all.framework.variables] Error 2
make[2]: Leaving directory `/home/ryan/build/Etoile-0.2/Frameworks/PopplerKit'
make[1]: *** [internal-all] Error 2
make[1]: Leaving directory `/home/ryan/build/Etoile-0.2/Frameworks'
make: *** [internal-all] Error 2
documentation shows only the dependancies listed in the below pkgbuild. Also could someone tell me how to su root make install inside the pkgbuil for future notice.
pkgname=Etoile
pkgver=0.2
pkgrel=1
pkgdesc="etoile window manager for use with GNUStep"
arch=(i686)
url="http://www.etoile-project.org"
depends=('gnustep-make' 'gnustep-base' 'gnustep-gui' 'gnustep-back' 'steptalk' 'dbus' 'hal' 'startup-notification' 'libxcursor' 'zlib' 'oniguruma' 'xscreensaver')
source=http://download.gna.org/etoile/etoile-0.2.tar.gz
#wget http://download.gna.org/etoile/etoile-0.2.tar.gz
#tar xvfz etoile-0.2.tar.gz
cd $startdir/$pkgname-$pkgver
make
su root
make install
./setup.sh
Offline
Hi,
if you're still interested, this list may also be useful: https://mail.gna.org/listinfo/etoile-packaging/, it´s a new list wanting packagers for any distro.
I am a long time waiting for a etoile package and I am willing to help as possible, even without knowing much about the pkgbuilds.
Sorry for my english.
Best regards.
Offline
Pages: 1