Hi Mike,

Run:
ebuild nghttp2-1.39.1.ebuild digest

that would fix it

Fabian

On 25-06-2019 14:05:13 +0100, Michael Fothergill wrote:
> I took edited the ebuild file for the nghttp2 package as follows:
> 
> multilib_src_configure() {
>         local myeconfargs=(
>                 --disable-examples
>                 --disable-failmalloc
>                 --disable-python-bindings
>                 --disable-werror
>                 --without-cython
>                  --with-boost=/home/mikef/gentoo/usr
>                 $(use_enable cxx asio-lib)
>                 $(use_enable debug)
>                 $(multilib_native_use_enable hpack-tools)
>                 $(use_enable static-libs static)
>                 $(use_enable threads)
>                 $(multilib_native_use_enable utils app)
>                 $(multilib_native_use_with jemalloc)
>                 $(multilib_native_use_with xml libxml2)
>         )
>         ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
> 
> }
> 
> I added an extra line (shown in red) to the ebuild in the myeconfargs flag 
> setup
> list or whatever it is called.
> 
> I then tried running emerge again but it failed as follows:
> 
> mikef@fart ~/gentoo/usr/portage/net-libs/nghttp2 $ !295
> emerge net-libs/nghttp2
> Calculating dependencies \ * Digest verification failed:
>  * /home/mikef/gentoo/usr/portage/net-libs/nghttp2/nghttp2-1.39.1.ebuild
>  * Reason: Filesize does not match recorded size
>  * Got: 2005
>  * Expected: 1966
> ... done!
> 
> >>> Verifying ebuild manifests
> 
> !!! Digest verification failed:
> !!! /home/mikef/gentoo/usr/portage/net-libs/nghttp2/nghttp2-1.39.1.ebuild
> !!! Reason: Filesize does not match recorded size
> !!! Got: 2005
> !!! Expected: 1966
> mikef@fart ~/gentoo/usr/portage/net-libs/nghttp2 $
> 
> ***************************************
> 
> It didn't like the change made to the ebuild file it seems.
> 
> Comments appreciated.
> 
> Regards
> 
> MF
> 
> 
> read_char: errno==EILSEQ; invalid byte sequence for UTF-8: 
-- 
Fabian Groffen
Gentoo on a different level

Attachment: signature.asc
Description: PGP signature

Reply via email to