From owner-freebsd-ports-bugs Tue Feb 25 9:30:16 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D98237B405 for ; Tue, 25 Feb 2003 09:30:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3390243FDF for ; Tue, 25 Feb 2003 09:30:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1PHU7NS038341 for ; Tue, 25 Feb 2003 09:30:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1PHU7ur038340; Tue, 25 Feb 2003 09:30:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C05C037B401 for ; Tue, 25 Feb 2003 09:22:31 -0800 (PST) Received: from reiher.informatik.uni-wuerzburg.de (wi4d22.informatik.uni-wuerzburg.de [132.187.101.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 359F043FA3 for ; Tue, 25 Feb 2003 09:22:30 -0800 (PST) (envelope-from mkb@reiher.informatik.uni-wuerzburg.de) Received: by reiher.informatik.uni-wuerzburg.de (Postfix, from userid 1000) id B7B675C25; Tue, 25 Feb 2003 18:22:38 +0100 (CET) Message-Id: <20030225172238.B7B675C25@reiher.informatik.uni-wuerzburg.de> Date: Tue, 25 Feb 2003 18:22:38 +0100 (CET) From: Matthias Buelow Reply-To: Matthias Buelow To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/48678: lang/moscow_ml port broken on 5.0 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48678 >Category: ports >Synopsis: lang/moscow_ml port broken on 5.0 >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 25 09:30:06 PST 2003 >Closed-Date: >Last-Modified: >Originator: Matthias Buelow >Release: FreeBSD 5.0-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD reiher.informatik.uni-wuerzburg.de 5.0-RELEASE-p2 FreeBSD 5.0-RELEASE-p2 #0: Sun Feb 23 01:38:51 CET 2003 root@reiher.informatik.uni-wuerzburg.de:/usr/obj/usr/src/sys/REIHER i386 >Description: The lang/moscow_ml port doesn't build on 5.0-p2: $ make ... cd intinf; make INCDIR=../../runtime gcc -Dunix -O2 -fno-defer-pop -fPIC -I../../runtime -c -o intinf.o intinf.c intinf.c:4:17: gmp.h: No such file or directory intinf.c: In function `largeint_finalize': intinf.c:85: `MP_INT' undeclared (first use in this function) intinf.c:85: (Each undeclared identifier is reported only once intinf.c:85: for each function it appears in.) intinf.c:85: `mpint' undeclared (first use in this function) intinf.c:85: syntax error before ')' token intinf.c: In function `largeint_alloc': intinf.c:157: `MP_INT' undeclared (first use in this function) intinf.c: In function `largeint_make': intinf.c:175: `MP_INT' undeclared (first use in this function) intinf.c:175: syntax error before ')' token intinf.c: In function `largeint_make_si': intinf.c:182: `MP_INT' undeclared (first use in this function) intinf.c:182: syntax error before ')' token intinf.c: In function `largeint_set': intinf.c:188: `MP_INT' undeclared (first use in this function) intinf.c:188: syntax error before ')' token intinf.c:188: syntax error before ')' token intinf.c: In function `largeint_set_si': intinf.c:194: `MP_INT' undeclared (first use in this function) intinf.c:194: syntax error before ')' token intinf.c: In function `largeint_to_si': intinf.c:200: `MP_INT' undeclared (first use in this function) intinf.c:200: syntax error before ')' token intinf.c: In function `largeint_neg': intinf.c:209: `MP_INT' undeclared (first use in this function) intinf.c:209: syntax error before ')' token intinf.c:209: syntax error before ')' token intinf.c: In function `largeint_add': intinf.c:215: `MP_INT' undeclared (first use in this function) intinf.c:215: syntax error before ')' token intinf.c:215: syntax error before ')' token intinf.c:215: syntax error before ')' token intinf.c: In function `largeint_sub': intinf.c:221: `MP_INT' undeclared (first use in this function) intinf.c:221: syntax error before ')' token intinf.c:221: syntax error before ')' token intinf.c:221: syntax error before ')' token intinf.c: In function `largeint_mul': intinf.c:227: `MP_INT' undeclared (first use in this function) intinf.c:227: syntax error before ')' token intinf.c:227: syntax error before ')' token intinf.c:227: syntax error before ')' token intinf.c: In function `largeint_tdiv': intinf.c:234: `MP_INT' undeclared (first use in this function) intinf.c:234: syntax error before ')' token intinf.c:234: syntax error before ')' token intinf.c:234: syntax error before ')' token intinf.c: In function `largeint_tmod': intinf.c:240: `MP_INT' undeclared (first use in this function) intinf.c:240: syntax error before ')' token intinf.c:240: syntax error before ')' token intinf.c:240: syntax error before ')' token intinf.c: In function `largeint_tdivmod': intinf.c:246: `MP_INT' undeclared (first use in this function) intinf.c:246: syntax error before ')' token intinf.c:246: syntax error before ')' token intinf.c:247: syntax error before ')' token intinf.c:247: syntax error before ')' token intinf.c: In function `largeint_fdiv': intinf.c:254: `MP_INT' undeclared (first use in this function) intinf.c:254: syntax error before ')' token intinf.c:254: syntax error before ')' token intinf.c:254: syntax error before ')' token intinf.c: In function `largeint_fmod': intinf.c:260: `MP_INT' undeclared (first use in this function) intinf.c:260: syntax error before ')' token intinf.c:260: syntax error before ')' token intinf.c:260: syntax error before ')' token intinf.c: In function `largeint_fdivmod': intinf.c:266: `MP_INT' undeclared (first use in this function) intinf.c:266: syntax error before ')' token intinf.c:266: syntax error before ')' token intinf.c:267: syntax error before ')' token intinf.c:267: syntax error before ')' token intinf.c: In function `largeint_cmp': intinf.c:273: `MP_INT' undeclared (first use in this function) intinf.c:273: syntax error before ')' token intinf.c:273: syntax error before ')' token intinf.c: In function `largeint_cmp_si': intinf.c:284: `MP_INT' undeclared (first use in this function) intinf.c:284: syntax error before ')' token intinf.c: In function `largeint_sizeinbase': intinf.c:294: `MP_INT' undeclared (first use in this function) intinf.c:294: syntax error before ')' token intinf.c: In function `largeint_set_str': intinf.c:308: `MP_INT' undeclared (first use in this function) intinf.c:308: syntax error before ')' token intinf.c: In function `largeint_get_str': intinf.c:318: `MP_INT' undeclared (first use in this function) intinf.c:318: syntax error before ')' token intinf.c:321: syntax error before ')' token intinf.c: In function `largeint_pow_ui': intinf.c:334: `MP_INT' undeclared (first use in this function) intinf.c:334: syntax error before ')' token intinf.c:334: syntax error before ')' token *** Error code 1 Stop in /usr/ports/lang/moscow_ml/work/mosml/src/dynlibs/intinf. *** Error code 1 Stop in /usr/ports/lang/moscow_ml/work/mosml/src/dynlibs. *** Error code 1 Stop in /usr/ports/lang/moscow_ml/work/mosml/src. *** Error code 1 Stop in /usr/ports/lang/moscow_ml. >How-To-Repeat: Try to build lang/moscow_ml on 5.0/i386. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message