Bug 464683

Summary: yast2 printer module can't enable cups autoconfig on 64-bit
Product: [openSUSE] openSUSE 11.1 Reporter: Jon Nelson <jnelson-suse>
Component: YaST2Assignee: Michal Zugec <mzugec>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P3 - Medium CC: jsmeix
Version: Final   
Target Milestone: ---   
Hardware: x86-64   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: diff -u src/autoconfig.ycp.SVNcurent src/autoconfig.ycp.FIXED

Description Jon Nelson 2009-01-08 22:26:00 UTC
Because if you try, you get this:

sh: /usr/lib/cups-autoconfig/cups-autoconfig: No such file or directory

cups-autoconfig on x86_64 installs to /usr/lib64, however.
Comment 1 Johannes Meixner 2009-01-09 11:23:23 UTC
What a silly mistake of me!

It is in autoconfig.ycp:
{ if( ! Printerlib::ExecuteBashCommand( "/usr/lib/cups-autoconfig/...
Comment 2 Johannes Meixner 2009-01-28 13:44:36 UTC
Created attachment 268288 [details]
diff -u src/autoconfig.ycp.SVNcurent src/autoconfig.ycp.FIXED

Michal,
here a fix for the issue.
Can you apply the patch to src/autoconfig.ycp
and commit it to SVN (to SuSE-Code-11-Branch and to trunk)
and submit a fixed package to SLE11.
I ask you for it because currently you work on it.
Many Thanks!
Comment 3 Michal Zugec 2009-01-28 16:42:37 UTC
Sure, tomorrow I can do that
Comment 4 Michal Zugec 2009-02-10 14:13:15 UTC
submitted