Re: [gentoo-user] emerge-fetch.log not always updating

2020-08-03 Thread Andrey F.
Can you reproduce by manually curling it? On Sun, Aug 2, 2020, 18:41 Dale wrote: > Howdy, > > I was in the middle of a update and noticed the server I was connected to > was really slow. I edited make.conf and removed that server. I then > restarted emerge so it would try the next server and h

[gentoo-user] emerge-fetch.log not always updating

2020-08-02 Thread Dale
Howdy, I was in the middle of a update and noticed the server I was connected to was really slow.  I edited make.conf and removed that server.  I then restarted emerge so it would try the next server and hopefully be a better speed.  When I used tail to monitor emerge-fetch.log, it wasn't updating

[gentoo-user] emerge should tell me the reason for not accepting a PYTHON_TARGET

2020-07-29 Thread Helmut Jarausch
Hi, I'm on the way to rebuild all packages using Python to be built with Python3.9, as well I have created the corresponding ebuilds in a local overlay. But many times, emerge cannot proceed because one of the dependencies hasn't an ebuild for Python3.9, yet. Emerge tries to disable python3

Re: [gentoo-user] "emerge --jobs=1 ..." vs "MAKEOPTS=-j1 emerge ..."

2020-06-21 Thread Rich Freeman
On Sun, Jun 21, 2020 at 5:53 AM Dr Rainer Woitok wrote: > > is there any difference between running "emerge --jobs=1 ..." and runn- > ing "MAKEOPTS=-j1 emerge ..."? > Yes. --jobs=1 tells emerge to build one package at a time. -j1 tells make to compile one file at a time when building a package

[gentoo-user] "emerge --jobs=1 ..." vs "MAKEOPTS=-j1 emerge ..."

2020-06-21 Thread Dr Rainer Woitok
Greetings, is there any difference between running "emerge --jobs=1 ..." and runn- ing "MAKEOPTS=-j1 emerge ..."? Sincerely, Rainer

Re: [gentoo-user] emerge -u fails with "OSError: [Errno 12] Cannot allocate memory"

2020-06-20 Thread Dale
Sean O'Myers wrote: > > How do unsubscrib > >   > > Each email source has this info. List-Help: List-Unsubscribe: Make sure you send with the email address you subscribed with. Dale :-) :-)

RE: [gentoo-user] emerge -u fails with "OSError: [Errno 12] Cannot allocate memory"

2020-06-20 Thread Sean O'Myers
How do unsubscrib Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10 From: J. Roeleveld<mailto:jo...@antarean.org> Sent: Tuesday, June 16, 2020 3:36 PM To: gentoo-user@lists.gentoo.org<mailto:gentoo-user@lists.gentoo.org> Subject: Re: [gentoo-user] em

Re: [gentoo-user] emerge -u fails with "OSError: [Errno 12] Cannot allocate memory" [ RESOLVED, kinda ]

2020-06-16 Thread J. Roeleveld
On Wednesday, June 17, 2020 7:54:22 AM CEST n952162 wrote: > On 06/16/20 21:35, J. Roeleveld wrote: > > On 16 June 2020 20:31:56 CEST, n952162 wrote: > >> Admonished to get everything updated, I turned to my raspberry pi with > >> Sakaki's binary image. Synced and updated portage with no problem.

Re: [gentoo-user] emerge -u fails with "OSError: [Errno 12] Cannot allocate memory" [ RESOLVED, kinda ]

2020-06-16 Thread n952162
On 06/16/20 21:35, J. Roeleveld wrote: On 16 June 2020 20:31:56 CEST, n952162 wrote: Admonished to get everything updated, I turned to my raspberry pi with Sakaki's binary image.  Synced and updated portage with no problem. Then I did an emerge -u @world and got (after *hours* of dependency che

Re: [gentoo-user] emerge -u fails with "OSError: [Errno 12] Cannot allocate memory"

2020-06-16 Thread J. Roeleveld
On 16 June 2020 20:31:56 CEST, n952162 wrote: >Admonished to get everything updated, I turned to my raspberry pi with >Sakaki's binary image.  Synced and updated portage with no problem.  >Then I did an emerge -u @world and got (after *hours* of dependency >checking): > > >>> Jobs: 0 of 206 comple

Re: [gentoo-user] emerge stuck after dovecot upgrade

2020-05-21 Thread Andreas Fink
On Thu, 21 May 2020 12:54:49 +0100 Neil Bothwick wrote: > On Thu, 21 May 2020 11:20:18 +0100, Neil Bothwick wrote: > > > On Thu, 21 May 2020 06:44:35 +0200, Andreas Fink wrote: > > > > > recently emerge started to get stuck after an upgrade of dovecot, and > > > it is somehow related to my /etc/p

Re: [gentoo-user] emerge stuck after dovecot upgrade

2020-05-21 Thread Neil Bothwick
On Thu, 21 May 2020 11:20:18 +0100, Neil Bothwick wrote: > On Thu, 21 May 2020 06:44:35 +0200, Andreas Fink wrote: > > > recently emerge started to get stuck after an upgrade of dovecot, and > > it is somehow related to my /etc/portage/bashrc, which has the > > following content: function post_pk

Re: [gentoo-user] emerge stuck after dovecot upgrade

2020-05-21 Thread Neil Bothwick
On Thu, 21 May 2020 06:44:35 +0200, Andreas Fink wrote: > recently emerge started to get stuck after an upgrade of dovecot, and > it is somehow related to my /etc/portage/bashrc, which has the > following content: function post_pkg_postinst() { > if test "$CATEGORY/$PN" = "dev-db/mariadb"; the

[gentoo-user] emerge stuck after dovecot upgrade

2020-05-20 Thread Andreas Fink
Hello, recently emerge started to get stuck after an upgrade of dovecot, and it is somehow related to my /etc/portage/bashrc, which has the following content: function post_pkg_postinst() { if test "$CATEGORY/$PN" = "dev-db/mariadb"; then /etc/init.d/mysql status && /etc/init.d/mysql r

[gentoo-user] emerge --sync using tor by default?

2020-03-16 Thread Caveman Al Toraboran
hi - is that true?  it seems to be using it automatically when tor.service is running. what's the point?  e.g. is it made to ensure that we reduce the probability of having a single man in the middle that may consistently fool us?  by replacing it by varying men in the middle that is harder for th

Re: [gentoo-user] Emerge and CPU core usage

2019-12-13 Thread Dale
J. Roeleveld wrote: > Top posting? You? > > > On 13 December 2019 08:36:08 CET, Dale wrote: >> Howdy, >> >> I don't recall seeing the thread on the forums but it sort of sounds a >> lot like what I was reading on -dev as to why it is not.  Basically, it >> would be a complex and difficult piece o

Re: [gentoo-user] Emerge and CPU core usage

2019-12-13 Thread J. Roeleveld
Top posting? You? On 13 December 2019 08:36:08 CET, Dale wrote: >Howdy, > >I don't recall seeing the thread on the forums but it sort of sounds a >lot like what I was reading on -dev as to why it is not.  Basically, it >would be a complex and difficult piece of code.  According to some, it >cou

Re: [gentoo-user] Emerge and CPU core usage

2019-12-12 Thread Dale
Howdy, I don't recall seeing the thread on the forums but it sort of sounds a lot like what I was reading on -dev as to why it is not.  Basically, it would be a complex and difficult piece of code.  According to some, it could even create problems that don't exist now, depending on what dependenci

Re: [gentoo-user] Emerge and CPU core usage

2019-12-12 Thread Woohyung Jeon
I can't be sure whether these links will help, but there were conversations. https://forums.gentoo.org/viewtopic-t-866779-start-0.html https://www.reddit.com/r/Gentoo/comments/68psrz/why_does_emerge_calculate_dependencies_on_a/ On Fri, Dec 13, 2019 at 6:44 AM Dale wrote: > > james wrote: > > On

Re: [gentoo-user] Emerge and CPU core usage

2019-12-12 Thread Dale
james wrote: > On 12/9/19 1:31 AM, Dale wrote: >> Howdy, >> > >> I'm sure trying to get portage to do things in parallel would be a >> programmers nightmare.� It may not even be doable given how the >> tree is >> done or that the complexity of calculating all the options is just to >> much to run

Re: [gentoo-user] Emerge and CPU core usage

2019-12-12 Thread james
On 12/9/19 1:31 AM, Dale wrote: Howdy, I'm sure trying to get portage to do things in parallel would be a programmers nightmare.� It may not even be doable given how the tree is done or that the complexity of calculating all the options is just to much to run in parallel. Hello Dale, N

Re: [gentoo-user] Emerge and CPU core usage

2019-12-09 Thread Dale
Peter Humphrey wrote: > On Monday, 9 December 2019 06:31:08 GMT Dale wrote: >> Howdy, >> >> As some may recall, I upgraded my rig to a 8 core CPU, expanded memory, >> added a hard drive etc etc a while back. All of which made things a bit >> faster. Each core isn't that much faster but the extra

Re: [gentoo-user] Emerge and CPU core usage

2019-12-09 Thread Peter Humphrey
On Monday, 9 December 2019 06:31:08 GMT Dale wrote: > Howdy, > > As some may recall, I upgraded my rig to a 8 core CPU, expanded memory, > added a hard drive etc etc a while back. All of which made things a bit > faster. Each core isn't that much faster but the extra cores certainly > help in mo

[gentoo-user] Emerge and CPU core usage

2019-12-08 Thread Dale
Howdy, As some may recall, I upgraded my rig to a 8 core CPU, expanded memory, added a hard drive etc etc a while back.  All of which made things a bit faster.  Each core isn't that much faster but the extra cores certainly help in most cases.  It is a noticeable improvement.  There's one thing th

[gentoo-user] emerge --sync: problem refreshing keys

2019-07-18 Thread Stefano Crocco
Hello to everyone, since yesterday emerge --sync fails because it can't refresh keys. The messages I get are: Syncing repository 'gentoo' into '/usr/portage'... * Using keys from /usr/share/openpgp-keys/gentoo-release.asc * Refreshing keys via WKD ... [ !! ] * Refreshing keys from keyserver hk

Re: [gentoo-user] Emerge wants to downgrade icu

2019-06-18 Thread Alarig Le Lay
On dim. 16 juin 13:42:48 2019, netfab wrote: > Because app-office/libreoffice-bin package (here 6.1.5.2) needs to be > updated/upgraded at each dev-libs/icu update, but it takes time. Isn’t it possible to make app-office/libreoffice-bin dependent of any version of dev-libs/icu instead of a specifi

Re: [gentoo-user] Emerge wants to downgrade icu

2019-06-17 Thread netfab
Le 16/06/19 à 10:22, Alarig Le Lay a tapoté : > Hi, sorry for the delay. > > On mer. 12 juin 12:31:31 2019, netfab wrote: > > Try --autounmask-backtrack=y emerge option. > > Thanks a lot, it worked. > But why portage bothers about icu so suddenly? > Now that =app-office/libreoffice-bin-6.2.4.2

Re: [gentoo-user] Emerge wants to downgrade icu

2019-06-16 Thread netfab
Le 16/06/19 à 10:22, Alarig Le Lay a tapoté : > Hi, sorry for the delay. > > On mer. 12 juin 12:31:31 2019, netfab wrote: > > Try --autounmask-backtrack=y emerge option. > > Thanks a lot, it worked. > But why portage bothers about icu so suddenly? > Because app-office/libreoffice-bin package (h

Re: [gentoo-user] Emerge wants to downgrade icu

2019-06-16 Thread Alarig Le Lay
Hi, sorry for the delay. On mer. 12 juin 12:31:31 2019, netfab wrote: > Try --autounmask-backtrack=y emerge option. Thanks a lot, it worked. But why portage bothers about icu so suddenly? -- Alarig

Re: [gentoo-user] Emerge wants to downgrade icu

2019-06-12 Thread netfab
Le 12/06/19 à 11:54, Alarig Le Lay a tapoté : > Hi, > > Since some days emerge asks me to go back to ICU from profile 13.0, > but I don’t understand why. > Try --autounmask-backtrack=y emerge option.

Re: [gentoo-user] Emerge wants to downgrade icu

2019-06-12 Thread Mickaël Bucas
Le mer. 12 juin 2019 à 11:54, Alarig Le Lay a écrit : > > Hi, > > Since some days emerge asks me to go back to ICU from profile 13.0, but > I don’t understand why. > > ~ # emerge --ask --verbose --update --deep --newuse @world > > These are the packages that would be merged, in order: > > Calculat

[gentoo-user] Emerge wants to downgrade icu

2019-06-12 Thread Alarig Le Lay
Hi, Since some days emerge asks me to go back to ICU from profile 13.0, but I don’t understand why. ~ # emerge --ask --verbose --update --deep --newuse @world These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild r UD#] dev-libs/icu-58.2-r1:0/58.2::g

Re: [gentoo-user] emerge with alternate ROOT=

2019-05-29 Thread Corentin “Nado” Pazdera
May 28, 2019 9:20 PM, "tedheadster" wrote: > I am having problems trying to rebuild a slave disk with ROOT=/mnt/gentoo. > > While it is _sort_ of working, it does something very unexpected. It > rebuilds 154 packages on the _host_ system. > > Oddly, it does notice that I have different CFLAGS s

[gentoo-user] emerge with alternate ROOT=

2019-05-28 Thread tedheadster
I am having problems trying to rebuild a slave disk with ROOT=/mnt/gentoo. While it is _sort_ of working, it does something very unexpected. It rebuilds 154 packages on the _host_ system. Oddly, it does notice that I have different CFLAGS set in /etc/portage/make.conf and rebuilds the host system

Re: [gentoo-user] Emerge --sync source

2019-03-07 Thread Dale
Mick wrote: > > I can think of 3 things, but more learned M/L contributors may add to these: > > 1. The SATA connection has come loose. With time and movement it can come > (slightly) adrift. Pushing it back in fully fixes this problem - also see No. > 2 below. > > 2. The physical connector's co

Re: [gentoo-user] Emerge --sync source

2019-03-07 Thread Mick
On Thursday, 7 March 2019 10:10:53 GMT Peter Humphrey wrote: > On Wednesday, 6 March 2019 16:31:27 GMT Laurence Perkins wrote: > > On Fri, 2019-03-01 at 10:12 +, Peter Humphrey wrote: > > > [OT] > > > Evidence is mounting that the Atom box is in terminal decline. I get > > > things like batches

Re: [gentoo-user] Emerge --sync source

2019-03-07 Thread Peter Humphrey
On Wednesday, 6 March 2019 16:31:27 GMT Laurence Perkins wrote: > On Fri, 2019-03-01 at 10:12 +, Peter Humphrey wrote: > > [OT] > > Evidence is mounting that the Atom box is in terminal decline. I get > > things like batches of files in the portage tree changing owner, and then > > when I corr

Re: [gentoo-user] Emerge --sync source

2019-03-06 Thread Wols Lists
On 06/03/19 17:39, Alan Mackenzie wrote: > Up to now, I've never had a HDD or SDD fail on me. :-) I hope that > when this does eventually happen, I'll be prepared. I don't think I've had one of mine fail. I have, however, done recovery jobs on two drives that did fail that I managed to revive lo

Re: [gentoo-user] Emerge --sync source

2019-03-06 Thread Alan Mackenzie
Hello, Rich. I'd like to say hello again to everybody, just to mark that I'm still here and still using Gentoo, and thank people for (a lot of) help rendered in the past. My system, used mainly for SW development, has been stable and well behaved, with very occasional exceptions, for some while n

Re: [gentoo-user] Emerge --sync source

2019-03-06 Thread Rich Freeman
On Wed, Mar 6, 2019 at 11:31 AM Laurence Perkins wrote: > > If it's just that the SSD is failing, then get a new one before > something important gets damaged and you have to redo the whole thing. IMO any kind of storage device should be treated as if it could fail at any time without warning. Y

Re: [gentoo-user] Emerge --sync source

2019-03-06 Thread Laurence Perkins
On Fri, 2019-03-01 at 10:12 +, Peter Humphrey wrote: > On Thursday, 28 February 2019 15:47:41 GMT Rich Freeman wrote: > > > In general it is usually simplest to just remove /usr/portage > > anytime > > you change the sync settings. At least until portage gets smarter > > about it. > > That

Re: [gentoo-user] Emerge --sync source

2019-03-01 Thread Peter Humphrey
On Thursday, 28 February 2019 15:47:41 GMT Rich Freeman wrote: > In general it is usually simplest to just remove /usr/portage anytime > you change the sync settings. At least until portage gets smarter > about it. That works well on a sufficiently powerful box; it only took - oh, I don't know

Re: [gentoo-user] Emerge --sync source

2019-02-28 Thread Rich Freeman
On Thu, Feb 28, 2019 at 10:41 AM Peter Humphrey wrote: > > On Thursday, 28 February 2019 08:43:13 GMT Davyd McColl wrote: > > > Well, that's pretty-much how git works -- that local repo was still pointing > > to the old remote. Updating your repos.conf won't change that as the old > > remote is st

Re: [gentoo-user] Emerge --sync source

2019-02-28 Thread Peter Humphrey
On Thursday, 28 February 2019 08:43:13 GMT Davyd McColl wrote: > > On 2019/02/28 10:36:35, Peter Humphrey wrote: > > I have a little server box on my LAN, which I use as a git server. I'm > > having a bit of trouble with it pro tem so I decided to switch the git > > sync source on this box. > >

Re: [gentoo-user] Emerge --sync source

2019-02-28 Thread Nils Freydank
I filed a bug report https://bugs.gentoo.org/679040. Yes, currently you need to update your git config manually everytime you change your git remote.

Re: [gentoo-user] Emerge --sync source

2019-02-28 Thread Davyd McColl
On 2019/02/28 10:36:35, Peter Humphrey wrote: Hello list, I have a little server box on my LAN, which I use as a git server. I'm having a bit of trouble with it pro tem so I decided to switch the git sync source on this box. I removed the entry pointing to the local server in repos.conf/gentoo.c

[gentoo-user] Emerge --sync source

2019-02-28 Thread Peter Humphrey
Hello list, I have a little server box on my LAN, which I use as a git server. I'm having a bit of trouble with it pro tem so I decided to switch the git sync source on this box. I removed the entry pointing to the local server in repos.conf/gentoo.conf and put in 'sync-uri = https://github.co

Re: [gentoo-user] emerge --changed-use @world : how to interpret its output?

2019-01-20 Thread Neil Bothwick
On Sun, 20 Jan 2019 12:34:08 +0100, Helmut Jarausch wrote: > nice -19 emerge -av1 --update --keep-going --tree --changed-use \ > --unordered-display --verbose-conflicts @world > > I get LOTS of request to change package.use to include abi_x86_32. > > It looks like emerge wants to change ha

[gentoo-user] emerge --changed-use @world : how to interpret its output?

2019-01-20 Thread Helmut Jarausch
Hi, I have difficulties to interpret the output of nice -19 emerge -av1 --update --keep-going --tree --changed-use \ --unordered-display --verbose-conflicts @world I get LOTS of request to change package.use to include abi_x86_32. It looks like emerge wants to change half of system (which

[gentoo-user] emerge fails: media-sound/alsa-tools-1.1.6

2018-11-09 Thread karl
Applying this makes it work: diff --git a/media-sound/alsa-tools/alsa-tools-1.1.6.ebuild b/media-sound/alsa-tools/alsa-tools-1.1.6.ebuild index 18fcd567ec8..85804ba8aae 100644 --- a/media-sound/alsa-tools/alsa-tools-1.1.6.ebuild +++ b/media-sound/alsa-tools/alsa-tools-1.1.6.ebuild @@ -43,7 +43,7

Re: [gentoo-user] Emerge --sync fails on excluded stuff

2018-10-22 Thread Kai Peter
On 2018-10-22 16:26, Walter Dnes wrote: I have a 10 year old Core2 as an emergency backup machine. Let's just say it's not as fast as modern machines. To speed up "emerge --sync". I put a bunch of unneeded stuff in an "rsync_excludes" file (attached). Now "emerge --sync" has started failing,

[gentoo-user] Emerge --sync fails on excluded stuff

2018-10-22 Thread Walter Dnes
I have a 10 year old Core2 as an emergency backup machine. Let's just say it's not as fast as modern machines. To speed up "emerge --sync". I put a bunch of unneeded stuff in an "rsync_excludes" file (attached). Now "emerge --sync" has started failing, because it obviously can't verify the miss

[gentoo-user] emerge: custom formatting for USE flags in -pv/-av output

2018-08-12 Thread nunojsilva
Hello, I see there is a way to customize colors in the output of emerge, but is there a way to customize the other formatting attributes, short of editing the source itself? What I would like to do is to change the way USE flags are shown, possibly - Removing the bold attribute for disabled USE

Re: [gentoo-user] emerge completly a package but dont install it?

2018-08-09 Thread Rich Freeman
On Thu, Aug 9, 2018 at 1:28 PM wrote: > > On 08/09 09:48, Mateusz Lenik wrote: > > Turns out emerge has this nice flag (excerpt from emerge(1) manpage): > > > > --buildpkgonly, -B > > Creates binary packages for all ebuilds processed without > > actually merging the packages. This c

Re: [gentoo-user] emerge completly a package but dont install it?

2018-08-09 Thread tuxic
On 08/09 09:48, Mateusz Lenik wrote: > Turns out emerge has this nice flag (excerpt from emerge(1) manpage): > > --buildpkgonly, -B > Creates binary packages for all ebuilds processed without > actually merging the packages. This comes with the caveat that all > build-time dependenc

Re: [gentoo-user] emerge completly a package but dont install it?

2018-08-09 Thread Mateusz Lenik
Turns out emerge has this nice flag (excerpt from emerge(1) manpage): --buildpkgonly, -B Creates binary packages for all ebuilds processed without actually merging the packages. This comes with the caveat that all build-time dependencies must already be emerged on the system. Best,

Re: [gentoo-user] emerge completly a package but dont install it?

2018-08-09 Thread Andreas Fink
On Wed, 8 Aug 2018 19:12:37 +0200 tu...@posteo.de wrote: > Hi, > > is it possible to go through process of installing a not-installed > package from source to executable ... without actually install the > package - so the system as such is not touched? > > Cheers > Meino > > > You can use eb

[gentoo-user] emerge completly a package but dont install it?

2018-08-09 Thread tuxic
Hi, is it possible to go through process of installing a not-installed package from source to executable ... without actually install the package - so the system as such is not touched? Cheers Meino

Re: [gentoo-user] Emerge and binary packages

2018-07-02 Thread Daniel Frey
On 07/02/18 04:49, Vadim A. Misbakh-Soloviov wrote: > I think autofs will fit that type of solution > And why just don't put if in fstab and forget about it? > > > I had it in fstab but the "main" frontend is not always on and it can hang NFS mounts during startup, even with the 'bg' option. Th

Re: [gentoo-user] Emerge and binary packages

2018-07-02 Thread Vadim A. Misbakh-Soloviov
I think autofs will fit that type of solution And why just don't put if in fstab and forget about it?

Re: [gentoo-user] Emerge and binary packages

2018-07-01 Thread Daniel Frey
On 07/01/18 03:56, Marc Joliet wrote: > Am Samstag, 30. Juni 2018, 19:50:47 CEST schrieb Daniel Frey: >> Hi all, >> >> Some background: I run mythtv with a single backend and five frontends. >> >> For many, many years I've been using binpkg to help ease the compile >> pain on my Intel NUC Celeron-b

Re: [gentoo-user] Emerge and binary packages

2018-07-01 Thread Marc Joliet
Am Samstag, 30. Juni 2018, 19:50:47 CEST schrieb Daniel Frey: > Hi all, > > Some background: I run mythtv with a single backend and five frontends. > > For many, many years I've been using binpkg to help ease the compile > pain on my Intel NUC Celeron-based frontends. I use distcc on one to > com

Re: [gentoo-user] Emerge and binary packages

2018-06-30 Thread Paul Colquhoun
On Sunday, 1 July 2018 3:50:47 AM AEST Daniel Frey wrote: > Hi all, > > Some background: I run mythtv with a single backend and five frontends. > > For many, many years I've been using binpkg to help ease the compile > pain on my Intel NUC Celeron-based frontends. I use distcc on one to > compile

Re: [gentoo-user] Emerge and binary packages

2018-06-30 Thread Neil Bothwick
On Sat, 30 Jun 2018 10:50:47 -0700, Daniel Frey wrote: > For many, many years I've been using binpkg to help ease the compile > pain on my Intel NUC Celeron-based frontends. I use distcc on one to > compile all my packages and export /usr/portage/packages via nfs. > > I am wondering if it's possi

[gentoo-user] Emerge and binary packages

2018-06-30 Thread Daniel Frey
Hi all, Some background: I run mythtv with a single backend and five frontends. For many, many years I've been using binpkg to help ease the compile pain on my Intel NUC Celeron-based frontends. I use distcc on one to compile all my packages and export /usr/portage/packages via nfs. I am wonderi

Re: [gentoo-user] emerge --sync, where is the URL configured?

2018-06-22 Thread Consus
On 16:57 Wed 20 Jun, Ian Zimmerman wrote: > I am following the instructions here: > > https://wiki.gentoo.org/wiki/Chroot > > Got to the emerge --sync step, and it works! But why? There is no > $CHROOT/etc/portage/repos.conf, let alone a gentoo.conf file inside it. > So how does it know where t

Re: [gentoo-user] emerge --sync, where is the URL configured?

2018-06-21 Thread Neil Bothwick
On Wed, 20 Jun 2018 16:57:47 -0700, Ian Zimmerman wrote: > https://wiki.gentoo.org/wiki/Chroot > > Got to the emerge --sync step, and it works! But why? There is no > $CHROOT/etc/portage/repos.conf, let alone a gentoo.conf file inside it. > So how does it know where to sync from? Is there a SY

[gentoo-user] emerge --sync, where is the URL configured?

2018-06-20 Thread Ian Zimmerman
I am following the instructions here: https://wiki.gentoo.org/wiki/Chroot Got to the emerge --sync step, and it works! But why? There is no $CHROOT/etc/portage/repos.conf, let alone a gentoo.conf file inside it. So how does it know where to sync from? -- Please don't Cc: me privately on maili

Re: [gentoo-user] emerge colors and light background

2018-04-19 Thread James Cloos
> "KE" == Klaus Ethgen writes: KE> I use light background and many colors of emerge and other tools are KE> simple unreadable (like light green). I also use light backgrounds for my terminals. For eix, I have this in a file in /etc/eixrc/: BG0=none BG1=none BG2=none BG3=none COLORSCHEME0=3

Re: [gentoo-user] emerge colors and light background

2018-04-19 Thread Neil Bothwick
On Thu, 19 Apr 2018 08:16:30 +0100, Klaus Ethgen wrote: > I use light background and many colors of emerge and other tools are > simple unreadable (like light green). I searched how to adapt them to my > background but did not success. I already know about color.map but this > just allows to tune

[gentoo-user] emerge colors and light background

2018-04-19 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi Folks, I recently start with gentoo due to frustration of the rapidly degrading quality of debian. Currently I have pretty good feelings about gentoo but there is one thing that is pretty annoying. I use light background and many colors of emer

Re: [gentoo-user] emerge custom notes reminders

2018-03-22 Thread thelma
On 03/22/2018 12:25 PM, Neil Bothwick wrote: > On Thu, 22 Mar 2018 12:11:05 -0500, R0b0t1 wrote: > >>> Is there a way to add custom notes reminders during emerge or after? >>> >> >> What kind of reminders? Perhaps we could have a developer add some >> encouraging messages to various packages, or

Re: [gentoo-user] emerge custom notes reminders

2018-03-22 Thread Neil Bothwick
On Thu, 22 Mar 2018 12:11:05 -0500, R0b0t1 wrote: > > Is there a way to add custom notes reminders during emerge or after? > > > > What kind of reminders? Perhaps we could have a developer add some > encouraging messages to various packages, or maybe some news items? I > know I could use some e

Re: [gentoo-user] emerge custom notes reminders

2018-03-22 Thread thelma
On 03/22/2018 11:11 AM, R0b0t1 wrote: > On Thu, Mar 22, 2018 at 10:28 AM, wrote: >> Is there a way to add custom notes reminders during emerge or after? >> > > What kind of reminders? Perhaps we could have a developer add some > encouraging messages to various packages, or maybe some news items?

Re: [gentoo-user] emerge custom notes reminders

2018-03-22 Thread Dale
the...@sys-concept.com wrote: > On 03/22/2018 10:51 AM, Dale wrote: >> Neil Bothwick wrote: >>> On Thu, 22 Mar 2018 11:36:37 -0500, Dale wrote: >>> > It was overwritten because that directory is not part of > CONFIG_PROTECT, hardly surprising as that is not a standard > configuration lo

Re: [gentoo-user] emerge custom notes reminders

2018-03-22 Thread R0b0t1
On Thu, Mar 22, 2018 at 10:28 AM, wrote: > Is there a way to add custom notes reminders during emerge or after? > What kind of reminders? Perhaps we could have a developer add some encouraging messages to various packages, or maybe some news items? I know I could use some encouragement. I could

Re: [gentoo-user] emerge custom notes reminders

2018-03-22 Thread thelma
On 03/22/2018 10:51 AM, Dale wrote: > Neil Bothwick wrote: >> On Thu, 22 Mar 2018 11:36:37 -0500, Dale wrote: >> It was overwritten because that directory is not part of CONFIG_PROTECT, hardly surprising as that is not a standard configuration location. If the device can't be configu

Re: [gentoo-user] emerge custom notes reminders

2018-03-22 Thread Neil Bothwick
On Thu, 22 Mar 2018 10:50:44 -0600, the...@sys-concept.com wrote: > >> Couldn't that location be added in make.conf?  As you pointed out, it > >> shouldn't be there but since it is, maybe protection can be added to > >> prevent future issues.  > > > > I imagine that would prevent the new driver

Re: [gentoo-user] emerge custom notes reminders

2018-03-22 Thread Dale
Neil Bothwick wrote: > On Thu, 22 Mar 2018 11:36:37 -0500, Dale wrote: > >>> It was overwritten because that directory is not part of >>> CONFIG_PROTECT, hardly surprising as that is not a standard >>> configuration location. If the device can't be configured from a file >>> in /etc the ebuild need

Re: [gentoo-user] emerge custom notes reminders

2018-03-22 Thread thelma
On 03/22/2018 10:41 AM, Neil Bothwick wrote: > On Thu, 22 Mar 2018 11:36:37 -0500, Dale wrote: > >>> It was overwritten because that directory is not part of >>> CONFIG_PROTECT, hardly surprising as that is not a standard >>> configuration location. If the device can't be configured from a file >>

Re: [gentoo-user] emerge custom notes reminders

2018-03-22 Thread Neil Bothwick
On Thu, 22 Mar 2018 11:36:37 -0500, Dale wrote: > > It was overwritten because that directory is not part of > > CONFIG_PROTECT, hardly surprising as that is not a standard > > configuration location. If the device can't be configured from a file > > in /etc the ebuild needs to back up the configu

Re: [gentoo-user] emerge custom notes reminders

2018-03-22 Thread Dale
Neil Bothwick wrote: > On Thu, 22 Mar 2018 09:28:27 -0600, the...@sys-concept.com wrote: > >> I didn't pay attention to it as my scanner was already configured. >> What it didn't tell me that the upgrade emptied my configuration file: >> /opt/brother/scanner/brscan4/brsanenetdevice4.cfg >> >> It is

Re: [gentoo-user] emerge custom notes reminders

2018-03-22 Thread Neil Bothwick
On Thu, 22 Mar 2018 09:28:27 -0600, the...@sys-concept.com wrote: > I didn't pay attention to it as my scanner was already configured. > What it didn't tell me that the upgrade emptied my configuration file: > /opt/brother/scanner/brscan4/brsanenetdevice4.cfg > > It is not a Gentoo like behaviour

[gentoo-user] emerge custom notes reminders

2018-03-22 Thread thelma
Is there a way to add custom notes reminders during emerge or after? I've upgraded the bin scanner package (from overlay): brother-scan4-bin-0.4.4-r4 and I receive an email note from emerge: LOG: postinst You may need to be in the scanner or plugdev group in order to use the scanner To add a

Re: [gentoo-user] emerge --oneshot portage

2018-03-14 Thread Neil Bothwick
On Wed, 14 Mar 2018 13:32:24 +, Peter Humphrey wrote: > > If portage needed to be emerged first, portage would do so. That used > > to be the approach years ago, when portage updates were more > > significant. > > There's still room for confusion, though. For a long time, an update to > po

Re: [gentoo-user] emerge --oneshot portage

2018-03-14 Thread Peter Humphrey
On Wednesday, 14 March 2018 09:26:17 GMT Neil Bothwick wrote: > On Tue, 13 Mar 2018 19:41:39 -0600, the...@sys-concept.com wrote: > > > Once you have unset those variables, try a world update rather than > > > trying to cherry pick when you think needs to be updated. > > > > " emerge -uDNavq world

Re: [gentoo-user] emerge --oneshot portage

2018-03-14 Thread Neil Bothwick
On Tue, 13 Mar 2018 19:41:39 -0600, the...@sys-concept.com wrote: > > Once you have unset those variables, try a world update rather than > > trying to cherry pick when you think needs to be updated. > > " emerge -uDNavq world" appears to be working (and new "portage" is > there). I have 428-pa

Re: [gentoo-user] emerge --oneshot portage

2018-03-13 Thread thelma
On 03/13/2018 06:56 PM, Neil Bothwick wrote: > On Tue, 13 Mar 2018 18:47:18 -0600, the...@sys-concept.com wrote: > >> I did emerge manually sys-libs/zlib and ruby >> but I'm still left with conflict. >> >> The portage-2.3.6 is no longer in tree, is it the reason I'm getting >> this error? > > No.

Re: [gentoo-user] emerge --oneshot portage

2018-03-13 Thread Neil Bothwick
On Tue, 13 Mar 2018 18:47:18 -0600, the...@sys-concept.com wrote: > I did emerge manually sys-libs/zlib and ruby > but I'm still left with conflict. > > The portage-2.3.6 is no longer in tree, is it the reason I'm getting > this error? No. Packages are removed from the tree all the time, it shou

Re: [gentoo-user] emerge --oneshot portage

2018-03-13 Thread thelma
On 03/13/2018 04:19 PM, Neil Bothwick wrote: > On Tue, 13 Mar 2018 14:52:34 -0600, the...@sys-concept.com wrote: > >> I spoke too soon. Now, when I try: emerge -u @system >> I'm getting an error as well. >> >> emerge -ua @system >> >> These are the packages that would be merged, in order: >> >> C

Re: [gentoo-user] emerge --oneshot portage

2018-03-13 Thread Neil Bothwick
On Tue, 13 Mar 2018 14:52:34 -0600, the...@sys-concept.com wrote: > I spoke too soon. Now, when I try: emerge -u @system > I'm getting an error as well. > > emerge -ua @system > > These are the packages that would be merged, in order: > > Calculating dependencies... done! > > WARNING: One or

Re: [gentoo-user] emerge --oneshot portage

2018-03-13 Thread thelma
Thelma On 03/13/2018 12:11 PM, Neil Bothwick wrote: > On Tue, 13 Mar 2018 11:36:12 -0600, the...@sys-concept.com wrote: > >> sys-apps/portage:0 >> >> (sys-apps/portage-2.3.16:0/0::gentoo, ebuild scheduled for merge) >> pulled in by sys-apps/portage (Argument) >> >> (sys-apps/portage-2.3.6:0

Re: [gentoo-user] emerge --oneshot portage

2018-03-13 Thread Floyd Anderson
Hi, On Tue, 13 Mar 2018 13:38:40 -0600 the...@sys-concept.com wrote: […] just a side note: [ebuild U ] sys-apps/portage-2.3.24-r1 [2.3.6] USE="(ipc) native-extensions xattr -build -doc -epydoc -gentoo-dev% (-rsync-verify) (-selinux) (-linguas_ru%)" PYTHON_TARGETS="python2_7 python3_5*

Re: [gentoo-user] emerge --oneshot portage

2018-03-13 Thread thelma
On 03/13/2018 12:11 PM, Neil Bothwick wrote: > On Tue, 13 Mar 2018 11:36:12 -0600, the...@sys-concept.com wrote: > >> sys-apps/portage:0 >> >> (sys-apps/portage-2.3.16:0/0::gentoo, ebuild scheduled for merge) >> pulled in by sys-apps/portage (Argument) >> >> (sys-apps/portage-2.3.6:0/0::gentoo

Re: [gentoo-user] emerge --oneshot portage

2018-03-13 Thread Neil Bothwick
On Tue, 13 Mar 2018 11:36:12 -0600, the...@sys-concept.com wrote: > sys-apps/portage:0 > > (sys-apps/portage-2.3.16:0/0::gentoo, ebuild scheduled for merge) > pulled in by sys-apps/portage (Argument) > > (sys-apps/portage-2.3.6:0/0::gentoo, installed) pulled in by > > sys-apps/portage[p

[gentoo-user] emerge --oneshot portage

2018-03-13 Thread thelma
I'm upgrading an older system (maybe 4-months old). and getting an error running emerge --oneshot portage emerge --oneshot portage Calculating dependencies... done! [ebuild rR] app-arch/bzip2-1.0.6-r8 [1.0.6-r8] [ebuild U ] sys-devel/automake-1.15.1-r2 [1.15-r2] USE="{-test%}" [ebuild

Re: [gentoo-user] emerge @world and package.mask ?

2018-02-27 Thread Steven Dürl
Am 27.02.2018 um 14:29 schrieb Helmut Jarausch: > I don't understand portage (any more). > > I want to keep dev-qt/qt-meta-4.8.6 (QT4) which requires > > media-libs/phonon[qt4] > > I do have media-libs/phonon-4.9.1-r1[qt4,qt5] installed here. > And in /etc/portage/package.mask I have >> media-li

[gentoo-user] emerge @world and package.mask ?

2018-02-27 Thread Helmut Jarausch
Hi, I don't understand portage (any more). I want to keep dev-qt/qt-meta-4.8.6 (QT4) which requires media-libs/phonon[qt4] I do have media-libs/phonon-4.9.1-r1[qt4,qt5] installed here. And in /etc/portage/package.mask I have media-libs/phonon-4.9.9 media-libs/phonon-vlc-4.9.9 But still, ni

[gentoo-user] emerge dev-hasell/stack fails with unclear error

2018-02-26 Thread Anton Molyboha
When emerging dev-haskell/stack-1.3.2 I'm getting: [ 84 of 121] Compiling Stack.Path ( src/Stack/Path.hs, dist/build/Stack/Path.o ) [ 85 of 121] Compiling Stack.Package( src/Stack/Package.hs, dist/build/Stack/Package.o ) [100 of 121] Compiling Stack.Upload ( src/Stack/Upload.hs, dis

Re: [gentoo-user] emerge -quad --newuse @world

2018-01-29 Thread Dale
gg wrote: > Hallo , > > please help me. I try to install a new Gentoo with no-multilib (AMD64) , > > but compiling sandbox fails : > > > ebuild R ] sys-apps/sandbox-2.12 > > Would you like to merge these packages? [Yes/No] y Verifying ebuild manifests Emerging (1 of 1) sys-apps/san

<    1   2   3   4   5   6   7   8   9   10   >