Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2003 23:13:18 +0200 (CEST)
From:      Wolfgang Hukriede <whukriede@ifm.uni-kiel.de>
To:        ports@FreeBSD.org
Subject:   Doesn't compile out of the box: /usr/ports/mail/emil
Message-ID:  <200304292113.h3TLDIIX054946@sally.ifm.uni-kiel.de>

next in thread | raw e-mail | index | archive | help

Dear folks,

compilation for the following port seems to be broken. I've appended
parts of a compilation log file.

Many thanks and greetings, Wolfgang Hukriede.

----------------------------------------------------------------------
  # New ports collection makefile for:    emil
  # Date created:         21 April 1998
  # Whom:                 Josh Gilliam <josh@quick.net>
  #
  # $FreeBSD: ports/mail/emil/Makefile,v 1.10 2003/02/20 18:40:32 knu Exp $
  #

  PORTNAME=       emil
  PORTVERSION=    2.1b9
  CATEGORIES=     mail
  DISTNAME=       ${PORTNAME}-2.1.0-beta9
  MAINTAINER=     ports@FreeBSD.org
  COMMENT=        Mail format/encoding converter

----------------------------------------------------------------------
===>  Extracting for emil-2.1b9
>> Checksum OK for emil-2.1.0-beta9.tar.gz.
===>  Patching for emil-2.1b9
===>  Applying FreeBSD patches for emil-2.1b9
===>  Configuring for emil-2.1b9
creating cache ./config.cache
checking for bison... bison -y
checking for flex... flex
checking for -lfl... yes
checking for gcc... gcc
checking whether we are using GNU C... yes
checking whether make sets ${MAKE}... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking for ranlib... ranlib
checking whether gcc needs -traditional... no
checking for -lseq... no
checking for -lsun... no
checking for -lintl... no
checking whether cross-compiling... no
checking for dirent.h that defines DIR... yes
checking whether closedir returns void... no
checking for Xenix... no
checking for ANSI C header files... yes
checking for mode_t... yes
checking for a BSD compatible install... /usr/bin/install -c 
checking for ANSI C header files... (cached) yes
checking for string.h... yes
checking for memory.h... yes
checking for sysexits.h... yes
checking for unistd.h... yes
checking for fcntl.h... yes
checking for errno.h... yes
checking for sys/errno.h... yes
checking for netinet/in.h... yes
checking for arpa/nameser.h... yes
checking for resolv.h... yes
checking for netdb.h... yes
checking for sys/socket.h... yes
checking for off_t... yes
checking for size_t... yes
checking whether char is unsigned... no
checking for working const... yes
checking for -lm... yes
checking for -lresolv... no
checking for -lsocket... no
checking for -lnsl... no
checking for getpagesize... yes
checking for gethostname... yes
checking for res_search... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating charset/Makefile
creating config.h
===>  Building for emil-2.1b9

[snipped...]

gcc -o emil  7bit.o appledouble.o applefile.o applesingle.o base64.o binary.o binhex.o  buffer.o convert.o filenames.o forks.o format.o hbase64.o header.o  hqp.o hqxbin.o load.o logger.o mailtool.o main.o message.o mime.o  mimeparse.o ns.o out.o qp.o rfc1522.o rfc822.o rfc822parse.o  smtp.o structure.o sunparse.o uuencode.o  s_attr.o d_attr.o a_attr.o charset.o getoption.o ./charset/dfopen.o -lm
getoption.o: In function `getoption':
getoption.o(.text+0x1b19): undefined reference to `yydebug'
getoption.o: In function `getmember':
getoption.o(.text+0x1c90): undefined reference to `yydebug'
getoption.o: In function `get_mailer':
getoption.o(.text+0x2088): undefined reference to `yydebug'
*** Error code 1

Stop in /net/usr/ports/mail/emil/work/emil-2.1.0-beta9.
*** Error code 1

Stop in /net/usr/ports/mail/emil.



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