"makeinfo, install-info not found" upgrading service jails to 7.0

Ruben Lara bermejator at hotmail.com
Tue Mar 25 08:42:22 PDT 2008


Hi all!!!

After two weeks of  many problems upgrading system to 7.0, i found some problems while upgrading ports in service jails (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails-application.html).

I have four jails (www, ftp, mysql, dns) and when i run portupgrade -faP in each, some ports can't finish update.

I get some errors with "libc.so.6" and some other libreries, i solved it installing compat6x port
Other errors with "makeinfo: not found" i solved it installing print/texinfo port.
But now i have problem with "install-info: not found"

I google it and rode than install-info as makeinfo are freebsd base packages, so i think, i had any problem with make buildworld and my /etc/make.conf building my service jails.

I show you my personalized make.conf (for service jails), and i would like know if i disabled any directive necessary for the proper functioning of the system and solve my problems with the programs that previously appointed.

/etc/make.conf:

CPUTYPE?=athlon64
CFLAGS= -O -pipe
COPTFLAGS= -O -pipe
INSTALL=install -C


NO_ACPI=true		# do not build acpiconf(8) and related programs
#NO_ATM=		# do not build ATM related programs and libraries
NO_AUTHPF=true		# do not build and install authpf (setuid/gid)
NO_BLUETOOTH=true		# do not build Bluetooth related stuff
NO_BOOT=true		# do not build boot blocks and loader
#NO_CRYPT=		# do not build any crypto code
#NO_CVS=		# do not build CVS
#NO_CXX=		# do not build C++ and friends
#NO_DICT=		# do not build the Webster dictionary files
#NO_DYNAMICROOT=	# do not link /bin and /sbin dynamically
NO_FORTRAN=true			# do not build g77 and related libraries
NO_GAMES=true			# do not build games (games/ subdir)
NO_GDB=true		# do not build GDB
NO_GPIB=true		# do not build GPIB support
NO_I4B=true		# do not build isdn4bsd package
NO_INET6=true		# do not build IPv6 related programs and libraries
NO_INFO=true		# do not make or install info files
NO_IPFILTER=true		# do not build IP Filter package
NO_KERBEROS=true		# do not build and install Kerberos 5 (KTH Heimdal)
#NO_LIBC_R=		# do not build libc_r (re-entrant version of libc)
#NO_LIBPTHREAD=		# do not build libpthread (M:N threading library)
#NO_LIBTHR=		# do not build libthr (1:1 threading library)
NO_LPR=true			# do not build lpr and related programs
NO_MAILWRAPPER=true	# do not build the mailwrapper(8) MTA selector
NO_MAN=true		# do not build manual pages
NO_MODULES=true		# do not build modules with the kernel
NO_NETCAT=true		# do not build netcat
NO_NIS=true		# do not build NIS support and related programs.
#			# If NO_NIS is set, you might need to adopt your
#			# nsswitch.conf(5) and remove `nis' entries.
#NO_NLS_CATALOGS=	# do not build NLS catalog support for csh(1)
NO_OBJC=true			# do not build Objective C support
NO_OPENSSH=true		# do not build OpenSSH
#NO_OPENSSL=		# do not build OpenSSL (implies NO_KERBEROS/NO_OPENSSH)
NO_PF=true			# do not build PF firewall package
NO_PROFILE=true			# Avoid compiling profiled libraries
NO_RCMDS=true		# do not build or install BSD r* commands (rsh, etc).
NO_SENDMAIL=true		# do not build sendmail and related programs
#NO_SHARE=		# do not go into the share subdir
#NO_SHARED= 		# build /bin and /sbin statically linked (bad idea)
NO_SHAREDOCS=true		# do not build the 4.4BSD legacy docs
#NO_TCSH=		# do not build and install /bin/csh (which is tcsh)
#NO_TOOLCHAIN=		# do not build programs for program development
NO_USB=true		# do not build usbd(8) and related programs

PPP_NO_NAT=true 		# do not build with NAT support (see make.conf(5))
PPP_NO_NETGRAPH=true	 	# do not build with Netgraph support
PPP_NO_RADIUS=true	 	# do not build with RADIUS support
PPP_NO_SUID=true		# build with normal permissions

#NO_BIND=		# Do not build any part of BIND
#NO_BIND_DNSSEC=true	# Do not build dnssec-keygen, dnssec-signzone
#NO_BIND_ETC=true		# Do not install files to /etc/namedb
#NO_BIND_LIBS_LWRES=true	# Do not install the lwres library
#NO_BIND_MTREE=true		# Do not run mtree to create chroot directories
#NO_BIND_NAMED=true		# Do not build named, rndc, lwresd, etc.
#NO_BIND_UTILS=		# Do not build dig, host, nslookup, nsupdate
#WITH_BIND_LIBS=	# Install the BIND libs and include files

SUP=            /usr/bin/csup
SUPFLAGS=       -g -L 2
SUPHOST=        cvsup.es.FreeBSD.org
SUPFILE=        /root/supfile_jails

DOC_LANG=	en_US.ISO8859-1 es_ES.ISO8859-15 es_ES.ISO8859-1

NO_WPA_SUPPLICANT_EAPOL=true

# added by use.perl 2007-05-25 05:49:34
PERL_VER=5.8.8

Anybody can help me?
Thank you in advance.
Rubén Lara
_________________________________________________________________
MSN Video. 
http://video.msn.com/?mkt=es-es


More information about the freebsd-stable mailing list