Re: 4-core arm armv7-package-building configuration notes, on RPi4B (aarch64) and OrangePi+2ed (armv7), poudriere-devel based

2024-03-15 Thread Oliver Epper
I can only suggest deploying a Mac Mini M1 with qemu using Apple HVF as a poudriere server for aarch64. See https://oliver-epper.de/posts/poudriere-on-m1-mac/ I never had success with qemu emulation on amd64 and the Mac Mini builds rust and llvm without problems. I don't think I'd like to wait for

Re: Unmaintained FreeBSD ports which are out of date

2024-03-12 Thread Oliver Epper
I am working on net/pjsip https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277445 greetings Oliver Am Di., 12. März 2024 um 05:08 Uhr schrieb : > Dear port maintainers, > > The portscout new distfile checker has detected that one or more > unmaintained ports appears to be out of date. Please t

Building for aarch64

2024-03-11 Thread Oliver Epper
, of course. So I thought this might be useful information for the list ports and arm: https://oliver-epper.de/posts/poudriere-on-m1-mac/ greetings Oliver Epper

Re: compiling for other architecture [armv6 targeting specifically]

2024-03-08 Thread Oliver Epper
to my native amd64 build. (granted that was on a slightly older i7). greetings Oliver Am Fr., 8. März 2024 um 09:25 Uhr schrieb Oliver Epper < oliver.ep...@gmail.com>: > Hey Mark, > > Thanks for that information. I messed up the target architecture. I was > trying to build for 64

Re: compiling for other architecture [armv6 targeting specifically]

2024-03-08 Thread Oliver Epper
m my own on-time involvement and and general observation > of the official package build attempts for 32 bit architectures > on 64-bit hosts is that has rarely gone well overall. > > > On Sun, Mar 03, 2024 at 01:53:31PM +0100, Oliver Epper wrote: > > > Hi all, > > &g

Re: compiling for other architecture

2024-03-08 Thread Oliver Epper
e a jail with the arch as "arm.armv6", and then simply run > poudriere bulk with the arm jail. It will build everything in a jail, > and you'll get arm packages in the end. > > On Sun, Mar 03, 2024 at 01:53:31PM +0100, Oliver Epper wrote: > > Hi all, > > > >

compiling for other architecture

2024-03-03 Thread Oliver Epper
Hi all, I am currently working on an updated port of net/pjsip. I have a personal use case building for the raspberry-pi, too. All the information that I found so far seemed outdated. Many are talking about building a cross-compiler. With clang that should not be necessary, right? Can anyone poin