Re: HEADS-UP: OpenSSL 1.1.1 in 12.0

2018-10-11 Thread Shane Ambler
On 10/10/18 8:04 am, Glen Barber wrote: > OpenSSL has been updated to version 1.1.1 as of r339270. > > It is important to rebuild third-party packages before running: > > # make -C /usr/src delete-old && make -C /usr/src delete-old-libs > > Thank you for your patience while this work was in

Re: r339289 buildworld stopped in /usr/src/secure/lib/libcrypto

2018-10-11 Thread Jung-uk Kim
On 18. 10. 12., Jung-uk Kim wrote: > On 18. 10. 11., Glen Barber wrote: >> On Thu, Oct 11, 2018 at 10:55:46PM +, Glen Barber wrote: >>> On Thu, Oct 11, 2018 at 10:32:34PM +, Glen Barber wrote: I still see a failure with this applied. ===> lib/libldns (obj,all,install)

Re: r339289 buildworld stopped in /usr/src/secure/lib/libcrypto

2018-10-11 Thread Jung-uk Kim
On 18. 10. 12., Jung-uk Kim wrote: > On 18. 10. 11., Glen Barber wrote: >> On Thu, Oct 11, 2018 at 10:55:46PM +, Glen Barber wrote: >>> On Thu, Oct 11, 2018 at 10:32:34PM +, Glen Barber wrote: I still see a failure with this applied. ===> lib/libldns (obj,all,install)

Re: r339289 buildworld stopped in /usr/src/secure/lib/libcrypto

2018-10-11 Thread Dag-Erling Smørgrav
Jung-uk Kim writes: > I forgot to patch one more file, i.e., Makefile.inc1. Please try the > attached patch instead. Thanks, I missed that too. DES -- Dag-Erling Smørgrav - d...@des.no ___ freebsd-current@freebsd.org mailing list

Re: careless commits disrupt

2018-10-11 Thread Dag-Erling Smørgrav
Julian H. Stacey writes: > Stefan Esser writes: > > You should also delete old files: > > > > cd /usr/src > > make delete-old > > make delete-old-libs > I just ran that. It deleted lots of stuff. & I'd only run it 2 days ago. > I should have run it just before buildworld though. > It's not

Re: r339289 buildworld stopped in /usr/src/secure/lib/libcrypto

2018-10-11 Thread Dag-Erling Smørgrav
Glen Barber writes: > Justin Hibbits writes: > > Seems r339303 is the cuplrit. Reverting this gets my build completing. > Justin, thanks for identifying the commit in question. DES, can you > take a look at this? It's a bit complicated because there are two separate issues here. Alex, Julian

Re: r339289 buildworld stopped in /usr/src/secure/lib/libcrypto

2018-10-11 Thread Jung-uk Kim
On 18. 10. 11., Glen Barber wrote: > On Thu, Oct 11, 2018 at 10:55:46PM +, Glen Barber wrote: >> On Thu, Oct 11, 2018 at 10:32:34PM +, Glen Barber wrote: >>> I still see a failure with this applied. >>> >>> ===> lib/libldns (obj,all,install) >>>

Re: r339289 buildworld stopped in /usr/src/secure/lib/libcrypto

2018-10-11 Thread Justin Hibbits
On Thu, Oct 11, 2018 at 7:57 PM Glen Barber wrote: > > On Thu, Oct 11, 2018 at 10:55:46PM +, Glen Barber wrote: > > On Thu, Oct 11, 2018 at 10:32:34PM +, Glen Barber wrote: > > > I still see a failure with this applied. > > > > > > ===> lib/libldns (obj,all,install) > > >

Re: r339289 buildworld stopped in /usr/src/secure/lib/libcrypto

2018-10-11 Thread Eric McCorkle
I'm seeing this one, and am dead in the water from it :( On 10/11/18 3:07 PM, Glen Barber wrote: > On Thu, Oct 11, 2018 at 09:05:52AM +0200, Raúl wrote: >> Maybe related to recent Glen's Heads-UP? >> >> https://lists.freebsd.org/pipermail/freebsd-current/2018-October/071581.html >> > > No, this

Re: r339289 buildworld stopped in /usr/src/secure/lib/libcrypto

2018-10-11 Thread Glen Barber
On Thu, Oct 11, 2018 at 10:55:46PM +, Glen Barber wrote: > On Thu, Oct 11, 2018 at 10:32:34PM +, Glen Barber wrote: > > I still see a failure with this applied. > > > > ===> lib/libldns (obj,all,install) > > /usr/obj/usr/src/powerpc.powerpc/tmp/usr/bin/ld: cannot find -lssl > > ---

Re: Dell latitude 7490 touchpad support?

2018-10-11 Thread Hyun Hwang
On Saturday, September 29, 2018, 8:48 PM (UTC+0100), Johannes Lundberg wrote: > Hi > > I just got a new work laptop and the touchpad does not work. Some > information points to that this machine has a Microsoft precision touchpad. > I can't see any USB device so I'm wondering if this is an I2C

Re: Trouble building world

2018-10-11 Thread Eric McCorkle
I'm not sure why nobody else is seeing this, but the files are indeed missing includes of string.h. I have a small patch that adds them, but I'm having unrelated build issues stemming from OpenSSL 1.1.1 On 10/10/18 7:09 AM, Eric McCorkle wrote: > make.conf: > > CPUTYPE?=native > KERNCONF=CUSTOM

Re: r339289 buildworld stopped in /usr/src/secure/lib/libcrypto

2018-10-11 Thread Glen Barber
On Thu, Oct 11, 2018 at 10:32:34PM +, Glen Barber wrote: > I still see a failure with this applied. > > ===> lib/libldns (obj,all,install) > /usr/obj/usr/src/powerpc.powerpc/tmp/usr/bin/ld: cannot find -lssl > --- libprivateldns.so.5.full --- > *** [libprivateldns.so.5.full] Error code 1

Re: r339289 buildworld stopped in /usr/src/secure/lib/libcrypto

2018-10-11 Thread Glen Barber
On Thu, Oct 11, 2018 at 04:44:10PM -0500, Justin Hibbits wrote: > On Thu, 11 Oct 2018 17:32:21 -0400 > Jung-uk Kim wrote: > > > On 18. 10. 11., Justin Hibbits wrote: > > > On Thu, 11 Oct 2018 19:07:45 + > > > Glen Barber wrote: > > > > > >> On Thu, Oct 11, 2018 at 09:05:52AM +0200, Raúl

Re: careless commits disrupt

2018-10-11 Thread Julian H. Stacey
I wrote: > Stefan Esser wrote: > > Am 11.10.18 um 18:20 schrieb Julian H. Stacey: > > >> On Thu, Oct 11, 2018 at 05:54:08PM +0200, Julian H. Stacey wrote: > > >>> > > >>> 3_sxnet.pico v3_tlsf.pico v3_utl.pico v3err.pico | tsort -q` -lpthread > > >>> /usr/bin/ld: error: unable to find

Re: r339289 buildworld stopped in /usr/src/secure/lib/libcrypto

2018-10-11 Thread Justin Hibbits
On Thu, 11 Oct 2018 17:32:21 -0400 Jung-uk Kim wrote: > On 18. 10. 11., Justin Hibbits wrote: > > On Thu, 11 Oct 2018 19:07:45 + > > Glen Barber wrote: > > > >> On Thu, Oct 11, 2018 at 09:05:52AM +0200, Raúl wrote: > >>> Maybe related to recent Glen's Heads-UP? > >>> > >>>

Re: r339289 buildworld stopped in /usr/src/secure/lib/libcrypto

2018-10-11 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 18. 10. 11., Jung-uk Kim wrote: > On 18. 10. 11., Justin Hibbits wrote: >> On Thu, 11 Oct 2018 19:07:45 + Glen Barber >> wrote: >> >>> On Thu, Oct 11, 2018 at 09:05:52AM +0200, Raúl wrote: Maybe related to recent Glen's Heads-UP?

Re: r339289 buildworld stopped in /usr/src/secure/lib/libcrypto

2018-10-11 Thread Jung-uk Kim
On 18. 10. 11., Justin Hibbits wrote: > On Thu, 11 Oct 2018 19:07:45 + > Glen Barber wrote: > >> On Thu, Oct 11, 2018 at 09:05:52AM +0200, Raúl wrote: >>> Maybe related to recent Glen's Heads-UP? >>> >>> https://lists.freebsd.org/pipermail/freebsd-current/2018-October/071581.html >>> >>

Re: r339289 buildworld stopped in /usr/src/secure/lib/libcrypto

2018-10-11 Thread Konstantin Belousov
On Thu, Oct 11, 2018 at 07:07:45PM +, Glen Barber wrote: > On Thu, Oct 11, 2018 at 09:05:52AM +0200, Raúl wrote: > > Maybe related to recent Glen's Heads-UP? > > > > https://lists.freebsd.org/pipermail/freebsd-current/2018-October/071581.html > > > > No, this is different, and more recent

Re: r339289 buildworld stopped in /usr/src/secure/lib/libcrypto

2018-10-11 Thread Glen Barber
On Thu, Oct 11, 2018 at 03:38:47PM -0500, Justin Hibbits wrote: > On Thu, 11 Oct 2018 19:07:45 + > Glen Barber wrote: > > > On Thu, Oct 11, 2018 at 09:05:52AM +0200, Raúl wrote: > > > Maybe related to recent Glen's Heads-UP? > > > > > >

Re: Good motherboard for Ryzen (first-gen)

2018-10-11 Thread Eric van Gyzen
On 9/21/18 9:53 PM, Eric van Gyzen wrote: I would like to build a Ryzen desktop.  Can anyone recommend a good motherboard? I'm planning on a first-gen, because the second-gen has similar stability problems as the first-gen had, and AMD hasn't released errata for the second-gen yet (as far as

Re: r339289 buildworld stopped in /usr/src/secure/lib/libcrypto

2018-10-11 Thread Justin Hibbits
On Thu, 11 Oct 2018 19:07:45 + Glen Barber wrote: > On Thu, Oct 11, 2018 at 09:05:52AM +0200, Raúl wrote: > > Maybe related to recent Glen's Heads-UP? > > > > https://lists.freebsd.org/pipermail/freebsd-current/2018-October/071581.html > > > > No, this is different, and more recent than

Re: careless commits disrupt

2018-10-11 Thread Julian H. Stacey
Stefan Esser wrote: > Am 11.10.18 um 18:20 schrieb Julian H. Stacey: > >> On Thu, Oct 11, 2018 at 05:54:08PM +0200, Julian H. Stacey wrote: > >>> > >>> 3_sxnet.pico v3_tlsf.pico v3_utl.pico v3err.pico | tsort -q` -lpthread > >>> /usr/bin/ld: error: unable to find library -lpthread > >>> cc:

Re: r339289 buildworld stopped in /usr/src/secure/lib/libcrypto

2018-10-11 Thread Glen Barber
On Thu, Oct 11, 2018 at 09:05:52AM +0200, Raúl wrote: > Maybe related to recent Glen's Heads-UP? > > https://lists.freebsd.org/pipermail/freebsd-current/2018-October/071581.html > No, this is different, and more recent than the heads-up. I now see failures on powerpc, powerpc64, powerpcspe,

Re: HEADS-UP: OpenSSL 1.1.1 in 12.0

2018-10-11 Thread Don Lewis
On 11 Oct, Don Lewis wrote: > On 11 Oct, freebsd.curr...@clogic.com.ua wrote: >> On 2018-10-10 06:14, Michael Butler wrote: >>> On 10/9/18 5:34 PM, Glen Barber wrote: OpenSSL has been updated to version 1.1.1 as of r339270. It is important to rebuild third-party packages before

Re: HEADS-UP: OpenSSL 1.1.1 in 12.0

2018-10-11 Thread Don Lewis
On 11 Oct, freebsd.curr...@clogic.com.ua wrote: > On 2018-10-10 06:14, Michael Butler wrote: >> On 10/9/18 5:34 PM, Glen Barber wrote: >>> OpenSSL has been updated to version 1.1.1 as of r339270. >>> >>> It is important to rebuild third-party packages before running: >>> >>> # make -C /usr/src

RE: careless commits disrupt

2018-10-11 Thread Cy Schubert
Yes, failure to delete old files can also lead to weird ports build failures. --- Sent using a tiny phone keyboard. Apologies for any typos and autocorrect. Also, this old phone only supports top post. Apologies. Cy Schubert or The need of the many outweighs the greed of the few. ---

Re: careless commits disrupt

2018-10-11 Thread Stefan Esser
Am 11.10.18 um 18:20 schrieb Julian H. Stacey: >> On Thu, Oct 11, 2018 at 05:54:08PM +0200, Julian H. Stacey wrote: >>> >>> 3_sxnet.pico v3_tlsf.pico v3_utl.pico v3err.pico | tsort -q` -lpthread >>> /usr/bin/ld: error: unable to find library -lpthread >>> cc: error: linker command failed

Re: HEADS-UP: OpenSSL 1.1.1 in 12.0

2018-10-11 Thread freebsd . current
On 2018-10-11 18:02, Jamie Landeg-Jones wrote: freebsd.curr...@clogic.com.ua wrote: Anyway, I think apps from ports need to use openssl from ports. No. Only if it's installed. If not, it's perfectly normal for a port to use the base openssl - it's not a private-lib install. cheers, Jamie I

Re: careless commits disrupt

2018-10-11 Thread Julian H. Stacey
> On Thu, Oct 11, 2018 at 05:54:08PM +0200, Julian H. Stacey wrote: > > > > 3_sxnet.pico v3_tlsf.pico v3_utl.pico v3err.pico | tsort -q` -lpthread > > /usr/bin/ld: error: unable to find library -lpthread > > cc: error: linker command failed with exit code 1 (use -v to see invocati= > on) >

Re: careless commits disrupt

2018-10-11 Thread David Wolfskill
On Thu, Oct 11, 2018 at 05:54:08PM +0200, Julian H. Stacey wrote: > > 3_sxnet.pico v3_tlsf.pico v3_utl.pico v3err.pico | tsort -q` -lpthread > /usr/bin/ld: error: unable to find library -lpthread > cc: error: linker command failed with exit code 1 (use -v to see invocation) > *** Error code

careless commits disrupt

2018-10-11 Thread Julian H. Stacey
Careless src/ commits disrupt & deserve reversion, etc ... my 2 current hosts broke building new kernels, so I updated yet Again, & now buildworld breaks. 3_sxnet.pico v3_tlsf.pico v3_utl.pico v3err.pico | tsort -q` -lpthread /usr/bin/ld: error: unable to find library -lpthread cc: error:

Re: HEADS-UP: OpenSSL 1.1.1 in 12.0

2018-10-11 Thread Jamie Landeg-Jones
freebsd.curr...@clogic.com.ua wrote: > Anyway, I think apps from ports need to use openssl from ports. No. Only if it's installed. If not, it's perfectly normal for a port to use the base openssl - it's not a private-lib install. cheers, Jamie ___

Re: HEADS-UP: OpenSSL 1.1.1 in 12.0

2018-10-11 Thread Oleg Lelchuk
net-p2p/libtorrent also can't be built with the new openssl. On Thu, Oct 11, 2018 at 2:05 AM wrote: > On 2018-10-10 06:14, Michael Butler wrote: > > On 10/9/18 5:34 PM, Glen Barber wrote: > >> OpenSSL has been updated to version 1.1.1 as of r339270. > >> > >> It is important to rebuild

Re: is 4k desktop possible on freebsd-12?

2018-10-11 Thread tech-lists
On 11/10/2018 10:18, Johannes Lundberg wrote: Do you have anything configured in /etc/X11/xorg.conf? no. But there's a section in the handbook I missed; am reading it now thanks, -- J. ___ freebsd-current@freebsd.org mailing list

Re: is 4k desktop possible on freebsd-12?

2018-10-11 Thread Johannes Lundberg
On Thu, Oct 11, 2018 at 9:58 AM tech-lists wrote: > On 10/10/2018 15:24, Slawa Olhovchenkov wrote: > > You need check HDMI 2.0 available on video card and monitor. > > For HDMI 1.4 you need check of support both card and monitor support > 4K@24. > > Yes, the card, cable and monitor are all

Re: is 4k desktop possible on freebsd-12?

2018-10-11 Thread tech-lists
On 10/10/2018 15:24, Slawa Olhovchenkov wrote: You need check HDMI 2.0 available on video card and monitor. For HDMI 1.4 you need check of support both card and monitor support 4K@24. Yes, the card, cable and monitor are all capable of 4k@30fps. The cable and monitor were tested by connecting

Re: r339289 buildworld stopped in /usr/src/secure/lib/libcrypto

2018-10-11 Thread Raúl
Maybe related to recent Glen's Heads-UP? https://lists.freebsd.org/pipermail/freebsd-current/2018-October/071581.html ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail

Re: Not sure if this is an important bug...

2018-10-11 Thread Raúl
Hi, same 12 under bhyve on a 11.2p4, it's working here on Intel platform, from dmesg: [] FreeBSD 12.0-ALPHA9 r339293 GENERIC-NODEBUG amd64 FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1) VT: init without driver. CPU: Intel(R) Xeon(R) CPU E3-1220 v5 @ 3.00GHz

Re: HEADS-UP: OpenSSL 1.1.1 in 12.0

2018-10-11 Thread freebsd . current
On 2018-10-10 06:14, Michael Butler wrote: On 10/9/18 5:34 PM, Glen Barber wrote: OpenSSL has been updated to version 1.1.1 as of r339270. It is important to rebuild third-party packages before running: # make -C /usr/src delete-old && make -C /usr/src delete-old-libs Thank you for your