You are not logged in.

#1 2007-10-18 20:41:04

Roberth
Member
From: The Pale Blue Dot
Registered: 2007-01-12
Posts: 894

Can't build transmission-svn

Hello, Iæm trying to make the transmission-svn package from aur, but I can't make it compile...

==> SVN checkout done or server timeout
==> Starting make...
autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader: 
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
autoheader: WARNING: `acconfig.h':
autoheader: 
autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader:             [Define if a function `main' is needed.])
autoheader: 
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
Using `AC_PROG_RANLIB' is rendered obsolete by `AC_PROG_LIBTOOL'
configure.ac:8: installing `./missing'
configure.ac:8: installing `./install-sh'
beos/Makefile.am: installing `./depcomp'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING'
Creating aclocal.m4 ...
Running glib-gettextize...  Ignore non-fatal messages.
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 /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/.

Making aclocal.m4 writable ...
Running intltoolize...
appending configuration tag "CXX" to libtool
appending configuration tag "F77" to libtool
config.status: error: po/Makefile is not ready.
Making all in third-party
make[1]: Entering directory `/home/roberth/pkg/transmission-svn/src/Transmission/third-party'
Making all in libevent
make[2]: Entering directory `/home/roberth/pkg/transmission-svn/src/Transmission/third-party/libevent'
make[2]: *** No rule to make target `all'.  Stop.
make[2]: Leaving directory `/home/roberth/pkg/transmission-svn/src/Transmission/third-party/libevent'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/roberth/pkg/transmission-svn/src/Transmission/third-party'
make: *** [all-recursive] Error 1
==> ERROR: Build Failed.  Aborting...

Here's the PKGBUILD:

pkgname=transmission-svn
pkgver=3458
pkgrel=1
pkgdesc="A Bittorrent client that aims to be as efficient as possible"
url="http://transmission.m0k.org/"
license="MIT"
arch=('i686' 'x86-64')
depends=('openssl')
provides=('transmission')
conflicts=('transmission')
makedepends=('gtk2' 'subversion')
backup=(etc/conf.d/transmissiond)
install=
source=()

_svntrunk="svn://svn.m0k.org/Transmission/trunk"
_svnmod="Transmission"

build() {
  cd $startdir/src
  mkdir -p ~/.subversion
  
  svn co $_svntrunk $_svnmod --config-dir ./ -r $pkgver
  
  msg "SVN checkout done or server timeout"
  msg "Starting make..."
  
  cp -r $_svnmod $_svnmod-build
  cd $_svnmod-build
  
  cd $startdir/src/Transmission 
  ./autogen.sh
  ./configure -q --prefix=/usr 
  make || return 1
  make DESTDIR=${startdir}/pkg install || return 1
}

Anyone have a clue?


Use the Source, Luke!

Offline

#2 2007-10-20 15:20:51

Schpariel
Member
Registered: 2007-08-24
Posts: 25

Re: Can't build transmission-svn

Works fine here. Are you sure you didn't forget to install base-devel?

Offline

#3 2007-10-27 17:13:45

TripleE
Member
From: Houston, TX
Registered: 2006-10-10
Posts: 64

Re: Can't build transmission-svn

That was my problem.  Thanks for the help.


HP Chromebook 14

Offline

#4 2007-11-06 07:35:58

diego
Member
Registered: 2007-11-06
Posts: 6

Re: Can't build transmission-svn

Hi, i have problems with building transmission from svn too:

$ versionpkg
==> retrieving latest revision number from svn... 3730
==> newer revision detected: 3730
==> Entering fakeroot environment
==> Making package: transmission-svn 3730-1 (Di 6. Nov 08:28:38 CET 2007)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
==> Validating source files with md5sums
==> Extracting Sources...
==> Removing existing pkg/ directory...
==> Starting build()...

Fetching external item into 'Transmission/third-party/libevent'
Checked out external at revision 477.

Checked out revision 3730.
==> SVN checkout done or server timeout
==> Starting make...
./autogen.sh: line 16: autoreconf: command not found
Creating aclocal.m4 ...
Running glib-gettextize...  Ignore non-fatal messages.
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 /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/.

Making aclocal.m4 writable ...
Running intltoolize...
PKGBUILD: line 33: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
==> ERROR: Build Failed.  Aborting...
==> ERROR: Reverting pkgver...

i dont know whats up with the autoreconf

i hope anyone can help me!

greez

Offline

#5 2007-11-06 09:50:24

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: Can't build transmission-svn

Have you even read the previous post?

pacman -S base-devel


1000

Offline

Board footer

Powered by FluxBB