Date: Tue, 4 Oct 2016 09:52:23 +0200 From: Gerhard Schmidt <schmidt@ze.tum.de> To: freebsd-ports@freebsd.org Subject: make clean failes to cleanup everything Message-ID: <e3cc1ea4-8e7c-fdce-93bf-7a8ffb200e64@ze.tum.de>
next in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --8OpebEBebO63tgKVEl2Uo36d0fai3J5S9 Content-Type: multipart/mixed; boundary="UQIwH0fxggUkCaEv5npCDCMWgemh7sb0K"; protected-headers="v1" From: Gerhard Schmidt <schmidt@ze.tum.de> To: freebsd-ports@freebsd.org Message-ID: <e3cc1ea4-8e7c-fdce-93bf-7a8ffb200e64@ze.tum.de> Subject: make clean failes to cleanup everything --UQIwH0fxggUkCaEv5npCDCMWgemh7sb0K Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi make clean fails to clean autoconf and automake. If a port uses autoconf and autoconf isn't installed on the system, it will be build and installed. if you run make clean after installing the port, every dependency is cleaned as well but not autoconf. This should be not a problem (besides waste of discspace). We do a pkg autoremove after installing to remove all packages that are only build dependencies. So the autoconf package will be removed. Than later (days, weeks) you install another port that uses autoconf the build brakes because autoconf is not found. The problem is that in the autoconf ports dir everything says that autoconf is already installed and make install does return without doing anything an without failure (as expected). A make clean in the autoconf dir does fix the porblem. So why doesn't make clean of a port that uses autoconf don't do a make clean in the autoconf port. Regards Estartu --UQIwH0fxggUkCaEv5npCDCMWgemh7sb0K-- --8OpebEBebO63tgKVEl2Uo36d0fai3J5S9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIvBAEBCAAZBQJX81+8EhxzY2htaWR0QHplLnR1bS5kZQAKCRB00kPMRXANoyp8 D/91x7s5ctpu33UnRpgY/ieJg3L72q/us0GQqllNYmN3hZ/k/wirz+4Mp/1ttk89 3df8dsICEQiUPqclIp6L7MmO9ZW7s0Qy7DCb/gkpqTDzo/UxBZpTmkVFHqvWzSHG Tqp6El41PHpfsFDka3ibwSvwYP/J8ZbBS3wICgMQrD4CJZmvq6fWlAklW71ujVF8 N84YkiVylQcDcdM8z6WM6kpciu8aAdf7GrKSS3zyG24Y3GkGxV1qMs68WYTdQFP3 wFiXrpY4Y1t4yFA2ZXzBfpr3UTm5HrdFAIg7S+P92FnDk97TtADmGrcHGdthQtIx fSXNGpMAMuDlh9nD1GblwNz2J2nqZtfCWG9DfOH6h7BFfZ32z+2ArdEcDtusERQz hrwcfOOI+ujsT47poH9vBNwzcIQ/WqYNtfHxph/35k84/0Jbz0TuZ2gtaW3VBfFi Ro272Ndl3WrxJ65wxCZ76FmyCD/yfeeFr4V9KNulG8dpHs2xFOp/4Z3TsKyYmH57 ybGDVn/NoX8B2wpnlmLyjrjAw2/r1F61Igp8Va5bIPsTtZqAr1Lo1Y+ngxmxyn1b QWytCwLzajeKAoyB/o89IkUgHMJfg4M4QQC/l0Z/7zZ7P/wr+PV+8SVq1/ccTSB0 fI5oVr01FImCdnghvhcw29kPK6mbajfbQGmdMHyJbZYlSg== =UFQg -----END PGP SIGNATURE----- --8OpebEBebO63tgKVEl2Uo36d0fai3J5S9--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e3cc1ea4-8e7c-fdce-93bf-7a8ffb200e64>