Re: Failover Mode Between Ethernet and Wireless Interfaces broken on >= 11

2017-06-23 Thread Renato Botelho
On 21/06/17 16:26, Sean Bruno wrote: > > > On 06/21/17 11:48, Renato Botelho wrote: >> I've already sent it to net, but I suspect this is the appropriate place >> to discuss this subject. >> >> Last night I was configuring a new laptop and decided to give it [1] a >> try. I figured out this secti

release.sh: sh: head: not found \n Unable to determine linker type from LD=ld

2017-06-23 Thread Alastair Hogge
Hi, My 12.0-CURRENT r320259 host is unable to complete a release.sh build of a generic world: [...] ./usr.sbin/fstyp missing (created) ./usr.sbin/makefs missing (created) ./usr.sbin/newsyslog missing (created) ./usr.sbin

Re: release.sh: sh: head: not found \n Unable to determine linker type from LD=ld

2017-06-23 Thread Guy Yur
On 23 June 2017 at 15:36, Alastair Hogge wrote: > Hi, > > My 12.0-CURRENT r320259 host is unable to complete a release.sh build of > a generic world: > > [...] > =/tmp/install.hb5C6cay PATH_LOCALE=/tmp/install.hb5C6cay/locale rm -rf > /tmp/install.hb5C6cay > sh: head: not found > make[4]: "/usr/s

[bsd.linker.mk] line 42: Unable to determine linker type from LD=ld

2017-06-23 Thread Boris Samorodov
Hi All, Bryan! Since bsd.linker.mk introduction I can't manage to create FreeBSD base packages. The process stops at the very beginning: - --- packages --- --- packages --- make -C /usr/src PKG_VERSION=12.0.s20170623140202 real-packages --- real-packages --- --- stage-packages --- mkdir -p /tm

Re: release.sh: sh: head: not found \n Unable to determine linker type from LD=ld

2017-06-23 Thread Alastair Hogge
On Fri, Jun 23, 2017, at 21:00, Guy Yur wrote: > On 23 June 2017 at 15:36, Alastair Hogge wrote: > > Hi, > > > > My 12.0-CURRENT r320259 host is unable to complete a release.sh build of > > a generic world: > > > > [...] > > =/tmp/install.hb5C6cay PATH_LOCALE=/tmp/install.hb5C6cay/locale rm -rf >

Re: [bsd.linker.mk] line 42: Unable to determine linker type from LD=ld

2017-06-23 Thread Bryan Drewery
On 6/23/2017 7:19 AM, Boris Samorodov wrote: > Hi All, Bryan! > > Since bsd.linker.mk introduction I can't manage to create > FreeBSD base packages. The process stops at the very beginning: > - > --- packages --- > --- packages --- > make -C /usr/src PKG_VERSION=12.0.s20170623140202 real-packa

Re: release.sh: sh: head: not found \n Unable to determine linker type from LD=ld

2017-06-23 Thread Bryan Drewery
On 6/23/2017 8:14 AM, Alastair Hogge wrote: > On Fri, Jun 23, 2017, at 21:00, Guy Yur wrote: >> On 23 June 2017 at 15:36, Alastair Hogge wrote: >>> Hi, >>> >>> My 12.0-CURRENT r320259 host is unable to complete a release.sh build of >>> a generic world: >>> >>> [...] >>> =/tmp/install.hb5C6cay PA

Re: [bsd.linker.mk] line 42: Unable to determine linker type from LD=ld

2017-06-23 Thread Bryan Drewery
On 6/23/2017 8:45 AM, Bryan Drewery wrote: > On 6/23/2017 7:19 AM, Boris Samorodov wrote: >> Hi All, Bryan! >> >> Since bsd.linker.mk introduction I can't manage to create >> FreeBSD base packages. The process stops at the very beginning: >> - >> --- packages --- >> --- packages --- >> make -C

Re: [bsd.linker.mk] line 42: Unable to determine linker type from LD=ld

2017-06-23 Thread Bryan Drewery
On 6/23/2017 9:31 AM, Bryan Drewery wrote: > On 6/23/2017 8:45 AM, Bryan Drewery wrote: >> On 6/23/2017 7:19 AM, Boris Samorodov wrote: >>> Hi All, Bryan! >>> >>> Since bsd.linker.mk introduction I can't manage to create >>> FreeBSD base packages. The process stops at the very beginning: >>> -

Re: Failover Mode Between Ethernet and Wireless Interfaces broken on >= 11

2017-06-23 Thread Adrian Chadd
Hi, You can't change a wifi mac address /after the interface is up/. So if that's happening with this RC script combination then we should kinda fix that. -adrian ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/f

Re: [bsd.linker.mk] line 42: Unable to determine linker type from LD=ld

2017-06-23 Thread Bryan Drewery
On 6/23/2017 7:19 AM, Boris Samorodov wrote: > Hi All, Bryan! > > Since bsd.linker.mk introduction I can't manage to create > FreeBSD base packages. The process stops at the very beginning: > - > --- packages --- > --- packages --- > make -C /usr/src PKG_VERSION=12.0.s20170623140202 real-packa

Re: ipfilter fails to compile WITHOUT_INET6

2017-06-23 Thread Mikhail T.
On 22.06.2017 21:20, Cy Schubert wrote: Can you try the attached patch please? Yes, replacing: -#ifdef AF_INET6 +#ifdef USE_INET6 lets the build succeed. Is it Ok to modify stuff under contrib/ though?.. -mi ___ freebsd-current@freebsd.org

HEAD/i386 r320212: three reproducible panics

2017-06-23 Thread Oleg V. Nauman
a) Panic on shutdown: Fatal trap 1: privileged instruction fault while in kernel mode cpuid = 1; apic id = 01 instruction pointer = 0x20:0xc6be2023 stack pointer = 0x28:0xe13c39f4 frame pointer = 0x28:0xe13c3a20 code segment = base 0x0, limit 0xf, type 0x1b =

Re: [bsd.linker.mk] line 42: Unable to determine linker type from LD=ld

2017-06-23 Thread Boris Samorodov
23.06.2017 17:19, Boris Samorodov пишет: > Hi All, Bryan! > > Since bsd.linker.mk introduction I can't manage to create > FreeBSD base packages. The process stops at the very beginning: > - > --- packages --- > --- packages --- > make -C /usr/src PKG_VERSION=12.0.s20170623140202 real-packages

Re: [RESOLVED] Failover Mode Between Ethernet and Wireless Interfaces broken on >= 11

2017-06-23 Thread Renato Botelho
On 23/06/17 13:43, Adrian Chadd wrote: > Hi, > > You can't change a wifi mac address /after the interface is up/. So if > that's happening with this RC script combination then we should kinda > fix that. OK, so in the end I managed to make it work without any kernel change. This is how rc.conf lo

compiler-metadata.mk for main arch deleted when crossbuilding

2017-06-23 Thread Guy Yur
Hi Bryan, I use a script for building both amd64 and armv6 on an amd64 machine. Basically, export TARGET=amd64 TARGET_ARCH=amd64 make -j2 -DNO_CLEAN buildworld export TARGET=arm TARGET_ARCH=armv6 make -j2 -DNO_CLEAN buildworld The amd64 build creates /usr/obj/usr/src/compiler-metadata.mk The armv

Re: compiler-metadata.mk for main arch deleted when crossbuilding

2017-06-23 Thread Bryan Drewery
On 6/23/2017 11:00 AM, Guy Yur wrote: > Hi Bryan, > > I use a script for building both amd64 and armv6 on an amd64 machine. > Basically, > export TARGET=amd64 TARGET_ARCH=amd64 > make -j2 -DNO_CLEAN buildworld > export TARGET=arm TARGET_ARCH=armv6 > make -j2 -DNO_CLEAN buildworld > > The amd64 bu

Re: compiler-metadata.mk for main arch deleted when crossbuilding

2017-06-23 Thread Bryan Drewery
On 6/23/2017 11:28 AM, Bryan Drewery wrote: > On 6/23/2017 11:00 AM, Guy Yur wrote: >> Hi Bryan, >> >> I use a script for building both amd64 and armv6 on an amd64 machine. >> Basically, >> export TARGET=amd64 TARGET_ARCH=amd64 >> make -j2 -DNO_CLEAN buildworld >> export TARGET=arm TARGET_ARCH=armv

Re: release.sh: sh: head: not found \n Unable to determine linker type from LD=ld

2017-06-23 Thread Bryan Drewery
On 6/23/2017 8:14 AM, Alastair Hogge wrote: > On Fri, Jun 23, 2017, at 21:00, Guy Yur wrote: >> On 23 June 2017 at 15:36, Alastair Hogge wrote: >>> Hi, >>> >>> My 12.0-CURRENT r320259 host is unable to complete a release.sh build of >>> a generic world: >>> >>> [...] >>> =/tmp/install.hb5C6cay PA

Ports still broken by ino64?

2017-06-23 Thread Thomas Mueller
I remember some ports on FreeBSD-current were rendered nonbuildable by the introduction of 64-bit inodes (ino64). What is the progress on resolving those snags? I haven't heard anything recently and was unable to find anything on wiki.freebsd.org. So how do I know the current status? I am par

Re: HEAD/i386 r320212: three reproducible panics

2017-06-23 Thread Michael Butler
On 06/23/17 12:42, Oleg V. Nauman wrote: a) Panic on shutdown: Fatal trap 1: privileged instruction fault while in kernel mode cpuid = 1; apic id = 01 instruction pointer = 0x20:0xc6be2023 stack pointer = 0x28:0xe13c39f4 frame pointer = 0x28:0xe13c3a20 code segment = b

Re: [RESOLVED] Failover Mode Between Ethernet and Wireless Interfaces broken on >= 11

2017-06-23 Thread Adrian Chadd
hi! Thanks! Yes please let's update the handbook at least. -a On 23 June 2017 at 10:06, Renato Botelho wrote: > On 23/06/17 13:43, Adrian Chadd wrote: >> Hi, >> >> You can't change a wifi mac address /after the interface is up/. So if >> that's happening with this RC script combination then w

Re: Ports still broken by ino64?

2017-06-23 Thread Kevin Oberman
On Fri, Jun 23, 2017 at 4:12 PM, Thomas Mueller wrote: > I remember some ports on FreeBSD-current were rendered nonbuildable by the > introduction of 64-bit inodes (ino64). > > What is the progress on resolving those snags? > > I haven't heard anything recently and was unable to find anything on

Re: Ports still broken by ino64?

2017-06-23 Thread Thomas Mueller
On Fri, Jun 23, 2017 at 4:12 PM, Thomas Mueller wrote: > > I remember some ports on FreeBSD-current were rendered nonbuildable by the > > introduction of 64-bit inodes (ino64). > > What is the progress on resolving those snags? > > I haven't heard anything recently and was unable to find anythi

Re: ipfilter fails to compile WITHOUT_INET6

2017-06-23 Thread Cy Schubert
In message <16738440-df50-0e33-2a50-340071212...@aldan.algebra.com>, "Mikhail T ." writes: > This is a multi-part message in MIME format. > --DC959F413BFB254449706900 > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > Content-Transfer-Encoding: 7bit > > On 22.06.2017 21:2

Second Call for 2017Q2 Quarterly Status Reports

2017-06-23 Thread Benjamin Kaduk
Dear FreeBSD Community, The deadline for the next FreeBSD Quarterly Status update is July 7, 2017, for work done in April through June. Status report submissions do not need to be very long. They may be about anything happening in the FreeBSD project and community, and provide a great way to inf

Re: Ports still broken by ino64?

2017-06-23 Thread Kevin Oberman
On Fri, Jun 23, 2017 at 8:19 PM, Thomas Mueller wrote: > On Fri, Jun 23, 2017 at 4:12 PM, Thomas Mueller > wrote: > > > > I remember some ports on FreeBSD-current were rendered nonbuildable by > the > > > introduction of 64-bit inodes (ino64). > > > > What is the progress on resolving those snag

Re: [RESOLVED] Failover Mode Between Ethernet and Wireless Interfaces broken on >= 11

2017-06-23 Thread Benjamin Kaduk
I fixed the rc.conf snippet in the handbook in r50399. I lost track of the rest of the thread as to what needs to be changed in the actual command examples in lagg.4 and/or the handbook, though. -Ben On Fri, Jun 23, 2017 at 05:33:05PM -0700, Adrian Chadd wrote: > hi! > > Thanks! Yes please let's

Re: compiler-metadata.mk for main arch deleted when crossbuilding

2017-06-23 Thread Guy Yur
On 23 June 2017 at 21:50, Bryan Drewery wrote: > On 6/23/2017 11:28 AM, Bryan Drewery wrote: >> On 6/23/2017 11:00 AM, Guy Yur wrote: >>> Hi Bryan, >>> >>> I use a script for building both amd64 and armv6 on an amd64 machine. >>> Basically, >>> export TARGET=amd64 TARGET_ARCH=amd64 >>> make -j2 -D