Re: 9.0 buildworld problems

2012-01-15 Thread Dean E. Weimer

On 15.01.2012 12:51, Dean E. Weimer wrote:


It appears to be the following lines in make.conf:
SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL
SENDMAIL_LDADD=-lsasl2


/usr/src/lib/libmilter/../../contrib/sendmail/src/sendmail.h:142:20:
error: sasl.h: No such file or directory
/usr/src/lib/libmilter/../../contrib/sendmail/src/sendmail.h:143:24:
error: saslutil.h: No such file or directory
mkdep: compile failed
*** Error code 1

Stop in /usr/src/lib/libmilter.
*** Error code 1

Stop in /usr/src/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

The system I was testing the upgrade process on of course already had
cyrus-sasl and cyrus-sasl-salsauthd already installed.  I am still
waiting to see if the buildworld completes without those to lines.  
If
it does, I will install the cyrus-sasl ports add the lines back in 
and

rerun the buildworld.


The buildworld, buildkernel, and install process all completed 
successfully after installing the cyrus-sasl ports.


--
Thanks,
 Dean E. Weimer
 dwei...@dweimer.net
 http://www.dweimer.net/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: 9.0 buildworld problems

2012-01-15 Thread Dean E. Weimer

On 14.01.2012 17:39, Joshua Isom wrote:



Run `make -DNO_CLEAN buildworld`.

Because you used -j6, there's no way to know what went wrong without
a full log, and even with a full log it'll be a pain.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"freebsd-questions-unsubscr...@freebsd.org"


It appears to be the following lines in make.conf:
SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL
SENDMAIL_LDADD=-lsasl2


/usr/src/lib/libmilter/../../contrib/sendmail/src/sendmail.h:142:20: 
error: sasl.h: No such file or directory
/usr/src/lib/libmilter/../../contrib/sendmail/src/sendmail.h:143:24: 
error: saslutil.h: No such file or directory

mkdep: compile failed
*** Error code 1

Stop in /usr/src/lib/libmilter.
*** Error code 1

Stop in /usr/src/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

The system I was testing the upgrade process on of course already had 
cyrus-sasl and cyrus-sasl-salsauthd already installed.  I am still 
waiting to see if the buildworld completes without those to lines.  If 
it does, I will install the cyrus-sasl ports add the lines back in and 
rerun the buildworld.


--
Thanks,
 Dean E. Weimer
 dwei...@dweimer.net
 http://www.dweimer.net/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: 9.0 buildworld problems

2012-01-14 Thread Boris
Best is:

- to empty your make.conf
- make cleanworld
- make cleandir

and restart your buildword attempt.



On Sat, Jan 14, 2012 at 9:02 PM, Dean E. Weimer  wrote:
> I am trying to build a test system to verify everything works on FreeBSD
> 9.0-RELEASE, I started with a standard install on a VMware virtual machine.
>  I used portsnap fetch extract to install the ports tree, copied the
> /etc/make.conf and /etc/src.conf from my existing 8.2 system onto the new
> test system.
>
> Contents of /etc/make.conf:
> # Use OpenSSL from ports instead of base
> WITH_OPENSSL_PORT=yes
> # Avoid Building Ports Against X
> WITHOUT_X11=yes
> # Some Default Options From /usr/share/examples/etc/make.conf
> CFLAGS= -O -pipe
> NO_PROFILE=true
> # Enable SMTP Authentication
> SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL
> SENDMAIL_LDFLAGS=-L/usr/local/lib
> SENDMAIL_LDADD=-lsasl2
> # Enable Proxy For Ports Fetch
> FETCH_ENV=http_proxy=http://192.168.5.1:3128
> FETCH_ENV=ftp_proxy=http://192.168.5.1:3128
> # added by use.perl 2012-01-14 12:46:15
> PERL_VERSION=5.12.4
>
> Contents of /etc/src.conf:
> WITHOUT_BIND_DNSSEC="YES"
> WITHOUT_BIND_LIBS_LWRES="YES"
> WITHOUT_BIND_NAMED="YES"
> WITHOUT_BIND_UTILS="YES"
> WITHOUT_NTP="YES"
>
>
> I then installed openssl, vim-lite, and cvsup-without-gui from ports, copied
> the example standard-supfile to a new location, changed the host= line, left
> the rest as default options.  Ran cvsup to download source tree, ran make
> -j16 buildworld from the /usr/src directory.
>
> The buildworld stoped here:
> ===> gnu/lib/libsupc++ (install)
> sh /usr/src/tools/install.sh -C -o root -g wheel -m 444   libsupc++.a
> /usr/obj/usr/src/tmp/usr/lib
> sh /usr/src/tools/install.sh -C -o root -g wheel -m 444
>  /usr/src/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/exception
> /usr/src/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/new
> /usr/src/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/typeinfo
> /usr/src/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/cxxabi.h
> /usr/src/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/exception_defines.h
> /usr/obj/usr/src/tmp/usr/include/c++/4.2
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
>
> I cleaned everything up and retried, it died at the same spot on the next
> run as well.  I have the full output of the buildwolrd process on my
> webserver, 
>
> Interestingly enough at the same time I was building this system I was also
> testing an upgrade from source option on different virtual machine that was
> made from a restore of live system, after downloading the FreeBSD9.0 source
> tree and running buildworld from usr/src against copies of the same
> make.conf and src.conf file above, it built fine and the install process ran
> successfully.  The ports have all been rebuilt, and I am going to try a new
> buildworld to see if it succeeds or fails on that system now that its
> running 9.0 instead of 8.2 when the last buidlworld was ran on it.
>
> --
>
> Thanks,
>  Dean E. Weimer
>  dwei...@dweimer.net
>  http://www.dweimer.net/
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: 9.0 buildworld problems

2012-01-14 Thread Joshua Isom

On 1/14/2012 3:02 PM, Dean E. Weimer wrote:

I am trying to build a test system to verify everything works on FreeBSD
9.0-RELEASE, I started with a standard install on a VMware virtual
machine. I used portsnap fetch extract to install the ports tree, copied
the /etc/make.conf and /etc/src.conf from my existing 8.2 system onto
the new test system.

Contents of /etc/make.conf:
# Use OpenSSL from ports instead of base
WITH_OPENSSL_PORT=yes
# Avoid Building Ports Against X
WITHOUT_X11=yes
# Some Default Options From /usr/share/examples/etc/make.conf
CFLAGS= -O -pipe
NO_PROFILE=true
# Enable SMTP Authentication
SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL
SENDMAIL_LDFLAGS=-L/usr/local/lib
SENDMAIL_LDADD=-lsasl2
# Enable Proxy For Ports Fetch
FETCH_ENV=http_proxy=http://192.168.5.1:3128
FETCH_ENV=ftp_proxy=http://192.168.5.1:3128
# added by use.perl 2012-01-14 12:46:15
PERL_VERSION=5.12.4

Contents of /etc/src.conf:
WITHOUT_BIND_DNSSEC="YES"
WITHOUT_BIND_LIBS_LWRES="YES"
WITHOUT_BIND_NAMED="YES"
WITHOUT_BIND_UTILS="YES"
WITHOUT_NTP="YES"


I then installed openssl, vim-lite, and cvsup-without-gui from ports,
copied the example standard-supfile to a new location, changed the host=
line, left the rest as default options. Ran cvsup to download source
tree, ran make -j16 buildworld from the /usr/src directory.

The buildworld stoped here:
===> gnu/lib/libsupc++ (install)
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libsupc++.a
/usr/obj/usr/src/tmp/usr/lib
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444
/usr/src/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/exception 
/usr/src/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/new
/usr/src/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/typeinfo
/usr/src/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/cxxabi.h
/usr/src/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/exception_defines.h
/usr/obj/usr/src/tmp/usr/include/c++/4.2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error

I cleaned everything up and retried, it died at the same spot on the
next run as well. I have the full output of the buildwolrd process on my
webserver, 

Interestingly enough at the same time I was building this system I was
also testing an upgrade from source option on different virtual machine
that was made from a restore of live system, after downloading the
FreeBSD9.0 source tree and running buildworld from usr/src against
copies of the same make.conf and src.conf file above, it built fine and
the install process ran successfully. The ports have all been rebuilt,
and I am going to try a new buildworld to see if it succeeds or fails on
that system now that its running 9.0 instead of 8.2 when the last
buidlworld was ran on it.




Run `make -DNO_CLEAN buildworld`.

Because you used -j6, there's no way to know what went wrong without a 
full log, and even with a full log it'll be a pain.

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


9.0 buildworld problems

2012-01-14 Thread Dean E. Weimer
I am trying to build a test system to verify everything works on 
FreeBSD 9.0-RELEASE, I started with a standard install on a VMware 
virtual machine.  I used portsnap fetch extract to install the ports 
tree, copied the /etc/make.conf and /etc/src.conf from my existing 8.2 
system onto the new test system.


Contents of /etc/make.conf:
# Use OpenSSL from ports instead of base
WITH_OPENSSL_PORT=yes
# Avoid Building Ports Against X
WITHOUT_X11=yes
# Some Default Options From /usr/share/examples/etc/make.conf
CFLAGS= -O -pipe
NO_PROFILE=true
# Enable SMTP Authentication
SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL
SENDMAIL_LDFLAGS=-L/usr/local/lib
SENDMAIL_LDADD=-lsasl2
# Enable Proxy For Ports Fetch
FETCH_ENV=http_proxy=http://192.168.5.1:3128
FETCH_ENV=ftp_proxy=http://192.168.5.1:3128
# added by use.perl 2012-01-14 12:46:15
PERL_VERSION=5.12.4

Contents of /etc/src.conf:
WITHOUT_BIND_DNSSEC="YES"
WITHOUT_BIND_LIBS_LWRES="YES"
WITHOUT_BIND_NAMED="YES"
WITHOUT_BIND_UTILS="YES"
WITHOUT_NTP="YES"


I then installed openssl, vim-lite, and cvsup-without-gui from ports, 
copied the example standard-supfile to a new location, changed the host= 
line, left the rest as default options.  Ran cvsup to download source 
tree, ran make -j16 buildworld from the /usr/src directory.


The buildworld stoped here:
===> gnu/lib/libsupc++ (install)
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444   libsupc++.a 
/usr/obj/usr/src/tmp/usr/lib
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444  
/usr/src/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/exception 
/usr/src/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/new 
/usr/src/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/typeinfo 
/usr/src/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/cxxabi.h 
/usr/src/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/exception_defines.h 
/usr/obj/usr/src/tmp/usr/include/c++/4.2

1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error

I cleaned everything up and retried, it died at the same spot on the 
next run as well.  I have the full output of the buildwolrd process on 
my webserver, 


Interestingly enough at the same time I was building this system I was 
also testing an upgrade from source option on different virtual machine 
that was made from a restore of live system, after downloading the 
FreeBSD9.0 source tree and running buildworld from usr/src against 
copies of the same make.conf and src.conf file above, it built fine and 
the install process ran successfully.  The ports have all been rebuilt, 
and I am going to try a new buildworld to see if it succeeds or fails on 
that system now that its running 9.0 instead of 8.2 when the last 
buidlworld was ran on it.


--

Thanks,
 Dean E. Weimer
 dwei...@dweimer.net
 http://www.dweimer.net/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"