On 5/6/07, Karl Hasselström <kha@xxxxxxxxxxx> wrote:
On 2007-05-06 10:15:16 +0200, Marco Costalba wrote: > Use qgit ;-) Do I have to use any particular autoconf version? With
Sorry but I cannot reproduce the misbehaviour, my logs are below. The only difference is that my autoreconf is 2.61 instead of 2.60 Pavel, some ideas? In the mean time you can download the released tarball from http://prdownloads.sourceforge.net/qgit/qgit-1.5.5.tar.bz2?download You don't need autoreconf in that case and can go directly with configure/make/make install-strip My log: bash-3.1$ git clone git://git.kernel.org/pub/scm/qgit/qgit.git Initialized empty Git repository in /home/marco/tmp/qgit/.git/ remote: Generating pack... remote: Done counting 5723 objects. remote: Deltifying 5723 objects. remote: 100% (5723/5723) done Indexing 5723 objects... remote: Total 5723 (delta 4541), reused 5612 (delta 4461) 100% (5723/5723) done Resolving 4541 deltas... 100% (4541/4541) done bash-3.1$ cd qgit bash-3.1$ autoreconf --version autoreconf (GNU Autoconf) 2.61 Copyright (C) 2006 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law. Written by David J. MacKenzie and Akim Demaille. bash-3.1$ autoreconf -i configure.ac: installing `config/install-sh' configure.ac: installing `config/missing' src/Makefile.am: installing `config/depcomp' bash-3.1$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for g++... g++ 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 g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking for prefix by checking for qgit... /home/marco/bin/qgit checking how to run the C++ preprocessor... g++ -E checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for Qt includes... /usr/lib/qt3//include checking Qt version... 3.3.8 checking for moc... /usr/lib/qt3//bin/moc checking for uic... /usr/lib/qt3//bin/uic checking for pthread_exit in -lpthread... yes checking for XftFontOpen in -lXft... yes checking for main in -lqt-mt... yes configure: QT_CPPFLAGS = -I/usr/lib/qt3//include -D_REENTRANT -DQT_THREAD_SUPPORT configure: QT_LDFLAGS = -L/usr/lib/qt3//lib configure: QT_LIBS = -lqt-mt -lpthread -lXft -lSM -lICE -lX11 configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands bash-3.1$ make make all-recursive make[1]: Entering directory `/home/marco/tmp/qgit' Making all in src make[2]: Entering directory `/home/marco/tmp/qgit/src' /usr/lib/qt3//bin/uic -o commitbase.h commitbase.ui /usr/lib/qt3//bin/uic -o consolebase.h consolebase.ui -------------- cut --------------------- if g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -I/usr/lib/qt3//include -D_REENTRANT -DQT_THREAD_SUPPORT -g -O2 -Wall -Wno-non-virtual-dtor -W -Wno-long-long -pedantic -frepo -MT settingsbase.uic.o -MD -MP -MF ".deps/settingsbase.uic.Tpo" -c -o settingsbase.uic.o settingsbase.uic.cc; \ then mv -f ".deps/settingsbase.uic.Tpo" ".deps/settingsbase.uic.Po"; else rm -f ".deps/settingsbase.uic.Tpo"; exit 1; fi g++ -g -O2 -Wall -Wno-non-virtual-dtor -W -Wno-long-long -pedantic -frepo -L/usr/lib/qt3//lib -o qgit annotate.o cache.o commitimpl.o consoleimpl.o customactionimpl.o dataloader.o domain.o exceptionmanager.o filecontent.o filelist.o fileview.o git.o git_startup.o lanes.o listview.o mainimpl.o myprocess.o namespace_def.o patchview.o qgit.o rangeselectimpl.o revdesc.o revsview.o settingsimpl.o treeview.o commitbase.moc.o consolebase.moc.o customactionbase.moc.o filebase.moc.o helpbase.moc.o mainbase.moc.o patchbase.moc.o rangeselectbase.moc.o revbase.moc.o settingsbase.moc.o annotate.moc.o commitimpl.moc.o consoleimpl.moc.o customactionimpl.moc.o dataloader.moc.o domain.moc.o filecontent.moc.o filelist.moc.o fileview.moc.o git.moc.o listview.moc.o mainimpl.moc.o myprocess.moc.o patchview.moc.o rangeselectimpl.moc.o revdesc.moc.o revsview.moc.o settingsimpl.moc.o treeview.moc.o commitbase.uic.o consolebase.uic.o customactionbase.uic.o filebase.uic.o helpbase.uic.o mainbase.uic.o patchbase.uic.o rangeselectbase.uic.o revbase.uic.o settingsbase.uic.o -lqt-mt -lpthread -lXft -lSM -lICE -lX11 collect: recompiling patchview.cpp collect: recompiling mainimpl.cpp collect: recompiling git_startup.cpp collect: recompiling git.cpp -------------- cut --------------------- collect: relinking collect: recompiling mainimpl.cpp collect: recompiling git_startup.cpp collect: recompiling git.cpp collect: recompiling annotate.cpp collect: relinking make[3]: Leaving directory `/home/marco/tmp/qgit/src' make[2]: Leaving directory `/home/marco/tmp/qgit/src' make[2]: Entering directory `/home/marco/tmp/qgit' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/marco/tmp/qgit' make[1]: Leaving directory `/home/marco/tmp/qgit' bash-3.1$ make install-strip make INSTALL_PROGRAM="/bin/sh /home/marco/tmp/qgit/config/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /home/marco/tmp/qgit/config/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ `test -z '' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG=''"` install make[1]: Entering directory `/home/marco/tmp/qgit' Making install in src make[2]: Entering directory `/home/marco/tmp/qgit/src' make install-am -------------- cut --------------------- make[2]: Leaving directory `/home/marco/tmp/qgit' make[1]: Leaving directory `/home/marco/tmp/qgit' bash-3.1$ qgit Found GNU source-highlight 2.5 Saving cache. Please wait... Compressing data... Done. bash-3.1$ - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html