6.2->8.0 current w/ custom /etc/make.conf



Hi All,

I've many times successfully gone to 7.0 or 8.0 current.

cat << EOF > /etc/make.conf
NO_ATM=true # do not build ATM related programs and libraries
NO_AUTHPF=true # do not build and install authpf (setuid/gid)
NO_FORTRAN=true # do not build g77 and related libraries
NO_GAMES=true # do not build games (games/ subdir)
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_OBJC=true # do not build Objective C support
NO_PF=true # do not build PF firewall package
NO_PROFILE=true # do not build Profiling libs
EOF

I have some other things, but they are irrelevant.
Next, I follow the standard steps in /usr/src/Makefile to upgrade.
including
make delete-old delete-old-libs

Next, After the final reboot, I did
# pkg_add -r bash sudo vim-lite
$ sysutils/libchk ; sudo make install clean
$ sudo libchk

Unresolvable link(s) found in: /sbin/pflogd
libc.so.6
libpcap.so.4
libutil.so.5
Unresolvable link(s) found in: /sbin/pfctl
libmd.so.3
libm.so.4
libc.so.6
Unresolvable link(s) found in: /sbin/atmconfig
libc.so.6
libbsnmp.so.3
/usr/bin/sscop
libngatm.so.2
libc.so.6
libnetgraph.so.2
libbegemot.so.2

....

Obviously, this is because of my /etc/make.conf. I wonder if
make delete-old-* should account for and delete related files based on
NO_* Knobs ?

This was direct installed from 6.2-release CD and _immediately_ upgraded.

--
------------------------------------------------------------------------
Philip M. Gollucci (philip@xxxxxxxxxxxxxx)
o:703.549.2050x206
Senior System Admin - Riderway, Inc.
http://riderway.com / http://ridecharge.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.

_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: py 2.7.1 & openssl
    ... needed headers or libraries files. ... sudo make install ... do su root, when you install, not sudo. ... Python uses static libraries and ...
    (comp.lang.python)
  • Mergemaster fails when updating to 6.1
    ... install -o root -g ... [-o owner] ... not build ATM related programs and libraries ...
    (freebsd-questions)
  • Re: common-lisp-controller vs. asdf-install
    ... I can't find a description where to put libraries ... downloaded manually or by asdf-install. ... If all you want to do is install ASDF based libs for your own use, ... If this is the case you can download and install the library directly by ...
    (comp.lang.lisp)
  • Re: attempt to build 64 bit on Solaris fails
    ... > libraries needed to link with a 64-bit Tk. ... We were running a 32-bit version of Perl ... > Each section below is a summary of the commands used to install it. ...
    (comp.lang.perl.tk)
  • Re: Current status of Ada?
    ... computer magazines I am aware of are for European magazines. ... If the required libraries are not available, ... Can I replace the libc on my Linux system with GNU libc? ... You can, however, install it alongside your existing libc. ...
    (comp.lang.ada)