You are not logged in.

#1 2005-02-17 19:02:10

thegnu
Member
From: Brooklyn, NY
Registered: 2004-05-04
Posts: 280
Website

Problems building qhacc

Hey, I've been trying to build Qhacc:

# Contributer: Nathan Curry <thegnu@gmail.com>
pkgname=qhacc
pkgver=3.2.3
pkgrel=1
pkgdesc="The Q Home Accountant is QT based financial software"
url="http://qhacc.sourceforge.net/"
license="GPL"
depends=('qt')
source=(http://unc.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=()

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr --with-qt-libs=/opt/qt/lib --with-qt-includes=/opt/qt/include
  make || return 1
  make DESTDIR=$startdir/pkg install
} 

And this is what I get:

checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for an ANSI C-conforming const... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for stdlib.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for sys/stat.h... (cached) yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for setlocale... yes
checking for pow... no
checking for error_at_line... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for main in -lpthread... yes
checking for Qt moc... found in /opt/qt/bin
checking for Qt libraries... found in /opt/qt/lib
checking for Qt include files... found in /opt/qt/include

make  all-recursive
make[1]: Entering directory `/var/abs/local/qhacc/src/qhacc-3.2.3'
Making all in lib
make[2]: Entering directory `/var/abs/local/qhacc/src/qhacc-3.2.3/lib'
make  all-am
make[3]: Entering directory `/var/abs/local/qhacc/src/qhacc-3.2.3/lib'
/bin/sh ../libtool --mode=link --tag=CXX g++ -Wall -Wnon-virtual-dtor -Wno-long-long -Wundef -W -Wpointer-arith -Wwrite-strings -Wcast-align -Wconversion -pedantic -march=i686 -O2 -pipe -L/opt/qt/lib  -o libfiledbio.la -rpath /usr/lib -version-info 5:0:0 libfiledbio_la-qhacctable.lo libfiledbio_la-localfileplugin.lo -L. -ldbbase -lpthread 
libtool: link: `libfiledbio_la-qhacctable.lo' is not a valid libtool object
make[3]: *** [libfiledbio.la] Error 1
make[3]: Leaving directory `/var/abs/local/qhacc/src/qhacc-3.2.3/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/abs/local/qhacc/src/qhacc-3.2.3/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/abs/local/qhacc/src/qhacc-3.2.3'
make: *** [all] Error 2

I don't know what the heck that means.


fffft!

Offline

Board footer

Powered by FluxBB