You are not logged in.

#1 2009-05-19 09:19:02

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

[Solved] Audacious2 eroors while compiling.

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

#2 2009-05-19 09:59:40

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: [Solved] Audacious2 eroors while compiling.

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

#3 2009-05-19 11:05:54

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: [Solved] Audacious2 eroors while compiling.

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 hmm

Last edited by SpeedVin (2009-05-19 11:15:37)


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#4 2009-05-19 15:41:08

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: [Solved] Audacious2 eroors while compiling.

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

#5 2009-05-19 17:55:56

Beavis
Member
From: UK
Registered: 2005-01-01
Posts: 71

Re: [Solved] Audacious2 eroors while compiling.

Same thing happened to me. I just compiled and installed audacious2-plugins then it worked.

Offline

#6 2009-05-20 20:12:24

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: [Solved] Audacious2 eroors while compiling.

Really thank you,thank you thank you that's work big_smile


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

Board footer

Powered by FluxBB