https://bugzilla.novell.com/show_bug.cgi?id=683806 https://bugzilla.novell.com/show_bug.cgi?id=683806#c0 Summary: splix: Bad driver information file /usr/share/cups/model/samsung/cms/* Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: All OS/Version: openSUSE 11.4 Status: NEW Severity: Minor Priority: P5 - None Component: Printing AssignedTo: andrea@opensuse.org ReportedBy: jsmeix@novell.com QAContact: jsmeix@novell.com CC: lnussel@novell.com Found By: Development Blocker: --- The splix RPM installs non-PPD files into /usr/share/cups/model/samsung/cms which lead to error messages in /var/log/cups/error_log whenever info about available drivers is requested. How to reproduce (on my openSUSE 11.4 x86_64 system): --------------------------------------------------------------------- # lpinfo -m &>/dev/null # grep 'Bad driver information file' /var/log/cups/error_log E ... [cups-driverd] Bad driver information file "/usr/share/cups/model/samsung/cms/CLP-300-1200x1200cms"! .. E ... [cups-driverd] Bad driver information file "/usr/share/cups/model/samsung/cms/CLX-3160cms2"! --------------------------------------------------------------------- As far as I see nothing goes wrong but at least it indicates that /usr/share/cups/model/ is not the right directory to install non-PPD files. Our current splix.spec contains ---------------------------------------------------------------------- Source1: http://splix.ap2c.org/samsung_cms.tar.bz2 . . . %install .. pushd $RPM_BUILD_ROOT%_datadir/cups/model/samsung/ %__tar xjvf "%{SOURCE1}" popd ---------------------------------------------------------------------- which installs the "cms" files into /usr/share/cups/model/ I assume this is the upstream default directory where the SpliX driver searches for the "cms" files because I don't see in our splix.spec that the directory for the "cms" files is specified. Therefore I suggest to talk to SpliX upstream to get a better upstream default directory where the SpliX driver searches for the "cms" files e.g. something like /usr/share/splix/ By the way: /usr/share/doc/packages/splix/README.SuSE seems to be outdated because the "cms" files are already provided in our splix RPM. On the other hand it seems README.SuSE suggests to download and install them "even if they are already provided by this package" but I do not understand what this means. -- 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.