You are not logged in.

#1 2009-06-16 00:13:54

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,549

Problem during build() of a package I made

I'm making a PKGBUILD for the SVN version of fim (www.autistici.org/dezperado/). I realize that there's already an AUR package of it -- it's outdated and doesn't build properly.

Here's my PKGBUILD so far: http://pastebin.ca/raw/1461692

It configures fine, but during the actual build it errors out. Here's the full build log, it's not long:

make  all-recursive
make[1]: Entering directory `/home/ranguvar/fim-svn/src/fim-build'
Making all in src
make[2]: Entering directory `/home/ranguvar/fim-svn/src/fim-build/src'
flex -+ lex.lex
bison -y -v -d yacc.ypp -o yacc.tab.cpp
echo 'const char * FIM_DEFAULT_CONFIG_FILE_CONTENTS =' > conf.h
conflicts: 1 shift/reduce, 22 reduce/reduce
make[2]: *** No rule to make target `yacc.tab.hpp', needed by `all'.  Stop.
make[2]: *** Waiting for unfinished jobs....
sed  's/"/\\\"/g;s/^/"/g;s/$/\\n"/g;' fimrc >> conf.h
echo '"";' >> conf.h
make[2]: Leaving directory `/home/ranguvar/fim-svn/src/fim-build/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ranguvar/fim-svn/src/fim-build'
make: *** [all] Error 2

Any help would be greatly appreciated smile

Offline

Board footer

Powered by FluxBB