Re: pkgconfig errors

2024-09-18 Thread Страхиња Радић
Дана 24/09/19 02:16AM, Jesse Lawton написа: > > 4. Have you set up any unusual environment variables affecting > >pkg-config (`man 1 pkg-config`)? (Essentially a part of 1. above.) > I don't *think* so. Ok, now let's try this: env | grep PKG_CONFIG also pkg-config --debug -

Re: pkgconfig errors

2024-09-18 Thread Lucas Gabriel Vuotto
On Thu, Sep 19, 2024 at 02:16:27AM GMT, Jesse Lawton wrote: > > 1. How have you configured st compilation/edited config.mk? Which > >version of st are you using? Any patches? I use (and therefore > >compile) my fork based on st 0.9.2 on OpenBSD 7.5 without any > >issues, but also jus

Re: pkgconfig errors

2024-09-18 Thread Jesse Lawton
> 1. How have you configured st compilation/edited config.mk? Which >version of st are you using? Any patches? I use (and therefore >compile) my fork based on st 0.9.2 on OpenBSD 7.5 without any >issues, but also just a fresh `git clone`d copy compiles without >issues, when the

Re: ld on startup - wish to disable

2024-09-18 Thread Luca Di Gregorio
library_aslr=NO is already set in /etc/rc.conf.local, because I ran: # rcctl disable library_aslr Just tried with moving /var/db/kernel.SHA256: # mv /var/db/kernel.SHA256 /var/db/no_kernel.SHA256 At reboot, reordering libraries is skipped (due to library_aslr=NO) and reorder_kernel: failed ( /va

Azalia HDMI audio output with recompiled kernel

2024-09-18 Thread Murat D. Kadyrov
I am trying to get sound from my sound card. Azalia doesn't support HDMI connectivity by default, so I patched and recompiled kernel. First, I commented the code that disables HDMI codecs as suggested in [1]. Second, I enabled AZALIA_DEBUG. And third, I added 'case PCI_PRODUCT_INTEL_CORE5G_HDA_

Re: ld on startup - wish to disable

2024-09-18 Thread James Cook
On Tue, Sep 10, 2024 at 02:39:55PM +0200, Luca Di Gregorio wrote: Hi, I'm running very little OpenBSD VMs for simple services and testing environments. I really don't need security on these VMs, I already disabled library_aslr (rcctl disable library_aslr) to avoid reordering libraries at boot,

Re: pkgconfig errors

2024-09-18 Thread Страхиња Радић
Дана 24/09/16 02:16AM, Jesse Lawton написа: > Hi, I am running OpenBSD 7.5 and when I try to compile stuff this > happens: > jesse@openbsd ~/source/suckless/st % make > st build options: > Deep recursion on subroutine "main::handle_config" at /usr/bin/pkg-config > line 331. > Deep recursion on sub