[openmamba-users-it] (senza oggetto)

gil puntogil a libero.it
Gio 21 Feb 2008 21:42:21 CET


ciao 
un altro tentativo ha avuto questo esito
non conosco bene le variabili d'ambiente per ottenere la path corretta per 
l'installazione del rpm ... puo dipendere da questo?
il contentuto dello spec file che riguarda questo passaggio
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"

esito make

Warning: you chose to install this package in /usr,
but KDE was found in /opt/kde3.
For this to work, you will need to tell KDE about the new prefix, by ensuring
that KDEDIRS contains it, e.g. export KDEDIRS=/usr:/opt/kde3
Then restart KDE.


Good - your configure finished. Start make now

+ CFLAGS='-O2  -fomit-frame-pointer -pipe -march=athlon'
+ export CFLAGS
+ CXXFLAGS='-O2  -fomit-frame-pointer -pipe -march=athlon'
+ export CXXFLAGS
+ FFLAGS='-O2  -fomit-frame-pointer -pipe -march=athlon'
+ export FFLAGS
+ /usr/bin/make -j2
Makefile:868: warning: overriding commands for target `clean-bcheck'
Makefile:831: warning: ignoring old commands for target `clean-bcheck'
Makefile:873: warning: overriding commands for target `bcheck-am'
Makefile:836: warning: ignoring old commands for target `bcheck-am'
/usr/bin/make  all-recursive
make[1]: Entering directory `/usr/src/RPM/BUILD/tastymenu-1.0.6'
Makefile:868: warning: overriding commands for target `clean-bcheck'
Makefile:831: warning: ignoring old commands for target `clean-bcheck'
Makefile:873: warning: overriding commands for target `bcheck-am'
Makefile:836: warning: ignoring old commands for target `bcheck-am'
Making all in doc
make[2]: Entering directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/doc'
Making all in .
make[3]: Entering directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/doc'
Making all in en
make[3]: Entering directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/doc/en'
/opt/kde3/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
meinproc: WARNING: couldn't find xmllint
make[3]: Leaving directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/doc/en'
make[2]: Leaving directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/doc'
Making all in po
make[2]: Entering directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/po'
Making all in src
make[2]: Entering directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/src'
rm -rf menu.h;
rm -rf appearance.h;
/usr/lib/qt3/bin/uic -L /opt/kde3/lib/kde3/plugins/designer -nounload ./menu.ui | /usr/bin/perl -pi -e "s,public 
QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> 
menu.h ;
/usr/lib/qt3/bin/uic -L /opt/kde3/lib/kde3/plugins/designer -nounload ./appearance.ui | /usr/bin/perl -pi -e "s,public 
QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> 
appearance.h ;
rm -rf behaviour.h;
/usr/lib/qt3/bin/uic -L /opt/kde3/lib/kde3/plugins/designer -nounload ./behaviour.ui | /usr/bin/perl -pi -e "s,public 
QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> 
behaviour.h ;
rm -rf tastytooltipwidget.h;
/usr/lib/qt3/bin/uic -L /opt/kde3/lib/kde3/plugins/designer -nounload ./tastytooltipwidget.ui | /usr/bin/perl -pi -e "s,public 
QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> 
tastytooltipwidget.h ;
/opt/kde3/bin/kconfig_compiler ./tastymenu.kcfg ./prefs.kcfgc; ret=$?; \
        if test "$ret" != 0; then rm -f prefs.h ; exit $ret ;  fi
/usr/lib/qt3/bin/moc menu.h -o menu.moc
/usr/lib/qt3/bin/moc appearance.h -o appearance.moc
/usr/lib/qt3/bin/moc behaviour.h -o behaviour.moc
/usr/lib/qt3/bin/moc tastytooltipwidget.h -o tastytooltipwidget.moc
/usr/lib/qt3/bin/moc ./tastylistview.h -o tastylistview.moc.cpp
/usr/lib/qt3/bin/moc ./menuhandler.h -o menuhandler.moc.cpp
/usr/lib/qt3/bin/moc ./tastymenu.h -o tastymenu.moc.cpp
rm -f menu.cpp
echo '#include <kdialog.h>' > menu.cpp
echo '#include <klocale.h>' >> menu.cpp
/usr/lib/qt3/bin/uic -L /opt/kde3/lib/kde3/plugins/designer -nounload -tr 
tr2i18n -i menu.h ./menu.ui > menu.cpp.temp ; ret=$?; \
        /usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" 
menu.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, 
\"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9]
[0-9]*)_data,img\$1_menu,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" 
>> menu.cpp ;\
        rm -f menu.cpp.temp ;\
        if test "$ret" = 0; then echo '#include "menu.moc"' >> menu.cpp; else 
rm -f menu.cpp ; exit $ret ; fi
rm -f appearance.cpp
echo '#include <kdialog.h>' > appearance.cpp
echo '#include <klocale.h>' >> appearance.cpp
/usr/lib/qt3/bin/uic -L /opt/kde3/lib/kde3/plugins/designer -nounload -tr 
tr2i18n -i appearance.h ./appearance.ui > appearance.cpp.temp ; ret=$?; \
        /usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" 
appearance.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, 
\"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9]
[0-9]*)_data,img\$1_appearance,g" | /usr/bin/perl -pe "s,: QWizard\(,: 
KWizard(,g" >> appearance.cpp ;\
        rm -f appearance.cpp.temp ;\
        if test "$ret" = 0; then echo '#include "appearance.moc"' >> 
appearance.cpp; else rm -f appearance.cpp ; exit $ret ; fi
rm -f behaviour.cpp
echo '#include <kdialog.h>' > behaviour.cpp
echo '#include <klocale.h>' >> behaviour.cpp
/usr/lib/qt3/bin/uic -L /opt/kde3/lib/kde3/plugins/designer -nounload -tr 
tr2i18n -i behaviour.h ./behaviour.ui > behaviour.cpp.temp ; ret=$?; \
        /usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" 
behaviour.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, 
\"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9]
[0-9]*)_data,img\$1_behaviour,g" | /usr/bin/perl -pe "s,: QWizard\(,: 
KWizard(,g" >> behaviour.cpp ;\
        rm -f behaviour.cpp.temp ;\
        if test "$ret" = 0; then echo '#include "behaviour.moc"' >> 
behaviour.cpp; else rm -f behaviour.cpp ; exit $ret ; fi
rm -f tastytooltipwidget.cpp
echo '#include <kdialog.h>' > tastytooltipwidget.cpp
echo '#include <klocale.h>' >> tastytooltipwidget.cpp
/usr/lib/qt3/bin/uic -L /opt/kde3/lib/kde3/plugins/designer -nounload -tr 
tr2i18n -i tastytooltipwidget.h ./tastytooltipwidget.ui > 
tastytooltipwidget.cpp.temp ; ret=$?; \
        /usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" 
tastytooltipwidget.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, 
\"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9]
[0-9]*)_data,img\$1_tastytooltipwidget,g" | /usr/bin/perl -pe "s,: 
QWizard\(,: KWizard(,g" >> tastytooltipwidget.cpp ;\
        rm -f tastytooltipwidget.cpp.temp ;\
        if test "$ret" = 0; then echo '#include "tastytooltipwidget.moc"' >> 
tastytooltipwidget.cpp; else rm -f tastytooltipwidget.cpp ; exit $ret ; fi
/bin/sh ../libtool --tag=CXX   --mode=compile 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -MT 
prefs.lo -MD -MP -MF .deps/prefs.Tpo -c -o prefs.lo prefs.cpp
/bin/sh ../libtool --tag=CXX   --mode=compile 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -MT 
tastylistview.moc.lo -MD -MP -MF .deps/tastylistview.moc.Tpo -c -o 
tastylistview.moc.lo tastylistview.moc.cpp
mkdir .libs
 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT 
prefs.lo -MD -MP -MF .deps/prefs.Tpo -c 
prefs.cpp  -fPIC -DPIC -o .libs/prefs.o
 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT 
tastylistview.moc.lo -MD -MP -MF .deps/tastylistview.moc.Tpo -c 
tastylistview.moc.cpp  -fPIC -DPIC -o .libs/tastylistview.moc.o
In file included from tastylistview.moc.cpp:11:
tastylistview.h:150: warning: unused parameter 'column'
mv -f .deps/tastylistview.moc.Tpo .deps/tastylistview.moc.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -MT 
menuhandler.moc.lo -MD -MP -MF .deps/menuhandler.moc.Tpo -c -o 
menuhandler.moc.lo menuhandler.moc.cpp
 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT 
menuhandler.moc.lo -MD -MP -MF .deps/menuhandler.moc.Tpo -c 
menuhandler.moc.cpp  -fPIC -DPIC -o .libs/menuhandler.moc.o
In file included from menuhandler.h:48,
                 from menuhandler.moc.cpp:11:
tastylistview.h:150: warning: unused parameter 'column'
mv -f .deps/menuhandler.moc.Tpo .deps/menuhandler.moc.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -MT 
tastymenu.moc.lo -MD -MP -MF .deps/tastymenu.moc.Tpo -c -o tastymenu.moc.lo 
tastymenu.moc.cpp
 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT 
tastymenu.moc.lo -MD -MP -MF .deps/tastymenu.moc.Tpo -c 
tastymenu.moc.cpp  -fPIC -DPIC -o .libs/tastymenu.moc.o
In file included from menuhandler.h:48,
                 from tastymenu.h:39,
                 from tastymenu.moc.cpp:11:
tastylistview.h:150: warning: unused parameter 'column'
mv -f .deps/tastymenu.moc.Tpo .deps/tastymenu.moc.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -MT 
tastymenu.lo -MD -MP -MF .deps/tastymenu.Tpo -c -o tastymenu.lo tastymenu.cpp
 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT 
tastymenu.lo -MD -MP -MF .deps/tastymenu.Tpo -c 
tastymenu.cpp  -fPIC -DPIC -o .libs/tastymenu.o
mv -f .deps/prefs.Tpo .deps/prefs.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -MT 
menuhandler.lo -MD -MP -MF .deps/menuhandler.Tpo -c -o menuhandler.lo 
menuhandler.cpp
 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT 
menuhandler.lo -MD -MP -MF .deps/menuhandler.Tpo -c 
menuhandler.cpp  -fPIC -DPIC -o .libs/menuhandler.o
In file included from menuhandler.h:48,
                 from tastymenu.h:39,
                 from tastymenu.cpp:39:
tastylistview.h:150: warning: unused parameter 'column'
tastymenu.cpp: In constructor 'TastyMenu::TastyMenu(const QString&, 
KPanelApplet::Type, int, QWidget*, const char*)':
tastymenu.cpp:63: warning: deprecated conversion from string constant 
to 'char*'
In file included from menuhandler.h:48,
                 from menuhandler.cpp:36:
tastylistview.h:150: warning: unused parameter 'column'
mv -f .deps/tastymenu.Tpo .deps/tastymenu.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -MT 
dmctl.lo -MD -MP -MF .deps/dmctl.Tpo -c -o dmctl.lo dmctl.cpp
 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT 
dmctl.lo -MD -MP -MF .deps/dmctl.Tpo -c 
dmctl.cpp  -fPIC -DPIC -o .libs/dmctl.o
mv -f .deps/dmctl.Tpo .deps/dmctl.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -MT 
tastylistview.lo -MD -MP -MF .deps/tastylistview.Tpo -c -o tastylistview.lo 
tastylistview.cpp
 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT 
tastylistview.lo -MD -MP -MF .deps/tastylistview.Tpo -c 
tastylistview.cpp  -fPIC -DPIC -o .libs/tastylistview.o
In file included from tastylistview.cpp:22:
tastylistview.h:150: warning: unused parameter 'column'
tastylistview.cpp:460: warning: unused parameter 'align'
mv -f .deps/menuhandler.Tpo .deps/menuhandler.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -MT 
misc.lo -MD -MP -MF .deps/misc.Tpo -c -o misc.lo misc.cpp
 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT 
misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.cpp  -fPIC -DPIC -o .libs/misc.o
mv -f .deps/misc.Tpo .deps/misc.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -MT 
tastytooltip.lo -MD -MP -MF .deps/tastytooltip.Tpo -c -o tastytooltip.lo 
tastytooltip.cpp
 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT 
tastytooltip.lo -MD -MP -MF .deps/tastytooltip.Tpo -c 
tastytooltip.cpp  -fPIC -DPIC -o .libs/tastytooltip.o
mv -f .deps/tastylistview.Tpo .deps/tastylistview.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -MT 
tastybutton.lo -MD -MP -MF .deps/tastybutton.Tpo -c -o tastybutton.lo 
tastybutton.cpp
 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT 
tastybutton.lo -MD -MP -MF .deps/tastybutton.Tpo -c 
tastybutton.cpp  -fPIC -DPIC -o .libs/tastybutton.o
mv -f .deps/tastytooltip.Tpo .deps/tastytooltip.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -MT 
menu.lo -MD -MP -MF .deps/menu.Tpo -c -o menu.lo menu.cpp
mv -f .deps/tastybutton.Tpo .deps/tastybutton.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -MT 
appearance.lo -MD -MP -MF .deps/appearance.Tpo -c -o appearance.lo 
appearance.cpp
 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT 
menu.lo -MD -MP -MF .deps/menu.Tpo -c menu.cpp  -fPIC -DPIC -o .libs/menu.o
 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT 
appearance.lo -MD -MP -MF .deps/appearance.Tpo -c 
appearance.cpp  -fPIC -DPIC -o .libs/appearance.o
In file included from menu.cpp:25:
tastylistview.h:150: warning: unused parameter 'column'
mv -f .deps/menu.Tpo .deps/menu.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -MT 
behaviour.lo -MD -MP -MF .deps/behaviour.Tpo -c -o behaviour.lo behaviour.cpp
 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT 
behaviour.lo -MD -MP -MF .deps/behaviour.Tpo -c 
behaviour.cpp  -fPIC -DPIC -o .libs/behaviour.o
mv -f .deps/appearance.Tpo .deps/appearance.Plo
/bin/sh ../libtool --tag=CXX   --mode=compile 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -MT 
tastytooltipwidget.lo -MD -MP -MF .deps/tastytooltipwidget.Tpo -c -o 
tastytooltipwidget.lo tastytooltipwidget.cpp
 
i586-openmamba-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT 
tastytooltipwidget.lo -MD -MP -MF .deps/tastytooltipwidget.Tpo -c 
tastytooltipwidget.cpp  -fPIC -DPIC -o .libs/tastytooltipwidget.o
mv -f .deps/behaviour.Tpo .deps/behaviour.Plo
mv -f .deps/tastytooltipwidget.Tpo .deps/tastytooltipwidget.Plo
/bin/sh ../libtool --tag=CXX   --mode=link 
i586-openmamba-linux-gnu-g++  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -O2 -fomit-frame-pointer -pipe -march=athlon -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common  -version-info 
0:0:0 -module -avoid-version -module -no-undefined  -R /usr/lib -R /opt/kde3/lib -R /usr/lib/qt3/lib -R /usr/lib  -L/opt/kde3/lib -L/usr/lib/qt3/lib -L/usr/lib     -o 
tastymenu_panelapplet.la -rpath /usr/lib/kde3 tastymenu.lo menuhandler.lo 
dmctl.lo tastylistview.lo misc.lo tastytooltip.lo tastybutton.lo menu.lo 
appearance.lo behaviour.lo tastytooltipwidget.lo prefs.lo 
tastylistview.moc.lo menuhandler.moc.lo tastymenu.moc.lo  -lkdeui -lkio
i586-openmamba-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i586-openmamba-linux-gnu/4.2.2/../../../crti.o /usr/lib/gcc/i586-openmamba-linux-gnu/4.2.2/crtbeginS.o  .libs/tastymenu.o .libs/menuhandler.o .libs/dmctl.o .libs/tastylistview.o .libs/misc.o .libs/tastytooltip.o .libs/tastybutton.o .libs/menu.o .libs/appearance.o .libs/behaviour.o .libs/tastytooltipwidget.o .libs/prefs.o .libs/tastylistview.moc.o .libs/menuhandler.moc.o .libs/tastymenu.moc.o  -Wl,--rpath -Wl,/usr/lib -Wl,--rpath -Wl,/opt/kde3/lib -Wl,--rpath -Wl,/usr/lib/qt3/lib -L/opt/kde3/lib -L/usr/lib/qt3/lib -L/usr/lib /opt/kde3/lib/libkdeui.so /opt/kde3/lib/libkio.so -L/usr/lib/gcc/i586-openmamba-linux-gnu/4.2.2 -L/usr/lib/gcc/i586-openmamba-linux-gnu/4.2.2/../../.. /usr/lib/libstdc++.so -lm -lc -lgcc_s /usr/lib/gcc/i586-openmamba-linux-gnu/4.2.2/crtendS.o /usr/lib/gcc/i586-openmamba-linux-gnu/4.2.2/../../../crtn.o  -march=athlon -Wl,-soname -Wl,tastymenu_panelapplet.so -o .libs/tastymenu_panelapplet.so
creating tastymenu_panelapplet.la
(cd .libs && rm -f tastymenu_panelapplet.la && 
ln -s ../tastymenu_panelapplet.la tastymenu_panelapplet.la)
make[2]: Leaving directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/src'
make[2]: Entering directory `/usr/src/RPM/BUILD/tastymenu-1.0.6'
Makefile:868: warning: overriding commands for target `clean-bcheck'
Makefile:831: warning: ignoring old commands for target `clean-bcheck'
Makefile:873: warning: overriding commands for target `bcheck-am'
Makefile:836: warning: ignoring old commands for target `bcheck-am'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/usr/src/RPM/BUILD/tastymenu-1.0.6'
make[1]: Leaving directory `/usr/src/RPM/BUILD/tastymenu-1.0.6'
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.35469
+ umask 022
+ cd /usr/src/RPM/BUILD
+ /bin/rm -rf /var/tmp/tastymenu-root
+ cd tastymenu-1.0.6
+ /bin/rm -rf /var/tmp/tastymenu-root
+ '[' /var/tmp/tastymenu-root '!=' / ']'
+ rm -rf /var/tmp/tastymenu-root
+ make DESTDIR=/var/tmp/tastymenu-root install
Makefile:868: warning: overriding commands for target `clean-bcheck'
Makefile:831: warning: ignoring old commands for target `clean-bcheck'
Makefile:873: warning: overriding commands for target `bcheck-am'
Makefile:836: warning: ignoring old commands for target `bcheck-am'
Making install in doc
make[1]: Entering directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/doc'
Making install in .
make[2]: Entering directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/doc'
make[3]: Entering directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/doc'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/doc'
make[2]: Leaving directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/doc'
Making install in en
make[2]: Entering directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/doc/en'
make[3]: Entering directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/doc/en'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../admin/mkinstalldirs /var/tmp/tastymenu-root/usr/share/doc/HTML/en/tastymenu
mkdir -p -- /var/tmp/tastymenu-root/usr/share/doc/HTML/en/tastymenu
/bin/install -c -p -m 644 
screenshot.png /var/tmp/tastymenu-root/usr/share/doc/HTML/en/tastymenu/screenshot.png
/bin/install -c -p -m 644 
index.docbook /var/tmp/tastymenu-root/usr/share/doc/HTML/en/tastymenu/index.docbook
/bin/sh ../../admin/mkinstalldirs /var/tmp/tastymenu-root/usr/share/doc/HTML/en/tastymenu
/bin/install -c -p -m 644 
index.cache.bz2 /var/tmp/tastymenu-root/usr/share/doc/HTML/en/tastymenu/
rm -f /var/tmp/tastymenu-root/usr/share/doc/HTML/en/tastymenu/common
ln -s /opt/kde3/share/doc/HTML/en/common /var/tmp/tastymenu-root/usr/share/doc/HTML/en/tastymenu/common
make[3]: Leaving directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/doc/en'
make[2]: Leaving directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/doc/en'
make[1]: Leaving directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/doc'
Making install in po
make[1]: Entering directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/po'
make[2]: Entering directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/po'
make[2]: Nothing to be done for `install-exec-am'.
/bin/install -c -p -m 644 
de.gmo /var/tmp/tastymenu-root/usr/share/locale/de/LC_MESSAGES/tastymenu.mo
mkdir -p -- /var/tmp/tastymenu-root/usr/share/locale/de/LC_MESSAGES
/bin/install -c -p -m 644 
es.gmo /var/tmp/tastymenu-root/usr/share/locale/es/LC_MESSAGES/tastymenu.mo
mkdir -p -- /var/tmp/tastymenu-root/usr/share/locale/es/LC_MESSAGES
/bin/install -c -p -m 644 
fi.gmo /var/tmp/tastymenu-root/usr/share/locale/fi/LC_MESSAGES/tastymenu.mo
mkdir -p -- /var/tmp/tastymenu-root/usr/share/locale/fi/LC_MESSAGES
/bin/install -c -p -m 644 
fr.gmo /var/tmp/tastymenu-root/usr/share/locale/fr/LC_MESSAGES/tastymenu.mo
mkdir -p -- /var/tmp/tastymenu-root/usr/share/locale/fr/LC_MESSAGES
/bin/install -c -p -m 644 
it.gmo /var/tmp/tastymenu-root/usr/share/locale/it/LC_MESSAGES/tastymenu.mo
mkdir -p -- /var/tmp/tastymenu-root/usr/share/locale/it/LC_MESSAGES
/bin/install -c -p -m 644 
pl.gmo /var/tmp/tastymenu-root/usr/share/locale/pl/LC_MESSAGES/tastymenu.mo
mkdir -p -- /var/tmp/tastymenu-root/usr/share/locale/pl/LC_MESSAGES
/bin/install -c -p -m 644 
ru.gmo /var/tmp/tastymenu-root/usr/share/locale/ru/LC_MESSAGES/tastymenu.mo
mkdir -p -- /var/tmp/tastymenu-root/usr/share/locale/ru/LC_MESSAGES
/bin/install -c -p -m 644 
sl.gmo /var/tmp/tastymenu-root/usr/share/locale/sl/LC_MESSAGES/tastymenu.mo
mkdir -p -- /var/tmp/tastymenu-root/usr/share/locale/sl/LC_MESSAGES
/bin/install -c -p -m 644 
uk.gmo /var/tmp/tastymenu-root/usr/share/locale/uk/LC_MESSAGES/tastymenu.mo
mkdir -p -- /var/tmp/tastymenu-root/usr/share/locale/uk/LC_MESSAGES
/bin/install -c -p -m 644 
pt_BR.gmo /var/tmp/tastymenu-root/usr/share/locale/pt_BR/LC_MESSAGES/tastymenu.mo
mkdir -p -- /var/tmp/tastymenu-root/usr/share/locale/pt_BR/LC_MESSAGES
make[2]: Leaving directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/po'
make[1]: Leaving directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/po'
Making install in src
make[1]: Entering directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/src'
make[2]: Entering directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/src'
test -z "/usr/lib/kde3" || /bin/mkdir -p "/var/tmp/tastymenu-root/usr/lib/kde3"
 /bin/sh ../libtool --mode=install /bin/install -c -p  'tastymenu_panelapplet.la' '/var/tmp/tastymenu-root/usr/lib/kde3/tastymenu_panelapplet.la'
/bin/install -c -p .libs/tastymenu_panelapplet.so /var/tmp/tastymenu-root/usr/lib/kde3/tastymenu_panelapplet.so
/bin/install -c -p .libs/tastymenu_panelapplet.lai /var/tmp/tastymenu-root/usr/lib/kde3/tastymenu_panelapplet.la
libtool: install: warning: remember to run `libtool --finish /usr/lib/kde3'
test -z "/usr/share/config.kcfg" || /bin/mkdir -p "/var/tmp/tastymenu-root/usr/share/config.kcfg"
 /bin/install -c -p -m 
644 'tastymenu.kcfg' '/var/tmp/tastymenu-root/usr/share/config.kcfg/tastymenu.kcfg'
test -z "/usr/share/apps/kicker/applets" || /bin/mkdir -p "/var/tmp/tastymenu-root/usr/share/apps/kicker/applets"
 /bin/install -c -p -m 
644 'tastymenu.desktop' '/var/tmp/tastymenu-root/usr/share/apps/kicker/applets/tastymenu.desktop'
make[2]: Leaving directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/src'
make[1]: Leaving directory `/usr/src/RPM/BUILD/tastymenu-1.0.6/src'
make[1]: Entering directory `/usr/src/RPM/BUILD/tastymenu-1.0.6'
Makefile:868: warning: overriding commands for target `clean-bcheck'
Makefile:831: warning: ignoring old commands for target `clean-bcheck'
Makefile:873: warning: overriding commands for target `bcheck-am'
Makefile:836: warning: ignoring old commands for target `bcheck-am'
make[2]: Entering directory `/usr/src/RPM/BUILD/tastymenu-1.0.6'
Makefile:868: warning: overriding commands for target `clean-bcheck'
Makefile:831: warning: ignoring old commands for target `clean-bcheck'
Makefile:873: warning: overriding commands for target `bcheck-am'
Makefile:836: warning: ignoring old commands for target `bcheck-am'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/src/RPM/BUILD/tastymenu-1.0.6'
make[1]: Leaving directory `/usr/src/RPM/BUILD/tastymenu-1.0.6'
+ /usr/lib/rpm/find-lang.sh /var/tmp/tastymenu-root tastymenu
+ /usr/lib/rpm/brp-infodir
+ /usr/lib/rpm/brp-strip-builddirs
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip
+ /usr/lib/rpm/brp-strip-shared
+ /usr/lib/rpm/brp-strip-static-archive
+ /usr/lib/rpm/brp-strip-comment-note
+ /usr/lib/rpm/brp-nobuildrootpath
Processing files: tastymenu-1.0.6-1mamba
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.43128
+ umask 022
+ cd /usr/src/RPM/BUILD
+ cd tastymenu-1.0.6
+ DOCDIR=/var/tmp/tastymenu-root/usr/share/doc/tastymenu-1.0.6
+ export DOCDIR
+ rm -rf /var/tmp/tastymenu-root/usr/share/doc/tastymenu-1.0.6
+ /bin/mkdir -p /var/tmp/tastymenu-root/usr/share/doc/tastymenu-1.0.6
+ cp -pr AUTHORS COPYING COPYING.DOC COPYING.LIB ChangeLog README 
TODO /var/tmp/tastymenu-root/usr/share/doc/tastymenu-1.0.6
+ exit 0
Checking for unpackaged 
file(s): /usr/lib/rpm/check-files /var/tmp/tastymenu-root
error: Installed (but unpackaged) file(s) found:
   /usr/lib/kde3/tastymenu_panelapplet.la
   /usr/lib/kde3/tastymenu_panelapplet.so
   /usr/share/apps/kicker/applets/tastymenu.desktop
   /usr/share/config.kcfg/tastymenu.kcfg
   /usr/share/doc/HTML/en/tastymenu/common
   /usr/share/doc/HTML/en/tastymenu/index.cache.bz2
   /usr/share/doc/HTML/en/tastymenu/index.docbook
   /usr/share/doc/HTML/en/tastymenu/screenshot.png


RPM build errors:
    Installed (but unpackaged) file(s) found:
   /usr/lib/kde3/tastymenu_panelapplet.la
   /usr/lib/kde3/tastymenu_panelapplet.so
   /usr/share/apps/kicker/applets/tastymenu.desktop
   /usr/share/config.kcfg/tastymenu.kcfg
   /usr/share/doc/HTML/en/tastymenu/common
   /usr/share/doc/HTML/en/tastymenu/index.cache.bz2
   /usr/share/doc/HTML/en/tastymenu/index.docbook
   /usr/share/doc/HTML/en/tastymenu/screenshot.png
ERROR: rpmbuild č terminato con il codice d'errore `1'


Maggiori informazioni sulla lista openmamba-users-it