Alejandro, The trace indicates that scrollkeeper is attempting to write into a system directory rather than into the garnome tree, which is a "bad thing". Now you see why GARNOME is never built by "root".
Hmmm... Why is this happening? First verify that ./desktop/scrollkeeper was successfully built and installed into the GARNOME tree. If not, * cd ./desktop/scrollkeeper * make clean * make install * cd ./desktop/gnome-panel * make clean * make install If so, take a look at config.log in the $WORKSRC directory for gnome-panel. The configuration process looks for scrollkeeper-config. It should find the one in the GARNOME tree. I suspect that it found the system version instead. -Joseph =================================================================== On Sun, 2006-08-06 at 12:43 +0200, Hudibras wrote: > Hi, > > gnome-panel doesn't want to compile. When make install, it stops at this > stage: > > scrollkeeper-update -p /var/lib/scrollkeeper > -o /home/abuild/garnome/share/omf/clock > Cannot write to log file: /var/log/scrollkeeper.log : Permission denied > Cannot write to log file: /var/log/scrollkeeper.log : Permission denied > Cannot write to log file: /var/log/scrollkeeper.log : Permission denied > Cannot write to log file: /var/log/scrollkeeper.log : Permission denied > Cannot write to log file: /var/log/scrollkeeper.log : Permission denied > Cannot write to log file: /var/log/scrollkeeper.log : Permission denied > Cannot write to log file: /var/log/scrollkeeper.log : Permission denied > Cannot write to log file: /var/log/scrollkeeper.log : Permission denied > Cannot write to log file: /var/log/scrollkeeper.log : Permission denied > /var/lib/scrollkeeper/scrollkeeper_docs: Permission denied > make[3]: *** [install-doc-omf] Error 1 > make[3]: Leaving directory > `/home/abuild/FUENTES/garnome-2.15.90/desktop/gnome-panel/work/main.d/gnome-panel-2.15.90/help/clock' > make[2]: *** [install-am] Error 2 > make[2]: Leaving directory > `/home/abuild/FUENTES/garnome-2.15.90/desktop/gnome-panel/work/main.d/gnome-panel-2.15.90/help/clock' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory > `/home/abuild/FUENTES/garnome-2.15.90/desktop/gnome-panel/work/main.d/gnome-panel-2.15.90/help' > make: *** [install-recursive] Error 1 > > It's clear that "abuild" user (my garnome user used to compile) has not > write permissions on /var/log or /var/lib. Sure. > > So, what can I do? > > The other problem is with "system-tools-backends" Net::DBus is needed. > I've downloaded and installed this perl module without problems, but > garnome still complains about it doesn't find it. > Sorry, but I don't understand anything. > > Any help would be appreciated, as usual. > > Cheers, > Alejandro. > > P.S.: If can be of importance, I use OpenSuSE 10.1. > -- joseph_sacco [at] comcast [dot] net -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
