Roger Koehler wrote:
On Tue, May 9, 2017 at 1:58 PM, Bruce Dubbs <[email protected]> wrote:
Roger Koehler wrote:

On Tue, May 9, 2017 at 1:44 PM, Bruce Dubbs <[email protected]> wrote:

Roger Koehler wrote:

Has anyone been successful building Chromium with the latest LFS using
GCC 7.1?

I'm running into issues trying to build a couple of its dependencies
(MIT Kerberos V5-1.15.1 and libvpx-1.6.1).

I'm in the process of doing a complete rebuild with gcc-7.1.  I should
get to chromium in a day or two.

Out of about 250 packages so far, I've only had to do one workaround
(nss).

Oh ya, I forgot about NSS. What did you have to do?

NSS_ENABLE_WERROR=0

There may be a dependency of MIT Kerberos on NSS. After installing
NSS, MIT Kerberos built with no problems, but something else may have
changed in my system as well.

It does look like Kerberos can use nss or openssl.  They are only used if

--with-crypto-impl is defined as 'openssl' or 'nss'. Also configure --help says:

--with-pkinit-crypto-impl=IMPL
                 use specified pkinit crypto implementation [openssl]
--with-tls-impl=IMPL
                 use specified TLS implementation [auto]

But my initial analysis indicates both are optional.

On libvpx, I get this error all over the place:

fatal error: ./vpx_config.h: No such file or directory

That's a generated file. I do not see that in my log and I do not know why your system is not generating it. It is generated in configure. The procedure is defined in build/make/configure.sh

  -- Bruce


--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to