Date: Sun, 14 Jan 2007 22:33:07 +0100 (CET) From: "Julien Gabel" <julien.gabel@thilelli.net> To: freebsd-ports@freebsd.org Subject: "Recommended test ordering" question. Message-ID: <41278.192.168.1.101.1168810387.squirrel@webmail.thilelli.net>
next in thread | raw e-mail | index | archive | help
Hello, I just updated the patch for a little port i maintained, and encountered a curious error following the "Recommended test ordering" found in the FreeBSD Porter's Handbook to test it properly. Here are the steps: - make install => ok. - make package => ok. - make deinstall => ok. - pkg_add package-name => ok. - make deinstall => Errors about directories which can't be deleted. => Directories _not_ present anymore, but were present after the pkg_add step. => ok (port seems deinstalled correctly). - make reinstall => ok. - make package => ok. Any suggestion on why i get these errors, although all "seems" fine? -- julien. http://www.thilelli.net/~jgabel/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41278.192.168.1.101.1168810387.squirrel>