You are not logged in.

#1 2007-03-07 10:14:34

sven
Member
Registered: 2005-02-01
Posts: 311

Problem after the latest Audacious upgrade

When I "pacman -Suy"-ed this morning, Audacious did not start and when I tried from command line got a message that stated that libmcs.so.1could not be found. Could not found it manually, either. So I made this PKGBUILD:

pkgname=mcs
pkgver=0.4.1
pkgrel=1
pkgdesc="A library and set of userland tools which abstract the storage of confi
guration settings away from userland applications"
url="http://sacredspiral.co.uk/~nenolod/mcs/"
license="bsd"
depends=(glibc)
source=(http://sacredspiral.co.uk/~nenolod/${pkgname}/${pkgname}-${pkgver}.tgz)
md5sums=(d09b42e9d51ea32c6326f0bbcad86c9e)

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Last edited by sven (2007-03-07 10:15:44)

Offline

#2 2007-03-07 10:24:40

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Problem after the latest Audacious upgrade

Post a bug report - cerebral has it in the PKGBUILD as a makedepends, not a depends, and he needs to upload it.

Offline

#3 2007-03-07 10:35:35

sven
Member
Registered: 2005-02-01
Posts: 311

Re: Problem after the latest Audacious upgrade

ok, it is done

Offline

#4 2007-03-07 13:54:36

alvmax
Member
Registered: 2007-02-23
Posts: 5

Re: Problem after the latest Audacious upgrade

I had the same problem. I just did "pacman -S libmcs" and worked like a charm, if some one wants it working til get fixed. smile

Offline

#5 2007-03-07 15:53:24

jjslovak
Member
From: Bratislava - Slovakia
Registered: 2007-01-31
Posts: 7

Re: Problem after the latest Audacious upgrade

Today:
audacious
audacious: error while loading shared libraries: libmcs.so.1: cannot open shared object file: No such file or directory

after:
pacman -S libmcs -> ok


PKGBUID  for audacious bad depends ? Please fix it.

Thx

Last edited by jjslovak (2007-03-07 16:02:48)

Offline

#6 2007-03-07 17:07:13

qlus
Member
From: Tychy, Poland
Registered: 2006-06-15
Posts: 74

Re: Problem after the latest Audacious upgrade

Afer update, pacman shows up always in the same place of desktop. I've remooved .audacious folder, but it still shows up in the left upper corner of a screen.

Offline

#7 2007-03-08 09:09:04

defcon
Member
From: Germany, Bruchsal
Registered: 2006-08-16
Posts: 177

Re: Problem after the latest Audacious upgrade

the imported skins are not selectable after upgrade


Registed Linux User 608596

Offline

#8 2007-03-08 09:13:48

bones
Member
From: Brisbane
Registered: 2006-03-24
Posts: 322
Website

Re: Problem after the latest Audacious upgrade

defcon wrote:

the imported skins are not selectable after upgrade

I just moved them to another folder, then reimorted them and they can now be selected. Not the right way to do it I presume but it worked for me so I'm happy

PS: I should mention that I installed them into /usr/share/audacious/Skins and not in ~/.audacious/Skins

Last edited by bones (2007-03-08 09:24:23)


"When once you have tasted flight, you will forever walk the earth with your eyes turned skyward, for there you have been, and there you will always long to return."

Offline

#9 2007-03-08 09:41:01

defcon
Member
From: Germany, Bruchsal
Registered: 2006-08-16
Posts: 177

Re: Problem after the latest Audacious upgrade

bones wrote:
defcon wrote:

the imported skins are not selectable after upgrade

I just moved them to another folder, then reimorted them and they can now be selected. Not the right way to do it I presume but it worked for me so I'm happy

PS: I should mention that I installed them into /usr/share/audacious/Skins and not in ~/.audacious/Skins

ok, i moved the skins to /usr/share/audacious/Skins and it works now


Registed Linux User 608596

Offline

#10 2007-03-08 14:05:34

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: Problem after the latest Audacious upgrade

Wow - two bug reports, two forum threads, _and_ somebody emailed me directly telling me to fix it.  This is the most response I've ever gotten for misplacing a dep... in any case it's been fixed as of a few hours in pkgver 2 - wait for your local mirror to sync and you should be golden.

Offline

#11 2007-03-10 05:29:17

V01D
Member
Registered: 2006-07-18
Posts: 128

Re: Problem after the latest Audacious upgrade

Just for your information, the configuration files and skins are stored not in ~/.audacious, but in ~/.local/share/audacious and ~/.config/audacious. No need to be root and move stuff to /usr =b.

Offline

#12 2007-03-12 06:19:58

NoOneImportant
Member
From: Deep Southern California
Registered: 2007-02-13
Posts: 178

Re: Problem after the latest Audacious upgrade

I think it's a memory leak because I get this warning message after a while of running Audacious

WARNING **: alsa_setup(): Failed to open pcm device(default): Too many open files

Offline

Board footer

Powered by FluxBB