FailedOk

th/SRPMS[OK]
th/x32[OK]
th/i686[OK]
th/x86_64[OK]

ac/SRPMS[OK]
ac/i386[OK]
ac/i586[OK]
ac/i686[OK]
ac/alpha[OK]
ac/amd64[OK]
ac/athlon[OK]
ac/ppc[OK]
ac/sparc[OK]
ac/sparc64[OK]

Advanced Search
main()
Powered by PLD Linux
(c) 2002-2023 PLD Team
$Revision: 1.37 $
Powered by Real Programmer.
Your IP: 34.229.63.28

AfterStep f3b33d1c-96ef-47d8-9067-00aab808866a

Status:Failed
Source URL:https://buildlogs.pld-linux.org/pld/th/x86_64/FAIL/AfterStep,f3b33d1c-96ef-47d8-9067-00aab808866a.bz2
text/plain URL:View!
full text:View!
rpm -qa of builder:View!
Date:2013/08/19 12:22:34
Runtime:0:01:22.600296

Toc:

  • error 1
  • update-alternatives: error: alternative path /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin/afterstep doesn't exist
  • files AfterStep
  • Processing files: AfterStep-2.2.11-0.4.x86_64
  • doc
  • Executing(%doc): /bin/sh -e /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/rpm-tmp.19110
  • files AfterStep-devel
  • Processing files: AfterStep-devel-2.2.11-0.4.x86_64
  • files libAfterBase
  • Processing files: libAfterBase-1.14-0.4.x86_64
  • files libAfterBase-devel
  • Processing files: libAfterBase-devel-1.14-0.4.x86_64
  • files libAfterBase-static
  • Processing files: libAfterBase-static-1.14-0.4.x86_64
  • files libAfterImage
  • Processing files: libAfterImage-1.20-0.4.x86_64
  • files libAfterImage-devel
  • Processing files: libAfterImage-devel-1.20-0.4.x86_64
  • files libAfterImage-static
  • Processing files: libAfterImage-static-1.20-0.4.x86_64
  • files AfterStep-debuginfo
  • Processing files: AfterStep-debuginfo-2.2.11-0.4.x86_64
  • error 2
  • error: File(s) packaged into both AfterStep-2.2.11-0.4.x86_64 and libAfterBase-1.14-0.4.x86_64:
  • error 3
  • error: File(s) packaged into both AfterStep-2.2.11-0.4.x86_64 and libAfterImage-1.20-0.4.x86_64:
  • error 4
  • RPM build errors:
  • error 5
  • error: No files produced.

Content:

make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/ascp'
x86_64-pld-linux-gcc -DNO_DEBUG_OUTPUT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall     -c ascolor.c
In file included from ../../libAfterStep/../include/afterbase.h:2:0,
                 from ../../libAfterStep/asapp.h:45,
                 from ascolor.c:27:
ascolor.c: In function 'GetBaseOptions':
ascolor.c:335:16: warning: variable 'started' set but not used [-Wunused-but-set-variable]
     START_TIME(started);
                ^
../../libAfterStep/../include/../libAfterBase/output.h:141:44: note: in definition of macro 'START_TIME'
 #define START_TIME(started)  unsigned long started = 0
                                            ^
ascolor.c: In function 'do_colorscheme':
ascolor.c:601:5: warning: format '%lX' expects argument of type 'long unsigned int', but argument 3 has type 'ARGB32' [-Wformat=]
     fprintf( mini_f, "    <gradient width=48 height=48 colors=\"#%8.8lX #%8.8lX\" angle=45/>\n", ASColorState.cs->main_colors[ASMC_BaseDark], ASColorState.cs->main_colors[ASMC_BaseLight] );
     ^
ascolor.c:601:5: warning: format '%lX' expects argument of type 'long unsigned int', but argument 4 has type 'ARGB32' [-Wformat=]
ascolor.c:602:5: warning: format '%lX' expects argument of type 'long unsigned int', but argument 3 has type 'ARGB32' [-Wformat=]
     fprintf( mini_f, "    <gradient x=10 y=10 width=20 height=10 colors=\"#%8.8lX #%8.8lX\" angle=90 />\n", ASColorState.cs->main_colors[ASMC_Inactive1Dark], ASColorState.cs->main_colors[ASMC_Inactive1Light] );
     ^
ascolor.c:602:5: warning: format '%lX' expects argument of type 'long unsigned int', but argument 4 has type 'ARGB32' [-Wformat=]
ascolor.c:603:5: warning: format '%lX' expects argument of type 'long unsigned int', but argument 3 has type 'ARGB32' [-Wformat=]
     fprintf( mini_f, "    <gradient x=20 y=20 width=20 height=10 colors=\"#%8.8lX #%8.8lX\" angle=90 />\n", ASColorState.cs->main_colors[ASMC_ActiveDark], ASColorState.cs->main_colors[ASMC_ActiveLight] );
     ^
ascolor.c:603:5: warning: format '%lX' expects argument of type 'long unsigned int', but argument 4 has type 'ARGB32' [-Wformat=]
ascolor.c:604:5: warning: format '%lX' expects argument of type 'long unsigned int', but argument 3 has type 'ARGB32' [-Wformat=]
     fprintf( mini_f, "    <gradient x=13 y=30 width=20 height=10 colors=\"#%8.8lX #%8.8lX\" angle=90 />\n", ASColorState.cs->main_colors[ASMC_Inactive2Dark], ASColorState.cs->main_colors[ASMC_Inactive2Light] );
     ^
ascolor.c:604:5: warning: format '%lX' expects argument of type 'long unsigned int', but argument 4 has type 'ARGB32' [-Wformat=]
ascolor.c:626:4: warning: format '%lX' expects argument of type 'long unsigned int', but argument 3 has type 'ARGB32' [-Wformat=]
    sprintf( &(legend_str[0]), "<text font=\"DefaultBold.ttf\" fgcolor=white bgcolor=black>Base color : #%8.8lX</text>", ASColorState.cs->main_colors[ASMC_Base] );
    ^
ascolor.c:643:13: warning: format '%lX' expects argument of type 'long unsigned int', but argument 3 has type 'ARGB32' [-Wformat=]
             param_text[ASColorState.curr_param]);
             ^
x86_64-pld-linux-gcc ascolor.o -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc  -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a -lfreetype -lz -lbz2 -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -ltiff -lX11 -L/usr/lib64 -lXext -ljpeg -lpng -lz -lm  -lXinerama -lX11  -L/usr/lib64  -lXext  -o ascolor
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/ascp'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/tools/ASRun'
x86_64-pld-linux-gcc -DNO_DEBUG_OUTPUT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall   -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng15 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -c main.c
x86_64-pld-linux-gcc main.o -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc  -rdynamic ../../../libASGTK/libASGTK.a ../../../libAfterConf/libAfterConf.a ../../../libAfterStep/libAfterStep.a ../../../libAfterImage/libAfterImage.a ../../../libAfterBase/libAfterBase.a  -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXrender -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -latk-1.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lz -lbz2 -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -ltiff -lX11 -L/usr/lib64 -lXext -ljpeg -lpng -lz -lm  -lXinerama -lX11  -L/usr/lib64  -lXext  -o ASRun
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/tools/ASRun'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/tools/ASFileBrowser'
x86_64-pld-linux-gcc -DNO_DEBUG_OUTPUT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall   -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng15 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -c interface.c
x86_64-pld-linux-gcc -DNO_DEBUG_OUTPUT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall   -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng15 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -c main.c
interface.c:468:1: warning: 'send_refresh_signal' defined but not used [-Wunused-function]
 send_refresh_signal(void)
 ^
x86_64-pld-linux-gcc interface.o main.o -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc  -rdynamic ../../../libASGTK/libASGTK.a ../../../libAfterConf/libAfterConf.a ../../../libAfterStep/libAfterStep.a ../../../libAfterImage/libAfterImage.a ../../../libAfterBase/libAfterBase.a  -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXrender -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -latk-1.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lz -lbz2 -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -ltiff -lX11 -L/usr/lib64 -lXext -ljpeg -lpng -lz -lm  -lXinerama -lX11  -L/usr/lib64  -lXext  -o ASFileBrowser
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/tools/ASFileBrowser'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/tools/ASWallpaper'
x86_64-pld-linux-gcc -DNO_DEBUG_OUTPUT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall   -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng15 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -c interface.c
x86_64-pld-linux-gcc -DNO_DEBUG_OUTPUT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall   -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/libpng15 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2  -c main.c
interface.c: In function 'on_browse_clicked':
interface.c:551:27: warning: variable 'apply_button' set but not used [-Wunused-but-set-variable]
   GtkWidget *add_button, *apply_button ; 
                           ^
interface.c:551:14: warning: variable 'add_button' set but not used [-Wunused-but-set-variable]
   GtkWidget *add_button, *apply_button ; 
              ^
x86_64-pld-linux-gcc interface.o main.o -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc  -rdynamic ../../../libASGTK/libASGTK.a ../../../libAfterConf/libAfterConf.a ../../../libAfterStep/libAfterStep.a ../../../libAfterImage/libAfterImage.a ../../../libAfterBase/libAfterBase.a  -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXrender -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -latk-1.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lz -lbz2 -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -ltiff -lX11 -L/usr/lib64 -lXext -ljpeg -lpng -lz -lm  -lXinerama -lX11  -L/usr/lib64  -lXext  -o ASWallpaper
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/tools/ASWallpaper'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/afterstep'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/afterstep'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/ASDocGen'
x86_64-pld-linux-gcc -DNO_DEBUG_OUTPUT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall     -c ASDocGen.c
x86_64-pld-linux-gcc -DNO_DEBUG_OUTPUT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall     -c datadoc.c
x86_64-pld-linux-gcc -DNO_DEBUG_OUTPUT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall     -c docfile.c
x86_64-pld-linux-gcc -DNO_DEBUG_OUTPUT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall     -c robodoc.c
x86_64-pld-linux-gcc -DNO_DEBUG_OUTPUT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall     -c xmlproc.c
ASDocGen.c: In function 'main':
ASDocGen.c:304:83: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
    add_hash_item( DocBookVocabulary, AS_HASHABLE(SupportedDocBookTagInfo[i].tag), (void*)(SupportedDocBookTagInfo[i].tag_id));
                                                                                   ^
x86_64-pld-linux-gcc ASDocGen.o datadoc.o docfile.o robodoc.o xmlproc.o -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc  -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a -lfreetype -lz -lbz2 -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -ltiff -lX11 -L/usr/lib64 -lXext -ljpeg -lpng -lz -lm  -lXinerama -lX11  -L/usr/lib64  -lXext  -o ASDocGen
Generating man pages ...Generating HTML docs ...Done
Extracting Visualselect HTML ...Done
Done
All Done
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/ASDocGen'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/doc'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/tools'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/tools'
+ sgml2html doc/afterstep.sgml
Processing file doc/afterstep.sgml
+ exit 0
Executing(%install): /bin/sh -e /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/rpm-tmp.74671
+ umask 022
+ cd /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD
+ /bin/rm '--interactive=never' -rf /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder
+ /bin/mkdir -p /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder
+ cd AfterStep-2.2.11
+ rm -rf /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder
+ install -d /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/gnome/wm-properties /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/xsessions /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/etc/sysconfig/wmstyle
+ /usr/bin/make -j5 install 'DESTDIR=/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder'
/bin/cp AfterStep.desktop /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/gnome/wm-properties/
update-alternatives: error: alternative path /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin/afterstep doesn't exist
added AfterStep as an x-window-manager alternative
/usr/share/gnome/wm-properties exists but is not writable.
If you want AfterStep to appear in your Gnome menu, please install as root.
installing AfterStep.desktop into /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/xsessions/
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/libAfterBase'
/usr/bin/install -c -m 755 libAfterBase.a /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/lib64
/usr/bin/install -c -m 755 libAfterBase.so.0.99 /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/lib64
/usr/bin/install: cannot stat 'afterimage-libs': No such file or directory
/usr/bin/install: cannot stat 'afterimage-config': No such file or directory
/bin/mkdir /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/include
/bin/mkdir /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/include/libAfterBase
installing libAfterBase headers using command - 
    "/usr/bin/install -c -m 644 <header> /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/include/libAfterBase" :
afterbase_config.h ashash.h aslist.h asvector.h Unable to find /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/lib64 in ld.so.conf. In order to use 
libAfterBase.a, you may need to add it or set LD_LIBRARY_PATH.
astypes.h audit.h fs.h layout.h Unable to find /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/lib64 in ld.so.conf. In order to use 
libAfterBase.so, you may need to add it or set LD_LIBRARY_PATH.
mystring.h os.h output.h parse.h regexp.h safemalloc.h selfdiag.h sleep.h socket.h timer.h trace.h xml.h xprop.h xwrap.h 
Done.
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/libAfterBase'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/libAfterImage'
/bin/mkdir /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/include/libAfterImage
installing libAfterImage headers using command - 
    "/usr/bin/install -c -m 644 <header> /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/include/libAfterImage" :
afterimage.h /usr/bin/install -c -m 755 afterimage-libs afterimage-config /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
afterbase.h ascmap.h asfont.h asim_afterbase.h /usr/bin/install -c -m 755 libAfterImage.so.0.99 /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/lib64
asimage.h /usr/bin/install -c -m 755 libAfterImage.a /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/lib64
asimagexml.h asstorage.h asvisual.h Unable to find /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/lib64 in ld.so.conf. In order to use 
libAfterImage.so, you may need to add it or set LD_LIBRARY_PATH.
Unable to find /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/lib64 in ld.so.conf. In order to use 
libAfterImage.a, you may need to add it or set LD_LIBRARY_PATH.
blender.h bmp.h char2uni.h draw.h export.h imencdec.h import.h pixmap.h scanline.h transform.h ungif.h xcf.h ximage.h xpm.h xwrap.h 
Done.
make[2]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/libAfterImage/apps'
x86_64-pld-linux-gcc -DNO_DEBUG_OUTPUT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall    -I..  -c asview.c
x86_64-pld-linux-gcc -DNO_DEBUG_OUTPUT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall    -I..  -c common.c
x86_64-pld-linux-gcc -DNO_DEBUG_OUTPUT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall    -I..  -c asscale.c
x86_64-pld-linux-gcc -DNO_DEBUG_OUTPUT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall    -I..  -c astile.c
x86_64-pld-linux-gcc -DNO_DEBUG_OUTPUT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall    -I..  -c asmerge.c
x86_64-pld-linux-gcc -DNO_DEBUG_OUTPUT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall    -I..  -c asgrad.c
x86_64-pld-linux-gcc -DNO_DEBUG_OUTPUT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall    -I..  -c asflip.c
x86_64-pld-linux-gcc -DNO_DEBUG_OUTPUT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall    -I..  -c asi18n.c
x86_64-pld-linux-gcc -DNO_DEBUG_OUTPUT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall    -I..  -c astext.c
x86_64-pld-linux-gcc -DNO_DEBUG_OUTPUT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall    -I..  -c ascompose.c
x86_64-pld-linux-gcc -DNO_DEBUG_OUTPUT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wall    -I..  -c asvector.c
x86_64-pld-linux-gcc asview.o common.o -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc  -rdynamic -rdynamic -L../ -L../../libAfterBase -lAfterImage -lAfterBase -lfreetype -lz -lbz2 -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo  -ltiff -lX11  -L/usr/lib64  -lXext -ljpeg -lpng -lz -lm -lX11  -L/usr/lib64  -lXext   -o asview
ascompose.c: In function 'showimage':
ascompose.c:1042:7: warning: variable 'depth' set but not used [-Wunused-but-set-variable]
   int depth = 0;
       ^
x86_64-pld-linux-gcc asscale.o common.o -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc  -rdynamic -rdynamic -L../ -L../../libAfterBase -lAfterImage -lAfterBase -lfreetype -lz -lbz2 -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo  -ltiff -lX11  -L/usr/lib64  -lXext -ljpeg -lpng -lz -lm -lX11  -L/usr/lib64  -lXext   -o asscale
x86_64-pld-linux-gcc astile.o common.o -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc  -rdynamic -rdynamic -L../ -L../../libAfterBase -lAfterImage -lAfterBase -lfreetype -lz -lbz2 -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo  -ltiff -lX11  -L/usr/lib64  -lXext -ljpeg -lpng -lz -lm -lX11  -L/usr/lib64  -lXext   -o astile
x86_64-pld-linux-gcc asmerge.o common.o -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc  -rdynamic -rdynamic -L../ -L../../libAfterBase -lAfterImage -lAfterBase -lfreetype -lz -lbz2 -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo  -ltiff -lX11  -L/usr/lib64  -lXext -ljpeg -lpng -lz -lm -lX11  -L/usr/lib64  -lXext   -o asmerge
x86_64-pld-linux-gcc asgrad.o common.o -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc  -rdynamic -rdynamic -L../ -L../../libAfterBase -lAfterImage -lAfterBase -lfreetype -lz -lbz2 -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo  -ltiff -lX11  -L/usr/lib64  -lXext -ljpeg -lpng -lz -lm -lX11  -L/usr/lib64  -lXext   -o asgrad
x86_64-pld-linux-gcc asflip.o common.o -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc  -rdynamic -rdynamic -L../ -L../../libAfterBase -lAfterImage -lAfterBase -lfreetype -lz -lbz2 -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo  -ltiff -lX11  -L/usr/lib64  -lXext -ljpeg -lpng -lz -lm -lX11  -L/usr/lib64  -lXext   -o asflip
x86_64-pld-linux-gcc asi18n.o common.o -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc  -rdynamic -rdynamic -L../ -L../../libAfterBase -lAfterImage -lAfterBase -lfreetype -lz -lbz2 -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo  -ltiff -lX11  -L/usr/lib64  -lXext -ljpeg -lpng -lz -lm -lX11  -L/usr/lib64  -lXext   -o asi18n
x86_64-pld-linux-gcc astext.o common.o -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc  -rdynamic -rdynamic -L../ -L../../libAfterBase -lAfterImage -lAfterBase -lfreetype -lz -lbz2 -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo  -ltiff -lX11  -L/usr/lib64  -lXext -ljpeg -lpng -lz -lm -lX11  -L/usr/lib64  -lXext   -o astext
x86_64-pld-linux-gcc asvector.o common.o -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc  -rdynamic -rdynamic -L../ -L../../libAfterBase -lAfterImage -lAfterBase -lfreetype -lz -lbz2 -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo  -ltiff -lX11  -L/usr/lib64  -lXext -ljpeg -lpng -lz -lm -lX11  -L/usr/lib64  -lXext   -o asvector
x86_64-pld-linux-gcc ascompose.o common.o -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc  -rdynamic -rdynamic -L../ -L../../libAfterBase -lAfterImage -lAfterBase -lfreetype -lz -lbz2 -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo  -ltiff -lX11  -L/usr/lib64  -lXext -ljpeg -lpng -lz -lm -lX11  -L/usr/lib64  -lXext   -o ascompose
installing libAfterImage apps using command - 
    "/usr/bin/install -c -m 755 <app> /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin" :
asview asscale astile asmerge asgrad asflip asi18n astext ascompose asvector ascheckttf 
Done.
make[2]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/libAfterImage/apps'
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/libAfterImage'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/libAfterStep'
/usr/bin/install -c -m 755 libAfterStep.a /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/lib64
/usr/bin/install -c -m 755 afterstep-config /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
/bin/mkdir /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/include/libAfterStep
Unable to find /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/lib64 in ld.so.conf. In order to use 
libAfterStep.a, you may need to add it or set LD_LIBRARY_PATH.
installing LIBAFTERSTEP headers using command - 
    "/usr/bin/install -c -m 644 <header> /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/include/libAfterStep" :
afterstep.h asapp.h ascommand.h asdatabase.h asfeel.h aswindata.h balloon.h canvas.h clientprops.h colorscheme.h decor.h desktop_category.h event.h freestor.h functions.h font.h hints.h kde.h moveresize.h myicon.h mylook.h mystyle.h mystyle_property.h parser.h screen.h shape.h session.h wmprops.h 
Done.
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/libAfterStep'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/libAfterConf'
/usr/bin/install -c -m 755 libAfterConf.a /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/lib64
/bin/mkdir /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/include/libAfterConf
/usr/bin/install -c -s -m 755 PrintDesktopEntries /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
installing LIBAFTERCONF headers using command - 
    "/usr/bin/install -c -m 644 <header> /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/include/libAfterConf" :
afterconf.h 
Done.
Unable to find /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/lib64 in ld.so.conf. In order to use 
libAfterConf.a, you may need to add it or set LD_LIBRARY_PATH.
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/libAfterConf'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/libASGTK'
/usr/bin/install -c -m 755 libASGTK.a /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/lib64
/usr/bin/install -c -m 755 asgtk-config /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
/bin/mkdir /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/include/libASGTK
installing LIBASGTK headers using command - 
    "/usr/bin/install -c -m 644 <header> /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/include/libASGTK" :
asgtk.h asgtkapp.h asgtkai.h Unable to find /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/lib64 in ld.so.conf. In order to use 
libASGTK.a, you may need to add it or set LD_LIBRARY_PATH.
asgtkcframe.h asgtkcolorsel.h asgtkdirtree.h asgtkgradient.h asgtkimagebrowser.h asgtklistviews.h asgtkimagedir.h asgtkimageview.h asgtklookedit.h asgtkxmleditor.h asgtkxmloptlist.h 
Done.
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/libASGTK'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/afterstep'
/usr/bin/install -c -s -m 755 afterstep /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/afterstep'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/Animate'
/usr/bin/install -c -s -m 755 Animate /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/Animate'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/Arrange'
/usr/bin/install -c -s -m 755 Arrange /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/Arrange'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/Banner'
/usr/bin/install -c -m 755 Banner /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/Banner'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/Ident'
/usr/bin/install -c -s -m 755 Ident /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/Ident'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/Pager'
/usr/bin/install -c -s -m 755 Pager /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/Pager'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/Wharf'
/usr/bin/install -c -s -m 755 Wharf /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/Wharf'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/WinCommand'
/usr/bin/install -c -s -m 755 WinCommand /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
/usr/bin/install -c -s -m 755 GWCommand /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/WinCommand'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/WinList2'
/usr/bin/install -c -s -m 755 WinList /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/WinList2'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/WinTabs'
/usr/bin/install -c -s -m 755 WinTabs /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/WinTabs'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/ascp'
/usr/bin/install -c -s -m 755 ascolor /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/ascp'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/tools/ASRun'
/usr/bin/install -c -s -m 755 ASRun /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/tools/ASRun'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/tools/ASFileBrowser'
/usr/bin/install -c -s -m 755 ASFileBrowser /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/tools/ASFileBrowser'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/tools/ASWallpaper'
/usr/bin/install -c -s -m 755 ASWallpaper /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/tools/ASWallpaper'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/afterstep'
/bin/mkdir -p /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep
/bin/rm -f /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/non-configurable/*.in
/bin/mkdir -p /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/applications
/bin/mv /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep_old
Installing config files from applications to /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/applications 
./usr/bin/find /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep -name '*.in' -print | /bin/xargs /bin/rm -f -r
/bin/mkdir -p /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/doc
/usr/bin/install: cannot create regular file '/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/applications/aboutinfo.desktop': No such file or directory
./usr/bin/install: cannot create regular file '/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/applications/accessories.desktop': No such file or directory
./bin/rm -f -r /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/start
/usr/bin/install: cannot create regular file '/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/applications/config.desktop': No such file or directory
./usr/bin/find /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep -name '*.orig' -print | /bin/xargs /bin/rm -f -r
/bin/rm -f -r /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/start
Installing images from backgrounds to /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/backgrounds 
/usr/bin/install: cannot create regular file '/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/applications/desktop.desktop': No such file or directory
/bin/mkdir -p /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/start
../usr/bin/install: cannot create regular file '/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/applications/educational.desktop': No such file or directory
../usr/bin/find start -type d -exec /usr/bin/install -c -m 755 -d /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/{} \;
/usr/bin/find /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep -name CVS -print | /bin/xargs /bin/rm -f -r
./usr/bin/install: cannot create regular file '/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/applications/emulator.desktop': No such file or directory
../usr/bin/install: cannot create regular file '/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/applications/find.desktop': No such file or directory
../usr/bin/install: cannot create regular file '/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/applications/game.desktop': No such file or directory
./usr/bin/find /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep -name .cvsignore -print | /bin/xargs /bin/rm -f
./usr/bin/install: cannot create regular file '/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/applications/graphics.desktop': No such file or directory
../usr/bin/install: cannot create regular file '/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/applications/modules.desktop': No such file or directory
../usr/bin/install: cannot create regular file '/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/applications/modules.desktop.in': No such file or directory
../usr/bin/install: cannot create regular file '/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/applications/multimedia.desktop': No such file or directory
./usr/bin/install: cannot create regular file '/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/applications/network.desktop': No such file or directory
../usr/bin/install: cannot create regular file '/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/applications/office.desktop': No such file or directory
./usr/bin/install: cannot create regular file '/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/applications/screensaver.desktop': No such file or directory
./usr/bin/install: cannot create regular file '/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/applications/system.desktop': No such file or directory
./usr/bin/install: cannot create regular file '/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/applications/terminals.desktop': No such file or directory
../usr/bin/install: cannot create regular file '/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/applications/text_editors.desktop': No such file or directory
./usr/bin/install: cannot create regular file '/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/applications/xtools.desktop': No such file or directory

./bin/mkdir -p /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/colorschemes
.Installing config files from colorschemes to /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/colorschemes 
..................................................
/bin/mkdir -p /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/feels
.Installing config files from feels to /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/feels 
...
./bin/mkdir -p /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/looks
Installing config files from looks to /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/looks 
.....
Installing images from backgrounds/Gradient_Textures to /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/backgrounds/Gradient_Textures 
...........
./bin/mkdir -p /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/scripts
Installing config files from scripts to /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/scripts 
......../usr/bin/find start -type f -exec /usr/bin/install -c -m 644 {} /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/{} \;
...........
/bin/mkdir -p /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/themes
Installing config files from themes to /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/themes 
...
./bin/mkdir -p /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/non-configurable
.Installing config files from non-configurable to /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/non-configurable 

./bin/mkdir -p /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/non-configurable
.Copying default config files:
Look: /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/looks/look.DEFAULT
.
Installing images from backgrounds/Plain_Textures to /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/backgrounds/Plain_Textures 
Feel: /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/feels/feel.DEFAULT
..Background: /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/backgrounds/Default
.Color Scheme: /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/colorschemes/colorscheme.Stormy_Skies
.Installing config files into /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/ using command - 
    "/usr/bin/install -c -m 644 <file> /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep" :
CREDITS .animate .autoexec banner .base .database .pager ..sound standard_categories .kcsrc_template .gtkrc-2.0_template .gtkrc_template .wharf ..winlist .wintabs .
Done.
./usr/bin/find /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep -name CVS -print | /bin/xargs /bin/rm -f -r
.../usr/bin/find /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep -name .cvsignore -print | /bin/xargs /bin/rm -f

Installing images from backgrounds/Mirrored_Tiles to /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/backgrounds/Mirrored_Tiles 
.........
Installing images from desktop/bars to /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/desktop/bars 
......................................................./bin/rm -f /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/start/.include.in
/usr/bin/install -c -m 644 start/.include /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/start/.include
/usr/bin/find /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/start -name '*.in' -print | /bin/xargs /bin/rm -f -r
..../bin/rm -f /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/start/1_Desktop/Feel/.include.in
/bin/rm -f /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/start/1_Desktop/Color_Scheme/.include.in
/bin/rm -f /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/start/1_Desktop/Look/.include.in
/bin/rm -f /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/start/1_Desktop/Theme/.include.in
/bin/rm -f /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/start/1_Desktop/Pictures/.include.in
/bin/rm -f /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/start/2_Modules/Pager.in
/usr/bin/find /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/start -name CVS -print | /bin/xargs /bin/rm -f -r
....../usr/bin/find /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/start -name .cvsignore -print | /bin/xargs /bin/rm -f
........................................
Installing images from desktop/buttons to /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/desktop/buttons 
......................................................................................................................
Installing images from desktop/icons to /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/desktop/icons 
...................................................................................................................................................................................
Installing images from desktop/icons/dots to /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/desktop/icons/dots 
.......................................................
Installing images from desktop/icons/large to /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/desktop/icons/large 
.......................................
Installing images from desktop/icons/logos to /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/desktop/icons/logos 
...........................................
Installing images from desktop/icons/mini to /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/desktop/icons/mini 
...............................
Installing images from desktop/icons/normal to /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/desktop/icons/normal 
...........................................................................................................................................................................................................................................................
Installing images from desktop/tiles to /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/desktop/tiles 
.............................
/bin/mkdir -p /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/desktop/cursors
Installing config files from desktop/cursors to /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/desktop/cursors 
..................
/bin/mkdir -p /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/desktop/fonts
Installing config files from desktop/fonts to /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/desktop/fonts 
..........
/bin/mkdir -p /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/desktop/sounds
Installing config files from desktop/sounds to /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/desktop/sounds 
...............
/usr/bin/install -c -m 644 ../libAfterImage/apps/rose512.jpg /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/desktop/tiles/rose512.jpg
/usr/bin/install -c -m 644 ../libAfterImage/apps/fore.xpm /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/desktop/tiles/fore.xpm
/usr/bin/install -c -m 644 ../libAfterImage/apps/back.xpm /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/desktop/tiles/back.xpm
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/afterstep'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/ASDocGen'
All Done
Installing application man pages using command - 
    "/usr/bin/install -c -m 644 <name>.man /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/man/man1/<name>.1x"
ASDatabase.man Installing application HTML pages using command - 
    "/usr/bin/install -c -m 644 <file> /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/doc/html/<file>"
ASDatabase.html ASDatabaseEntry.man ASDatabaseEntry.html AfterStep.man AfterStep.html Align.man Align.html Animate.html Animate.man AnimateTypes.html AnimateTypes.man Arrange.html AutoExec.html BalloonContents.html Base.html Bevel.html ColorScheme.html Feel.html Arrange.man FeelWindowBox.html Functions.html AutoExec.man BalloonContents.man Base.man Bevel.man ColorScheme.man Feel.man FeelWindowBox.man Functions.man Gravity.man Look.man MyBackground.man MyFrame.man MyStyle.man Pager.man Glossary.html PagerDecorations.man Gravity.html Look.html Placement.man MyBackground.html Sound.man MyFrame.html MyStyle.html SoundEvents.man Pager.html PagerDecorations.html SupportedHints.man Placement.html Sound.html TbarLayout.man SoundEvents.html SupportedHints.html Wharf.man TbarLayout.html Wharf.html WharfFolders.man WharfFolders.html WharfSounds.html WharfSounds.man WinCommand.html WinList.html WinCommand.man WinTabs.html afterstep_faq.html WinList.man asimagexml.html WinTabs.man bg.html index.html monitorwharf.html afterstep_faq.man monitorwharf_asdoc.html monitorwharf_cycle.html asimagexml.man monitorwharf_mnt.html Done
Installing API man pages using command - 
    "/usr/bin/install -c -m 644 <name>.man /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/man/man3/<name>.3x"
monitorwharf_ps.html monitorwharf_time.html afterimage.man monitorwharf_top.html monitorwharf_xeyes.html ascmap.man pager_bg.html pager_focused.html ascompose.man pager_intro.html pager_label.html asflip.man pager_selected.html pager_unfocused.html asfont.man preface.html start_menu.html asgrad.man start_menu_highlight.html asimage.man start_menu_main.html asimagexml.man start_menu_small.html start_menu_title.html asmerge.man visualselect.html wharf_asmix.html wharf_filemgr.html asscale.man wharf_gimp.html astext.man wharf_intro.html wharf_irc.html astile.man wharf_mc.html wharf_moz.html wharf_spreadsheet.html wharf_term.html wharf_wordprocessor.html asview.man wharf_xmms.html windecor.html asvisual.man windecor_buttons.html windecor_frame.html blender.man windecor_title.html window_list.html char2uni.man winlist_focused.html winlist_intro.html common.man winlist_sticky.html winlist_unfocused.html export.man 
Done
Installing application images using command - 
    "/usr/bin/install -c -m 644 <file> /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/doc/html/images/<file>"
imencdec.man Info.png import.man Pager.jpg asdoc_screenshot.jpg transform.man aterm.jpg desktop.png ximage.man monitorwharf.jpg Done
pager.jpg pager.png start_menu.jpg start_menu.png whandling.png wharf.jpg wharf.png window_list.jpg winlist.jpg winlist.png 
Done
Installing API HTML docs using command - 
    "/usr/bin/install -c -m 644 <file> /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/doc/html/images/<file>"
Glossary.html afterimage.html ascmap.html ascompose.html asflip.html asfont.html asgrad.html asimage.html asimagexml.html asmerge.html asscale.html astext.html astile.html asview.html asvisual.html blender.html char2uni.html common.html export.html imencdec.html import.html index.html transform.html ximage.html 
Done
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/src/ASDocGen'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/doc'
/usr/bin/install -c -m 755 afterstepdoc /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
/usr/bin/install -c -m 644 as20new.html      /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/doc/html/
/usr/bin/install -c -m 644 asxmlimages.html  /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/doc/html/
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/doc'
make[1]: Entering directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/tools'
/usr/bin/install -c -m 755 ascommand.pl /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
/usr/bin/install -c -m 755 importasmenu /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
/usr/bin/install -c -m 755 makeastheme.pl /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
/usr/bin/install -c -m 755 installastheme.pl /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
/usr/bin/install -c -m 755 postcard.sh /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
/usr/bin/install -c -m 755 Xpm2Jpg /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin
make[1]: Leaving directory `/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11/tools'
+ install /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/AfterStep-xsession.desktop /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/xsessions/AfterStep.desktop
+ /bin/rm '--interactive=never' /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/man/man3/asflip.3x /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/man/man3/asgrad.3x /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/man/man3/asmerge.3x /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/man/man3/asscale.3x /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/man/man3/astext.3x /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/man/man3/astile.3x /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/man/man3/asview.3x /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/man/man3/common.3x
+ /bin/rm '--interactive=never' -r /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/afterstep/doc
+ /usr/lib/rpm/find-debuginfo.sh /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/AfterStep-2.2.11
RPM_BUILD_DIR=/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD

extracting debug info from /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin/ascheckttf
extracting debug info from /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin/ascompose
extracting debug info from /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin/asflip
extracting debug info from /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin/asgrad
extracting debug info from /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin/asi18n
extracting debug info from /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin/asmerge
extracting debug info from /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin/asscale
extracting debug info from /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin/astext
extracting debug info from /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin/astile
extracting debug info from /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin/asvector
extracting debug info from /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/bin/asview
extracting debug info from /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/lib64/libAfterBase.so.0.99
extracting debug info from /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/lib64/libAfterImage.so.0.99
symlinked /usr/lib/debug/usr/lib64/libAfterBase.so.0.99.debug to /usr/lib/debug/usr/lib64/libAfterBase.so.debug
symlinked /usr/lib/debug/usr/lib64/libAfterBase.so.0.99.debug to /usr/lib/debug/usr/lib64/libAfterBase.so.0.debug
symlinked /usr/lib/debug/usr/lib64/libAfterImage.so.0.99.debug to /usr/lib/debug/usr/lib64/libAfterImage.so.debug
symlinked /usr/lib/debug/usr/lib64/libAfterImage.so.0.99.debug to /usr/lib/debug/usr/lib64/libAfterImage.so.0.debug
cpio: /tmp/B.9d252ae4-398e-4bd9-be15-638eb28d1b60/BUILD/glibc-2.18/csu: Cannot stat: No such file or directory
3346 blocks
+ __spec_install_post_strip
+ set +x
Stripping 26 ELF executables...DONE
Stripping 2 ELF shared libraries...DONE
Stripping 5 ar archives...DONE
+ __spec_install_post_chrpath
+ set +x
Remove RPATH/RUNPATH from 28 executable binaries and shared object files.
+ __spec_install_post_compress_modules
+ set +x
+ __spec_install_post_check_so
+ set +x
Searching for shared objects with unresolved symbols... DONE
+ __spec_install_post_check_tmpfiles
+ set +x
Checking /var/run <-> tmpfiles.d completeness...
 DONE
+ __spec_install_post_compress_docs
+ set +x
Compress man pages: /usr/share/man
+ __spec_install_post_py_hardlink
+ set +x
Processing files: AfterStep-2.2.11-0.4.x86_64
Executing(%doc): /bin/sh -e /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/rpm-tmp.19110
+ umask 022
+ cd /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD
+ cd AfterStep-2.2.11
+ DOCDIR=/tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/doc/AfterStep-2.2.11 
+ export DOCDIR
+ test -d /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/doc/AfterStep-2.2.11
+ /bin/mkdir -p /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/doc/AfterStep-2.2.11
+ cp -pr doc/code doc/languages TODO afterstep-1.html afterstep-10.html afterstep-2.html afterstep-3.html afterstep-4.html afterstep-5.html afterstep-6.html afterstep-7.html afterstep-8.html afterstep-9.html afterstep.html /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/doc/AfterStep-2.2.11
+ /usr/lib/rpm/compress-doc
Compressing documentation in /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/doc/AfterStep-2.2.11...
./code/Error_codes ./code/Optimizing ./code/Patch ./code/ReleaseGuide ./languages/README.cz ./languages/README.de ./languages/README.dk ./languages/README.es ./languages/README.fi ./languages/README.fr ./languages/README.gr ./languages/README.id ./languages/README.it ./languages/README.jp ./languages/README.nl ./languages/README.no ./languages/README.pl ./languages/README.ro ./languages/README.ru.koi8 ./languages/README.se ./languages/README.tw ./languages/README.yu ./TODO/TODO_2.0.0 
Documentation compressed.
+ cp -pr UPGRADE NEW README TEAM README.RedHat doc/languages/README.cz doc/languages/README.de doc/languages/README.dk doc/languages/README.es doc/languages/README.fi doc/languages/README.fr doc/languages/README.gr doc/languages/README.id doc/languages/README.it doc/languages/README.jp doc/languages/README.nl doc/languages/README.no doc/languages/README.pl doc/languages/README.ro doc/languages/README.ru.koi8 doc/languages/README.se doc/languages/README.tw doc/languages/README.yu /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/doc/AfterStep-2.2.11
+ /usr/lib/rpm/compress-doc
Compressing documentation in /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder/usr/share/doc/AfterStep-2.2.11...
./code/Error_codes ./code/Optimizing ./code/Patch ./code/ReleaseGuide ./languages/README.cz ./languages/README.de ./languages/README.dk ./languages/README.es ./languages/README.fi ./languages/README.fr ./languages/README.gr ./languages/README.id ./languages/README.it ./languages/README.jp ./languages/README.nl ./languages/README.no ./languages/README.pl ./languages/README.ro ./languages/README.ru.koi8 ./languages/README.se ./languages/README.tw ./languages/README.yu ./TODO/TODO_2.0.0 ./UPGRADE ./NEW ./README ./TEAM ./README.RedHat ./README.cz ./README.de ./README.dk ./README.es ./README.fi ./README.fr ./README.gr ./README.id ./README.it ./README.jp ./README.nl ./README.no ./README.pl ./README.ro ./README.ru.koi8 ./README.se ./README.tw ./README.yu 
Documentation compressed.
+ exit 0
skipping /usr/share/doc/AfterStep-2.2.11 requires detection
skipping /usr/share/doc/AfterStep-2.2.11/TODO requires detection
skipping /usr/share/doc/AfterStep-2.2.11/afterstep-1.html requires detection
skipping /usr/share/doc/AfterStep-2.2.11/afterstep-10.html requires detection
skipping /usr/share/doc/AfterStep-2.2.11/afterstep-2.html requires detection
skipping /usr/share/doc/AfterStep-2.2.11/afterstep-3.html requires detection
skipping /usr/share/doc/AfterStep-2.2.11/afterstep-4.html requires detection
skipping /usr/share/doc/AfterStep-2.2.11/afterstep-5.html requires detection
skipping /usr/share/doc/AfterStep-2.2.11/afterstep-6.html requires detection
skipping /usr/share/doc/AfterStep-2.2.11/afterstep-7.html requires detection
skipping /usr/share/doc/AfterStep-2.2.11/afterstep-8.html requires detection
skipping /usr/share/doc/AfterStep-2.2.11/afterstep-9.html requires detection
skipping /usr/share/doc/AfterStep-2.2.11/afterstep.html requires detection
skipping /usr/share/doc/AfterStep-2.2.11/code requires detection
skipping /usr/share/doc/AfterStep-2.2.11/code/config_issues.html requires detection
skipping /usr/share/doc/AfterStep-2.2.11/code/parser_devel_guide.html requires detection
skipping /usr/share/doc/AfterStep-2.2.11/languages requires detection
Removing dependency on self: R libAfterBase.so.0()(64bit)
Provides: elf(buildid) = 068182ac7a48c6f7828a07f7dc09298ca1702f8a elf(buildid) = 13b9e870c85c47f8628c6f56f11604d0fddc64ed elf(buildid) = 2205ff9ef6173da758e54e3190f0d970013dadb1 elf(buildid) = 289c473ae71eff015a90c9e1c6ae0259006176b7 elf(buildid) = 2b8c30ca81b7fcfc87ec991c9c2d7a86fa0f7990 elf(buildid) = 2ff834cb30d84bb93c9e438f1de4ed9e84db0ecc elf(buildid) = 45c1698c604ffcfec7d755046bdae8a938fa5ae7 elf(buildid) = 76c3d68784b0991a1de96bcc5907b7da6e7e9a9e elf(buildid) = 85f95a6165ab28e6e9dda17b9251c905c92dee90 elf(buildid) = a21a5655ff0bcf9cbadeaa5479c2c7ff8721006f elf(buildid) = abc91ba75f296f600aa89826eeb0d4b5bb740fd9 elf(buildid) = b7abb3d0690bb9c4e961943811dd134d95a0f4c5 elf(buildid) = c5cde4646c6182b44dfee163ecc3722d02c7ad12 elf(buildid) = c75a1625cb68373df93d3db060ef1610ef4ac6c5 elf(buildid) = d06ad01e466aac1406e9108205fd7cd836444b29 elf(buildid) = d53b6923708576cbe41935a92a5acc910b529173 elf(buildid) = d8da60f988e1adc10bc2fe33409684c903bee966 libAfterBase.so.0()(64bit) libAfterImage.so.0()(64bit)
Requires: /bin/sh /usr/bin/perl libX11.so.6()(64bit) libXext.so.6()(64bit) libXinerama.so.1()(64bit) libbz2.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libcairo.so.2()(64bit) libdbus-1.so.3()(64bit) libfreetype.so.6()(64bit) libgdk-x11-2.0.so.0()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgtk-x11-2.0.so.0()(64bit) libjpeg.so.8()(64bit) libjpeg.so.8(LIBJPEG_8.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libncursesw.so.6()(64bit) libpng15.so.15()(64bit) libpng15.so.15(PNG15_0)(64bit) libreadline.so.6()(64bit) librsvg-2.so.2()(64bit) libtiff.so.5()(64bit) libz.so.1()(64bit) rtld(GNU_HASH)
Conflicts: filesystem < 3.0-20
Processing files: AfterStep-devel-2.2.11-0.4.x86_64
Requires: /bin/sh
Processing files: libAfterBase-1.14-0.4.x86_64
Provides: elf(buildid) = a21a5655ff0bcf9cbadeaa5479c2c7ff8721006f libAfterBase.so.0()(64bit)
Requires(interp): /sbin/ldconfig /sbin/ldconfig
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
Requires: libX11.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) rtld(GNU_HASH)
Conflicts: AfterStep < 2.2.11-0.3
Processing files: libAfterBase-devel-1.14-0.4.x86_64
Processing files: libAfterBase-static-1.14-0.4.x86_64
Processing files: libAfterImage-1.20-0.4.x86_64
Removing dependency on self: R libAfterImage.so.0()(64bit)
Provides: elf(buildid) = 212757fc85cd18447204906310175d1d622a5fe4 elf(buildid) = 21734bd6de143aec04ae53196e56680079c3a08e elf(buildid) = 281fc911a2c2729cfad049d6fdd479de97a6f834 elf(buildid) = 2b8c30ca81b7fcfc87ec991c9c2d7a86fa0f7990 elf(buildid) = 2ef3c5033a071e009a13d86fe0a9bbac4b796134 elf(buildid) = 447cfc52f8e7dadc6a92c9d5545e2c2b57ea7a30 elf(buildid) = 46120f9bab60213f8b9c7edee8e1f6fd81834006 elf(buildid) = 46d16eb57d29931b5e76bfe9b47cc81e6bc7bc92 elf(buildid) = 66a5d0f857b025d658b96d71e4ebe0253f472168 elf(buildid) = aa7e2e72d58e02c88cc54af73de2dfe3370aa9d7 elf(buildid) = d579bdd737ccca5fcd38de0d1e93ead5644b550e elf(buildid) = d91f8ef3471d488f9a8d2cc990fc08322c696b8b libAfterImage.so.0()(64bit)
Requires(interp): /sbin/ldconfig /sbin/ldconfig
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
Requires: libAfterBase.so.0()(64bit) libX11.so.6()(64bit) libXext.so.6()(64bit) libbz2.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcairo.so.2()(64bit) libfreetype.so.6()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libjpeg.so.8()(64bit) libjpeg.so.8(LIBJPEG_8.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libpng15.so.15()(64bit) libpng15.so.15(PNG15_0)(64bit) librsvg-2.so.2()(64bit) libtiff.so.5()(64bit) libz.so.1()(64bit) rtld(GNU_HASH)
Processing files: libAfterImage-devel-1.20-0.4.x86_64
Requires: /bin/sh
Processing files: libAfterImage-static-1.20-0.4.x86_64
Processing files: AfterStep-debuginfo-2.2.11-0.4.x86_64
Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD/tmp/AfterStep-2.2.11-root-builder
warning: Installed (but unpackaged) file(s) found:
	/usr/share/gnome/wm-properties/AfterStep.desktop
error: File(s) packaged into both AfterStep-2.2.11-0.4.x86_64 and libAfterBase-1.14-0.4.x86_64:
	/usr/lib64/libAfterBase.so.0.99
error: File(s) packaged into both AfterStep-2.2.11-0.4.x86_64 and libAfterImage-1.20-0.4.x86_64:
	/usr/lib64/libAfterImage.so.0.99


RPM build errors:
    Installed (but unpackaged) file(s) found:
	/usr/share/gnome/wm-properties/AfterStep.desktop
    File(s) packaged into both AfterStep-2.2.11-0.4.x86_64 and libAfterBase-1.14-0.4.x86_64:
	/usr/lib64/libAfterBase.so.0.99
    File(s) packaged into both AfterStep-2.2.11-0.4.x86_64 and libAfterImage-1.20-0.4.x86_64:
	/usr/lib64/libAfterImage.so.0.99
ended at: Mon Aug 19 12:22:34 2013, done in 0:01:22.600296
error: No files produced.
+ chmod -R u+rwX /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD
+ rm -rf /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/tmp /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2/BUILD
+ rm -rf /tmp/B.d961c60f-ba6f-4708-b40d-7527099caec2
Begin-PLD-Builder-Info
Build-Time: user:67.44s sys:7.54s real:88.22s (faults io:26 non-io:5047124)

warning: Installed (but unpackaged) file(s) found:
	/usr/share/gnome/wm-properties/AfterStep.desktop
End-PLD-Builder-Info
[Back to list of logs] [View rpm -qa of builder]