"make uninstall" fails at /usr/local/share/aclocal
after i had compilled xmms software from the source, WINEs uninstall gives me an error: [s2(a)localhost wine]$ su -c "make uninstall" Password: cd `dirname include/__uninstall__` && make uninstall <skipped /> make[2]: Entering directory `/usr/src/wine-cvs/wine/libs/wine' rm -f /usr/local/lib/libwine.a /usr/local/lib/libwine.dll /usr/local/lib/libwine.so /usr/local/lib/libwine.so.1 make[2]: Leaving directory `/usr/src/wine-cvs/wine/libs/wine' make[1]: Leaving directory `/usr/src/wine-cvs/wine/libs' rm -f /usr/local/share/aclocal/wine.m4 rmdir /usr/local/share/aclocal rmdir: `/usr/local/share/aclocal': Directory not empty make: [uninstall] Error 1 (ignored) [s2(a)localhost wine]$ ll /usr/local/share/aclocal total 8 -rw-r--r-- 1 root root 5549 Jul 4 18:37 xmms.m4 is that expected way for WINE to work? or should i fill a bugreport?
yes, since there are non-wine files in that directory, it doesnt have to be removed. Thus in a logical way this error is ignored. No need to fill a bugreport.
rmdir: `/usr/local/share/aclocal': Directory not empty make: [uninstall] Error 1 (ignored)
[s2(a)localhost wine]$ ll /usr/local/share/aclocal total 8 -rw-r--r-- 1 root root 5549 Jul 4 18:37 xmms.m4
is that expected way for WINE to work? or should i fill a bugreport?
===== Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 alias upsf='false ; while [ $? -ne 0 ] ; do cvs update -APd ; done 2>&1 |tee cvslog' "What if tomorrow the War could be over ?" Morpheus, in "Reloaded". ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
Hi If you 're annoyed with this error try: make -k uninstall. make will continue as much as possible after an error. HTH, Stephan
participants (3)
-
BiGgUn -
Saulius Krasuckas -
Sylvain Petreolle