[Build-common-hackers] Bug#562650: cdbs: error cleaning egg-info dir

Ludovico Cavedon cavedon at debian.org
Sat Dec 26 18:41:16 UTC 2009


Package: cdbs
Version: 0.4.64
Severity: important
Tags: patch

When removing the egg-info directory:
> find . -name '*.pyc' -exec rm '{}' ';'
> find . -name '*.egg-info' -exec rm -rf '{}' ';'
> find: `./JCC.egg-info': No such file or directory
> make: *** [clean] Error 1

This happens because it first removes the directory and then it
tries to descend into it.

Please apply patch from
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;bug=507966

(actually, it looks like like he did a NMU 0.62+nmu1 with that patch).

Thanks,
Ludovico

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cdbs depends on:
ii  debhelper                     7.4.10     helper programs for debian/rules

Versions of packages cdbs recommends:
ii  autotools-dev                 20090611.1 Update infrastructure for config.{

Versions of packages cdbs suggests:
ii  devscripts                    2.10.59    scripts to make the life of a Debi
ii  doc-base                      0.9.5      utilities to manage online documen

-- no debconf information





More information about the Build-common-hackers mailing list