Date: Mon, 21 Oct 2002 21:54:01 -0400 From: AlanE <alane@geeksrus.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/44321: devel/automake14 - packaging failure Message-ID: <20021022015401.GA16039@wwweasel.geeksrus.net> In-Reply-To: <20021022013341.GA2742@moo.holy.cow> References: <200210210020.g9L0K25w075895@freefall.freebsd.org> <20021022013341.GA2742@moo.holy.cow>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Oct 21, 2002 at 09:33:41PM -0400, parv wrote: >in message <200210210020.g9L0K25w075895@freefall.freebsd.org>, >wrote AlanE thusly... >alan, what other details you might have needed from me to solve the >problem? i thought i gave submitted all the relevant data. what >could be "*lots* more"? output of "make -d A package"? The thing that enabled me to see the actual problem behind the symptoms was seeing the deinstall fail because what it thought was a file or link was a real directory. It's different for each case. In this case, the *first* error message was the one from the deinstallation, and that one was omitted. When you compile a C(++) program, the very first error message you get is probably what you want to look at. After that, the following errors may not have as much meaning because the first error confused the compiler's state. The message that foo/. exists is just not clear (and that's the fault of the 'ln' program). It was seeing the deinstallation fail that actually allowed me to see what the true problem was. From there, I could reproduce it and fix it. BTW did you know that mail to parv@freebsd.org bounces? Or did earlier, anyway. (I did a direct reply to you and it came back.) -- Alan Eldridge Unix/C(++) IT Pro, 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021022015401.GA16039>