Building Rust kernel modules - target.json missing

2024-04-23 Thread L. Rose
Hello everyone, I'm trying to build the example Rust kernel modules from kernel source [1] on Arch Linux. I use a simple Makefile to build them out of tree: obj-m += rust_minimal.o all:     make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules However, the build can't find some Rust

Re: JDK/JRE and older Java versions

2024-04-23 Thread Doug Newgard
On Tue, 23 Apr 2024 08:49:21 +0200 Peter Nabbefeld wrote: > Hello, > > as a Java developer, I sometimes need to do compatibility checking using > older versions, often using JRE, while I need a JDK for development. > > When I tried to update arch linux now, I found I cannot start any update >

JDK/JRE and older Java versions

2024-04-23 Thread Peter Nabbefeld
Hello, as a Java developer, I sometimes need to do compatibility checking using older versions, often using JRE, while I need a JDK for development. When I tried to update arch linux now, I found I cannot start any update because the update is blocked by setting JRE and JDK as conflicting