Discussion:
regression: port www/squid fails to build on ia64 head
(too old to reply)
Anton Shterenlikht
2009-12-11 16:04:39 UTC
Permalink
ia64
kern.osrelease: 9.0-CURRENT
Hm, this is not my area of expertise.
I usually build-test the default configuration on at least the latest
7.x and 8.x release on i386 and amd64 and it builds fine there. The
committer usually runs a tinderbox build, too and notifies me of any
errors (but only on amd64 and i386 AFAIK). It's possible that either
ia64 or -CURRENT is breaking things but I cannot tell for sure.
kern.osrevision: 199506
kern.osreldate: 900004
cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -O2 -pipe -fno-strict-aliasing -D_REENTRANT -MT yp_auth.o -MD -MP -MF .deps/yp_auth.Tpo -c -o yp_auth.o yp_auth.c
mv -f .deps/yp_auth.Tpo .deps/yp_auth.Po
cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -O2 -pipe -fno-strict-aliasing -D_REENTRANT -MT nis_support.o -MD -MP -MF .deps/nis_support.Tpo -c -o nis_support.o nis_support.c
mv -f .deps/nis_support.Tpo .deps/nis_support.Po
cc -O2 -pipe -fno-strict-aliasing -D_REENTRANT -g -o yp_auth yp_auth.o nis_support.o -L../../../lib -lmiscutil -lcrypt -pthread -lmd -lm
: undefined reference to `yp_match'
*** Error code 1
Stop in /usr/ports/www/squid/work/squid-2.7.STABLE7/helpers/basic_auth/YP.
*** Error code 1
Please advise
You might want to ask on the -current or -ia64 mailinglist about this
particular error. I just checked on 8-STABLE/amd64 and the YP helper
builds fine there.
Did you configure anything particular in your make.conf that might
explain this (modified CFLAGS or somesuch)?
# cat /etc/make.conf
# $FreeBSD: src/share/examples/etc/make.conf,v 1.279 2007/01/17 12:43:06 des Exp $

NO_MODULES= # do not build modules with the kernel
# added by use.perl 2009-09-23 14:34:53
PERL_VERSION=5.10.1
#

Marcel, can you reproduce this on your ia64?

many thanks
--
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 331 5944
Fax: +44 (0)117 929 4423
Marcel Moolenaar
2009-12-11 19:05:58 UTC
Permalink
Post by Anton Shterenlikht
You might want to ask on the -current or -ia64 mailinglist about this
particular error. I just checked on 8-STABLE/amd64 and the YP helper
builds fine there.
Did you configure anything particular in your make.conf that might
explain this (modified CFLAGS or somesuch)?
# cat /etc/make.conf
# $FreeBSD: src/share/examples/etc/make.conf,v 1.279 2007/01/17 12:43:06 des Exp $
NO_MODULES= # do not build modules with the kernel
# added by use.perl 2009-09-23 14:34:53
PERL_VERSION=5.10.1
#
Marcel, can you reproduce this on your ia64?
No, I can't seem to reproduce it. It builds just fine for me.
I have the log here (starting with the kernel booting):
http://ns1.xcllnt.net/~marcel/squid.log

Maybe NO_MODULES is interfering?
FYI,
--
Marcel Moolenaar
***@mac.com
Loading...