Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 320431

Summary: app-admin/system-config-printer-gnome-1.2.2 fail @ automake --add-missing --copy
Product: Gentoo Linux Reporter: Francesco Riosa <vivo75>
Component: [OLD] PrintingAssignee: Maciej Mrozowski <reavertm>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: automake.out

Description Francesco Riosa 2010-05-18 17:10:30 UTC
configure.in require "dist-xz" which is not present on my system, previous gentoo patche for scpg system-config-printer-common-1.1.13-split.patch contained this:

diff -ru ../system-config-printer-1.1.12/configure.in ./configure.in
--- ../system-config-printer-1.1.12/configure.in        2009-08-25 18:01:27.000000000 +0200
+++ ./configure.in      2009-08-28 18:32:45.000000000 +0200
@@ -1,6 +1,6 @@
 AC_INIT(system-config-printer, 1.1.12)
 AC_CONFIG_SRCDIR(system-config-printer.py)
-AM_INIT_AUTOMAKE([dist-xz dist-bzip2 subdir-objects 1.6])
+AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects 1.6])
 IT_PROG_INTLTOOL
 AM_GNU_GETTEXT([external])
 AM_PATH_PYTHON


system-config-printer-common-1.2.2-split.patch does not, source of the failure IMHO


emerge -1pv system-config-printer-common app-arch/xz-utils app-arch/lzma-utils
directories: No such file or directory

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] app-arch/xz-utils-4.999.9_beta  USE="nls threads -static-libs" 0 kB
[ebuild     U ] app-admin/system-config-printer-common-1.2.2 [1.1.18-r2] USE="policykit -doc" 0 kB
[ebuild  N    ] app-arch/lzma-utils-4.32.7  USE="-nocxx" 469 kB
[blocks B     ] app-arch/lzma-utils ("app-arch/lzma-utils" is blocking app-arch/xz-utils-4.999.9_beta)
[blocks B     ] app-arch/xz-utils ("app-arch/xz-utils" is blocking app-arch/lzma-utils-4.32.7)




Reproducible: Always
Comment 1 Francesco Riosa 2010-05-18 17:12:56 UTC
Created attachment 232013 [details]
automake.out
Comment 2 Maciej Mrozowski gentoo-dev 2010-05-18 18:07:11 UTC
Fixed by pva in bug 320269. Thanks for reporting.

*** This bug has been marked as a duplicate of bug 320269 ***