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?

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

Similar Messages

  • [SOLVED] Can't build aMule SVN, Scanner.cpp

    Hi People, I'm having an problem to build actual (but also older) revision of aMule SVN.
    I asked also in aMule forum, but it really seems to be something Arch related as others don't have this problem!
    What I do is just:
    svn co http://amule.googlecode.com/svn/trunk amule
    cd amule
    sh autogen.sh
    ./configure --enable-optimize --disable-debug --enable-geoip --disable-upnp
    make -j4
    Here are the 3 logs I get until here, and on the make one I get stuck.
    autogen
    configure
    make
    EDIT: I generated these logs with respective command > autogenlog, Here is also the normal console output from make.
    I also tried to delete the Scanner.cpp file to get it regenerated by flex (hope that's right).
    Any ideas?
    Last edited by myth88 (2012-08-18 19:38:59)

    It's definitely an upstream bug.
    I just fixed it here with the following edit to Scanner.cpp on line 578 and a similar change on 2005
    - static void ReadLexBuff(char* pcBuff, int& riResult, size_t uMaxSize);
    + static void ReadLexBuff(char* pcBuff, yy_size_t riResult, size_t uMaxSize);
    edit: This same edit could be made before flex parsing on lines 28 and 166 of Scanner.l
    edit: FYI, I know this compiles without error.  I don't, however, know what amule is nor what it does - so I cant/wont test it to see if the resulting binary works as intended.
    Last edited by Trilby (2012-08-18 11:49:38)

  • Pkgmap files missing in global zone, can't build non-global zone

    My solaris 10 server is missing the pkgmap files for the packages. As a result, I can't build a non-global zone. Is there a way to recreate the pkgmap files?
    The OS on the Solaris 10 server was installed via jumpstart (initial install). However, the Jumpstart process used a Solaris 9 boot server which seems to have caused the missing pkgmap problem.
    Does anyone know of any other problems which would result from a version mismatch between a boot and installation server during the jumpstart process?

    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

  • Error building kdebase4-svn from AUR

    Anytime I try to build kdebase4-svn from AUR, I get the following error:
    [ 88%] Building CXX object kcontrol/access/CMakeFiles/kdeinit_kaccess.dir/kaccess.o
    In Datei, eingefügt von /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace-build/kcontrol/access/kaccess.moc:10,
    von /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:33:
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace-build/kcontrol/access/../../../kdebase-workspace/kcontrol/access/kaccess.h:15:30: Fehler: Phonon/MediaObject: Datei oder Verzeichnis nicht gefunden
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:441:2: Warnung: #warning is this the best way to invert a pixmap?
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:590:2: Warnung: #warning "kde4 fixme"
    In file included from /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace-build/kcontrol/access/kaccess.moc:10,
    from /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:33:
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace-build/kcontrol/access/../../../kdebase-workspace/kcontrol/access/kaccess.h:76: Fehler: »Phonon« wurde nicht deklariert
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace-build/kcontrol/access/../../../kdebase-workspace/kcontrol/access/kaccess.h:76: Fehler: ISO-C++ verbietet Deklaration von »MediaObject« ohne Typ
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace-build/kcontrol/access/../../../kdebase-workspace/kcontrol/access/kaccess.h:76: Fehler: expected »;« before »*« token
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp: In constructor »KAccessApp::KAccessApp(bool, bool)«:
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:100: Fehler: Klasse »KAccessApp« hat keinen Feldnamen »_player«
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp: In member function »void KAccessApp::initMasks()«:
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:318: Warnung: es wird empfohlen, explizite geschweifte Klammern zu setzen, um mehrdeutiges »else« zu vermeiden
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp: In member function »void KAccessApp::xkbBellNotify(XkbBellNotifyEvent*)«:
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:471: Fehler: »_player« wurde in diesem Gültigkeitsbereich nicht definiert
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:472: Fehler: »Phonon« wurde nicht deklariert
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:472: Fehler: »Phonon« wurde nicht deklariert
    /tmp/yaourt-tmp-arch/aur-kdebase4-workspace-svn/kdebase4-workspace-svn/src/kdebase-workspace/kcontrol/access/kaccess.cpp:476: Fehler: »_player« wurde in diesem Gültigkeitsbereich nicht definiert
    make[2]: *** [kcontrol/access/CMakeFiles/kdeinit_kaccess.dir/kaccess.o] Fehler 1
    make[1]: *** [kcontrol/access/CMakeFiles/kdeinit_kaccess.dir/all] Fehler 2
    make: *** [all] Fehler 2
    ==> FEHLER: Build fehlgeschlagen.
    Breche ab ...
    Error: Makepkg was unable to build kdebase4-workspace-svn package.
    Can anyone help me?
    Thanks
    Henne

    I tried to build it with yaourt... When doing it the normal way, it works fine...
    Thanks

  • Building mplayer-svn using internal ffmpeg-svn libraries [SOLVED]

    Yeah,
    I know that a bunch of us are having errors building mplayer-svn against ffmpeg-svn internal libraries.
    The error:
    libvo/vo_yuv4mpeg.o: In function `flip_page':
    vo_yuv4mpeg.c:(.text+0x694): undefined reference to `rgb24toyv12'
    vo_yuv4mpeg.c:(.text+0x6f0): undefined reference to `rgb24toyv12'
    vo_yuv4mpeg.c:(.text+0x848): undefined reference to `rgb24toyv12'
    libmpcodecs/vf_palette.o: In function `put_image':
    vf_palette.c:(.text+0x3ee): undefined reference to `palette8topacked32'
    vf_palette.c:(.text+0x431): undefined reference to `palette8topacked24'
    vf_palette.c:(.text+0x453): undefined reference to `palette8torgb16'
    vf_palette.c:(.text+0x473): undefined reference to `palette8torgb15'
    vf_palette.c:(.text+0x489): undefined reference to `palette8tobgr16'
    vf_palette.c:(.text+0x4a1): undefined reference to `palette8tobgr15'
    vf_palette.c:(.text+0x50a): undefined reference to `palette8topacked32'
    vf_palette.c:(.text+0x55e): undefined reference to `palette8torgb15'
    vf_palette.c:(.text+0x5b3): undefined reference to `palette8torgb16'
    vf_palette.c:(.text+0x5d0): undefined reference to `palette8topacked24'
    vf_palette.c:(.text+0x5ed): undefined reference to `palette8tobgr15'
    vf_palette.c:(.text+0x60a): undefined reference to `palette8tobgr16'
    libmpcodecs/vf_rgb2bgr.o: In function `put_image':
    vf_rgb2bgr.c:(.text+0x1d7): undefined reference to `rgb24tobgr24'
    vf_rgb2bgr.c:(.text+0x20a): undefined reference to `rgb32tobgr32'
    vf_rgb2bgr.c:(.text+0x274): undefined reference to `rgb24tobgr24'
    vf_rgb2bgr.c:(.text+0x290): undefined reference to `rgb32tobgr32'
    libmpcodecs/vf_yuy2.o: In function `put_image':
    vf_yuy2.c:(.text+0xf7): undefined reference to `yv12toyuy2'
    vf_yuy2.c:(.text+0x154): undefined reference to `yuv422ptoyuy2'
    collect2: ld returned 1 exit status
    make: *** [mplayer] Error 1
    All of this is coming from swscale. Enabling Mplayer's internal swscale fixes the build for me, but it's hardly a solution seeing that there is no difference at all in between the code bases.
    The question:
    Why are Archers seeing this and yet there's no traces that I can find anywhere on the web? I ask because I don't know if it's a Mplayer bug, a FFmpeg bug, or one of the core libraries in Arch? In short, I don't know who to file a bug report with.
    What I know:
    1) The build fails in different places on different architectures.
    2) Mplayer seems to not be able to find yasm even though x264 and FFmpeg find it fine, even with the configure flag --yasm=YASM.
    3) FFmpeg is not installing any swscale header file other than libswscale/swscale.h and force installing it does not help.
        a) There is no difference at all in the Makefile between the two code bases.

    wonder wrote:to be fair i don't think you can build mplayer-svn against ffmpeg-svn. you can only with mplayer-mt-git against ffmpeg-mt-git or something like that.
    I've been doing it daily for well over a year. Maybe even two.
    -- Edit--
    If anyone cares, it's because of how Mplayer deals with FFmpeg's header files. For instance, Mplayer is looking for yuv2rgb.h, but FFmpeg now produces yuv2rgb_mmx.h at runtime on my system. It looks as if libswscale's build files are being generated per architecture for usage of ASM code. Mplayer isn't looking at things quite right anymore.

  • Error Building Murrine-SVN

    I'm trying to build Murrine-SVN (directly downloaded from svn repositories) and I get this build error:
    [vg@vg-arch murrine]$ make
    Making all in schema
    make[1]: Entering directory `/home/vg/build/murrine/schema'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/home/vg/build/murrine/schema'
    make[1]: Entering directory `/home/vg/build/murrine'
    /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -g -O2 -MT animation.lo -MD -MP -MF .deps/animation.Tpo -c -o animation.lo `test -f './src/animation.c' || echo './'`./src/animation.c
    libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -g -O2 -MT animation.lo -MD -MP -MF .deps/animation.Tpo -c ./src/animation.c -fPIC -DPIC -o .libs/animation.o
    In file included from /usr/include/gtk-2.0/gtk/gtkcontainer.h:33,
    from /usr/include/gtk-2.0/gtk/gtkbin.h:32,
    from /usr/include/gtk-2.0/gtk/gtkwindow.h:33,
    from /usr/include/gtk-2.0/gtk/gtkdialog.h:32,
    from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:28,
    from /usr/include/gtk-2.0/gtk/gtk.h:32,
    from ./src/animation.h:24,
    from ./src/animation.c:21:
    /usr/include/gtk-2.0/gtk/gtkwidget.h:36:27: error: atk/atkobject.h: No such file or directory
    In file included from /usr/include/gtk-2.0/gtk/gtkcontainer.h:33,
    from /usr/include/gtk-2.0/gtk/gtkbin.h:32,
    from /usr/include/gtk-2.0/gtk/gtkwindow.h:33,
    from /usr/include/gtk-2.0/gtk/gtkdialog.h:32,
    from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:28,
    from /usr/include/gtk-2.0/gtk/gtk.h:32,
    from ./src/animation.h:24,
    from ./src/animation.c:21:
    /usr/include/gtk-2.0/gtk/gtkwidget.h:401: error: expected specifier-qualifier-list before 'AtkObject'
    /usr/include/gtk-2.0/gtk/gtkwidget.h:622: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
    In file included from /usr/include/gtk-2.0/gtk/gtk.h:36,
    from ./src/animation.h:24,
    from ./src/animation.c:21:
    /usr/include/gtk-2.0/gtk/gtkaccessible.h:23:21: error: atk/atk.h: No such file or directory
    In file included from /usr/include/gtk-2.0/gtk/gtk.h:36,
    from ./src/animation.h:24,
    from ./src/animation.c:21:
    /usr/include/gtk-2.0/gtk/gtkaccessible.h:44: error: expected specifier-qualifier-list before 'AtkObject'
    /usr/include/gtk-2.0/gtk/gtkaccessible.h:55: error: expected specifier-qualifier-list before 'AtkObjectClass'
    In file included from /usr/include/gtk-2.0/gtk/gtk.h:70,
    from ./src/animation.h:24,
    from ./src/animation.c:21:
    /usr/include/gtk-2.0/gtk/gtkcombobox.h:129: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
    make[1]: *** [animation.lo] Error 1
    make[1]: Leaving directory `/home/vg/build/murrine'
    make: *** [all-recursive] Error 1
    Can anyone tell me what's wrong?

    Stefan Husmann wrote:Try installing atk.
    Figured that out just after posting this. Thanks! It works.

  • [Solved] Unable to build lensfun-svn

    Hi there! I'm trying to build lensfun-svn from the AUR, but it fails.
    Error:
    Checking for GNU Make >= 3.81 ...4.0 < 3.81, FAILED
    GNU Make version 3.81 and above is required to build this project
    This is the PKGBUILD I'm using:
    pkgname=lensfun-svn
    _svnmod=lensfun
    pkgver=326
    pkgrel=1
    pkgdesc="Database of photographic lenses and a library that allows advanced access to the database"
    arch=('i686' 'x86_64')
    url="http://lensfun.berlios.de/"
    license=('LGPL3')
    depends=('glibc' 'glib2')
    makedepends=('python2' 'libpng' 'svn')
    provides=('lensfun')
    conflicts=('lensfun')
    source=(${_svnmod}::svn://svn.berlios.de/lensfun/trunk)
    md5sums=(SKIP)
    pkgver() {
    cd $SRCDEST/$_svnmod
    svnversion | tr -d [A-z]
    build() {
    cd $_svnmod
    ./configure --prefix=/usr --libdir=/usr/lib
    make all
    package() {
    cd $_svnmod
    make INSTALL_PREFIX="$pkgdir/" install
    What's wrong here? Make is installed.
    Last edited by Thorsten Reinbold (2013-11-23 21:22:43)

    karol wrote:
    I can't it to work at all:
    $ makepkg -si
    ==> Making package: lensfun-svn 326-1 (Sat Nov 23 21:52:27 CET 2013)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Updating lensfun svn repo...
    Skipped '.'
    Summary of conflicts:
    Skipped paths: 1
    ==> Validating source files with md5sums...
    lensfun ... Skipped
    ==> Extracting sources...
    -> Creating working copy of trunk svn repo...
    ==> Starting pkgver()...
    ==> Updated version: lensfun-svn -1
    ==> ERROR: pkgver is not allowed to be empty.
    Have you tried updating the lensfun PKGBUILD from the repos?
    Sorry, you've done something wrong there. I guesss you have used the PKGBUILD from the AUR? You have to fill out the Versionnumber by hand before you can build it. Or take my PKGBUILD from above.
    Last edited by Thorsten Reinbold (2013-11-23 21:00:13)

  • [SOLVED] Can't build pulseaudio-git from AUR

    Can't build complains about:
    pulseaudio-dumpmodules.o: In function `pa_dump_modules':
    dumpmodules.c:(.text+0x163): undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    dumpmodules.c:(.text+0x168): undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    pulseaudio-dumpmodules.o: In function `callback':
    dumpmodules.c:(.text+0x2d4): undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    dumpmodules.c:(.text+0x2de): undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    pulseaudio-main.o: In function `main':
    main.c:(.text+0x6ae): undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    collect2: ld returned 1 exit status
    On the git-shortlog it seems like he just prepped test7 so I imagine it is building for others... googling brought up something about libtool 1.5 vs 2.2 mismatch, but they were directed at 0.9.14 or older PA versions. Any suggestions are welcomed.
    Last edited by ugkbunb (2009-04-11 14:26:33)

    I just tried to compile pulseaudio 0.9.14 from the pulseaudio website on arch x86_64.
    In my /etc/makepkg.conf I have CHOST="x86_64-unknown-linux-gnu" So i don't think its the problem
    All of this is in reponse to the error message when running sudo /etc/rc.d/pulseaudio start
       /usr/bin/pulseaudio: error while loading shared libraries: libcap.so.1: cannot open shared object file: No such file or directory
    Also note that
    http://aur.archlinux.org/packages.php?d … s=0&SeB=nd
    says that pulseaudio needs a rebuild because of a new version of libtool
    I get the following error running make for pulseaudio:
    /home/savagenator/SVN/pulseaudio-0.9.14/src/daemon/dumpmodules.c:139: undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    /home/savagenator/SVN/pulseaudio-0.9.14/src/daemon/dumpmodules.c:134: undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    pulseaudio-dumpmodules.o: In function `is_preloaded':
    /home/savagenator/SVN/pulseaudio-0.9.14/src/daemon/dumpmodules.c:96: undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    /home/savagenator/SVN/pulseaudio-0.9.14/src/daemon/dumpmodules.c:96: undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    pulseaudio-main.o: In function `main':
    /home/savagenator/SVN/pulseaudio-0.9.14/src/daemon/main.c:575: undefined reference to `lt__PROGRAM__LTX_preloaded_symbols'
    collect2: ld returned 1 exit status

  • Help to build sim-svn

    Hello. Please, help me  to build sim-svn package from aur. I'm a bit confused
    Checked out revision 2975.
    make: admin/Makefile.common: No such file or directory
    make: *** No rule to make target `admin/Makefile.common'. Stop.
    ==> SVN checkout done or server timeout
    ==> Starting make...
    /tmp/yaourt-tmp-ku/aur-sim-svn/sim-svn/./PKGBUILD: line 38: ./configure: No such file or directory
    make: *** No targets specified and no makefile found. Stop.
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build sim-svn package.

    It is ok! I go into sim-0.9.5-svn20080806-dfsg.tar.bz2\admin\cvs.sh and comment all lines than checks package version:
    #check_autotool_versions()
    #required_autoconf_version="2.53 or newer"
    #AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1`
    #case $AUTOCONF_VERSION in
    # Autoconf*2.5* | autoconf*2.5* | autoconf*2.6* ) : ;;
    # echo "*** AUTOCONF NOT FOUND!."
    # echo "*** SIM requires autoconf $required_autoconf_version"
    # exit 1
    # echo "*** YOU'RE USING $AUTOCONF_VERSION."
    # echo "*** SIM requires autoconf $required_autoconf_version"
    # exit 1
    #esac
    #AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1`
    #case $AUTOHEADER_VERSION in
    # Autoconf*2.5* | autoheader*2.5* | autoheader*2.6* ) : ;;
    # echo "*** AUTOHEADER NOT FOUND!."
    # echo "*** SIM requires autoheader $required_autoconf_version"
    # exit 1
    # echo "*** YOU'RE USING $AUTOHEADER_VERSION."
    # echo "*** SIM requires autoheader $required_autoconf_version"
    # exit 1
    #esac
    #AUTOMAKE_STRING=`$AUTOMAKE --version | head -n 1`
    #required_automake_version="1.6.1 or newer"
    #case $AUTOMAKE_STRING in
    # automake*1.5d* | automake*1.5* | automake*1.5-* )
    # echo "*** YOU'RE USING $AUTOMAKE_STRING."
    # echo "*** SIM requires automake $required_automake_version"
    # exit 1
    # automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*)
    # echo "*** $AUTOMAKE_STRING found."
    # UNSERMAKE=no
    # echo "*** AUTOMAKE NOT FOUND!."
    # echo "*** SIM requires automake $required_automake_version"
    # exit 1
    # *unsermake* ) :
    # echo "*** YOU'RE USING UNSERMAKE."
    # echo "*** GOOD LUCK!! "
    # UNSERMAKE=unsermake
    # echo "*** YOU'RE USING $AUTOMAKE_STRING."
    # echo "*** SIM requires automake $required_automake_version"
    # exit 1
    #esac
    #unset required_automake_version
    #check_autotool_versions
    Now my PKGBUILD seems like this (I changed only md5sums):
    # Contributer: noMaster <[email protected]
    pkgname=sim
    pkgver=0.9.5
    pkgrel=1
    pkgdesc="sim instant messanger"
    url="http://sim-im.berlios.de"
    license="gpl"
    depends=(libxml2 openssl kdelibs zip qt libxslt glibc)
    source=(http://download.berlios.de/sim-im/sim-0.9.5-svn20080806-dfsg.tar.bz2)
    md5sums=(f03ff5c148c334382789e11041c46dc8)
    build() {
      cd $startdir/src/$pkgname-$pkgver-svn20080806-dfsg
      make -f admin/Makefile.common
      ./configure --prefix=/usr
      make || return 1
      make DESTDIR=$startdir/pkg install
    And there is other error!!!:
    ==> Install or build missing dependencies for sim-svn:
    ==> Building and installing package
    ==> WARNING: the arch variable is missing !
    yaourt will add arch=(i686) automatically.
    ==> sim-svn dependencies:
    - libxml2 (already installed)
    - openssl (already installed)
    - kdelibs (already installed)
    - zip (already installed)
    - qt (already installed)
    - libxslt (already installed)
    - glibc (already installed)
    ==> Making package: sim 0.9.5-1 i686 (Sun Mar 14 18:40:30 NOVT 2010)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Found sim-0.9.5-svn20080806-dfsg.tar.bz2 in build dir
    ==> Validating source files with md5sums...
    sim-0.9.5-svn20080806-dfsg.tar.bz2 ... Passed
    ==> Extracting Sources...
    -> Extracting sim-0.9.5-svn20080806-dfsg.tar.bz2 with bsdtar
    ==> Removing existing pkg/ directory...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    *** Creating acinclude.m4
    make[1]: Entering directory `/tmp/yaourt-tmp-ku/aur-sim-svn/sim-svn/src/sim-0.9.5-svn20080806-dfsg'
    make[1]: Leaving directory `/tmp/yaourt-tmp-ku/aur-sim-svn/sim-svn/src/sim-0.9.5-svn20080806-dfsg'
    *** Creating list of subdirectories
    make[1]: Entering directory `/tmp/yaourt-tmp-ku/aur-sim-svn/sim-svn/src/sim-0.9.5-svn20080806-dfsg'
    cd . && make -f admin/Makefile.common subdirs
    make[2]: Entering directory `/tmp/yaourt-tmp-ku/aur-sim-svn/sim-svn/src/sim-0.9.5-svn20080806-dfsg'
    make[2]: Leaving directory `/tmp/yaourt-tmp-ku/aur-sim-svn/sim-svn/src/sim-0.9.5-svn20080806-dfsg'
    make[1]: Leaving directory `/tmp/yaourt-tmp-ku/aur-sim-svn/sim-svn/src/sim-0.9.5-svn20080806-dfsg'
    *** Creating configure.files
    *** Creating configure.in
    make[1]: Entering directory `/tmp/yaourt-tmp-ku/aur-sim-svn/sim-svn/src/sim-0.9.5-svn20080806-dfsg'
    cd . && make -f admin/Makefile.common configure.in ;
    make[2]: Entering directory `/tmp/yaourt-tmp-ku/aur-sim-svn/sim-svn/src/sim-0.9.5-svn20080806-dfsg'
    make[2]: Leaving directory `/tmp/yaourt-tmp-ku/aur-sim-svn/sim-svn/src/sim-0.9.5-svn20080806-dfsg'
    make[1]: Leaving directory `/tmp/yaourt-tmp-ku/aur-sim-svn/sim-svn/src/sim-0.9.5-svn20080806-dfsg'
    *** Creating aclocal.m4
    *** Creating configure
    Can't open configure: No such file or directory.
    *** Creating config.h template
    *** Creating Makefile templates
    *** Creating date/time stamp
    *** Finished
    Don't forget to run ./configure
    If you haven't done so in a while, run ./configure --help
    /tmp/yaourt-tmp-ku/aur-sim-svn/sim-svn/./PKGBUILD: line 18: ./configure: No such file or directory
    make: *** No targets specified and no makefile found. Stop.
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build sim-svn package.

  • Problem building stk11xx-svn

    Hi.
    When i try to build the driver for the integrated webcam, I get the following error:
    [kumo@KNS-02 ~]$ yaourt -S stk11xx-svn
    ==> Downloading stk11xx-svn PKGBUILD from AUR...
    tar: Tamaño del registro = 9 bloques
    ==> Last 5 comments ordered by date (asc):
    Comment by: jose1711 on Tue, 08 Dec 2009 19:25:42 +0000
    thank you. this is helpful when you want to turn off a webcam led diod without rebooting. see http://ubuntuforums.org/showthread.php?p=6091095#post6091095
    Comment by: berot3 on Fri, 11 Dec 2009 19:48:23 +0000
    so does it work today? why is it version 80??? maybe make it 9999 like in gentoo?
    Comment by: berot3 on Fri, 11 Dec 2009 19:53:42 +0000
    jose1711 i understood i can turn the led off while my camera is on... silly me :p never had the problem, my led always turned off like my cam
    Comment by: texoft on Wed, 30 Dec 2009 09:51:48 +0000
    won't build in 2.6.32, something has changed in modules directory.
    Comment by: sirmacik on Sat, 09 Jan 2010 00:17:34 +0000
    Now everything should be alright. The problem was split of kernel26 package into kernel26 and kernel26-headers.
    First Submitted: Tue, 14 Oct 2008 18:01:27 +0000
    stk11xx-svn 99-2 : Syntek DC-1125 Camera Driver (integrated camera in Asus laptops) - SVN
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> stk11xx-svn dependencies:
    - kernel26-headers (already installed)
    - ctags (already installed)
    ==> WARNING: This PKGBUILD contains install file that can be dangerous.
    stk11xx-svn.install
    ==> Edit stk11xx-svn.install (highly recommended for security reasons) ? [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> Continue the building of stk11xx-svn ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Install or build missing dependencies for stk11xx-svn:
    ==> Building and installing package
    ==> Yaourt has detected previous stk11xx-svn build. Do you want to use it (faster) ? [Y/n]
    ==> ----------------------------------------------
    ==>n
    ==> stk11xx-svn dependencies:
    - kernel26-headers (already installed)
    - ctags (already installed)
    ==> Creando el paquete: stk11xx-svn 99-2 x86_64 (mié feb 10 19:27:20 CET 2010)
    ==> Comprobando Dependencias en tiempo de Ejecución...
    ==> Comprobando Dependencias en tiempo de Compilación...
    ==> Obteniendo Fuentes...
    ==> Descomprimiendo fuentes...
    ==> Entrando a un ambiente fakeroot...
    ==> Comenzando build()...
    /tmp/yaourt-tmp-kumo/aur-stk11xx-svn/stk11xx-svn/./PKGBUILD: línea 30: svn: no se encontró la orden
    ==> SVN checkout done or server timeout
    ==> Starting make...
    cp: no se puede efectuar `stat' sobre «driver»: No existe el fichero o el directorio
    /tmp/yaourt-tmp-kumo/aur-stk11xx-svn/stk11xx-svn/./PKGBUILD: línea 37: cd: driver-build: No existe el fichero o el directorio
    ==> ERROR: Falló la compilación.
    Abortando...
    Error: Makepkg was unable to build stk11xx-svn package.
    I tried also with sudo, with the same end result: file or directory no exists.
    Any idea? Do I need something else?
    Thanks

    As stk11xx-svn or stk11xx are both out of date (And never worked), I've installed stk11xx-git from AUR. But the webcam still doesn't work.
    I can't find /dev/video0 so it could be the problem.
    Bus 002 Device 003: ID 174f:6a33 Syntek Web Cam - Asus F3SA, F9J, F9S
    Do I need to install something else? I also tried to add stk11xx to modules line in rc.conf, but it failed.

  • Can I build a interactive log-in form with Edge and Export Raw code to edit?

    Hey Everyone,
    I love adobe edge, but I'm still getting used to it. It's very easy to use, but I ran into an issue. I am redesigning a webpage for a client and need to build a log-in page and re-design the site. The site is a Dashboard that will be on an ipad and computer. What I need to do is take my design and design a template for them to use. They require HTML4 and up with some coding (not a fan of coding, I am strictly a designer, and before you guys critize about why I took the job when I don't know coding, it's a side project they are having me do for them while the main design project is being evaluated and I'm on contract so I don't have a choice, still would like to learn how to achieve what I need) but I still want to maintain the animation I have planned for the log in, very simple nothing special. Basically what I want is when you log in and click in the "text" box the background image will go from the clear image to the blur image.
    What I've done so far,
    I built the log-in page as a test to see if it would work (didn't take long since I saved as a PSD and imporated the files). I've attached an imagw to show a visual of what I am trying to do. The animation works fgreat for what i need, but now I want the box I click in to be writtable inside and work with the animation. I can't seem to figure out how to make the box's I created typable to type in for a "Username" and "Password" in other word interative. I used the boxes provided in edge because they are HTML boxes, but I want them to become text boxes to enter the Username and Password (It doesn't have to be perfect just enough for me to type in to pass off to the programmers). I know you can make edge interative with muse and what not and I was hoping to achieve what I want for them so I can export it and pass it off to the programmers. Is there a way to add this in Edge? If not, I know you can export to Dreamweaver and  when I import the file to Dreamweaver I just see a grey box with the file I created (.oma I think) from Edge but not the content unless I "Preview it" in a browser.
    So is there a way to build what I want in edge without resorting to dreamweaver? If so and there is code to input can you guys provide step by step on how to put it in the program? And is there a way to export the project so I can pass the RAW code to the programmers to do there thing? Lastly, is there a way to incorporate Jquery mobile to Edge? For the Dashboard can I build the same thing in Edge? Example what will be in there are things like charts, Calendars, Dates, Etc, Etc.  If I need to resort to building it in dreamweaver I can provide the code for you guys to alter to change for what I need. Like I said I'm not a big fan of coding and a little stranger to it. I just know the basics and the fact I haven't touched dreamweaver since CS4 makes it even harder to use. Some tools I like are gone such as AP divs. However i like the new elements you can inject into the program such as the Jquery stuff, but for the simplist things I want to do such as moving them left or right or centering them is a different story.
    Please Help!
    Thanks!

    if you search on the forum you can find useful posts about creating a form in edge
    Zaxist

  • BI 7.0 can we build a INFOSET on a Multi Cube and Infoobject

    Hi
    In BI 7.0 can we build a INFOSET on a Multi Cube and Infoobject
    Thanks

    Hi,
    No not possible.
    You can include any DataStore object, InfoCube or InfoObject of type Characteristic with Master Data in a join. A join can contain objects of the same object type, or objects of different object types. You can include individual objects in a join as many times as you want. Join conditions (equal join condition) connect the objects in a join to one another . A join condition specifies the combination of individual object records included in the results set.
    For more info go through the link below
    http://help.sap.com/saphelp_nw2004s/helpdata/EN/ed/084e3ce0f9fe3fe10000000a114084/content.htm
    Regards,
    Marasa.

  • How many websites can I build with one account

    I am looking at setting up a BC account for one of my customers but they need two websites. Can I build these on the one account and would it cost any more to do the second website?
    Jim.

    You can have a partner account, for sites you pay for each site per month/year depending on the plan you choose for each.

  • [SOLVED] Can't build 'crystalhd-git' package

    Hi
    I've bought  Broadcom  BCM70012 Video Decoder [Crystal HD] today. I'm trying to compile driver for this device. I need to compile two packages.
    1. libcrystalhd-git
    2. crystalhd-git
    Libcrytstalhd-git compiles just fine, no errors. But I can't build the driver crystalhd-git . Here is the output :
    make -C /lib/modules/2.6.39-ARCH/build SUBDIRS=/tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux modules
    make[1]: Wejście do katalogu `/usr/src/linux-2.6.39-ARCH'
    CC [M] /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_lnx.o
    CC [M] /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_misc.o
    CC [M] /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_cmds.o
    CC [M] /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_hw.o
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_hw.c: In function ‘crystalhd_hw_post_tx’:
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_hw.c:719:21: warning: variable ‘high_addr’ set but not used [-Wunused-but-set-variable]
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_hw.c:719:11: warning: variable ‘low_addr’ set but not used [-Wunused-but-set-variable]
    CC [M] /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_linkfuncs.o
    CC [M] /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_fleafuncs.o
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_fleafuncs.c: In function ‘crystalhd_flea_init_dram’:
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_fleafuncs.c:171:42: warning: variable ‘sd_1_row_size’ set but not used [-Wunused-but-set-variable]
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_fleafuncs.c:171:26: warning: variable ‘sd_1_bank_size’ set but not used [-Wunused-but-set-variable]
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_fleafuncs.c:171:11: warning: variable ‘sd_1_col_size’ set but not used [-Wunused-but-set-variable]
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_fleafuncs.c: In function ‘crystalhd_flea_set_power_state’:
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_fleafuncs.c:847:12: warning: variable ‘sts’ set but not used [-Wunused-but-set-variable]
    CC [M] /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.o
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.c: In function ‘crystalhd_flea_ddr_pll_config’:
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.c:152:5: error: implicit declaration of function ‘msleep_interruptible’ [-Werror=implicit-function-declaration]
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.c: In function ‘crystalhd_flea_ddr_ctrl_init’:
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.c:324:10: warning: variable ‘DQ_IDLE_MODE’ set but not used [-Wunused-but-set-variable]
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.c:323:10: warning: variable ‘CTL_IDLE_MODE’ set but not used [-Wunused-but-set-variable]
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.c:322:10: warning: variable ‘DM_IDLE_MODE’ set but not used [-Wunused-but-set-variable]
    /tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.c:320:10: warning: variable ‘DQ_WIDTH’ set but not used [-Wunused-but-set-variable]
    cc1: some warnings being treated as errors
    make[2]: *** [/tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux/crystalhd_flea_ddr.o] Błąd 1
    make[1]: *** [_module_/tmp/yaourt-tmp-lukasz/aur-crystalhd-git/src/crystalhd/driver/linux] Błąd 2
    make[1]: Opuszczenie katalogu `/usr/src/linux-2.6.39-ARCH'
    make: *** [all] Błąd 2
    ==> BŁĄD: Wystąpił błąd w build().
    Przerywam...
    ==> ERROR: Makepkg was unable to build .
    ==> Restart building crystalhd-git ? [y/N]
    ==> --------------------------------------
    ==>
    Last edited by lgolebio (2011-06-29 06:01:46)

    Try replacing `sed -i 's/'-Werror'/''/g' Makefile` with `sed -i 's/-Werror/-Wno-error=implicit-function-declaration/g' Makefile` in the PKGBUILD. This won't fix the warning but the package should build.

  • LabVIEW 64-bit - Can I build a 32-bit exe

    LabVIEW 64-bit - Can I build a 32-bit exe

    Hi Gary
    Not at the moment - see here
    You'll need to open your VI up in the 32 bit version and compile from there.
    Kind Regards
    Chris | Applications Engineer NIUK

Maybe you are looking for