public inbox for gentoo-alt@lists.gentoo.org
 help / color / mirror / Atom feed
From: Fabian Groffen <grobian@gentoo.org>
To: gentoo-alt@lists.gentoo.org
Subject: Re: [gentoo-alt] Re: simple question about installing chromium browser for use in debian OS using gentoo prefix..
Date: Wed, 26 Jun 2019 15:53:55 +0200	[thread overview]
Message-ID: <20190626135355.GC13828@gentoo.org> (raw)
In-Reply-To: <CANc=Sd1RiN1ZzqRFmcxCUjNM5cJWbhWLD9bE4pM6+tz2WCPafQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 4092 bytes --]

On 26-06-2019 10:40:49 +0100, Michael Fothergill wrote:
> Many thanks for the suggestions and advice again.
> 
> Chromium has emerged and has been installed.
> 
> I added the video card and input device entries to the gentoo prefix make.conf
> file.
> 
> I ran the source and env updates.
> 
> Then I emerged x11-base/xorg-server.
> 
> It chuntered away through 15 of the 23 packages grumbling about there being no
> kernel in /usr/src/linux which I ignored.
> 
> It then failed trying to emerge the input device package dev-libs/input:
> 
> * Messages for package dev-libs/libinput-1.13.2:
> 
>  * ERROR: dev-libs/libinput-1.13.2::gentoo failed:
>  *   Aborting due to QA concerns: there are files installed outside the prefix

It would help if we'd know which files are installed out of the prefix.

Since this package uses meson.ebuild, it seems this one may not be aware
of Prefix.  In particular, my guess meson.eclass should use
"${EPREFIX}/$(get_libdir)" in it's mesonargs in meson_src_configure.

Fabian

>  *
>  * Call stack:
>  *   misc-functions.sh, line 586:  Called install_qa_check
>  *   misc-functions.sh, line 132:  Called source 'install_symlink_html_docs'
>  *            05prefix, line 114:  Called install_qa_check_prefix
>  *            05prefix, line  27:  Called die
>  * The specific snippet of code:
>  *                      die "Aborting due to QA concerns: there are files
> installed outside the prefix"
>  *
>  * If you need support, post the output of `emerge --info
> '=dev-libs/libinput-1.13.2::gentoo'`,
>  * the complete build log and the output of `emerge -pqv
> '=dev-libs/libinput-1.13.2::gentoo'`.
>  * The complete build log is located at
> '/home/mikef/gentoo/var/tmp/portage/dev-libs/libinput-1.13.2/temp/build.log'.
>  * The ebuild environment file is located at
> '/home/mikef/gentoo/var/tmp/portage/dev-libs/libinput-1.13.2/temp/environment'.
>  * Working directory:
> '/home/mikef/gentoo/var/tmp/portage/dev-libs/libinput-1.13.2/image/home/mikef/gentoo'
>  * S:
> '/home/mikef/gentoo/var/tmp/portage/dev-libs/libinput-1.13.2/work/libinput-1.13.2'
> 
>  * GNU info directory index is up-to-date.
> mikef@fart ~/gentoo/etc/portage $ ^C
> mikef@fart ~/gentoo/etc/portage $ 
> 
> ************************
> 
> Suggestions on a cure here would be appreciated.
> 
> Regards
> 
> MF
> 
> On Wed, 26 Jun 2019 at 02:37, Sam Pfeiffer <[1]sammypfeiffer@gmail.com> wrote:
> 
> > In my experience graphics stuff can work on Prefix. At least without drivers
> > on the way... I've used the 3D graphics visualizer Rviz from my prefix.
> 
> > On Wed, Jun 26, 2019, 03:53 Fabian Groffen <[2]grobian@gentoo.org wrote:
> 
> >> On 25-06-2019 17:37:16 +0100, Michael Fothergill wrote:
> >> > MAny thanks again.
> >> >
> >> > node js 9999999 has compiled and now chromium is slowly compiling.
> >> >
> >> > I should have turned on the jumbo-build flag..........
> >> >
> >> > I have a conventional gentoo install on this machine alongside
> >> debian/gentoo
> >> > prefix.
> >> >
> >> > If I would take e.g. the video card settings etc from the make.conf from
> >> the
> >> > ordinary gentoo install and put them in
> >> >
> >> > the gentoo prefix make.conf would that help me configure xorg-server to
> >> work
> >> > properly when I come to emerge it?
> 
> >> You can try this, I don't know how much will work (videocards and stuff
> >> sounds like things which won't work unprivileged).
> 
> >> > Suggestions on the way forward here are welcome.
> 
> >> Try it, see where you hit problems.
> 
> >> Fabian
> >> >
> >> > Regards
> >> >
> >> > MF
> >> >
> >> >
> >> > read_char: errno==EILSEQ; invalid byte sequence for UTF-8:
> >> --
> >> Fabian Groffen
> >> Gentoo on a different level
> 
> 
> 
>  References:
>    1. mailto:sammypfeiffer@gmail.com
>    2. mailto:grobian@gentoo.org
> 
> read_char: errno==EILSEQ; invalid byte sequence for UTF-8: 
-- 
Fabian Groffen
Gentoo on a different level

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

  parent reply	other threads:[~2019-06-26 13:54 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-21 16:09 [gentoo-alt] simple question about installing chromium browser for use in debian OS using gentoo prefix Michael Fothergill
2019-06-23 10:03 ` [gentoo-alt] " Michael Fothergill
2019-06-24  8:50   ` Fabian Groffen
2019-06-24 10:44     ` Michael Fothergill
2019-06-25 13:05       ` Michael Fothergill
2019-06-25 13:17         ` Fabian Groffen
2019-06-25 13:39           ` Michael Fothergill
2019-06-25 16:37             ` Michael Fothergill
2019-06-25 17:52               ` Fabian Groffen
2019-06-26  1:37                 ` Sam Pfeiffer
2019-06-26  9:40                   ` Michael Fothergill
2019-06-26 10:07                     ` Michael Fothergill
2019-06-26 13:49                       ` Michael Fothergill
2019-06-26 13:53                     ` Fabian Groffen [this message]
2019-06-26 14:39                       ` Michael Fothergill
2019-06-26 14:43                         ` Michael Fothergill
2019-06-26 14:50                           ` Sam Pfeiffer
2019-06-26 18:40                           ` Fabian Groffen
2019-06-26 18:50                             ` Fabian Groffen
2019-06-27 11:03                               ` Michael Fothergill
2019-06-27 11:09                                 ` Michael Fothergill
2019-06-27 11:18                                   ` Fabian Groffen
2019-06-27 11:41                                     ` Michael Fothergill
2019-06-27 11:46                                       ` Fabian Groffen
2019-06-27 12:06                                         ` Michael Fothergill
2019-06-27 12:11                                           ` Fabian Groffen
2019-06-27 12:15                                             ` Michael Fothergill
2019-06-27 12:23                                               ` Fabian Groffen
2019-06-27 12:48                                                 ` Michael Fothergill
2019-06-27 13:11                                                   ` Michael Fothergill
2019-06-27 13:16                                                     ` Michael Fothergill
2019-06-27 21:15                                                       ` Michael Fothergill
2019-06-27 21:17                                                         ` Michael Fothergill
2019-06-27 21:23                                                           ` Michael Fothergill
2019-06-28  7:23                                                             ` Fabian Groffen
2019-06-28  8:27                                                               ` Michael Fothergill
2019-06-28  8:31                                                                 ` Fabian Groffen
2019-06-28  8:36                                                                   ` Michael Fothergill
2019-06-28  8:40                                                                     ` Fabian Groffen
2019-06-28  9:00                                                                       ` Michael Fothergill
2019-06-28  9:04                                                                         ` Michael Fothergill
2019-06-28  9:05                                                                         ` Fabian Groffen
2019-06-28  9:11                                                                           ` Michael Fothergill
2019-06-28 10:19                                                                             ` Fabian Groffen
2019-06-28 10:22                                                                               ` Michael Fothergill
2019-06-28 10:24                                                                                 ` Michael Fothergill
2019-06-28 10:25                                                                                 ` Fabian Groffen
2019-06-28 10:33                                                                                   ` Michael Fothergill
2019-06-28 13:31                                                                                     ` Askar Bektassov
2019-06-28 14:50                                                                                       ` Michael Fothergill
2019-06-28 15:19                                                                                         ` Michael Fothergill
2019-06-28  7:20                                                         ` Fabian Groffen
2020-05-13  0:34       ` Benda Xu
2020-05-14 17:31         ` Michael Fothergill

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190626135355.GC13828@gentoo.org \
    --to=grobian@gentoo.org \
    --cc=gentoo-alt@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox