RE: built with gcc without gcc, can't get it!

2022-09-26 Thread Mark Millard
Nuno Teixeira wrote on Date: Tue, 27 Sep 2022 01:10:36 UTC : > I've noticed something strange about deskutils/copyq that I can't > understand and where is the problem so I can talk with upstream. > It builds with clang, no gcc present and it links to libgcc_s.so.1. > I've tested qt5 and qt6 flavo

Re: built with gcc without gcc, can't get it!

2022-09-26 Thread Tatsuki Makino
Hello. It is always present in /lib/libgcc_s.so.1. Even a C++ program like "Hello world" will link to it on its own. It is something we need not worry about... maybe :) Regards.

Re: Python version dependencies in pkg

2022-09-26 Thread Kevin Oberman
On Mon, Sep 26, 2022, 18:13 Dan Mahoney wrote: > > > On Sep 26, 2022, at 09:27, Kevin Oberman wrote: > > On Mon, Sep 26, 2022 at 2:58 AM Dan Mahoney wrote: > >> All, >> >> A quick question: >> >> If a pkg depends on python, but not a specific version, it will simply >> pick a version to install

pkg question: how to patch a startup file, but make it so that an upgrade to the package still overwrites it

2022-09-26 Thread Dan Mahoney
All, At the day job we've found a bug in an rcfile (for open-vm-tools), that conflicts with our puppet install. We've already told the pkg maintainer, pointed out the problem, might also go ahead and file a pr so there's an available patch. In the mean time, all our puppet runs are reporting

Re: Python version dependencies in pkg

2022-09-26 Thread Dan Mahoney
> On Sep 26, 2022, at 09:27, Kevin Oberman wrote: > > On Mon, Sep 26, 2022 at 2:58 AM Dan Mahoney > wrote: > All, > > A quick question: > > If a pkg depends on python, but not a specific version, it will simply pick a > version to install (I guess, whatever version

built with gcc without gcc, can't get it!

2022-09-26 Thread Nuno Teixeira
Hello, I've noticed something strange about deskutils/copyq that I can't understand and where is the problem so I can talk with upstream. It builds with clang, no gcc present and it links to libgcc_s.so.1. I've tested qt5 and qt6 flavors in 123{amd64,i386}, 131amd64 and 140amd64 with same results.

Re: u-boot debug, was: Re: U-boot on RPI3, sees disk but won't boot it

2022-09-26 Thread Mark Millard
On 2022-Sep-26, at 10:09, bob prohaska wrote: > On Sun, Sep 25, 2022 at 09:47:55PM -0700, Mark Millard wrote: >> >> I'll note that: >> >> https://github.com/u-boot/u-boot/blob/master/include/configs/rpi.h >> >> shows it #defines some other CONFIG_... names, including >> the one that my existin

Re: u-boot debug, was: Re: U-boot on RPI3, sees disk but won't boot it

2022-09-26 Thread bob prohaska
On Sun, Sep 25, 2022 at 09:47:55PM -0700, Mark Millard wrote: > > I'll note that: > > https://github.com/u-boot/u-boot/blob/master/include/configs/rpi.h > > shows it #defines some other CONFIG_... names, including > the one that my existing patch adjusts ( CONFIG_EXTRA_ENV_SETTINGS ). > This is

Re: Python version dependencies in pkg

2022-09-26 Thread Kevin Oberman
On Mon, Sep 26, 2022 at 2:58 AM Dan Mahoney wrote: > All, > > A quick question: > > If a pkg depends on python, but not a specific version, it will simply > pick a version to install (I guess, whatever version was the default when > the pkg was built, 3.8 right now), correct? > > If you have 3.9

Python version dependencies in pkg

2022-09-26 Thread Dan Mahoney
All, A quick question: If a pkg depends on python, but not a specific version, it will simply pick a version to install (I guess, whatever version was the default when the pkg was built, 3.8 right now), correct? If you have 3.9 installed, that will satifsfy dependencies, and it won't install