https://bugzilla.novell.com/show_bug.cgi?id=780413 https://bugzilla.novell.com/show_bug.cgi?id=780413#c3 Johannes Meixner <jsmeix@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED CC| |goutamkk@gmail.com Component|Installation |Printing InfoProvider|amarnath_urs@yahoo.co.in | Resolution| |FIXED Summary|"/var/lib/hp" folder is not |hplip: "/var/lib/hp" folder |being created during hplip |is not created by HPLIP's |package installation from |"make install" for openSUSE |repo |12.2 and Factory (but works | |everywhere else) QAContact|jsrain@suse.com |jsmeix@suse.com --- Comment #3 from Johannes Meixner <jsmeix@suse.com> 2012-10-05 09:18:13 CEST --- This is the matching upstream bug report: https://bugs.launchpad.net/hplip/+bug/1048732 For HPLIP 3.12.9 I fixed it in the openSUSE build service project "Printing" in hplip.spec via: ------------------------------------------------------------------------------- %install make install DESTDIR=%{buildroot} # The /var/lib/hp directory is created everywhere except on openSUSE 12.2 # and later versions (perhaps an autoconf issue) so that it is created # here as simple and fail-safe workaround # see https://bugs.launchpad.net/bugs/1018303 and bnc#780413 # using fixed "/var/log/hp" because this is hardcoded in the HPLIP sources # regarding owner and permissions see the "files hpijs" section below # and Patch102 no-chgrp_lp_hplip_Logdir.diff: test -d %{buildroot}/var/lib/hp || install -d %{buildroot}/var/lib/hp ------------------------------------------------------------------------------- Therefore I close it as "fixed". For HPLIP 3.12.10 http://hplipopensource.com/hplip-web/release_notes.html reads: ----------------------------------------------------------------------------- Launchpad fixes: ... 1048732 - hp binary plugin installation fails ----------------------------------------------------------------------------- I will upgrade HPLIP to 3.12.10 and check if it works now via "make install" also for openSUSE 12.2 and openSUSE Factory. -- 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.