Summary: | math/gsl fails to build on Alpha | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Rob Byrnes <rbyrnes> |
Component: | Individual Port(s) | Assignee: | Pav Lucistnik <pav> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | rbyrnes |
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Rob Byrnes
2003-11-13 00:30:20 UTC
Responsible Changed From-To: gnats-admin->freebsd-ports-bugs Fix confidential, category, responsible. Responsible Changed From-To: freebsd-ports-bugs->pav I'll look into it. State Changed From-To: open->closed I committed a fix. Pav,
I tried to build math/gsl after you fix went in, it's still failing at
the same point during the build.
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -mieee -mfp-rounding-mode=3Dd -O
-pipe -funro
ll-loops -fforce-mem -fforce-addr -mcpu=3Dev56 -c env.c -o env.o
>/dev/null 2>&1
mv -f .libs/env.lo env.lo
/bin/sh ../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I.. =
-I..
-miee
e -mfp-rounding-mode=3Dd -O -pipe -funroll-loops -fforce-mem =
-fforce-addr
-mcpu=3Dev
56 -c -o fp.lo `test -f 'fp.c' || echo './'`fp.c
rm -f .libs/fp.lo
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -mieee -mfp-rounding-mode=3Dd -O
-pipe -funro
ll-loops -fforce-mem -fforce-addr -mcpu=3Dev56 -c fp.c -fPIC -DPIC -o
.libs/fp.lo
In file included from fp.c:26:
fp-freebsd.c: In function `gsl_ieee_set_mode':
fp-freebsd.c:27: syntax error before `prec'
fp-freebsd.c:34: `prec' undeclared (first use in this function)
fp-freebsd.c:34: (Each undeclared identifier is reported only once
fp-freebsd.c:34: for each function it appears in.)
fp-freebsd.c:34: `FP_PS' undeclared (first use in this function)
fp-freebsd.c:38: `FP_PD' undeclared (first use in this function)
fp-freebsd.c:42: `FP_PE' undeclared (first use in this function)
fp-freebsd.c:72: `FP_X_DNML' undeclared (first use in this function)
*** Error code 1
=20
Stop in /usr/ports/math/gsl/work/gsl-1.4/ieee-utils.
*** Error code 1
=20
Sorry, I made a mistake and patched amd64 instead of alpha. Try now :) -- Pav Lucistnik <pav@FreeBSD.org> <pav@oook.cz> |