John Paul Adrian Glaubitz
John Paul Adrian Glaubitz
Currently, the win_sparkle_update_cancelled_callback callback function is called when the user click "Skip Update", "Remind Me Later" or when the "Cancel" button is clicked when the update is being downloaded. However,...
In bb964685686c211d078fba7b8c840b73e16430de, `CMakeLists.txt` was modified to use non-standard CMake modules paths which is incompatible with most standard distributions. Trying to configure `aws-sdk-cpp` on openSUSE/SLE therefore currently fails with: ``` glaubitz@suse-laptop:~/upstream/aws-sdk-cpp/build>...
LLVM upstream has recently switched from SVN to Git and created a new monorepo which includes all subprojects (llvm, clang etc) in a single repository. To rebase M680x0-llvm to the...
While working on the Rust backend for m68k based on the M680x0-llvm project, I ran into the problem that the LLVM target ```m68k-unknown-linux-gnu``` as I used in [1] was not...
Building M680x0-llvm with ```-DLLVM_TARGETS_TO_BUILD="X86;M680x0" fails with: ``` /local_scratch/glaubitz/M680x0-llvm/lib/Target/X86/X86CondBrFolding.cpp: In member function ‘void {anonymous}::X86CondBrFolding::replaceBrDest(llvm::MachineBasicBlock*, llvm::MachineBasicBlock*, llvm::MachineBasicBlock*)’: /local_scratch/glaubitz/M680x0-llvm/lib/Target/X86/X86CondBrFolding.cpp:231:51: error: call of overloaded ‘findDebugLoc(llvm::MachineInstr*&)’ is ambiguous BuildMI(*MBB, BrMI, MBB->findDebugLoc(BrMI), TII->get(JNCC)) ^ In file...
I'm currently packaging `azdev` for openSUSE Tumbleweed: See: https://build.opensuse.org/package/show/home:glaubitz:branches:Cloud:Tools/azdev The testsuite currently fails in `test_service_scenario.py` with a syntax error, even on Python 3.8 (since Python 3.9 and 3.10 are not...
The `msrest` package was recently updated to 0.7.1 while `azure-devops` still has a version ceiling of 0.7.0. Thus, in order to be compatible with newer installations of the Azure SDK,...
| | | | --- | --- | | Bugzilla Link | [48650](https://llvm.org/bz48650) | | Version | trunk | | OS | Linux | | Depends On | llvm/llvm-project#48906 |...
One of the few remaining issues on sparc64 on Linux are the debuginfo tests, they all fail which is why I assume we're missing some definitions here or there something...
Hello! We just stumbled over an issue with edac-utils which can arise when using the labels.db to match the kernel's DIMM identifiers with the one on the mainboard. The problem...