Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 22:25:24 +0200
From:      =?UTF-8?Q?Ren=C3=A9_Ladan?= <r.c.ladan@gmail.com>
To:        "cpm@fbsd.es cpm@fbsd.es" <cpm@fbsd.es>
Cc:        gpalmer@freebsd.org, chromium-list freebsd <freebsd-chromium@freebsd.org>
Subject:   Re: chromium 36 on FreeBSD 9?
Message-ID:  <CADL2u4gnPp3cCLOMh4PT88S5jAYE-hBKVcHtbhiB1xAPfzKLgA@mail.gmail.com>
In-Reply-To: <20140815215829.0960c384ed474cf0f4d4b257@fbsd.es>
References:  <20140815215829.0960c384ed474cf0f4d4b257@fbsd.es>

next in thread | previous in thread | raw e-mail | index | archive | help
Op 15 aug. 2014 21:59 schreef "Carlos Jacobo Puga Medina" <cpm@fbsd.es>:
>
> > Hi,
> >
> > The latest update doesn't seem to build on 9.2
> >
> > Last few lines of build log:
> >
> > Updating projects from gyp files...
> > Package libusb-1.0 was not found in the pkg-config search path.
> > Perhaps you should add the directory containing `libusb-1.0.pc'
> > to the PKG_CONFIG_PATH environment variable
> > Package 'libusb-1.0', required by 'world', not found
> > gyp: Call to 'pkg-config --libs-only-l libusb-1.0' returned exit status
1.
> > *** [do-configure] Error code 1
> >
> > Regards,
> >
> > Gary
> >
> > P.S. not subscribed so please CC me on any reply.  Thanks.
>
> Try this patch:
>
> # diff -urN Makefile.orig Makefile
> --- Makefile.orig       2014-08-15 21:54:20.000000000 +0200
> +++ Makefile    2014-08-15 21:54:34.000000000 +0200
> @@ -102,7 +102,7 @@
>                 use_system_libexif=3D1 \
>                 use_system_libjpeg=3D1 \
>                 use_system_libpng=3D1 \
> -               use_system_libusb=3D1 \
> +               use_system_libusb=3D0 \
>                 use_system_libwebp=3D1 \
>                 use_system_libxml=3D1 \
>                 use_system_libxslt=3D1 \
>
I don't think this will work for several reasons:
1. Bundled libusb is removed in by the remove_bundled_libraries script in
the pre-configure step
2. The bundled libusb is a modified one from sourceforge but on freebsd we
are supposed to use the system libusb due to how it interacts with the
lower layers

I'm doing a test build for 8.4 now to see what can be done. Maybe we need
to look for a different pc file.

Ren=C3=A9



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADL2u4gnPp3cCLOMh4PT88S5jAYE-hBKVcHtbhiB1xAPfzKLgA>