You are not logged in.

#1 2010-02-18 11:16:01

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Warning- lxpanel 0.5.4. and menu-cache 0.3.1 on X64

I get a segmentation fault trying to run lxpanel 0.5.4.1-1 with menu-cache-0.3.1-1. Reverting to menu-cache-0.2.6-1 works. I guess lxpanel will get updated soon.

Offline

#2 2010-02-18 12:25:40

sr
Member
Registered: 2009-10-12
Posts: 51

Re: Warning- lxpanel 0.5.4. and menu-cache 0.3.1 on X64

http://forum.lxde.org/viewtopic.php?f=21&t=1365

Yes, it looks like lxpanel needs to be upgraded to 0.5.5 to avoid this crash.

Offline

#3 2010-02-18 12:36:32

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Re: Warning- lxpanel 0.5.4. and menu-cache 0.3.1 on X64

Confirmed. I compiled lxpanel 0.5.5 from source and it's OK with menu-cache 0.3.1. Looking at LXDE repository, menu-cache update was 16 Feb and lxpanel was 17 feb so shouldn't be a long wait.

Last edited by vacant (2010-02-18 12:36:50)

Offline

#4 2010-02-18 12:40:15

sr
Member
Registered: 2009-10-12
Posts: 51

Re: Warning- lxpanel 0.5.4. and menu-cache 0.3.1 on X64

A pkgbuild, if anyone requires it:

# Maintainer: Juergen Hoetzel <juergen@archlinux.org>
pkgname=lxpanel
pkgver=0.5.5
pkgrel=1
pkgdesc="Panel of the LXDE Desktop"
arch=('i686' 'x86_64')
license=('GPL2')
url="http://lxde.org/"
groups=('lxde')
depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data')
source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz)
md5sums=('6162b7e8d912a41f9c075fe982370bfb')
optdepends=(pcmanfm)

build() {
    cd "$srcdir/$pkgname-$pkgver"
    ./configure --sysconfdir=/etc --prefix=/usr || return 1
    make || return 1
    make DESTDIR="$pkgdir" install || return 1
}

It's just the aur pkgbuild for lxpanel with an updated hash. I believe the crash should affect 32-bit arch too.

Last edited by sr (2010-02-18 12:41:24)

Offline

#5 2010-02-18 15:13:11

bender02
Member
From: UK
Registered: 2007-02-04
Posts: 1,328

Re: Warning- lxpanel 0.5.4. and menu-cache 0.3.1 on X64

Offline

#6 2010-02-18 15:19:11

traaf
Member
Registered: 2009-08-06
Posts: 10

Re: Warning- lxpanel 0.5.4. and menu-cache 0.3.1 on X64

sr wrote:

A pkgbuild, if anyone requires it:

thank you, i try this

Offline

#7 2010-02-18 15:46:33

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Re: Warning- lxpanel 0.5.4. and menu-cache 0.3.1 on X64

bender02 wrote:

No, don't do that:

http://bugs.archlinux.org/?project=1&string=lxpanel

"Do NOT report bugs when a package is just outdated, or it is in Unsupported. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!"

The package was already flagged out of date when I first looked this morning.

Offline

#8 2010-02-19 00:00:48

juergen
Developer
From: Frankfurt/Germany
Registered: 2005-04-11
Posts: 48
Website

Re: Warning- lxpanel 0.5.4. and menu-cache 0.3.1 on X64

Fixed with lxpanel-0.5.5-1 release:

http://bugs.archlinux.org/task/18387

Offline

#9 2010-02-19 04:34:48

neofish
Member
Registered: 2010-02-13
Posts: 25

Re: Warning- lxpanel 0.5.4. and menu-cache 0.3.1 on X64

Here is a version of lxpanel that works: http://lachlan.themainsource.com.au/fil … pkg.tar.gz
It's built with the PKGBUILD posted earlier in this thread.

Offline

#10 2010-02-19 05:26:26

sr
Member
Registered: 2009-10-12
Posts: 51

Re: Warning- lxpanel 0.5.4. and menu-cache 0.3.1 on X64

Jürgen has already updated the package (thank you!), and it's shown up on my mirror, at least smile

Offline

#11 2010-02-19 06:54:44

der_joachim
Member
From: the Netherlands
Registered: 2008-12-17
Posts: 143
Website

Re: Warning- lxpanel 0.5.4. and menu-cache 0.3.1 on X64

For the moment, I used neofish's package. It appears  to work, so thank you.

A newer version hasn't appeared on 'my' mirrors yet, so I'll stick with with neofish's package.


Geek, runner, motorcyclist and professional know-it-all

Offline

#12 2010-02-19 09:12:58

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Re: Warning- lxpanel 0.5.4. and menu-cache 0.3.1 on X64

Good work, thanks

Offline

#13 2010-02-25 20:56:11

bender02
Member
From: UK
Registered: 2007-02-04
Posts: 1,328

Re: Warning- lxpanel 0.5.4. and menu-cache 0.3.1 on X64

vacant wrote:
bender02 wrote:

No, don't do that:

http://bugs.archlinux.org/?project=1&string=lxpanel

"Do NOT report bugs when a package is just outdated, or it is in Unsupported. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!"

The package was already flagged out of date when I first looked this morning.

The fact that an update fixes the problem is (was) not the main thing. The main thing was that a package was buggy/didn't work. That is reportable on the bugtracker.

Offline

Board footer

Powered by FluxBB