Paul Menzel

Results 175 comments of Paul Menzel

Please elaborate. Version? OS? How did you install it?

This happens only when building with `-fPIC`, right? On Debian Sid/unstable, just running `make` I get the error below. ``` $ make cc -c injector.c -o injector.o -Wall […] cc...

Yes, doing the change below fixes the problem. ``` - $(CC) $(CFLAGS) $< -O3 -Wall -l:libcapstone.a -o $@ -pthread + $(CC) $(CFLAGS) $< -O3 -Wall -no-pie -l:libcapstone.a -o $@ -pthread...

Has somebody worked on this already? ``` $ zcat /usr/share/doc/rsyslog/NEWS.Debian.gz rsyslog (5.8.1-1) unstable; urgency=low The way rsyslog processes SIGHUP has changed. It no longer does a reload of its configuration,...

$ ls ./build/x86/coreboot-4.19/3rdparty/ Makefile amd_blobs blobs fsp intel-microcode qc_blobs $ md5sum packages/x86/coreboot-4.19.tar.xz 10a705f89d95fb3594adff786a53c8ea packages/x86/coreboot-4.19.tar.xz $ tar -list -f packages/x86/coreboot-4.19.tar.xz | grep vb2_sha.h coreboot-4.19/3rdparty/vboot/firmware/include/vb2_sha.h But `real.clean` removes the directory `build/x86/coreboot-4.19/3rdparty`, so...

So after `make BOARD=qemu-coreboot-fbwhiptail-tpm2-hotp real.clean` doing `rm -rf build/x86/coreboot-4.19/`, and then building the board again got me `build/x86/coreboot-4.19/qemu-coreboot-fbwhiptail-tpm2-hotp/coreboot.rom`.

> I would suggest building with make BOARD=xyz real.clean and try again. No, I still get the same problem: $ make BOARD=qemu-coreboot-fbwhiptail-tpm2-hotp real.clean […] $ make BOARD=qemu-coreboot-fbwhiptail-tpm2-hotp […] 2023-08-13 23:32:29+02:00...

> Can you maybe drop the whole configure.logs? [build/x86/gnupg-2.4.0/config.log](https://github.com/osresearch/heads/files/12353402/gnupg-2.4.0-config.log)

$ make -d BOARD=qemu-coreboot-fbwhiptail-tpm2-hotp V=1 |& tee /scratch/tmp/20230816-heads-qemu-coreboot-fbwhiptail-tpm2-hotp.log Rename to remove the `.gz` suffix necessary to upload to GitHub: [20230816-heads-qemu-coreboot-fbwhiptail-tpm2-hotp.log.7z.gz](https://github.com/osresearch/heads/files/12355422/20230816-heads-qemu-coreboot-fbwhiptail-tpm2-hotp.log.7z.gz) (342 MiB compressed to 11 MB with `7z a -t7z...

Ok, `config.log` contains […] configure: checking for libraries checking for gpg-error-config... /dev/shm/heads/install/x86/bin/gpg-error-config checking for gpgrt-config... /usr/bin/gpgrt-config configure: Use gpgrt-config with /usr/lib as gpg-error-config checking for GPG Error - version >=...