You are not logged in.
Hi
I try to compile aduacious2 and while I compile him I got erorrs like that:
Can't use stat at 't-br.gmo'
:Theres no directory or file
make[3]: *** [br.gmo] eroor 1
And something like that.
My PKGBUILD is:
pkgname=audacious2
pkgver=2.0
pkgrel=1
realname=audacious
subver=1
pkgdesc="Media player based on BMP, second version"
arch=('x86_64')
url="http://audacious-media-player.org/"
license=('GPL3')
depends=('dbus-glib' 'libmowgli' 'libmcs' 'libsamplerate' 'unzip')
makedepends=('pkgconfig')
replaces=('audacious' 'audacious-player' 'audacious-player-hg' 'audacious-alpha', 'audacious-beta')
conflicts=('audacious' 'audacious-player' 'audacious-player-hg' 'audacious-alpha', 'audacious-beta')
provides=("audacious=${pkgver}" "audacious-player=${pkgver}" "audacious-player-hg=${pkgver}" "audacious-alpha=${pkgver}")
install=audacious2.install
source=(http://distfiles.atheme.org/audacious-2.0.1.tgz)
md5sums=('241cd88440fb0c3257a9ba5482af4d7e')
build() {
cd "${srcdir}/${realname}-${pkgver}.${subver}"
sh autogen.sh
./configure --prefix=/usr --enable-chardet --enable-samplerate
make || return 1
make DESTDIR="${pkgdir}" install
}
And my audacious2.install is:
post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}
thanks for help:D.
Last edited by SpeedVin (2009-05-20 20:13:04)
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline
Hm, something with LOCALES, I guess. I cannot guess if it happens in the make step or in the make install step.
BTW (unrelated to your problem): you should not use replaces her, conflicts and provides are enough.
Offline
I try abs:
makepkg -s command.
And i have question there's any program or script that rebuild system/packages by the abs or something (for optimaze system).
Smoetning like in Gentoo:
Build world or something like that.
Thanks for help.
The erorr is in the make install section
Last edited by SpeedVin (2009-05-19 11:15:37)
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline
I create and install my pkg but when i try to start audacious2 i have error:
unable to launch selcted interface skinned
I don;t know how to solve this problem thanks for help.
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline
Same thing happened to me. I just compiled and installed audacious2-plugins then it worked.
Offline
Really thank you,thank you thank you that's work
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline