cc: error: no such file or directory: '/usr/obj/jenkins/workspace/HardenedBSD-10-STABLE-unstable-amd64/sys/boot/efi/loader/../../ficl/libficl.a' *** [loader.sym] Error code 1

2016-01-07 Thread Oliver Pinter
Hi All!

We got this error during the jenkins build: "cc: error: no such file
or directory: 
'/usr/obj/jenkins/workspace/HardenedBSD-10-STABLE-unstable-amd64/sys/boot/efi/loader/../../ficl/libficl.a'
*** [loader.sym] Error code 1"

http://jenkins.hardenedbsd.org:8180/jenkins/job/HardenedBSD-10-STABLE-unstable-amd64/lastFailedBuild/console

I plan to update the repo with the state from now, and restart the job.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: cc: error: no such file or directory: '/usr/obj/jenkins/workspace/HardenedBSD-10-STABLE-unstable-amd64/sys/boot/efi/loader/../../ficl/libficl.a' *** [loader.sym] Error code 1

2016-01-07 Thread Oliver Pinter
On Thu, Jan 7, 2016 at 7:32 PM, Oliver Pinter
<oliver.pin...@hardenedbsd.org> wrote:
> Hi All!
>
> We got this error during the jenkins build: "cc: error: no such file
> or directory: 
> '/usr/obj/jenkins/workspace/HardenedBSD-10-STABLE-unstable-amd64/sys/boot/efi/loader/../../ficl/libficl.a'
> *** [loader.sym] Error code 1"
>
> http://jenkins.hardenedbsd.org:8180/jenkins/job/HardenedBSD-10-STABLE-unstable-amd64/lastFailedBuild/console
>
> I plan to update the repo with the state from now, and restart the job.

Still broken: 
http://jenkins.hardenedbsd.org:8180/jenkins/job/HardenedBSD-10-STABLE-unstable-amd64/lastFailedBuild/console
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: cc: error: no such file or directory: '/usr/obj/jenkins/workspace/HardenedBSD-10-STABLE-unstable-amd64/sys/boot/efi/loader/../../ficl/libficl.a' *** [loader.sym] Error code 1

2016-01-07 Thread Ed Schouten
Hi Oliver,

2016-01-07 19:32 GMT+01:00 Oliver Pinter <oliver.pin...@hardenedbsd.org>:
> We got this error during the jenkins build: "cc: error: no such file
> or directory: 
> '/usr/obj/jenkins/workspace/HardenedBSD-10-STABLE-unstable-amd64/sys/boot/efi/loader/../../ficl/libficl.a'
> *** [loader.sym] Error code 1"

Out of curiosity, why is this email sent to a FreeBSD mailing list and
am I on the Cc? This concerns HardenedBSD, right?

-- 
Ed Schouten <e...@nuxi.nl>
Nuxi, 's-Hertogenbosch, the Netherlands
KvK-nr.: 62051717
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: cc: error: no such file or directory: '/usr/obj/jenkins/workspace/HardenedBSD-10-STABLE-unstable-amd64/sys/boot/efi/loader/../../ficl/libficl.a' *** [loader.sym] Error code 1

2016-01-07 Thread Ed Maste
On 7 January 2016 at 16:53, Ed Schouten <e...@nuxi.nl> wrote:
> Hi Oliver,
>
> 2016-01-07 19:32 GMT+01:00 Oliver Pinter <oliver.pin...@hardenedbsd.org>:
>> We got this error during the jenkins build: "cc: error: no such file
>> or directory: 
>> '/usr/obj/jenkins/workspace/HardenedBSD-10-STABLE-unstable-amd64/sys/boot/efi/loader/../../ficl/libficl.a'
>> *** [loader.sym] Error code 1"
>
> Out of curiosity, why is this email sent to a FreeBSD mailing list and
> am I on the Cc? This concerns HardenedBSD, right?

It was in fact FreeBSD stable/10 breakage. Oliver presumably tracked
down my UEFI MFCs that were at fault, but mixed up Eds somehow.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: cc: error: no such file or directory: '/usr/obj/jenkins/workspace/HardenedBSD-10-STABLE-unstable-amd64/sys/boot/efi/loader/../../ficl/libficl.a' *** [loader.sym] Error code 1

2016-01-07 Thread Oliver Pinter
On Thursday, January 7, 2016, Ed Maste <ema...@freebsd.org> wrote:

> On 7 January 2016 at 16:53, Ed Schouten <e...@nuxi.nl <javascript:;>> wrote:
> > Hi Oliver,
> >
> > 2016-01-07 19:32 GMT+01:00 Oliver Pinter <oliver.pin...@hardenedbsd.org
> <javascript:;>>:
> >> We got this error during the jenkins build: "cc: error: no such file
> >> or directory:
> '/usr/obj/jenkins/workspace/HardenedBSD-10-STABLE-unstable-amd64/sys/boot/efi/loader/../../ficl/libficl.a'
> >> *** [loader.sym] Error code 1"
> >
> > Out of curiosity, why is this email sent to a FreeBSD mailing list and
> > am I on the Cc? This concerns HardenedBSD, right?
>
> It was in fact FreeBSD stable/10 breakage. Oliver presumably tracked
> down my UEFI MFCs that were at fault, but mixed up Eds somehow.
>

Yup, this was a FreeBSD build failure, and I thought to correct Ed, but I
just mixed up yours e-mail.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Problem in sys/boot/i386/cdboot/cdboot.S with clang @237770

2012-06-29 Thread Dimitry Andric
On 2012-06-29 15:34, David Wolfskill wrote:
...
 FreeBSD g1-227.catwhisker.org 9.0-STABLE FreeBSD 9.0-STABLE #201 237770M: Fri 
 Jun 29 04:46:48 PDT 2012 
 r...@g1-227.catwhisker.org:/usr/obj/usr/src/sys/CANARY  i386
 
 OK using gcc, but with clang (separate bootable slice), I get whines and
 a failure:
 
 clang -O2 -pipe  -I/usr/src/sys/boot/i386/cdboot/../common -ffreestanding 
 -mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 
 -mno-sse3 -msoft-float -std=gnu99 -Qunused-arguments-c 
 /usr/src/sys/boot/i386/cdboot/cdboot.S
   .code16
  ^
 /usr/src/sys/boot/i386/cdboot/cdboot.S:144:3: error: ambiguous instructions 
 require an explicit suffix (could be 'orb', 'orw', 'orl', or 'orq')
   or $0x1,0x8(%bx) # kargs-bootflags |=
   ^

I had not merged r235281 from head to stable/9 yet.  Please try again with 
r237812.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Problem in sys/boot/i386/cdboot/cdboot.S with clang @237770

2012-06-29 Thread David Wolfskill
On Fri, Jun 29, 2012 at 08:11:28PM +0200, Dimitry Andric wrote:
 ...
 I had not merged r235281 from head to stable/9 yet.  Please try again with 
 r237812.

Much better (after patching with the change for r237812):

FreeBSD d134.dwolf.juniper.net. 9.0-STABLE FreeBSD 9.0-STABLE #201 237770M: Fri 
Jun 29 11:39:57 PDT 2012 
r...@d134.dwolf.juniper.net.:/usr/obj/usr/src/sys/CANARY  i386

Thanks!

I believe that PR i386/169550 may noe be closed.  :-)

Peace,
david
-- 
David H. Wolfskill  da...@catwhisker.org
Depriving a girl or boy of an opportunity for education is evil.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.


pgpv2NWUG0JvL.pgp
Description: PGP signature


Recent sys/boot/i386/boot2/boot2.c commit

2008-07-12 Thread Jeremy Chadwick
Can someone shed some light on the below commit, particularly if it's
responsible for fixing what some users have reported with boot2/loader:

http://lists.freebsd.org/pipermail/freebsd-stable/2008-June/043363.html
http://lists.freebsd.org/pipermail/freebsd-hackers/2008-June/024856.html

The commit/diff is here:

http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/boot/i386/boot2/boot2.c.diff?r1=1.83.2.3;r2=1.83.2.4;f=h

Revision 1.83.2.4: download - view: text, markup, annotated - select for diffs
Fri Jul 11 15:43:07 2008 UTC (24 hours, 49 minutes ago) by nyan
Branches: RELENG_7
Diff to: previous 1.83.2.3: preferred, colored; branchpoint 1.83: preferred, 
colored; next MAIN 1.84: preferred, colored
Changes since revision 1.83.2.3: +1 -1 lines

SVN rev 180449 on 2008-07-11 15:43:07Z by nyan

MFC: r180145

  Fix off-by-one error.

-- 
| Jeremy Chadwickjdc at parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Recent sys/boot/i386/boot2/boot2.c commit

2008-07-12 Thread Gavin Atkinson

On Sat, 12 Jul 2008, Jeremy Chadwick wrote:


Can someone shed some light on the below commit, particularly if it's
responsible for fixing what some users have reported with boot2/loader:

http://lists.freebsd.org/pipermail/freebsd-stable/2008-June/043363.html
http://lists.freebsd.org/pipermail/freebsd-hackers/2008-June/024856.html


From the look of it, this is a change to the code that parses the 
0(ad0,a)/boot/loader strings, from a glance at the code I suspect that 
before this change, it was not possible to boot off the last possible 
partition (which I think is 4, but I could be wrong).  So installs on ad3 
would not be bootable.


In short, I don't think many people will have been seeing this issue.

Gavin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


sys/boot

2002-07-27 Thread Cyrille Lefevre

Hi,

I'm running -stable and I encounter the following problem :

# make buildworld
...
=== sys/boot/buildworld
cd: can't cd to /disk2/freebsd/stable/src/sys/boot/buildworld
*** Error code 2

let's try :
# cd /sys/boot/buildworld
# SUBDIR=buildworld make -V SUBDIR 
buildworld ficl i386

well, src/sys/boot/Makefile only have SUBDIR+= w/o any SUBDIR=
before, this is a problem when SUBDIR exists in the environment.
however, I'm surprising I don't have this problem before and I'll
investigate where this occur since I don't set SUBDIR anywhere ?

in the mean time, could you fix that or do you prefer I submit a PR ?

thanks,

Index: Makefile
===
RCS file: /home/ncvs/src/sys/boot/Makefile,v
retrieving revision 1.6.2.1
diff -u -r1.6.2.1 Makefile
--- Makefile17 Jul 2002 14:23:14 -  1.6.2.1
+++ Makefile27 Jul 2002 14:43:50 -
@@ -1,5 +1,7 @@
 # $FreeBSD: src/sys/boot/Makefile,v 1.6.2.1 2002/07/17 14:23:14 ru Exp $
 
+SUBDIR=
+
 # Build the add-in FORTH interpreter
 SUBDIR+=   ficl
 
CC -stable

Cyrille.
-- 
Cyrille Lefevre mailto:[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



buildworld objdir moved! (was Re: sys/boot)

2002-07-27 Thread Cyrille Lefevre

On Sat, Jul 27, 2002 at 04:50:30PM +0200, Cyrille Lefevre wrote:
 I'm running -stable and I encounter the following problem :
 
 # make buildworld
 ...
 === sys/boot/buildworld
 cd: can't cd to /disk2/freebsd/stable/src/sys/boot/buildworld
 *** Error code 2

found it! this is due by recent changes in src/Makefile.inc1.
TARGET is set using ?= and this is a problem when this variable
already exists in the environment as I do through the Makefile
I use to fetch/update/build/install/configure everything.

here is the log before w/ the following patch :
--
 Rebuilding the temporary build tree
--
# XXX - These two can depend on any header file.
rm -f /usr/obj/buildworld/disk2/freebsd/stable/src/usr.bin/kdump/ioctl.c
rm -f /usr/obj/buildworld/disk2/freebsd/stable/src/usr.bin/truss/ioctl.c
   ^^ oops!

and the log w/ it :
--
 Rebuilding the temporary build tree
--
# XXX - These two can depend on any header file.
rm -f /usr/obj/disk2/freebsd/stable/src/usr.bin/kdump/ioctl.c
rm -f /usr/obj/disk2/freebsd/stable/src/usr.bin/truss/ioctl.c

Index: /usr/src/Makefile.inc1
===
RCS file: /home/ncvs/src/Makefile.inc1,v
retrieving revision 1.141.2.54
diff -u -r1.141.2.54 Makefile.inc1
--- /usr/src/Makefile.inc1  25 Jul 2002 09:33:13 -  1.141.2.54
+++ /usr/src/Makefile.inc1  27 Jul 2002 15:04:17 -
@@ -126,9 +126,12 @@
 MAKEOBJDIRPREFIX?= /usr/obj
 TARGET_ARCH?=  ${MACHINE_ARCH}
 .if ${TARGET_ARCH} == ${MACHINE_ARCH}
-TARGET?=   ${MACHINE}
+TARGET=${MACHINE}
 .else
-TARGET?=   ${TARGET_ARCH}
+TARGET=${TARGET_ARCH}
+.endif
+.if defined(TARGET_OVERRIDE)
+TARGET=${TARGET_OVERRIDE}
 .endif
 .if make(buildworld)
 BUILD_ARCH!=   sysctl -n hw.machine_arch

PS : the previous patch submitted still apply.

Cyrille.
-- 
Cyrille Lefevre mailto:[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message