Re: [gentoo-user] Portage update errors

2018-11-21 Thread Zoltán Kócsi
On Wed, 21 Nov 2018 07:27:23 + Neil Bothwick wrote: > On Wed, 21 Nov 2018 13:52:50 +1100, Zoltán Kócsi wrote: > [...] > > As per the "5 config files ..." bit, well, dispatch-conf and > > etc-update tell me that they have nothing to do, so I have no idea &g

[gentoo-user] Portage update errors

2018-11-20 Thread Zoltán Kócsi
I have a machine with Gentoo, which was installed from scratch 5 months ago, was updated 3 months ago. Time to look at it again. emerge --sync told me that I was strongly advised to update portage. emerge portage comes back with lots of errors, see below (the output is slightly edited for

Re: [gentoo-user] Re: Update circle

2018-08-23 Thread Zoltán Kócsi
On Wed, 22 Aug 2018 15:17:58 +0100 (Nuno Silva) wrote: > [...] > The biggest hurdle in your case is that you need to update tar. Do > what was already mentioned elsewhere in the thread, fetch the older > EAPI 5 ebuild, put it in the local overlay and let portage grab that. Thanks, I will try to

Re: [gentoo-user] Update circle

2018-08-22 Thread Zoltán Kócsi
Neil, > That's too much to try to do in one go, what do you get with just a > basic system update? > > emerge -up @system $ emerge -up @system These are the packages that would be merged, in order: Calculating dependencies... done! !!! Ebuilds for the following packages are either all !!!

Re: [gentoo-user] Update circle

2018-08-22 Thread Zoltán Kócsi
Corentin, > What does emerge -vuDN --verbose-conflicts --with-bdeps=y world say? $ emerge -vuDN --verbose-conflicts --with-bdeps=y world !!! Invalid news item: /usr/portage/metadata/news/2017-11-21-old-wine-versions-moving-to-overlay/2017-11-21-old-wine-versions-moving-to-overlay.en.txt !!!

[gentoo-user] Update circle

2018-08-22 Thread Zoltán Kócsi
I have a Gentoo machine, which has not been updated for a while. Quite a long while, actually. Now I needed to install a package, and I did so. It went up, no problem. Except that it relies on a newer version of openrc than what's on the system. From here it's all downhill: emerge openrc: -

Re: [gentoo-user] Multilib blues continues

2018-07-05 Thread Zoltán Kócsi
On Thu, 05 Jul 2018 12:06:53 +0200 Kai Peter wrote: > On 2018-07-05 09:09, Zoltán Kócsi wrote: > [...] > See bug 604802 (https://bugs.gentoo.org/604802). > > Workaround: unmerge gperf, merge libpcap, afterwards merge gperf > again. > > For an 'emerge -e @world', tempor

[gentoo-user] Multilib blues continues

2018-07-05 Thread Zoltán Kócsi
The */* x86_ ... in the use file and asking emerge to re-build the libraries is pretty cool for building both 64 and 32 bit libs. But it has it's problems, it seems. The library libcap fails to compile with some spectacular errors: -- x86_64-pc-linux-gnu-gcc -m32

Re: [gentoo-user] Multilib help

2018-07-04 Thread Zoltán Kócsi
On Wed, 4 Jul 2018 09:25:41 +0200 Arve Barsnes wrote: > [...] > An example: I have a file /etc/portage/package.use/abix86 where I put > lines like these for packages I need installed in a 32-bit flavour (in > addition to the 64-bit my normal system uses): > > dev-db/sqlite abi_x86_32 >

[gentoo-user] Multilib help

2018-07-03 Thread Zoltán Kócsi
I have to admit that I'm a recent convert to Gentoo and don't really understand (read: haven't the slightest clue about) the inner workings of portage, emerge, ebuild et al. My problem is that I've installed a multilib-enabled 64-bit system and realised that /usr/lib32 and /usr/lib64 are vastly

Re: [gentoo-user] gcc failed to compile, mpfr-4 compiled successfully...

2018-06-24 Thread Zoltán Kócsi
Hi, > Here are the outputs, which I should include if I need support > according to emerge ;) Still, if you didn't attach 9MB worth of stuff, that'd be appreciated. As a rough guess, the Gentoo list probably has at least 5 thousand different subscribers, so your simple email generated some 45GB

[gentoo-user] Blocked packages

2014-05-22 Thread Zoltán Kócsi
Hi, I'm fairly new to Gentoo and I have a blocking issue which I don't really understand. I want to install some packages with docs but emerge tells me that it can't do that. Quite interestingly it complains about blocked packages. One of them is openrc and the other is linux-util. I don't want

Re: [gentoo-user] Blocked packages

2014-05-22 Thread Zoltán Kócsi
On Thu, 22 May 2014 17:29:26 +0800 Amankwah amankw...@gmail.com wrote: *DO NOT* add the USE flag doc into you /etc/make.conf, That may cause many unexpected conflict. Somebody had told me this several years before. If you need doc for any package, just add this flag int file

Re: [gentoo-user] Blocked packages

2014-05-22 Thread Zoltán Kócsi
On Thu, 22 May 2014 10:30:39 +0100 Neil Bothwick n...@digimed.co.uk wrote: doc flag is at fault here. You have changed other flags, such as ipv6, so the advice is to make such sweeping USE flag changes one at a time. This often avoids the problem and otherwise makes it easier to see. Point

Re: [gentoo-user] Blocked packages

2014-05-22 Thread Zoltán Kócsi
On Thu, 22 May 2014 15:42:09 +0200 Andreas K. Huettel dilfri...@gentoo.org wrote: if you run into issues like this, first try something like emerge -uDNav world (--update --deep --newuse --ask --verbose; note the deep) (afaik this is the recommended way to update your system anyway)