Re: Build failes cause of padlock_cipher.c:90 / commit: bbd1562a4992

2018-02-01 Thread Stefan Hagen

Dimitry Andric wrote:
Make sure your source tree is at least at r328090, and run at least
"make buildworld" or "make kernel-toolchain" before attempting to build
the kernel.


Excellent! This works. And I learned about the the kernel-toolchain target.
Thank you.

Best Regards,
Stefan
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Build failes cause of padlock_cipher.c:90 / commit: bbd1562a4992

2018-01-31 Thread Dimitry Andric
On 31 Jan 2018, at 19:09, Stefan Hagen  wrote:
> 
> The kernel build is currently breaking for me:
> 
> Error:
> /usr/src/sys/crypto/via/padlock_cipher.c:90:14: error: invalid instruction 
> mnemonic '.byte'
> "popf   \n\t"
> 
> :3:2: note: instantiated into assembly here
> rep
> ^~~
> 1 error generated.

Make sure your source tree is at least at r328090, and run at least
"make buildworld" or "make kernel-toolchain" before attempting to build
the kernel.

-Dimitry



signature.asc
Description: Message signed with OpenPGP


Build failes cause of padlock_cipher.c:90 / commit: bbd1562a4992

2018-01-31 Thread Stefan Hagen


Hello,

The kernel build is currently breaking for me:

Error:
 /usr/src/sys/crypto/via/padlock_cipher.c:90:14: error: invalid instruction 
mnemonic '.byte'
 "popf   \n\t"

 :3:2: note: instantiated into assembly here
 rep
 ^~~
 1 error generated.
 *** [padlock_cipher.o] Error code 1

 make[4]: stopped in /usr/src/sys/modules/padlock
 1 error

 make[4]: stopped in /usr/src/sys/modules/padlock
 *** [all_subdir_padlock] Error code 2

After reverting the change introduced with bbd1562a4992, it works again.
I'm building GENERIC-NODEBUG on skylake.

make.conf:
 MALLOC_PRODUCTION=yes
 WITHOUT_DEBUG=yes
 MK_PROFILE=no
 CPUTYPE?=skylake

Best Regards,
Stefan
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"