another Make (maybe) problem
Warner Losh
imp at bsdimp.com
Thu Apr 3 13:13:11 UTC 2014
On Apr 2, 2014, at 9:47 PM, Robert Huff <roberthuff at rcn.com> wrote:
> Warner:
>
> > This will happen with fmake. I?ve put some safety belts in place in
> > another fix to keep this from tripping people up (and plan on using > a similar technique to keep people from hitting the aicasm bug on
> > such systems).
>
> As long as make-related issues are on the table ...
>
> I have a system, running
>
> FreeBSD 11.0-CURRENT #0 r263263: Mon Mar 17 15:09:18 EDT 2014 amd64
>
> where "make buildworld" fails. The immediate problem can be seen at:
>
> http://users.rcn.com/roberthuff/bw_tail
>
> the full log at
>
> http://users.rcn.com/roberthuff/bwl.bz2
>
> "make.conf" is appended. There is no "src.conf".
>
> I never seen anything like this before; nothing like has come across current@ (recently); and nothing in src/UPDATING appears relevant.
> Help, please?
Neither have I. That’s a weird issue.
amd64, I assume? Can you prune down your make.conf to find the minimal line(s) that cause this?
Warner
> Robert Huff
>
> ◙♪
> ============================ make.conf
>
> BDBCFLAGS+= -O -pipe
> DEBUG_FLAGS+= -g
> STRIP=
> SYMVER_ENABLED= yes
> X_WINDOW_SYSTEM= xorg
> HAVE_MOTIF= yes
>
> #FC="gfortran42"
>
> KERNCONF=JERUSALEM
>
> # To avoid building various parts of the base system:
> # (copied from /usr/share/examples/etc/make.conf
>
> NO_BIND_ETC= true # Do not install files to /etc/namedb
> NO_BLUETOOTH= true # do not build Bluetooth related stuff
> NO_PROFILE= true # Avoid compiling profiled libraries
>
> # to get automatic SASL in sendmail
>
> SENDMAIL_CFLAGS+= -I/usr/local/include/ -DSASL=2
> SENDMAIL_LDFLAGS+= -L/usr/local/lib
> SENDMAIL_LDADD+= -lsasl2
>
> #
> # to make CUPS magically keep working
> # See: http://www.csua.berkeley.edu/~ranga/notes/freebsd_cups.html
> #
>
> CUPS_OVERWRITE_BASE= yes
> NO_LPR= true
>
> # added per /usr/ports/UPDATING entry 20090401
>
> OVERRIDE_LINUX_BASE_PORT=f10
> OVERRIDE_LINUX_NONBASE_PORTS=f10
>
> #
>
> WITH_MOZILLA= libxul
> WITH_GECKO= libxul
>
> #
> # added 2007/03/04 per advice of <freebsd at troback.com>
> # in re science/gramps
> #
>
> WITH_BERKELEYDB=db6
> WITH_BDB_VER=6
> WANT_OPENLDAP_VER=24
> WANT_OPENLDAP_SASL=true
>
> #
> # as required by ports/UPDATING of 20121012
> #
>
> SAMBA_ENABLE=YES
>
> #
> # PORTS: use clang unless gcc is explicitly required
> #
>
> #
> # default to using clang for all port builds, with the following
> # exceptions
>
> .if !empty(.CURDIR:M/usr/ports/graphics/libcdr) && exists(/usr/local/bin/gcc47)
> CC=gcc47
> CXX=g++47
> CPP=cpp47
> .endif
>
>
> .if ${.CURDIR:M*/usr/ports/*}
> .if !defined(USE_GCC)
> .if !defined(CC) || ${CC} == "cc"
> CC=clang
> .endif
> .if !defined(CXX) || ${CXX} == "c++"
> CXX=clang++
> .endif
> .if !defined(CPP) || ${CPP} == "cpp"
> CPP=clang-cpp
> .endif
> .endif
> .endif
>
>
> WITH_NEW_XORG="yes"
> WITH_GALLIUM="yes"
>
> WITH_BSD_SORT=
>
>
> WITH_PKGNG=yes
>
>
> _______________________________________________
> freebsd-current at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe at freebsd.org"
More information about the freebsd-current
mailing list