jwt27 / build-gcc

Shell scripts to build various gcc cross-compilers (primarily djgpp)
https://jw.h4ck.me/debian/
GNU General Public License v3.0
41 stars 9 forks source link

please enable Kinetic build #26

Closed stsp closed 2 years ago

stsp commented 2 years ago

Thanks. :)

jwt27 commented 2 years ago

Will do, thanks again for the reminder.

stsp commented 2 years ago

Thanks, getting a warning now:

W: http://ppa.launchpadcontent.net/jwt27/djgpp-toolchain/ubuntu/dists/kinetic/InRelease: Key is stored in legacy trusted.gpg
keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.

Not sure what does this mean.

jwt27 commented 2 years ago

I also get a long list of those messages on my Debian-unstable system. This happens now when you install a pgp key with apt-key, the whole apt-key program has been deprecated for some reason. Instead you're supposed to download keys directly to /etc/apt/trusted.gpg.d/*.asc now.

stsp commented 2 years ago

But I am getting the warning here: https://launchpadlibrarian.net/599625697/buildlog.txt.gz Not a local build, but on an LP.

jwt27 commented 2 years ago

Then the build scripts on LP haven't been updated yet and they still use apt-key. I think it's a harmless message either way.