Subject: Re: OpenBSD + pkgsrc
To: Roland Illig <roland.illig@gmx.de>
From: Paulo Aukar <pauloaukar@ig.com.br>
List: tech-pkg
Date: 02/04/2005 15:15:16
new error logs from metamail and gv:
metamail:
(cd metamail ; bmake CONFIGDIR=../. CFLAGS="-O2 -I. " CC="cc" LDLIBS="")
rm -f metamail
cc -I../. -O2 -I. -o metamail metamail.o putenv.o codes.o uue.o shared.o
metamail.o(.text+0x579f): In function `MkTmpFileName':
: warning: mktemp() possibly used unsafely; consider using mkstemp()
metamail.o(.text+0x54cf): In function `SaveTtyState':
: undefined reference to `gtty'
metamail.o(.text+0x54e4): In function `SaveTtyState':
: undefined reference to `gtty'
metamail.o(.text+0x5514): In function `RestoreTtyState':
: undefined reference to `stty'
metamail.o(.text+0x5529): In function `RestoreTtyState':
: undefined reference to `stty'
metamail.o(.text+0x5bfa): In function `StartRawStdin':
: undefined reference to `gtty'
metamail.o(.text+0x5c0c): In function `StartRawStdin':
: undefined reference to `stty'
collect2: ld returned 1 exit status
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/mail/metamail/work/mm2.7/src/metamail
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/mail/metamail/work/mm2.7/src
_____________________________________________________________
gv:
file.c:58: X11/Intrinsic.h: No such file or directory
Paulo
On Fri, 04 Feb 2005 14:39:32 +0100
Roland Illig <roland.illig@gmx.de> wrote:
> Paulo Aukar wrote:
> > Roland Illig <roland.illig@gmx.de> wrote:
> >>how did you get this log file? I'm missing the compiler's error messages
> >>from stderr.
> >
> >
> > bmake package >& gv.log
>
> Well, that is the csh equivalent of my bash code below. So the error
> messages should have been in the log.
>
> >>If you did not already, please try "make 1>err 2>&1".
>
> Are you getting any compiler messages in other places? There are some
> log files in the working directories (run make show-var VARNAME=WRKDIR).
>
> Roland
>