Re: [gentoo-user] why both /usr/lib and /usr/lib64 on a 64bit system?

2021-02-14 Thread Grant Taylor
On 2/14/21 10:51 AM, Jack wrote: I don't think you can completely get rid of it. My (long term) desire is to do away with /lib32 and /lib64, ultimately only using /lib. Likewise for the other library directories in /usr or wherever they are. I don't see a need for the specific bit variants

Re: [gentoo-user] Re: TCP port 445

2021-02-14 Thread Grant Taylor
On 2/14/21 11:26 AM, Michael wrote: These are the services using port 445: 445 TCP SMB Fax Service 445 TCP SMB Print Spooler 445 TCP SMB Server 445 TCP SMB Remote Procedure Call Locator 445 TCP SMB Distributed File System Namespaces

Re: [gentoo-user] why both /usr/lib and /usr/lib64 on a 64bit system?

2021-02-14 Thread Rich Freeman
On Sat, Feb 13, 2021 at 2:33 PM Valmor F. de Almeida wrote: > > > Hello, > I use the global flags USE="elogind alsa -multilib -abi_x86_32" and I > thought this would prevent 32bit libraries to be installed. > > For example I have (from glibc) both: > > /usr/lib/libutil.so > /usr/lib64/libutil.so

Re: [gentoo-user] why both /usr/lib and /usr/lib64 on a 64bit system?

2021-02-14 Thread Neil Bothwick
On Sun, 14 Feb 2021 17:12:11 -0500, Jack wrote: > Totally OT - if there is an arch-agnostic, is there an arch-atheistic?  > Or would that be an abacus or paper and pencil? Or someone who only has rectangular doorways ;-) SCNR -- Neil Bothwick "Two things are infinite: the universe and human

Re: [gentoo-user] Going through these one by one.

2021-02-14 Thread Neil Bothwick
On Sun, 14 Feb 2021 16:03:40 -0500, Steven Lembark wrote: > !!! Multiple package instances within a single package slot have > been pulled !!! into the dependency graph, resulting in a slot conflict: > > dev-python/idna:0 > > (dev-python/idna-3.1:0/0::gentoo, ebuild scheduled for

Re: [gentoo-user] why both /usr/lib and /usr/lib64 on a 64bit system?

2021-02-14 Thread Jack
On 2/14/21 4:48 PM, Frank Steinmetzger wrote: Am Sun, Feb 14, 2021 at 12:51:30PM -0500 schrieb Jack: As I remember, /lib and /usr/lib hold not only 32 bit libraries, but non-arch or arch-irrelevant (I know there's a better term) files. arch-agnostic? ;-) Thanks.  I think that's it.

Re: [gentoo-user] why both /usr/lib and /usr/lib64 on a 64bit system?

2021-02-14 Thread Frank Steinmetzger
Am Sun, Feb 14, 2021 at 12:51:30PM -0500 schrieb Jack: > As I remember, /lib and /usr/lib hold not only 32 bit libraries, but > non-arch or arch-irrelevant (I know there's a better term) files. arch-agnostic? ;-) -- Gruß | Greetings | Qapla’ Please do not share anything from, with or about me

Re: [gentoo-user] Going through these one by one.

2021-02-14 Thread Steven Lembark
On Sun, 14 Feb 2021 10:56:03 + Neil Bothwick wrote: > ~java-config-2.2.0 isn't in the portage tree, the only version is > 2.3.1. > > > [installed]) (dependency required by > > "sys-devel/gettext-0.20.2::gentoo" > > Also not in the tree. > > I'd start by unmerging these two, quickpkg

Re: [gentoo-user] ruby problem preventing my world update

2021-02-14 Thread John Covici
On Sun, 14 Feb 2021 15:04:43 -0500, Ionen Wolkens wrote: > > [1 ] > On Sun, Feb 14, 2021 at 02:41:31PM -0500, John Covici wrote: > > Hi. In trying to do my world update today, I have run into some kind > > of ruby problem. > > > > When doing the update portage had me add changes, seems mostly

[gentoo-user] Re: Going through these one by one.

2021-02-14 Thread Martin Vaeth
Steven Lembark wrote: : sys-apps/sg3_utils:0 : : (sys-apps/sg3_utils-1.44:0/0::gentoo, ebuild scheduled for merge) [...] : : (sys-apps/sg3_utils-1.42:0/0::gentoo, installed) [...] : =sys-apps/sg3_utils-1.44 or (permanently) unmerge sys-apps/rescan-scsi-bus and whatever pulls it in as a

[gentoo-user] glibc fails to compile for lack of stddef.h that is present

2021-02-14 Thread Steven Lembark
Oddity: I have multiple gentoo systems here happily using the kernel headers, including stddef.h. One of them, screwed up in a variety of other ways, blows up building glibc for lack of an extant header file: # ls -l /usr/include/linux/stddef.h; -rw-r--r-- 1 root root 131 Sep 12 22:40

Re: [gentoo-user] ruby problem preventing my world update

2021-02-14 Thread Ionen Wolkens
On Sun, Feb 14, 2021 at 02:41:31PM -0500, John Covici wrote: > Hi. In trying to do my world update today, I have run into some kind > of ruby problem. > > When doing the update portage had me add changes, seems mostly to do > with add ruby 3.0 as a ruby_target. Now, I get the following at the >

Re: [gentoo-user] Re: Going through these one by one.

2021-02-14 Thread Steven Lembark
On Sun, 14 Feb 2021 17:26:03 - (UTC) Martin Vaeth wrote: > emerge -NaDu --with-bdeps=y @world Normally I use: /usr/bin/emerge --deep --backtrack=128 --with-bdeps y \ --complete-graph y --autounmask-write --verbose-conflicts \ --jobs --load-average 4 --keep-going --update @world;

[gentoo-user] ruby problem preventing my world update

2021-02-14 Thread John Covici
rt, post the output of `emerge --info '=dev-ruby/racc-1.5.2-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-ruby/racc-1.5.2-r1::gentoo'`. * The complete build log is located at '/var/log/portage/dev-ruby:racc-1.5.2-r1:20210214-164845.log'. * For convenience, a symlink

Re: [gentoo-user] Re: TCP port 445

2021-02-14 Thread Michael
On Sunday, 14 February 2021 17:16:33 GMT Grant Taylor wrote: > On 2/14/21 4:42 AM, Michael wrote: > > You are probably right. My knowledge of MSWindows environments has > > been on a need to know basis, when I can't avoid it. ;-) > > Fair enough. > > I've managed to avoid more Windows in the

Re: [gentoo-user] why both /usr/lib and /usr/lib64 on a 64bit system?

2021-02-14 Thread Jack
On 2/14/21 12:22 AM, Grant Taylor wrote: On 2/13/21 9:38 PM, Dan Egli wrote: Frankly, I find there's still too many programs that want 32bit libraries to go full no-multilib. Are the programs that you're referring to things that are installed through something other than emerge? I'd

[gentoo-user] Re: Going through these one by one.

2021-02-14 Thread Martin Vaeth
Steven Lembark wrote: > > # emerge --oneshot sys-apps/portage 2>&1 | tee a; > The output of this information is not very useful: Unsurprisingly, it only shows that update of only the portage dependencies collides with the dependencies of packages which are not updated. You should instead try

[gentoo-user] Re: TCP port 445

2021-02-14 Thread Grant Taylor
On 2/14/21 4:42 AM, Michael wrote: You are probably right. My knowledge of MSWindows environments has been on a need to know basis, when I can't avoid it. ;-) Fair enough. I've managed to avoid more Windows in the last 10 years than I could in the previous 10 years. Active Directory

Re: [gentoo-user] Going through these one by one.

2021-02-14 Thread Steven Lembark
On Sat, 13 Feb 2021 20:59:08 -0800 cal wrote: > Did you run emerge --sync before emerge -1vUD @world? A cron job here runs "emerge --sync && emerge --update --fetchonly" every day at 0300. > The Python 3.7 change is old news -- by now it's already migrated to > 3.8 on my system. This system

Re: [gentoo-user] Going through these one by one.

2021-02-14 Thread Steven Lembark
On Sat, 13 Feb 2021 21:42:12 -0700 Dan Egli wrote: > On 2/13/2021 2:41 PM, Steven Lembark wrote: > > [snip] > > Bumps into not having sys-apps/portage-::gentoo: > > # $emerge dev-db/pgmodeler > > Calculating dependencies... done! > > > > !!! All ebuilds that could satisfy > >

Re: [gentoo-user] problems with dracut

2021-02-14 Thread John Covici
On Sat, 13 Feb 2021 12:19:42 -0500, Rich Freeman wrote: > > On Fri, Feb 12, 2021 at 9:39 AM John Covici wrote: > > > > Hi. I am having problems running dracut 0.51-r2 and 0.50-r2. The > > problem is that I have two install_items lines like this > > install_items+= /etc/modprobe.d/zfs.conf > >

Re: [gentoo-user] Sharing printers via Cups

2021-02-14 Thread Michael
On Sunday, 14 February 2021 06:43:55 GMT Dan Egli wrote: > On 2/12/2021 4:00 AM, Michael wrote: > > D [11/Feb/2021:13:08:36 -0700] [Job 11] hpcups > > (application/vnd.cups-raster to printer/ENVY, cost 0) > > > > This is the hplip printer driver in action, using a MIME format for CUPS > > to

Re: [gentoo-user] Sharing printers via Cups

2021-02-14 Thread Michael
On Saturday, 13 February 2021 22:11:49 GMT Grant Taylor wrote: > On 2/12/21 4:00 AM, Michael wrote: > > Samba uses the native MSWindows 'Active Directory Domain Services' > > over TCP port 445 to resolve IP addresses when printing over Samba. > > I question the veracity of this. > > My

Re: [gentoo-user] Going through these one by one.

2021-02-14 Thread Neil Bothwick
On Sat, 13 Feb 2021 16:41:59 -0500, Steven Lembark wrote: > # $emerge dev-db/pgmodeler > Calculating dependencies... done! > > !!! All ebuilds that could satisfy >