Page 1 of 1

lxpanel-svn 1600 compilation problems

Posted: Mon Jun 15, 2009 8:58 am
by chesterfork
hi to everyone,
I'm from Italy and i'm really sorry about my english.. :)
So, I'm using archlinux... i installed lxde present in extra repository, everything works fine except lxpanel (ver 0.4.1-1); when i try to run as a normal user i get:
** (lxpanel:5325): DEBUG: cache file_name = /home/umberto/.cache/menus/25fab1c10c39132f323c88356318d18e
Segmentation fault

as you can see the program crash....if i try to start it by root user i get:
** (lxpanel:5560): DEBUG: cache file_name = /home/umberto/.cache/menus/25fab1c10c39132f323c88356318d18e
lxpanel : X error: BadAlloc (insufficient resources for operation)
lxpanel : X error: BadDrawable (invalid Pixmap or Window parameter)
tray: another systray already running
lxpanel : X error: BadPixmap (invalid Pixmap parameter)

but in this case the panel works fine (but i cannot use this in root environment :( )...if i try to compile from trunk (PKGBUILD from aur is laxpanel-svn 1577-1) i get:
==> Determining latest svn revision...
-> Version found: 1600
==> Making package: lxpanel-svn 1600-1 x86_64 (Mon Jun 15 10:54:37 CEST 2009)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
==> Validating source files with md5sums...
==> Extracting Sources...
==> Removing existing pkg/ directory...
==> Entering fakeroot environment...
==> Starting build()...
==> Getting sources...
At revision 1600.
==> SVN checkout done or server timeout
==> Starting make...
sed: can't read Makefile.am: No such file or directory
==> ERROR: Build Failed.
Aborting...
Error: Makepkg was unable to build lxpanel-svn package.

I've no clues....What i have to do??

Just to let you know, with a version of 2 or 3 days ago in trunk i got another error about autogen.sh cannot build Makefile.im (or.in).....

kernel 2.6.30
automake version 1-11.1 and eveything is ok to compile (checked with previous version as i said above)

Thanks in advance...bye :)

Re: lxpanel-svn 1600 compilation problems

Posted: Mon Jun 15, 2009 6:03 pm
by juergenhoetzel
chesterfork wrote:hi to everyone,
I'm from Italy and i'm really sorry about my english.. :)
So, I'm using archlinux... i installed lxde present in extra repository, everything works fine except lxpanel (ver 0.4.1-1); when i try to run as a normal user i get:
** (lxpanel:5325): DEBUG: cache file_name = /home/umberto/.cache/menus/25fab1c10c39132f323c88356318d18e
Segmentation fault
Please try:

Code: Select all

rm ~/.cache/menus/*
killall menu-cached
chesterfork wrote: as you can see the program crash....if i try to start it by root user i get:
** (lxpanel:5560): DEBUG: cache file_name = /home/umberto/.cache/menus/25fab1c10c39132f323c88356318d18e
lxpanel : X error: BadAlloc (insufficient resources for operation)
lxpanel : X error: BadDrawable (invalid Pixmap or Window parameter)
tray: another systray already running
lxpanel : X error: BadPixmap (invalid Pixmap parameter)

but in this case the panel works fine (but i cannot use this in root environment :( )...if i try to compile from trunk (PKGBUILD from aur is laxpanel-svn 1577-1) i get:
==> Determining latest svn revision...
-> Version found: 1600
==> Making package: lxpanel-svn 1600-1 x86_64 (Mon Jun 15 10:54:37 CEST 2009)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
==> Validating source files with md5sums...
==> Extracting Sources...
==> Removing existing pkg/ directory...
==> Entering fakeroot environment...
==> Starting build()...
==> Getting sources...
At revision 1600.
==> SVN checkout done or server timeout
==> Starting make...
sed: can't read Makefile.am: No such file or directory
==> ERROR: Build Failed.
Aborting...
Error: Makepkg was unable to build lxpanel-svn package.

I've no clues....What i have to do??

Just to let you know, with a version of 2 or 3 days ago in trunk i got another error about autogen.sh cannot build Makefile.im (or.in).....
Yeh, this was my fault ;-) This is already fixed in svn trunk