pkgconfig errors

2024-09-15 Thread 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 subroutine "main::handle_config" at /usr/bin/pkg-config line 
331.


^CDeep recursion on subroutine "main::handle_config" at /usr/bin/pkg-config 
line 331.
Deep recursion on subroutine "main::handle_config" at /usr/bin/pkg-config line 
331.
Deep recursion on subroutine "main::handle_config" at /usr/bin/pkg-config line 
329.
^CCFLAGS  = -I/usr/X11R6/include -DVERSION="0.9" -D_XOPEN_SOURCE=600 
-DVERSION="0.9" -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -O2 -pipe
*** Signal SIGINT in /home/jesse/source/suckless/st (options)

jesse@openbsd ~/source/suckless/st %

Thanks
Jesse Lawton



Re: pkgconfig errors

2024-09-16 Thread Jesse Lawton
I am currently using another pkgconfig package (pkgconf), but if anyone
could tell me the problem it would be much appreciated.

Thanks
Jesse Lawton



Re: OpenBSD 7.6 released, Oct 8, 2024

2024-10-08 Thread Jesse Lawton
Thats great, lots of improvements and the artwork looks super cool :D
-- 
Thanks
Jesse Lawton



Re: pkgconfig errors

2024-09-17 Thread Jesse Lawton
What I ended up doing is just using pkgconf (another pkg-config
package).

Thanks
Jesse Lawton



Re: pkgconfig errors

2024-09-17 Thread Jesse Lawton
> That doesn't get anything fixed in openbsd's pkg-comfig.
I know, just saying that it worked for me.

Thanks
Jesse Lawton



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 section of config.mk titled `# OpenBSD:` is 
>uncommented.
I haven't uncommented the OpenBSD stuff but its not only st anything
that calls pkg-config. 
> 2. What happens when you execute, eg.
> 
>   pkg-config --cflags fontconfig
Deep recursion on subroutine "main::handle_config" at /usr/bin/pkg-config.bak 
line 331.
Deep recursion on subroutine "main::handle_config" at /usr/bin/pkg-config.bak 
line 331. 
> 3. Which version of pkg-config are you using (`pkg-config --version`)? 
>I don't have any issues with pkg-config 0.29.2.
 0.29.2
> 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.

But I just decided to use pkgconf from ports as that works fine.

Thanks
Jesse Lawton



Access from LAN

2024-09-26 Thread Jesse Lawton
Hi, theres probably a simple anwser for this but when I run a service on
my OpenBSD laptop on my LAN I can't access it on other computers in my
LAN.

E.g. I put up a web server on 192.168.1.2 but can only access it on my
laptop.

Any help appreciated.

Thanks
Jesse Lawton



Re: Access from LAN

2024-09-27 Thread Jesse Lawton
Oops, just sending this here as I accidently send it as a private
message.

Hi, thanks for your anwser heres my /etc/pf.conf:
#   $OpenBSD: pf.conf,v 1.55 2017/12/03 20:40:04 sthen Exp $
#
# See pf.conf(5) and /etc/examples/pf.conf

set skip on lo

block return# block stateless traffic
pass# establish keep-state

# By default, do not permit remote connections to X11
block return in on ! lo0 proto tcp to port 6000:6010

# Port build user does not need network
block return out log proto {tcp udp} user _pbuild
pass out on egress inet from (wg0:network) nat-to (vio0:0)

Thanks
Jesse Lawton



Blockgame

2024-11-29 Thread Jesse Lawton
As per this reddit post
(https://rl.bloat.cat/r/openbsd_gaming/comments/1gsoe0u/support_minecraft_1213/)
you cannot play newer Minecraft versions on OpenBSD.
However it looks like a very easy fix and I made some changes to the
source, but I can't compile it because it can't find
Qt5CoreConfig.cmake/qt5core-config.cmake
Is one of the mantainers able to fix it?

-- 
Thanks
Jesse Lawton



Re: Quick question regarding puffy

2024-12-04 Thread Jesse Lawton
I use Posteo and can comfirm its great.

On Tue, Dec 03, 2024 at 08:37:07PM GMT, Polarian wrote:
> Hello,
> 
> Although this is offtopic I will respond to it quickly.
> 
> I wouldn't say protonmail is a good idea, in my opinion everything they
> stand for is a lie. Firstly, email is not secure, some email servers
> still do not use TLS, so a "privacy focused" mail server isn't always
> beneficial. Secondly, if you don't use GPG proton can still read your
> emails, you have their promise they won't (Google promises it doesn't
> abuse your data either), and their GPG encryption requires you to give
> their client your GPG private key, not secure or private in the
> slightest (IMO). So you go to use your own client, and GPG encryp... oh
> they block IMAP/SMTP unless you pay for it.
> 
> IMO, pick any mail provider which gives you a free email, has good spam
> rating, and gives your IMAP/SMTP access, and then use GPG to encrypt
> emails. If you want to be truly paranoid you can use something
> like https://posteo.de/en (note: I have never used them, just heard good 
> things from others about them, they are also paid).
> 
> As for self hosting (like I do), it is rather painful. Setup is
> annoying enough, but the worst part is being filtered into spam by
> every major email provider despite having spf, dkim, dmarc and rDNS with
> good IP reputation, simply because you are a small mail server and not
> one of the whitelisted big mail servers, its a headache.
> 
> Hope this helps.
> 
> Take care,
> -- 
> Polarian
> GPG signature: 0770E5312238C760
> Jabber/XMPP: polar...@icebound.dev
> 

-- 
Thanks
Jesse Lawton



Re: Blockgame

2024-12-05 Thread Jesse Lawton
Ok thanks, doesn't look too hard to implement. Hopefully it gets fixed sometime 
:)

-- 
Thanks
Jesse Lawton



Garmin Fenix MTP

2025-01-22 Thread Jesse Lawton
Hi, I have a Garmin Fenix 5x - but on simple-mtpfs it doesn't show up.
Are there any other MTP filesystems that can compile on OpenBSD?
-- 
Thanks
Jesse Lawton



7.7 upgrade was painless

2025-04-27 Thread Jesse Lawton
Just want to say thanks to all the devs, upgrade was easy and painless!
-- 
Thanks
Jesse Lawton



Re: Garmin Fenix MTP

2025-02-13 Thread Jesse Lawton
Ok it seems to just show up as a normal msdos filesystem now, I thought
they only use MTP but :shrug:
-- 
Thanks
Jesse Lawton



Minecraft new versions

2025-07-06 Thread Jesse Lawton
Hi, just wondering if anything is happening about running new minecraft
versions.
Thanks :)
-- 
Thanks
Jesse Lawton



Re: Minecraft new versions

2025-07-07 Thread Jesse Lawton


On Mon, Jul 07, 2025 at 09:24:40PM -0400, Reese Johnson wrote:
> Jesse,
> 
> Are you talking about the server or the client?
The Client 
> Reese
-- 
Thanks
Jesse Lawton