https://bugzilla.novell.com/show_bug.cgi?id=469178 User lehrig@t-online.de added comment https://bugzilla.novell.com/show_bug.cgi?id=469178#c4 --- Comment #4 from Rainer Lehrig <lehrig@t-online.de> 2009-01-25 04:02:31 MST --- (1) This is a fuzz :-( On some distries i get: expansion error nothing provides fdupes And on factory opensuse i get an error when using BuildRequires: fdupes %fdupes %{buildroot} or must i really write ? %fdupes $RPM_BUILD_ROOT (2) /etc/ld.so.conf.d/pvbrowser this is in principle possible, but i'm tied of all what i MUST change from version to version :-( Here to show why this is not so easy for us: Our project http://pvbrowser.org is a framework for creating SCADA apps. Our users already have a lot of qmake *.pro files in use. They will NOT want to change all these, when the admins of opensuse come around with new rules for the buildservice. Here is an example pro file (notice that we do not only support linux) ###################################################################### # generated by pvdevelop at: Di Jan 13 11:28:13 2009 ###################################################################### TEMPLATE = app CONFIG = warn_on release CONFIG -= qt # Input HEADERS += pvapp.h \ mask5_slots.h \ mask4_slots.h \ mask3_slots.h \ mask2_slots.h \ mask1_slots.h SOURCES += main.cpp \ mask5.cpp \ mask4.cpp \ mask3.cpp \ mask2.cpp \ mask1.cpp !macx { unix:LIBS += /usr/lib/libpvsmt.so -pthread #unix:LIBS += /usr/lib/libpvsid.so unix:INCLUDEPATH += /opt/pvb/pvserver unix:LIBS += /usr/lib/librllib.so unix:INCLUDEPATH += /opt/pvb/rllib/lib } macx:LIBS += /opt/pvb/pvserver/libpvsmt.a /usr/lib/libpthread.dylib #macx:LIBS += /opt/pvb/pvserver/libpvsid.a macx:INCLUDEPATH += /opt/pvb/pvserver macx:LIBS += /usr/lib/librllib.dylib macx:INCLUDEPATH += /opt/pvb/rllib/lib win32-g++ { win32:LIBS += $(PVBDIR)/win-mingw/bin/librllib.a win32:LIBS += $(PVBDIR)/win-mingw/bin/libserverlib.a $(MINGWDIR)/lib/libws2_32.a $(MINGWDIR)/lib/libadvapi32.a win32:INCLUDEPATH += $(PVBDIR)/pvserver win32:INCLUDEPATH += $(PVBDIR)/rllib/lib } else { win32:LIBS += $(PVBDIR)/win/bin/serverlib.lib wsock32.lib advapi32.lib win32:INCLUDEPATH += $(PVBDIR)/pvserver win32:LIBS += $(PVBDIR)/win/bin/rllib.lib win32:INCLUDEPATH += $(PVBDIR)/rllib/lib } #DEFINES += USE_INETD TARGET = pvs -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.