*BSD News Article 70543


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!news.hawaii.edu!news.uoregon.edu!vixen.cso.uiuc.edu!howland.reston.ans.net!newsfeed.internetmci.com!tezcat.com!news.ner.bbnplanet.net!news.tufts.edu!blanket.mitre.org!sed.psrw.com!psinntp	!psinntp!psinntp!psinntp!ivgreen2.cellerity.com!pubxfer.news.psi.net!not-for-mail
From: mbartley@lear35.cytex.com (Matt Bartley)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: arena-b2b won't compile or install
Date: 9 Jun 1996 12:26:33 -0700
Organization: none
Lines: 60
Message-ID: <4pf8h9$18i@lear35.cytex.com>
NNTP-Posting-Host: 38.252.97.5

I've been having a fustrating time trying to get a working copy of
arena-b2b on my system, which is FreeBSD-current, last SUP this
morning.

This is what happens when I try to compile arena-b2b from
/usr/ports/www/arena:

# pwd
/usr/ports/www/arena
# cat /usr/ports/.ctm_status
ports-cur 1057
# make
Checksums OK.
===>  Building for arena-b2b
cd /usr/ports/www/arena/work/WWW/Library/freebsd; make
Include files generated from hypertext.
cd /usr/ports/www/arena/work/WWW; ln -fs /usr/local/include Implementation
cd /usr/ports/www/arena/work/WWW/Arena/freebsd;  make LFLAGS=-L/usr/local/lib
  JPEGDIR=/usr/ports/www/arena/work/WWW PNGDIR=/usr/ports/www/arena/work/WWW
  ZLIBDIR=/usr/ports/www/arena/work/WWW  JPEGLIB=-ljpeg PNGLIB=-lpng ZLIB=-lz
cc -c -o ../../Arena/freebsd/icon.o -O -I/usr/X11R6/include -I../../Library/
  Implementation/ -I../../Arena/Implementation/ ../../Arena/Implementation/
  icon.c
../../Arena/Implementation/icon.c:49: macro `index' used without args
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
#

I tried installing the precompiled arena-2b2 package from
packages-current.  First, I found that it depends on libwww.so which
isn't mentioned as a dependency in the port.  So I installed libwww,
and now I get:

$ ldd /usr/local/bin/arena
/usr/local/bin/arena:
	-ljpeg.6 => /usr/local/lib/libjpeg.so.6.0 (0x8057000)
	-lpng.0 => /usr/local/lib/libpng.so.0.88 (0x8081000)
	-lz.1 => /usr/local/lib/libz.so.1.0 (0x8092000)
	-lX11.6 => /usr/X11R6/lib/libX11.so.6.1 (0x809e000)
	-lwww.4 => /usr/local/lib/libwww.so.4.0 (0x8133000)
	-lm.2 => /usr/lib/libm.so.2.0 (0x8172000)
	-lc.3 => /usr/lib/libc.so.3.0 (0x818a000)
$ arena
ld.so failed: Undefined symbol "_styleSheet" in arena:/usr/local/lib/
  libwww.so.4.0
$

I searched the archives for the -ports mailing list and didn't find
anything concerning this.