Problems with portsdb -Uu on FreeBSD 6.3
perikillo
perikillo at gmail.com
Tue Sep 9 00:16:28 UTC 2008
This cannot be possible:
Updating the ports index ... Generating INDEX.tmp - please wait.."Makefile",
line 56: Could not find bsd.port.options.mk
make: fatal errors encountered -- cannot continue
===> sysutils/apcupsd failed
*** Error code 1
Again!!!
Now, this could be a bug or what?
I follow your instructions Sean and look again the same error, same
port!!!
This is my ports-supfile
*default host=cvsup10.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
*default compress
## Ports Collection.
ports-all
This is my make.conf
CPUTYPE?=pentium4
#NO_CPU_CFLAGS= # Don't add -march=<cpu> to CFLAGS automatically
#NO_CPU_COPTFLAGS= # Don't add -march=<cpu> to COPTFLAGS automatically
#
CFLAGS= -O -pipe
#
CXXFLAGS+= -fconserve-space
#
MAKE_SHELL?=sh
#
BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
-Wcast-qual -Wchar-subscripts -Winline \
-Wmissing-prototypes -Wnested-externs -Wpointer-arith \
-Wredundant-decls -Wshadow -Wstrict-prototypes
-Wwrite-strings
COPTFLAGS= -O -pipe
# Mtree will follow symlinks
MTREE_FOLLOWS_SYMLINKS= -L
# To enable installing ssh(1) with the setuid bit turned on
ENABLE_SUID_SSH=
#ENABLE_SUID_NEWGRP=
#
# To avoid building various parts of the base system:
NO_ACPI= # do not build acpiconf(8) and related programs
NO_ATM= # do not build ATM related programs and libraries
#NO_AUTHPF= # do not build and install authpf (setuid/gid)
NO_BLUETOOTH= # do not build Bluetooth related stuff
#NO_BOOT= # 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= # do not build g77 and related libraries
NO_GAMES= # do not build games (games/ subdir)
#NO_GDB= # do not build GDB
#NO_GPIB= # do not build GPIB support
NO_I4B= # do not build isdn4bsd package
NO_INET6= # do not build IPv6 related programs and libraries
#NO_INFO= # do not make or install info files
NO_IPFILTER= # do not build IP Filter package
#NO_KERBEROS= # 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= # do not build lpr and related programs
#NO_MAILWRAPPER= # do not build the mailwrapper(8) MTA selector
#NO_MAN= # do not build manual pages
#NO_MODULES= # do not build modules with the kernel
#NO_NETCAT= # do not build netcat
#NO_NIS= # 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= # do not build Objective C support
#NO_OPENSSH= # do not build OpenSSH
#NO_OPENSSL= # do not build OpenSSL (implies
NO_KERBEROS/NO_OPENSSH)
NO_PF= # do not build PF firewall package
#NO_PROFILE= # Avoid compiling profiled libraries
NO_RCMDS= # do not build or install BSD r* commands (rsh,
etc).
#NO_SENDMAIL= # 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= # 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= # do not build usbd(8) and related programs
#
# Variables that control how ppp(8) is built.
PPP_NO_NAT= # do not build with NAT support (see make.conf(5))
PPP_NO_NETGRAPH= # do not build with Netgraph support
PPP_NO_RADIUS= # do not build with RADIUS support
PPP_NO_SUID= # build with normal permissions
#
TRACEROUTE_NO_IPSEC= # do not build traceroute(8) with IPSEC support
NO_BIND= # Do not build any part of BIND
#NO_BIND_DNSSEC= # Do not build dnssec-keygen, dnssec-signzone
#NO_BIND_ETC= # Do not install files to /etc/namedb
#NO_BIND_LIBS_LWRES= # Do not install the lwres library
#NO_BIND_MTREE= # Do not run mtree to create chroot directories
#NO_BIND_NAMED= # 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
#
# To build sys/modules when building the world (our old way of doing things)
#MODULES_WITH_WORLD= # do not build modules when building kernel
#
# The list of modules to build instead of all of them.
#MODULES_OVERRIDE= linux ipfw
#
# The list of modules to never build, applied *after* MODULES_OVERRIDE.
#WITHOUT_MODULES= bktr plip
#
#
NO_MANCOMPRESS=
#PRINTERDEVICE= ps
BOOTWAIT=0
# COM1: = 0x3F8, COM2: = 0x2F8, COM3: = 0x3E8, COM4: = 0x2E8
#BOOT_COMCONSOLE_PORT= 0x3F8
BOOT_COMCONSOLE_SPEED= 115200
#LOADER_TFTP_SUPPORT= YES
#ENABLE_SUID_K5SU=
#SUP_UPDATE=
#
#SUP= /usr/bin/csup
#SUPFLAGS= -g -L 2
#SUPHOST= cvsup.uk.FreeBSD.org
#SUPFILE= /usr/share/examples/cvsup/standard-supfile
#PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile
#DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile
#TOP_TABLE_SIZE= 101
DOC_LANG= en_US.ISO8859-1
#SENDMAIL_MC=/etc/mail/myconfig.mc
#SENDMAIL_SUBMIT_MC=/etc/mail/mysubmit.mc
#SENDMAIL_ADDITIONAL_MC=/etc/mail/foo.mc /etc/mail/bar.mc
#SENDMAIL_CF_DIR=/usr/local/share/sendmail/cf
#SENDMAIL_M4_FLAGS=
# with SASLv1:
# SENDMAIL_CFLAGS=-I/usr/local/include/sasl1 -DSASL
# SENDMAIL_LDFLAGS=-L/usr/local/lib
# SENDMAIL_LDADD=-lsasl
#
# with SASLv2:
# SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2
# SENDMAIL_LDFLAGS=-L/usr/local/lib
# SENDMAIL_LDADD=-lsasl2
#SENDMAIL_CFLAGS=
#SENDMAIL_LDFLAGS=
#SENDMAIL_LDADD=
#SENDMAIL_DPADD=
#SENDMAIL_SET_USER_ID=
#SENDMAIL_MAP_PERMS=
NO_WPA_SUPPLICANT_EAPOL=true
# added by use.perl 2008-09-06 19:36:04
PERL_VER=5.8.8
PERL_VERSION=5.8.8
This could be a bug or what?
What else I could do?
Thanks for your support!!!
On Mon, Sep 8, 2008 at 4:43 PM, Sean Cavanaugh <millenia2000 at hotmail.com>wrote:
> --------------------------------------------------
> From: "perikillo" <perikillo at gmail.com>
> Sent: Monday, September 08, 2008 7:25 PM
> To: "FreeBSD Mailing List" <freebsd-questions at freebsd.org>
> Subject: Re: Problems with portsdb -Uu on FreeBSD 6.3
>
> http://www.freebsd.org/doc/en/books/handbook/portsnap.html
>>
>> I supposes that "portsnap extract" have to run just once, latter u have
>> to
>> just run portsnap fetch && portsnap update?
>>
>> Sean, u say that I better mix cvsup + portsnap?
>>
>> This is normal? This would not broke my tree?
>>
>> Right now I already run cvsup and is running portsdb -Uu, I will let u
>> know what happend, thanks!!!
>>
>>
> I've never fully trusted portsnap. I do run portsnap fetch before every
> portupgrade but I always follow it up with CVSUP and I usually find some
> more files that get changed anyway.
>
More information about the freebsd-questions
mailing list