Re: Composite PCI devices in FreeBSD (mfd in Linux)

2018-12-11 Thread Anthony Jenkins
On 12/11/18 9:02 AM, Emiel Kollof wrote: Anthony Jenkins schreef op 2018-12-10 18:00: Hi all, I'm trying to port an Intel PCI I2C controller from Linux to FreeBSD.  Linux represents this device as an MFD (multi-function device), meaning it has these "sub-devices" that can be handed off to

head -r341836 (jump to clang 7): amd64 -> armv7 cross build failed: ld: error: unable to find library -lh_csu

2018-12-11 Thread Mark Millard
[This was after amd64 updating to -r341836 successfully ( from -r341766 ). The below was a meta-mode cross build, also going from -r341766 to -r341836 .] # ~/sys_build_scripts.amd64-host/make_armv7_nodebug_clang_bootstrap-amd64-host.sh -j28 buildworld buildkernel Script started, output file is

test

2018-12-11 Thread Sean Bruno
Just testing mailing lists. Delete. sean signature.asc Description: OpenPGP digital signature

Re: r341836 build error

2018-12-11 Thread Lev Serebryakov
Hello Lev, Wednesday, December 12, 2018, 2:11:10 AM, you wrote: Sorry for messed up subject, I mean r341836 of course. -- Best regards, Levmailto:l...@freebsd.org ___ freebsd-current@freebsd.org mailing list

r111 build error

2018-12-11 Thread Lev Serebryakov
Hello Freebsd-current, I'm building very last r341836 (with new llvm/clang 7) on r341726 and get this build error (with MALLOC_PRODUCTION=yes): ===> usr.bin/clang/clang (all) c++ -target x86_64-unknown-freebsd13.0 --sysroot=/usr/obj/usr/src/amd64.amd64/tmp

Re: Linux is considering dropping x32.

2018-12-11 Thread Hadi Rezaee
:))) On Wed, Dec 12, 2018 at 12:56 AM Nathan Whitehorn wrote: > > > On 12/11/18 1:04 PM, Kris Moore wrote: > > On 12/11/18 4:01 PM, Alexandre C. Guimarães wrote: > >> Hi. > >> > >> This is just informative. > >> > >> Apparently Linux is considering deprecate x32 support: > >> > >>

Re: Linux is considering dropping x32.

2018-12-11 Thread Nathan Whitehorn
On 12/11/18 1:04 PM, Kris Moore wrote: > On 12/11/18 4:01 PM, Alexandre C. Guimarães wrote: >> Hi. >> >> This is just informative. >> >> Apparently Linux is considering deprecate x32 support: >> >> https://lkml.org/lkml/2018/12/10/1151 >> >> Cheers! >> > Hey that's great! Now that the precedent

Re: Linux is considering dropping x32.

2018-12-11 Thread Jung-uk Kim
On 18. 12. 11., Alexandre C. Guimarães wrote: > Hi. > > This is just informative. > > Apparently Linux is considering deprecate x32 support: > > https://lkml.org/lkml/2018/12/10/1151 x32 != i386 https://en.wikipedia.org/wiki/X32_ABI FYI, FreeBSD never supported x32 ABI. Jung-uk Kim

Re: Linux is considering dropping x32.

2018-12-11 Thread Kris Moore
On 12/11/18 4:15 PM, Konstantin Belousov wrote: > On Tue, Dec 11, 2018 at 04:04:15PM -0500, Kris Moore wrote: >> On 12/11/18 4:01 PM, Alexandre C. Guimarães wrote: >>> Hi. >>> >>> This is just informative. >>> >>> Apparently Linux is considering deprecate x32 support: >>> >>>

Re: Linux is considering dropping x32.

2018-12-11 Thread Konstantin Belousov
On Tue, Dec 11, 2018 at 04:04:15PM -0500, Kris Moore wrote: > On 12/11/18 4:01 PM, Alexandre C. Guimarães wrote: > > Hi. > > > > This is just informative. > > > > Apparently Linux is considering deprecate x32 support: > > > > https://lkml.org/lkml/2018/12/10/1151 > > > > Cheers! > > > > Hey

Re: Linux is considering dropping x32.

2018-12-11 Thread Kris Moore
On 12/11/18 4:01 PM, Alexandre C. Guimarães wrote: > Hi. > > This is just informative. > > Apparently Linux is considering deprecate x32 support: > > https://lkml.org/lkml/2018/12/10/1151 > > Cheers! > Hey that's great! Now that the precedent is set, we start the timer to deprecate on FreeBSD in

Linux is considering dropping x32.

2018-12-11 Thread Alexandre C . Guimarães
Hi. This is just informative. Apparently Linux is considering deprecate x32 support: https://lkml.org/lkml/2018/12/10/1151 Cheers! -- Best Regards, Alexandre C. Guimarães. https://bitbucket.org/rigoletto-freebsd/ signature.asc Description: PGP signature

Re: pkg-base noise

2018-12-11 Thread Ian Lepore
On Tue, 2018-12-11 at 11:40 -0700, Sean Bruno wrote: > make[8]: "/home/sbruno/bsd/fbsd_head/share/mk/bsd.files.mk" line 92: > warning: duplicate script for target "_testsFILESINS_cleanup.ksh" > ignored > make[8]: "/home/sbruno/bsd/fbsd_head/share/mk/bsd.files.mk" line 92: > warning: using previous

pkg-base noise

2018-12-11 Thread Sean Bruno
make[8]: "/home/sbruno/bsd/fbsd_head/share/mk/bsd.files.mk" line 92: warning: duplicate script for target "_testsFILESINS_cleanup.ksh" ignored make[8]: "/home/sbruno/bsd/fbsd_head/share/mk/bsd.files.mk" line 92: warning: using previous script for "_testsFILESINS_cleanup.ksh" defined here Is this

FreeBSD 12.0 RC3 PPC report

2018-12-11 Thread Alex McKeever
It’s working fine on my eMac G4/1.25 GHz retail model. The CDE Desktop Environment is oddly broken, but I am pleased to report that most of the packages I’ve compiled have done so successfully unlike 11.1! Sent from Yahoo Mail for iPhone ___

Re: Composite PCI devices in FreeBSD (mfd in Linux)

2018-12-11 Thread Emiel Kollof
Anthony Jenkins schreef op 2018-12-10 18:00: Hi all, I'm trying to port an Intel PCI I2C controller from Linux to FreeBSD. Linux represents this device as an MFD (multi-function device), meaning it has these "sub-devices" that can be handed off to other drivers to actually attach devices