Anyone? I'm not sure, but something looks wrong with tar. Is it gnu tar or bsd?
Teika (Teika kazura) On Tue, 27 Sep 2011 18:17:09 -0500, Robin Cook wrote: > Getting an error during the install of sawfish on both 1.8.2 and 1.8.90 > > These are the configure options and then just using make then make > install > > ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var > --mandir=/usr/share/man --infodir=/usr/share/info --with-gdk-pixbuf > --with-xinerama --build=x86_64-pc-linux-gnu > > The below are the errors.... > > for d in StyleTab absolute-e Crux brushed-metal gradient gtk microGUI mono > simple smaker get-S-tabbed mxflat Elberg-tabbed; do \ > rm -rf /usr/share/sawfish/themes/$d; \ > for f in ./$d/*; do \ > if [ $f != ./$d/CVS ]; then \ > ( cd . && tar czf $d.tar.gz $d/* ) ; \ > /bin/install -c -m 644 $d.tar.gz /usr/share/sawfish/themes/$d.tar.gz; \ > fi \ > done \ > done > cd /usr/share/sawfish/themes && tar xf StyleTab.tar.gz && rm StyleTab.tar.gz > tar: StyleTab/Dark/bottom-frame-lock-button-f.png: Cannot change mode to > rwxrwxrwx: No such file or directory > tar: StyleTab/Dark/bottom-frame-maximize-button-ic.png: Cannot change mode to > rwxrwxrwx: No such file or directory > [snip; similar lines] > tar: StyleTab/Smoothly/bottom-frame-frame-type-button-h.png: Cannot change > mode to rwxrwxrwx: No such file or directory > tar: Exiting with failure status due to previous errors > make[1]: *** [install] Error 2 > make[1]: Leaving directory `/usr/src/sawfish-1.8.2/themes' > make: *** [install] Error 1 > Teika (Teika kazura) --- -- Sawfish ML
