Package Base Details: pulseaudio-git

Git Clone URL: https://aur.archlinux.org/pulseaudio-git.git (read-only, click to copy)
Submitter: None
Maintainer: SolarAquarion
Last Packager: SolarAquarion
Votes: 38
Popularity: 0.000000
First Submitted: 2009-02-09 14:33 (UTC)
Last Updated: 2024-03-22 12:23 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

vnoel commented on 2014-12-13 10:00 (UTC)

nop, sorry, for that last point, that's not the problem: the problem is that when running qpaeq I get the following error even though the needed packages are there: There was an error importing needed libraries Make sure you have qt4 and dbus-python installed The error that occured was: No module named 'PyQt4'

vnoel commented on 2014-12-13 09:47 (UTC)

and by the way, the dependency for python2-pyqt should be python2-pyqt4 !

vnoel commented on 2014-12-13 09:24 (UTC)

Hi, It seems pulseaudio from this package is not started as it should at boot, I'm not sure what is the problem, but I wanted to report it here :)

skogsmaskin commented on 2014-12-03 15:28 (UTC)

Found a solution to my problems. I added " export MAKEFLAGS="-j1" " before calling make install in the package() function in PKGBUILD - then it worked fine. This might be related to that I have tweaked the /etc/makepkg.conf to support distcc running several threads (though I believe -j2 is the default). Seems like makepkg for this AUR isn't happy with running several threads on make install.

skogsmaskin commented on 2014-12-03 15:04 (UTC)

A bit more information on my comment. When I run "make DESTDIR="$pkgdir" install bashcompletiondir=/usr/share/bash-completion/completions" direct from the src folder it installs fine. But running from makepkg I get: /home/pi/code/pulseaudio-git/src/pulseaudio/src/.libs/libpulse.so: file not recognized: File truncated collect2: error: ld returned 1 exit status libtool: install: error: relink `libcli.la' with the above command before installing it Makefile:4883: recipe for target 'install-modlibexecLTLIBRARIES' failed And that seems like the origin of the problem below. Is there a way to force makepkg to only deal with what is in the ./pkg folder and make a package from that?

skogsmaskin commented on 2014-12-03 11:53 (UTC)

Hi! I'm having trouble making the package in the last steps of the process. Pulseaudio compiles just fine and makepkg copies files to ./pkg/pulseaudio-git, then it fails with this message: libtool: install: /usr/bin/install -c .libs/libpulsecore-5.99.soT /home/pi/code/pulseaudio-git/pkg/pulseaudio-git/usr/lib/libpulsecore-5.99.so libtool: install: /usr/bin/install -c .libs/libpulsecore-5.99.lai /home/pi/code/pulseaudio-git/pkg/pulseaudio-git/usr/lib/libpulsecore-5.99.la libtool: install: warning: remember to run `libtool --finish /usr/lib' make[4]: Leaving directory '/home/pi/code/pulseaudio-git/src/pulseaudio/src' Makefile:10774: recipe for target 'install-am' failed make[3]: *** [install-am] Error 2 make[3]: Leaving directory '/home/pi/code/pulseaudio-git/src/pulseaudio/src' Makefile:10768: recipe for target 'install' failed make[2]: *** [install] Error 2 make[2]: Leaving directory '/home/pi/code/pulseaudio-git/src/pulseaudio/src' Makefile:792: recipe for target 'install-recursive' failed make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory '/home/pi/code/pulseaudio-git/src/pulseaudio' Makefile:1091: recipe for target 'install' failed make: *** [install] Error 2 Any ideas?

erkexzcx commented on 2014-10-26 10:54 (UTC)

It didn't install for me because something is wrong with PKGBUILD file. pulseaudio-zsh-completion.zsh doesn't exist. the last line of the function "package()" should be: install -Dm644 shell-completion/zsh/_pulseaudio "$pkgdir/usr/share/zsh/site-functions/_pulseaudio"

Nazfellun commented on 2014-07-13 03:05 (UTC)

wahtshisname: libtool is part of the base-devel group, and packages in the AUR assume you have base-devel installed - they do not & should not list packages from it as dependencies, regardless of whether or not they require them to build. The wiki page on the AUR covers this :).