Re: [Sawfish] Error during make install of sawfish. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/sawfish Archives
]
- To: sawfish@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [Sawfish] Error during make install of sawfish.
- From: Teika Kazura <teika@xxxxxxxxxxx>
- Date: Sat, 01 Oct 2011 12:45:18 +0900 (JST)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=xMrYAqtUYT0bZa7QT3xnFMNC3lZMKpj+HbKrycSyOUEpL8SZpqClQ15u73Uc27m+FXNOjOtSt2AmKEx7xQPzsakFycye/HhwsmQtMur0OiGAjNNbnxYvFCV5siGNIguxEVpBo9uzA39kt9YT9O1xtEJ8hUz3dgXgW4vT2Y8Z/dE=; h=Date:Message-Id:To:Subject:From:In-Reply-To:References:Mime-Version:Content-Type:Content-Transfer-Encoding;
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