Issues building svn trunk - 14831
Dave Herman
dvherman at gmail.com
Sun Sep 10 22:50:48 EDT 2006
I'm having problems building the current svn trunk to a different
prefix. Below is the last of a MAKE. I'll also attach the commands
used.
systems are FC5 up to date. 1st is i386 latter is x86_64.
Any suggestions?
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory
`/home/dvherman/GnuCash/GnuCash-svn/lib/libgsf-1.12.3'
make[3]: Leaving directory
`/home/dvherman/GnuCash/GnuCash-svn/lib/libgsf-1.12.3'
Making all in goffice-0.0.4
make[3]: Entering directory
`/home/dvherman/GnuCash/GnuCash-svn/lib/goffice-0.0.4'
Making all in goffice
make[4]: Entering directory
`/home/dvherman/GnuCash/GnuCash-svn/lib/goffice-0.0.4/goffice'
creating goffice-paths.h
/bin/sh: goffice-paths.h: Permission denied
make[4]: *** [goffice-paths.h] Error 1
make[4]: Leaving directory
`/home/dvherman/GnuCash/GnuCash-svn/lib/goffice-0.0.4/goffice'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/home/dvherman/GnuCash/GnuCash-svn/lib/goffice-0.0.4'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/dvherman/GnuCash/GnuCash-svn/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dvherman/GnuCash/GnuCash-svn'
make: *** [all] Error 2
[dvherman at IBMoble GnuCash-svn]$
1005 sudo rm -rf /opt/gnucash-svn
1006 cd $HOME/GnuCash/GnuCash-svn
1007 ./autogen.sh --enable-ofx --prefix=/opt/gnucash-svn
1008 ./configure --enable-compile-warnings --enable-ofx --enable-hbci
--enable-debug --prefix=/opt/gnucash-svn
1009 make
------------------------------------
On a different system I removed all the files from the "GnuCash-svn"
directory and preformed a "checkout" again from the trunk. When I
attempt a build, with the enclosed scipt, I receive the following
message.
[dvherman at FedoaCore5Eval GNUCash]$ ./Build_Gnucash-svn
Password:
make: *** No rule to make target `clean'. Stop.
Creating ./po/POTFILES.in ...
Creating ./aclocal.m4 ...
Running glib-gettextize --force --copy ...
GnuCash note: Please ignore the output of glib-gettextize below!
Copying file mkinstalldirs
Copying file po/Makefile.in.in
Please add the files
codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
progtest.m4
from the /usr/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.
GnuCash note: Please ignore the output of glib-gettextize above!
Ensure ./aclocal.m4 is writable ...
Ensure ./po/POTFILES.in is writable ...
Running intltoolize --force --copy ...
You should add the contents of '/usr/share/aclocal/intltool.m4' to
'aclocal.m4'.
Putting files in AC_CONFIG_AUX_DIR, '..'.
cp: cannot create regular file `po/Makefile.in.in': No such file or
directory
intltoolize: cannot copy '/usr/share/intltool/Makefile.in.in' to
'po/Makefile.in.in'
**Error**: intltoolize failed.
./Build_Gnucash-svn: line 7: ./configure: No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
[dvherman at FedoaCore5Eval GNUCash]$
I use this script for the build.
sudo rm -rf /opt/gnucash-svn
cd /home/dvherman/GNUCash/gnucash-svn
sleep 10
make clean
./autogen.sh --prefix=/opt/gnucash-svn --enable-ofx
sleep 10
./configure --enable-compile-warnings --prefix=/opt/gnucash-svn
--enable-ofx --enable-debug
#./configure --enable-error-on-warning --enable-compile-warnings
--prefix=/opt/gnucash-svn --enable-ofx --enable-debug
sleep 10
make
sudo make install
More information about the gnucash-devel
mailing list