Re: Build failed in Jenkins: Build-UFS-image #599

2014-12-20 Thread Garrett Cooper
On Dec 5, 2014, at 19:59, Garrett Cooper yaneurab...@gmail.com wrote: On Dec 5, 2014, at 16:52, jenkins-ad...@freebsd.org wrote: See https://jenkins.freebsd.org/job/Build-UFS-image/599/ I’m not entirely sure why the could not determine COMPILER_TYPE error popped up, but I have a

Re: Build failed in Jenkins: Build-UFS-image #599

2014-12-20 Thread Mark Linimon
On Sat, Dec 20, 2014 at 01:43:50PM -0800, Garrett Cooper wrote: One way to deal with this issue is to svn up a source tree, then rsync rsync? ITYM zfs clone :-) mcl ___ freebsd-current@freebsd.org mailing list

Re: Build failed in Jenkins: Build-UFS-image #599

2014-12-20 Thread Garrett Cooper
On Dec 20, 2014, at 14:27, Mark Linimon lini...@lonesome.com wrote: On Sat, Dec 20, 2014 at 01:43:50PM -0800, Garrett Cooper wrote: One way to deal with this issue is to svn up a source tree, then rsync rsync? ITYM zfs clone :-) That’d work too. Sadly, zfs was a bit undesirable on older

Re: Build failed in Jenkins: Build-UFS-image #599

2014-12-07 Thread Garrett Cooper
On Dec 6, 2014, at 8:57, Ian Lepore i...@freebsd.org wrote: On Sat, 2014-12-06 at 16:01 +0100, Dimitry Andric wrote: [trimmed CC list to -current] On 06 Dec 2014, at 04:59, Garrett Cooper yaneurab...@gmail.com wrote: On Dec 5, 2014, at 16:52, jenkins-ad...@freebsd.org wrote: See

Re: Build failed in Jenkins: Build-UFS-image #599

2014-12-06 Thread Dimitry Andric
[trimmed CC list to -current] On 06 Dec 2014, at 04:59, Garrett Cooper yaneurab...@gmail.com wrote: On Dec 5, 2014, at 16:52, jenkins-ad...@freebsd.org wrote: See https://jenkins.freebsd.org/job/Build-UFS-image/599/ I’m not entirely sure why the could not determine COMPILER_TYPE

Re: Build failed in Jenkins: Build-UFS-image #599

2014-12-06 Thread Konstantin Belousov
On Sat, Dec 06, 2014 at 04:01:26PM +0100, Dimitry Andric wrote: [trimmed CC list to -current] On 06 Dec 2014, at 04:59, Garrett Cooper yaneurab...@gmail.com wrote: 2. Why isn?t this value determined once in Makefile.inc1 (per build phase), then passed down from there Because you

Re: Build failed in Jenkins: Build-UFS-image #599

2014-12-06 Thread Ian Lepore
On Sat, 2014-12-06 at 16:01 +0100, Dimitry Andric wrote: [trimmed CC list to -current] On 06 Dec 2014, at 04:59, Garrett Cooper yaneurab...@gmail.com wrote: On Dec 5, 2014, at 16:52, jenkins-ad...@freebsd.org wrote: See https://jenkins.freebsd.org/job/Build-UFS-image/599/ I’m

Build failed in Jenkins: Build-UFS-image #599

2014-12-05 Thread jenkins-admin
See https://jenkins.freebsd.org/job/Build-UFS-image/599/ -- [...truncated 12194 lines...] install -o root -g wheel -m 444 /builds/FreeBSD_HEAD/share/examples/etc/make.conf

Re: Build failed in Jenkins: Build-UFS-image #599

2014-12-05 Thread Garrett Cooper
On Dec 5, 2014, at 16:52, jenkins-ad...@freebsd.org wrote: See https://jenkins.freebsd.org/job/Build-UFS-image/599/ I’m not entirely sure why the could not determine COMPILER_TYPE error popped up, but I have a couple of questions/concerns related to the makefile snippet. 1.