| Summary: | make release fails in 4.2-STABLE | ||
|---|---|---|---|
| Product: | Base System | Reporter: | carl <carl> |
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.2-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
carl
2001-01-05 00:50:00 UTC
I use the following make.conf (cut down to just enabled bits). # $FreeBSD: src/etc/defaults/make.conf,v 1.97.2.27 2000/11/21 05:16:23 dougb Exp $ CFLAGS= -O -pipe BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ -Wcast-qual -Wchar-subscripts -Wconversion -Winline \ -Wmissing-prototypes -Wnested-externs -Wpointer-arith \ -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings COPTFLAGS= -O -pipe NODESCRYPTLINKS=true # do not replace libcrypt -> libscrypt links NOPERL= true # To avoid building perl NOPROFILE= true # Avoid compiling profiled libraries NOUUCP= true # do not build uucp related programs MAKE_IDEA= YES # IDEA (128 bit symmetric encryption) COMPAT3X= yes NOPORTDOCS= true Carl. <sigh> I have noperl=true in make.conf. This is probably the cause. Carl. State Changed From-To: open->closed Transient build error. |