Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Re: simple question about installing chromium browser for use in debian OS using gentoo prefix..
Date: Tue, 25 Jun 2019 13:18:06
Message-Id: 20190625131725.GA13828@gentoo.org
In Reply to: Re: [gentoo-alt] Re: simple question about installing chromium browser for use in debian OS using gentoo prefix.. by Michael Fothergill
1 Hi Mike,
2
3 Run:
4 ebuild nghttp2-1.39.1.ebuild digest
5
6 that would fix it
7
8 Fabian
9
10 On 25-06-2019 14:05:13 +0100, Michael Fothergill wrote:
11 > I took edited the ebuild file for the nghttp2 package as follows:
12 >
13 > multilib_src_configure() {
14 >         local myeconfargs=(
15 >                 --disable-examples
16 >                 --disable-failmalloc
17 >                 --disable-python-bindings
18 >                 --disable-werror
19 >                 --without-cython
20 >                  --with-boost=/home/mikef/gentoo/usr
21 >                 $(use_enable cxx asio-lib)
22 >                 $(use_enable debug)
23 >                 $(multilib_native_use_enable hpack-tools)
24 >                 $(use_enable static-libs static)
25 >                 $(use_enable threads)
26 >                 $(multilib_native_use_enable utils app)
27 >                 $(multilib_native_use_with jemalloc)
28 >                 $(multilib_native_use_with xml libxml2)
29 >         )
30 >         ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
31 >
32 > }
33 >
34 > I added an extra line (shown in red) to the ebuild in the myeconfargs flag setup
35 > list or whatever it is called.
36 >
37 > I then tried running emerge again but it failed as follows:
38 >
39 > mikef@fart ~/gentoo/usr/portage/net-libs/nghttp2 $ !295
40 > emerge net-libs/nghttp2
41 > Calculating dependencies \ * Digest verification failed:
42 >  * /home/mikef/gentoo/usr/portage/net-libs/nghttp2/nghttp2-1.39.1.ebuild
43 >  * Reason: Filesize does not match recorded size
44 >  * Got: 2005
45 >  * Expected: 1966
46 > ... done!
47 >
48 > >>> Verifying ebuild manifests
49 >
50 > !!! Digest verification failed:
51 > !!! /home/mikef/gentoo/usr/portage/net-libs/nghttp2/nghttp2-1.39.1.ebuild
52 > !!! Reason: Filesize does not match recorded size
53 > !!! Got: 2005
54 > !!! Expected: 1966
55 > mikef@fart ~/gentoo/usr/portage/net-libs/nghttp2 $
56 >
57 > ***************************************
58 >
59 > It didn't like the change made to the ebuild file it seems.
60 >
61 > Comments appreciated.
62 >
63 > Regards
64 >
65 > MF
66 >
67 >
68 > read_char: errno==EILSEQ; invalid byte sequence for UTF-8:
69 --
70 Fabian Groffen
71 Gentoo on a different level

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies