Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2001 08:59:16 +0100
From:      Andreas Klemm <andreas@freebsd.org>
To:        freebsd-stable@freebsd.org
Subject:   did last changes on make break things (some ports refuse to build)
Message-ID:  <20010219085916.A41216@titan.klemm.gtn.com>

next in thread | raw e-mail | index | archive | help

--PEIAKu/WMn1b1Hv9
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

i.e.:
when trying to compile windowmaker
freetype2 is being build and fails with

updating cache ./config.cache
creating ./config.status
creating unix-cc.mk
creating unix-def.mk
creating freetype-config
creating ftconfig.h
ftconfig.h is unchanged
Makefile:30: -Its: No such file or directory
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Makefile:30: 1/builds/toplevel.mk: No such file or directory
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gmake: *** No rule to make target `1/builds/toplevel.mk'.  Stop.
*** Error code 2

Stop in /usr/ports/print/freetype2.
*** Error code 1

I already noticed that trying to compile other ports.
Sorry, I don't remember which one exactly, would have
written it down, if I knew, that this might become important.

FreeBSD titan.klemm.gtn.com 4.2-STABLE FreeBSD 4.2-STABLE #0: Sat Feb 17 11=
:05:48 CET 2001     root@titan.klemm.gtn.com:/usr/src/sys/compile/TITAN  i3=
86

Other ports I installed:
ORBit-0.5.7
XFree86-3.3.6_7
a2ps-letter-4.13
agrep-2.04
autoconf-2.13
automake-1.4
boehm-gc-5.3_1
bzip2-1.0.1
cvsup-bin-16.1
de-dict-1.2
de-ispell-alt-19991219_2
docbook-1.2
docbook-241
docbook-3.0
docbook-3.1
docbook-4.0
docbook-4.1
docproj-1.1
dsssl-docbook-modular-1.60_2
esound-0.2.22
fetchmail-5.6.3
freetype-1.3.1_1
gdbm-1.8.0
gettext-0.10.35
ghostscript-6.50_2
glib-1.2.8
gmake-3.79.1
gnupg-1.0.4_3
gtk-1.2.8_1
hdf-4.1r3
html-4.01
imlib-gtk-1.9.8.1
ion-20010216
isc-dhcp3-3.0.b2.16
iso8879-1986
jade-1.2.1
jadetex-2.20_1
jbigkit-1.2
jpeg-6b
junkfilter-20000313
leafnode+-2.11
libaudiofile-0.2.0
librep-0.13.4
libtool-1.3.4_2
libungif-4.1.0b1
libwmf-0.1.21
libwww-5.3.1
linux-netscape-communicator-4.76
linux_base-6.1
linuxdoc-1.1
lynx-ssl-2.8.3.1
lyx-1.1.5.2
m4-1.4
mkcatalog-1.1
mpeg2codec-1.2
mutt-1.2.5
netcat-1.10
netpbm-9.10
netscape-remote-1.0
netscape-wrapper-2000.07.07
patch-2.5_1
png-1.0.9
popt-1.5.1
procmail-3.15.1
psutils-letter-1.17_1
python-2.0
qpopper-3.1.2_1
rpm-3.0.6_4
samba-2.0.7
sane-gtk-1.0.3_1
sgmlformat-1.7
squid-2.3
tcl-8.3.1
teTeX-1.0.7
tidy-20000804
tiff-3.5.5
tk-8.3.1
transfig-3.2.3c
unzip-5.42
w3m-0.1.11.p.23
xbuffy-3.3
xforms-0.89
xpm-3.4k
xsane-gtk-0.70
xv-3.10a

Settings in /etc/make.conf:
#CFLAGS+=3D-pipe -O
COPTFLAGS+=3D-pipe -O

# avoid compiling profiled libraries
NOPROFILE=3D	true

# build "compat" shared libraries
COMPAT1X=3D	yes
COMPAT20=3D	yes
COMPAT21=3D	yes
COMPAT22=3D	yes
COMPAT3X=3D	yes

# update /usr/include during make world
CLOBBER=3Dyes

# use ftpds internal ls function
FTPD_INTERNAL_LS=3Dyes

# Compare before install
INSTALL=3Dinstall -C

# Motif settings
HAVE_MOTIF=3D	yes
MOTIF_STATIC=3D	yes
MOTIFLIB=3D	-L/usr/dt/lib -lXm

# fine tune top table size
TOP_TABLE_SIZE=3D 100

# What handbook language to build...
DOC_LANG=3Den_US.ISO_8859-1

###
### General Ports related things
###

# for some ports
#PREFIX=3D/usr/local
# for titan basic services
#PREFIX=3D/home/local

# build USA only ports
USA_RESIDENT=3DYES

# force installation of a port
FORCE_PKG_REGISTER=3D	YES
FORCE_PACKAGE=3D		YES

# get GNU software from DPN
MASTER_SITE_GNU=3D	ftp://ftp.du.gtn.com/pub/gnu/%SUBDIR%/

###
### Specific Ports related things
###

# where to build ports
#WRKDIRPREFIX=3D/tmp

# communicator with fortify
USE_128BIT=3Dyes

# document project
JADETEX=3Dyes

# inn port
NEWSSPOOL=3D/internet/news
NEWSLIB=3D${PREFIX}/news
NEWSLOG=3D/var/log/news
NEWSMAN=3D${PREFIX}/man
NEWSINFO=3D${PREFIX}/info

# vim
HAVE_GTK=3Dyes
#PACKAGE_BUILDING=3Dyes

# vmware port
# USE_LINPROC=3Dyes

# change prompt of tacacs port
TAC_CHANGE_PROMPT=3DYES
TAC_EXPIRE_MASTER_PASSWD=3DYES
#TAC_IOS_VERSION=3D12

# ghostscript
PDFENCRYPT=3Dyes

# PATCH
PATCH_DEBUG=3Dyes

# To build sys/modules when building the world (our old way of doing things)
MODULES_WITH_WORLD=3Dtrue	# do not build modules when building kernel

# Patented in the USA and many european countries - thought to be OK to
# use for any non-commercial use.  This is optional.
WITH_IDEA=3D	YES	# IDEA (128 bit symmetric encryption)
MAKE_IDEA=3D	YES	# IDEA (128 bit symmetric encryption)

#
# Patented in the USA only (due to expire in September 2000).  RSA is
# required for OpenSSH.  Either use this or ports/security/rsaref.
WITH_RSAINTL=3D	YES	# RSA (public key exchange)

# mpg123
#
OPT_ARCH=3Di586

#
# apsfilter
#
HOSTNAME=3D	titan.klemm.gtn.com
APSWWWDEST=3D	/usr/local/www/data/apsfilter
APSCGIDEST=3D	/usr/local/www/cgi-bin
APSWWWOWN=3D	andreas
APSWWWGRP=3D	andreas
APSWWWMODE=3D	664
APSCVS=3D		/home/andreas/sitebackup/cosmo/apscvs/APSCVS
APSARCHIVE=3D	/home/andreas/src/apsarchive

#
# apsfilter documentation project
#
APSDOCOWN=3D	andreas
APSDOCGRP=3D	andreas
APSDOCMOD=3D	0664

# leafnode
LEAFSPOOLDIR=3D  /internet/leafnode

# lyx
WITH_ISPELL=3D	yes

# sawfish
WITH_GNOME=3D	yes

MASTER_SITE_OVERRIDE=3Dftp://ftp.de.FreeBSD.org/pub/FreeBSD/ports/distfiles=
/${DIST_SUBDIR}/

	Andreas ///

--=20
Andreas Klemm - Powered by FreeBSD 4.2 SMP
Need a magic printfilter today ? -> http://www.apsfilter.org/

--PEIAKu/WMn1b1Hv9
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (FreeBSD)
Comment: Weitere Infos: siehe http://www.gnupg.org

iD8DBQE6kNJTd3o+lGxvbLoRAuIcAJ9MGeQ3+MXaqoeN9buyKTbQntZqdgCZAT7F
oWYHWLsmrueKNE0kcFh/bP0=
=8UiX
-----END PGP SIGNATURE-----

--PEIAKu/WMn1b1Hv9--



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010219085916.A41216>