This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
c/2170: gcc version 2.95.3 19991030 (prerelease) stops with Error 1 when trying to make postfix-release-20010228 on OpenBSD 2.8 (ports)
- To: gcc-gnats at gcc dot gnu dot org
- Subject: c/2170: gcc version 2.95.3 19991030 (prerelease) stops with Error 1 when trying to make postfix-release-20010228 on OpenBSD 2.8 (ports)
- From: w dot zeikat at webseek dot de
- Date: 4 Mar 2001 15:12:04 -0000
- Reply-To: w dot zeikat at webseek dot de
>Number: 2170
>Category: c
>Synopsis: gcc version 2.95.3 19991030 (prerelease) stops with Error 1 when trying to make postfix-release-20010228 on OpenBSD 2.8 (ports)
>Confidential: no
>Severity: critical
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Mar 04 07:16:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator: w.zeikat@webseek.de
>Release: postfix-release-20010228 on OpenBSD 2.8
>Organization:
>Environment:
OpenBSD 2.8 on an i686 with IDE HD
>Description:
gcc -Wmissing-prototypes -Wformat -I/usr/local/include -DHAS_LDAP -g -O -I. -DOPENBSD2 -c vbuf_print.c
vbuf_print.c: In function `vbuf_print':
vbuf_print.c:234: Internal compiler error in `unsigned_condition', at jump.c:3339
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
*** Error code 1
Stop in /usr/ports/mail/postfix/stable/work-ldap/release-20010228/src/util.
*** Error code 1
Stop in /usr/ports/mail/postfix/stable/work-ldap/release-20010228 (line 33 of Makefile).
*** Error code 1
Stop in /usr/ports/mail/postfix/stable (line 1361 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1
Stop in /usr/ports/mail/postfix.
[root@krueger postfix]# make
===> mail/postfix/stable
===> mail/postfix/stable (ldap)
===> Building for postfix-release-20010228-ldap
set -e; for i in src/util src/global src/dns src/master src/postfix src/smtpstone src/sendmail src/error src/pickup src/cleanup src/smtpd src/local src/lmtp src/trivial-rewrite src/qmgr src/smtp src/bounce src/pipe src/showq src/postalias src/postcat src/postconf src/postdrop src/postkick src/postlock src/postlog src/postmap src/postsuper src/spawn src/flush; do (set -e; echo "[$i]"; cd $i; make "CC=gcc -Wmissing-prototypes -Wformat -I/usr/local/include -DHAS_LDAP" update MAKELEVEL=) || exit 1; done
[src/util]
gcc -Wmissing-prototypes -Wformat -I/usr/local/include -DHAS_LDAP -g -O -I. -DOPENBSD2 -c vbuf_print.c
vbuf_print.c: In function `vbuf_print':
vbuf_print.c:234: Internal compiler error in `unsigned_condition', at jump.c:3339
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
*** Error code 1
Stop in /usr/ports/mail/postfix/stable/work-ldap/release-20010228/src/util.
*** Error code 1
Stop in /usr/ports/mail/postfix/stable/work-ldap/release-20010228 (line 33 of Makefile).
*** Error code 1
Stop in /usr/ports/mail/postfix/stable (line 1361 of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1
Stop in /usr/ports/mail/postfix.
[root@krueger /root]# gcc -v
Reading specs from /usr/lib/gcc-lib/i386-unknown-openbsd2.8/2.95.3/specs
gcc version 2.95.3 19991030 (prerelease)
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: