GNU bug report logs - #9247
cd failed

Previous Next

Package: automake;

Reported by: Mike Ma <zhtx10 <at> gmail.com>

Date: Sat, 6 Aug 2011 01:54:02 UTC

Severity: normal

Tags: notabug

Done: Stefano Lattarini <stefano.lattarini <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Mike Ma <zhtx10 <at> gmail.com>
To: 9247 <at> debbugs.gnu.org
Subject: bug#9247: cd failed
Date: Thu, 04 Aug 2011 16:54:12 +0800
ok. I'm not sure it's a bug.

version: automake (GNU automake) 1.11.1

first I ./configure. it's ok.
then I install it. Pictures will be installed to /usr/local/share/gkiu.
    $ sudo make install | grep png
    /usr/bin/install -c -m 644 logo.png icon.png 
'/usr/local/share/gkiu/pictures'

OK, cd to it. It's ok. Now try to uninstall it.
   $ sudo make uninstall
   ...
   zsh: cd: 5: no such file or directory: /usr/local/share/gkiu/pictures
   ...
Well... Why that happened? I found this: "rm -r /usr/local/share/gkiu".
How to fix it?

Makefile.am of Pictures:
picturesdir=$(datadir)/gkiu/pictures
pictures_DATA = logo.png icon.png
EXTRA_DIST = $(pictures_DATA)

Mike.




This bug report was last modified 13 years and 272 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.