GCC with GNAT Ada compiler
Karel Miklav
karel at lovetemple.net
Tue Jul 4 20:53:17 UTC 2006
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
More information about the freebsd-ports
mailing list