Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Jul 2006 22:52:50 +0200
From:      Karel Miklav <karel@lovetemple.net>
To:        Boris Samorodov <bsam@ipt.ru>
Cc:        ports@freebsd.org
Subject:   Re: GCC with GNAT Ada compiler
Message-ID:  <44AAD522.7000407@lovetemple.net>
In-Reply-To: <36698340@serv3.int.kfs.ru>
References:  <448EE6F0.3040003@siol.net> <36698340@serv3.int.kfs.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Boris Samorodov wrote:
> For i386: gnat-gcc41 seems to have some issues with pkg-plist file, 
> some directories are not empty when deinstalling.
> 
> For amd64: gnat-gcc34 has a typo: "elif" should be used instead of 
> "elsif" when checking for the alpha ARCH.

Thank you Boris for your report. It would be nice if you could send
some output lines regarding the first issue, but let me guess; you
got something like:

rmdir: /usr/local/lib/gcc/i386-portbld-freebsd6.1: Directory not empty
rmdir: /usr/local/lib/gcc: Directory not empty
rmdir: /usr/local/libexec/gcc/i386-portbld-freebsd6.1: Directory not empty
rmdir: /usr/local/libexec/gcc: Directory not empty

This is by design. All GCC derivate ports install libraries in similar
paths and some juggling is required to properly remove them. But
everything is kind-of under control :) Check the very last part of
the makefile, it's copied from the gcc41 port and I thought it is
good enough. Maybe I should send those messages to /dev/null?

--

Regards,
Karel Miklav



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44AAD522.7000407>