[SOLVED] Recommended way to use software that depend on python2

2023-04-27 Thread Sadeep Madurange
On 2023-04-26 22:10:49, Matthew Blankenbeheler wrote: > Try this package and see if this fulfills you needs. > https://aur.archlinux.org/packages/esp8266-rtos-sdk. It should work with > python 3. > > On Wed, Apr 26, 2023, 9:58 PM Sadeep Madurange wrote: > > I am trying to setup ESP8266 toolchain [

Re: How to use package from community-testing

2023-04-27 Thread Ralf Mardorf
On Wed, 2023-04-26 at 23:21 +0100, Polarian wrote: > You should not be recommending the use of partial upgrade Hi, I never recommended partial upgrades. I only mentioned that replacing a package from official repositories that does cause issues, with a package from staging or testing sometimes do

Re: Consolidating our mkinitcpio hooks

2023-04-27 Thread Morten Linderud
On Wed, Apr 26, 2023 at 12:36:10PM +, Jordan Glover wrote: > On Tuesday, April 25th, 2023 at 4:31 PM, Morten Linderud > wrote: > > > Hi, > > > > Currently we have a lot of our mkinitcpio hooks in several packages which > > has > > never been consolidated. This makes it confusing where stuf

As gcc 13 approaches, if you have C++ projects, time to check the changes

2023-04-27 Thread David C. Rankin
all, There are changes in gcc 13 that primarily impact C++ regarding the headers automatically included, overload resolution and excess floating-point precision that can cause existing projects to not compile (or break). See: https://gcc.gnu.org/gcc-13/porting_to.html -- David C. Rankin,