Bug 48678 - lang/moscow_ml port broken on 5.0
Summary: lang/moscow_ml port broken on 5.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-25 17:30 UTC by Matthias Buelow
Modified: 2003-06-15 14:34 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Buelow 2003-02-25 17:30:06 UTC
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.
Comment 1 Christian Weisgerber freebsd_committer freebsd_triage 2003-02-27 17:16:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->chuckr

Over to maintainer.
Comment 2 Kris Kennaway freebsd_committer freebsd_triage 2003-06-08 01:34:32 UTC
Responsible Changed
From-To: chuckr->freebsd-ports-bugs

Chuck no longer maintains this port
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2003-06-15 14:33:45 UTC
State Changed
From-To: open->closed

A fix was committed. Thanks for reporting.