Bugzilla – Bug 154314
adding add-on product broken
Last modified: 2006-03-01 22:24:42 UTC
From looking at the logs, it seems as the add-on product is never added as a installation source but YaST tries to find service-pack related data on it.
It only looks for installation.xml and y2update.tgz And even access to y2update.tgz fails, it still tries to unpack it: 2006-03-01 09:26:17 <1> 10.10.103.180(3296) [wfm] Source.cc(SourceProvideFile):428 File not found: /y2update.tgz 2006-03-01 09:26:17 <3> 10.10.103.180(3296) [bash] ShellCommand.cc(shellcommand):78 /bin/cp: cannot stat `nil': No such file or directory 2006-03-01 09:26:17 <3> 10.10.103.180(3296) [YCP] AddOnProduct.ycp:764 Error occurred while copying control file: $["exit":1, "stderr":"/bin/cp: cann 2006-03-01 09:26:17 <3> 10.10.103.180(3296) [bash] ShellCommand.cc(shellcommand):78 /bin/tar: nil: Cannot open: No such file or directory 2006-03-01 09:26:17 <3> 10.10.103.180(3296) [bash] ShellCommand.cc(shellcommand):78 /bin/tar: Error is not recoverable: exiting now
*** Bug 154353 has been marked as a duplicate of this bug. ***
The checks for missing files on the media (which are not mandatory) was missing, added it, now it is in SVN. Regarding adding the source: The source was added (during my test with Beta6 also the appropriate selection was visible in package selector). Resolving the bug as FIXED.