Re: Problems building 11-stable/i386 with readonly /usr/src

2018-02-20 Thread Bryan Drewery
d.init.mk > /usr/src/share/mk/bsd.opts.mk /usr/src/share/mk/bsd.cpu.mk > /usr/src/share/mk/local.init.mk /usr/src/share/mk/src.init.mk > /usr/src/stand/efi/../Makefile.inc /usr/src/stand/efi/../defs.mk > /usr/src/share/mk/src.opts.mk /usr/src/share/mk/bsd.own.mk > /usr/src/share/mk/bsd.compiler.mk /usr/src/share/mk/bsd.compiler.mk > /usr/src/share/mk/bsd.subdir.mk' > .PATH='. /usr/src/stand/efi' > *** Error code 1 > -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

FYI about native-xtools / Poudriere jail -x change in head

2017-10-30 Thread Bryan Drewery
source after r325001. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: Use of env SRC_ENV_CONF=. . . for buildworld does not override/avoid use of /etc/src.conf : Intentional?

2016-11-04 Thread Bryan Drewery
r. Just stick to src.conf unless you need to set one of the options that requires src-env.conf. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: libmap32.conf on stable/11

2016-09-01 Thread Bryan Drewery
is should not happen if the file has user modifications in it. If it is just this then it is fine to remove: > # $FreeBSD: head/etc/libmap32.conf 255413 2013-09-09 06:02:30Z des $ > /usr/lib/private/usr/lib32/private Did you have modifications in it? -- Regards, Bryan Drewery

Re: 11.0-RELEASE status update

2016-09-01 Thread Bryan Drewery
b.freebsd.org/base?view=revision=282421 Though it was later removed from ObsoleteFiles so 'make delete-old' would not remove it from users' systems in r282423. etcupdate removing it is the problem really being reported here. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: Error compiling stable/11 from stable/10

2016-08-26 Thread Bryan Drewery
e[4]: stopped in /usr/src/lib/liblzma > > > Can you provide a full log of buildworld somewhere for me to look at? What's in your make.conf and src.conf? -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: NanoBSD install phase failing for releng/11

2016-08-26 Thread Bryan Drewery
On 8/24/2016 10:46 AM, Bryan Drewery wrote: > On 8/24/16 7:55 AM, Bryan Drewery wrote: >> On 8/22/2016 4:08 AM, Guido Falsi wrote: >>> Hi, >>> >>> While building a NanoBSD image using releng/11 sources I got this error >>> message: >>> >>

Re: NanoBSD install phase failing for releng/11

2016-08-24 Thread Bryan Drewery
On 8/24/16 7:55 AM, Bryan Drewery wrote: > On 8/22/2016 4:08 AM, Guido Falsi wrote: >> Hi, >> >> While building a NanoBSD image using releng/11 sources I got this error >> message: >> >> ===> lib/libc++ (install) >> install -C -o root -g wheel -m 4

Re: NanoBSD install phase failing for releng/11

2016-08-24 Thread Bryan Drewery
> > Anyone has some insight? It was working fine up to August 4th. > > Thanks in advance to anyone giving me some hint! > Is this still reproducible for anyone? I have theories but need it in its broken state to debug it further. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: Panic in stable/11 (amd64) @r303903: page fault while in kernel mode

2016-08-10 Thread Bryan Drewery
ys/amd64/amd64/exception.S:396 > #14 0x0008015c448a in ?? () > Previous frame inner to this frame (corrupt stack?) > Current language: auto; currently minimal > (kgdb) > > This was on my laptop, which I'm actively using at work as I type > -- though it's now connected via wired NIC (em0). I had experienced > no trouble with wlan0 at home (before coming in to work) or on the > bus (en route to work). (I didn't attempt it while cycling to the > bus stop. :-}) > > Also, I had no issues running stable/11 (amd64) @303870 -- either > at home or at work -- yesterday. On the other hand, this is (so > far) a one-off, so alleging a "pattern" at this point is not something > I'm willing to do. > > Peace, > david > -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: make buildworld Failure on 10-STABLE and WITHOUT_OPENSSL=TRUE

2016-02-19 Thread Bryan Drewery
ch/common.c -o common.o > /usr/src/lib/libfetch/common.c:811:43: error: unused parameter 'URL' > [-Werror,-Wunused-parameter] > fetch_ssl(conn_t *conn, const struct url *URL, int verbose) > ^ Try this patch please: https://people.freebsd.org/~bdrewery/patches/libfetch-unused-ssl.patch -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: 10.3-BETA2 Buildworld issue

2016-02-19 Thread Bryan Drewery
if it has ACL_ENTRY_INHERITED defined. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: FYI: "make -DNO_CLEAN buildworld" failed (stable/10 @r294657 -> r294721)

2016-01-25 Thread Bryan Drewery
cal-compare -Wno-unused-value > -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion > -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter > -Wno-parentheses -L/usr/obj/usr/src/tmp/usr/lib/private -rpath > /usr/lib/private -o scp scp.o roaming_dummy.o -lssh -lcryp

Re: bmake[1]: don't know how to make _bootstrap-tools-usr.bin/m4. Stop

2016-01-15 Thread Bryan Drewery
On 1/15/16 9:04 AM, Slawa Olhovchenkov wrote: > On Fri, Jan 08, 2016 at 01:01:45PM -0800, Bryan Drewery wrote: > >> On 1/8/2016 12:58 PM, Bryan Drewery wrote: >>> On 12/23/2015 11:52 PM, Slawa Olhovchenkov wrote: >>>> I am try to upgrade very old 10-CURRENT to l

Re: A recent 10.2-STABLE no longer builds on a no-exec /usr/src file system

2016-01-14 Thread Bryan Drewery
gen_ether_subr >>>> is the only such new command breaking the build. Anyway, a simple >>>> workaround is to run shell from a command line instead of as a >>>> shebang, i.e.: >>>> >>>> # /bin/sh /usr/src/contrib/netbsd-tests/lib/libc/net/gen_e

Re: bmake[1]: don't know how to make _bootstrap-tools-usr.bin/m4. Stop

2016-01-08 Thread Bryan Drewery
h but it should let you build for now. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: bmake[1]: don't know how to make _bootstrap-tools-usr.bin/m4. Stop

2016-01-08 Thread Bryan Drewery
On 1/8/2016 12:58 PM, Bryan Drewery wrote: > On 12/23/2015 11:52 PM, Slawa Olhovchenkov wrote: >> I am try to upgrade very old 10-CURRENT to latest 10-STABLE and got >> next error: >> >> ===> usr.bin/yacc (obj,depend,all,install) >> bmake[1]: don't know how

Re: 10.2-RELEASE-p2 lost ability to bootstrap pkg with signature_type="pubkey"

2015-09-14 Thread Bryan Drewery
and. It is used for the fingerprints signing on pkg.FreeBSD.org. What is lacking is signing pkg with the new format added in r287579 when using pubkey. I am adding it in now for the next release. > Is there a plan to support it? Can I build packages in > poudriere without PKG_REPO_SIGNING_KEY, and s

Re: 10.2-RELEASE-p2 lost ability to bootstrap pkg with signature_type="pubkey"

2015-09-14 Thread Bryan Drewery
eds. Both the repo and pkg.txz.sig. pkg repo: JNETNAME="n" injail ${PKG_BIN} repo \ -o /tmp/packages ${PKG_META} /packages \ ${SIGNING_COMMAND:+signing_command: ${SIGNING_COMMAND}} pkg.txz.sig: rm -f "${pkgfile}.sig" sha256 -q "${pkgfile}" | ${SIGNING_COMMAND}

Re: panic: pmap active 0xfffff8001b7154b8

2015-05-07 Thread Bryan Drewery
the pmap state. https://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug.html https://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug-gdb.html -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: panic: pmap active 0xfffff8001b7154b8

2015-05-07 Thread Bryan Drewery
On 5/7/2015 10:06 AM, Bryan Drewery wrote: On 5/7/2015 7:08 AM, Johan Schuijt-Li wrote: Hi, We’ve been seeing (seemingly) random reboots on 10.1-RELEASE virtual machines (KVM virtualisation) on our production servers. In an attempt to determine what was causing this we’ve switched

Re: Problem using mergemaster for 10-alpha

2013-09-20 Thread Bryan Drewery
On Fri, Sep 20, 2013 at 03:38:17PM +0930, Shane Ambler wrote: I have setup a few machines in the past from CD installer and my current machine started with CD install and was then updated from source. Currently my machine runs 9.1-RELEASE-p3 Yesterday I started to setup a clean 10.0 install

Failure to build stable/9 (r253683) from head - WCHAR_MIN redefined

2013-08-10 Thread Bryan Drewery
2 1 error *** [buildworld] Error code 2 1 error -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: [HEADSUP] New pkg-devel 1.1.0 beta1

2013-06-11 Thread Bryan Drewery
, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: [HEADSUP] New pkg-devel 1.1.0 beta1

2013-06-11 Thread Bryan Drewery
On 6/11/2013 12:17 PM, Slawa Olhovchenkov wrote: On Tue, Jun 11, 2013 at 11:52:59AM -0500, Bryan Drewery wrote: On 6/11/2013 11:51 AM, Slawa Olhovchenkov wrote: On Mon, Jun 03, 2013 at 08:40:31PM +0200, Baptiste Daroussin wrote: On Mon, Jun 03, 2013 at 07:39:03PM +0400, Slawa Olhovchenkov

Re: [HEADSUP] New pkg-devel 1.1.0 beta1

2013-05-30 Thread Bryan Drewery
. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

[HEADS UP] New pkgng git location

2013-05-16 Thread Bryan Drewery
Pkg has moved from http://github.com/pkgng/pkgng to http://github.com/freebsd/pkg Please update any links or git checkouts you have. You can update your git checkout with: git remote set-url origin git://github.com/freebsd/pkg.git pkgng/pkgng -- Regards, Bryan Drewery signature.asc

[HEADS UP] pkgng binary packages regression in 1.0.9. Fixed in 1.0.9_1

2013-03-14 Thread Bryan Drewery
with adding more automated tests. http://lists.freebsd.org/pipermail/freebsd-pkg/2013-March/16.html has our call for help on this front and more information. Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

Re: MFC openssh fix versionaddendum?

2013-02-12 Thread Bryan Drewery
On 2/11/2013 6:05 AM, Ruben de Groot wrote: http://www.freebsd.org/cgi/query-pr.cgi?pr=163843 The fix was committed to -current, but in 9.1 it's still not working. cheersRuben I plan to also add this back into the security/openssh-portable port soon. -- Regards, Bryan Drewery bdrewery

Re: MFC: Distributed audit daemon committed (was: svn commit: r243752 - in head: etc etc/defaults etc/mail etc/mtree etc/rc.d share/man/man4 usr.sbin usr.sbin/auditdistd (fwd)) (fwd)

2012-12-18 Thread Bryan Drewery
On 12/18/2012 9:18 AM, Robert Watson wrote: Dear all: Just an FYI that the new distributed audit daemon has been MFC'd to 9-STABLE. As noted in UPDATING, you will need to run mergemaster -p before using installkernel or installworld targets in order to add the new auditdistd system

Re: how to update ports while using pkgng?

2012-09-17 Thread Bryan Drewery
On 9/14/2012 11:41 PM, Mike Manilone wrote: Hi, I'm using ports with pkgng enabled. But I found that portmaster won't work. Is there any way to update ports? Thanks! Sincerely, Mike Manilone ports-mgmt/portupgrade-devel will work with PKGNG out of the box. Bryan

Re: FreeBSD 9.1-RC1 Available...

2012-08-28 Thread Bryan Drewery
On 8/25/2012 4:33 AM, Harald Schmalzbauer wrote: But my real problem is that svn is not in the base system. And for example installing subversion package on my cvsup mirror failed because pkg-config-0-25_1 was installed and sqlite, a dependency of subversion, wants to install pkgconf-0.8.5. So

Re: FreeBSD 9.1-RC1 Available...

2012-08-23 Thread Bryan Drewery
On 8/23/2012 9:28 AM, Ian Smith wrote: On Thu, 23 Aug 2012 09:47:54 -0400, Ken Smith wrote: On Thu, 2012-08-23 at 23:12 +1000, Ian Smith wrote: On Thu, 23 Aug 2012 00:50:46 -0400, Ken Smith wrote: With both the doc and ports repositories now moved to SVN it has been

Re: FreeBSD 9.1-RC1 Available...

2012-08-23 Thread Bryan Drewery
On 8/23/2012 10:36 AM, Bryan Drewery wrote: On 8/23/2012 9:28 AM, Ian Smith wrote: On Thu, 23 Aug 2012 09:47:54 -0400, Ken Smith wrote: On Thu, 2012-08-23 at 23:12 +1000, Ian Smith wrote: On Thu, 23 Aug 2012 00:50:46 -0400, Ken Smith wrote: With both the doc and ports

Re: Solaris features in FreeBSD

2012-06-03 Thread Bryan Drewery
) Another: manageBE (http://anonsvn.h3q.com/projects/freebsd-patches/wiki/manageBE) Regards, Bryan Drewery -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBAgAGBQJPy3r/AAoJEG54KsA8mwz5jK8QALz9udwIxQ2aEjdDoqgbOVZ6

Re: Why Are You NOT Using FreeBSD ?

2012-06-01 Thread Bryan Drewery
/ports similar to apt-get. [1] http://wiki.freebsd.org/pkgng -- Regards, Bryan Drewery bdrewery@freenode, bryan@EFNet signature.asc Description: OpenPGP digital signature

Re: Make filesystem type configurable for periodic(8)?

2012-05-04 Thread Bryan Drewery
. I would find this useful. But further, I have a ZFS root pool as well as a ZFS backup pool. I don't want to exclude all of ZFS, just certain pools, or even certain datasets. Regards, Bryan Drewery ___ freebsd-stable@freebsd.org mailing list http