Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Aug 2007 16:52:22 GMT
From:      bf <bf2006a@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/115875: mail/libetpan-0.52 fails on 6.2-stable i386 when built WITH_GNUTLS=yes
Message-ID:  <200708271652.l7RGqMfX048589@www.freebsd.org>
Resent-Message-ID: <200708271700.l7RH03oK051281@freefall.freebsd.org>

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

>Number:         115875
>Category:       ports
>Synopsis:       mail/libetpan-0.52 fails on 6.2-stable i386 when built WITH_GNUTLS=yes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 27 17:00:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        6.2-stable i386
>Organization:
>Environment:
>Description:
When built WITH_GNUTLS=yes, the build fails. Build transcripts available on request. Related software installed on my system are:  gnutls-1.6.3,  openssl-0.9.8e_1, and libiconv-1.9.2_2 from the ports system.  Adding CPPFLAGS="${CPPFLAGS} ${LOCALBASE}/include" to the CONFIGURE_ENV resolves two problems with the configure script, but doesn't fix the build.

A relevant portion of the build log:

 cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -D_REENTRANT -I/usr/local/in
clude -O2 -fno-strict-aliasing -pipe -march=athlon-tbird -I/usr/local/include -W -Wall -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.c
  -fPIC -DPIC -o .libs/parser.o
parser.c:189: error: syntax error before "cd"
parser.c: In function `iconv_utf32_char':
parser.c:233: error: `LEP_ICONV_FAIL' undeclared (first use in this function)
parser.c:233: error: (Each undeclared identifier is reported only once
parser.c:233: error: for each function it appears in.)
parser.c: In function `setup_unknown_encoding':
parser.c:240: error: syntax error before "cd"
parser.c:246: error: `cd' undeclared (first use in this function)
parser.c:246: warning: implicit declaration of function `iconv_open'
parser.c:247: error: `iconv_t' undeclared (first use in this function)
parser.c:294: warning: implicit declaration of function `iconv_close'
parser.c: At top level:
parser.c:301: error: syntax error before "iconv_t"
parser.c: In function `unknown_encoding_convert':
parser.c:317: error: structure has no member named `cd'
parser.c: In function `unknown_encoding_data_free':
parser.c:333: error: structure has no member named `cd'
parser.c: In function `unknown_encoding_handler':
parser.c:340: error: syntax error before "cd"
parser.c:352: error: `cd' undeclared (first use in this function)
parser.c:353: error: `iconv_t' undeclared (first use in this function)
parser.c:365: error: structure has no member named `cd'
parser.c: At top level:
parser.c:337: warning: unused parameter 'encdata'
parser.c:135: warning: unused parameter 'el'
gmake[7]: *** [parser.lo] Error 1
gmake[7]: Leaving directory `/usr/tmp/usr/ports/mail/libetpan/work/libetpan-0.52/src/low-level/feed'
gmake[6]: *** [all] Error 2
gmake[6]: Leaving directory `/usr/tmp/usr/ports/mail/libetpan/work/libetpan-0.52/src/low-level/feed'
gmake[5]: *** [all-recursive] Error 1
gmake[5]: Leaving directory `/usr/tmp/usr/ports/mail/libetpan/work/libetpan-0.52/src/low-level'
gmake[4]: *** [all] Error 2
gmake[4]: Leaving directory `/usr/tmp/usr/ports/mail/libetpan/work/libetpan-0.52/src/low-level'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/tmp/usr/ports/mail/libetpan/work/libetpan-0.52/src'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/tmp/usr/ports/mail/libetpan/work/libetpan-0.52/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/tmp/usr/ports/mail/libetpan/work/libetpan-0.52'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/mail/libetpan.

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



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