Re: ARCH restriction for port of closed-source Linux software, looking for opinions

2022-07-26 Thread Alexander Leidinger
Quoting Felix Palmen (from Tue, 26 Jul 2022 12:25:54 +0200): Case in question is, once again, multimedia/makemkv. For a long time, the distfiles contained binaries of the closed-source part for amd64 and i386 only, so naturally, the port had ONLY_FOR_ARCHS= amd64 i386 Now, upstream

Re: Python version dependencies in pkg

2022-09-28 Thread Alexander Leidinger
Quoting Rainer Hurling (from Thu, 29 Sep 2022 06:43:49 +0200): Hi Dan, Am 28.09.22 um 23:01 schrieb Dan Mahoney: On Sep 26, 2022, at 20:22, Kevin Oberman > wrote: On Mon, Sep 26, 2022, 18:13 Dan Mahoney > wrote: On Sep 26, 20

Re: Procmail Version

2022-12-12 Thread Alexander Leidinger
Quoting Robert Simmons (from Mon, 12 Dec 2022 18:22:27 -0500): There is a new version of procmail. Is updating the FreeBSD port to the new 3.24 a good idea?   https://github.com/BuGlessRB/procmail/releases Have a look at $PORTSDIR/mail/procmail-bgrb/ Bye, Alexander. -- http://ww

Unresolved symbol in libQt6WebEngineCore.so.6.4.2

2023-07-23 Thread Alexander Leidinger
Hi, a build with non-standard port options (mostly nox11 und related stuff for a headless system, except for some ports where this doesn't work) is giving me an unresolved symbol in libQt6WebEngineCore.so.6.4.2. This symbol is _ZN7sandbox6policy12SandboxLinux11GetInstanceEv. I'm seeking s

Re: Unresolved symbol in libQt6WebEngineCore.so.6.4.2

2023-07-24 Thread Alexander Leidinger
Quoting Jan Beich (from Mon, 24 Jul 2023 13:52:43 +0200): Alexander Leidinger writes: Hi, a build with non-standard port options (mostly nox11 und related stuff for a headless system, except for some ports where this doesn't work) is giving me an unresolved symbol in libQt6WebEngineCo

Re: Unresolved symbol in libQt6WebEngineCore.so.6.4.2

2023-07-24 Thread Alexander Leidinger
Quoting Jan Beich (from Mon, 24 Jul 2023 14:50:48 +0200): Alexander Leidinger writes: Quoting Jan Beich (from Mon, 24 Jul 2023 13:52:43 +0200): Alexander Leidinger writes: Hi, a build with non-standard port options (mostly nox11 und related stuff for a headless system, except for

Re: Unresolved symbol in libQt6WebEngineCore.so.6.4.2

2023-07-24 Thread Alexander Leidinger
Quoting Jan Beich (from Mon, 24 Jul 2023 14:50:48 +0200): Alexander Leidinger writes: Quoting Jan Beich (from Mon, 24 Jul 2023 13:52:43 +0200): Alexander Leidinger writes: Hi, a build with non-standard port options (mostly nox11 und related stuff for a headless system, except for

Re: Building a Linuxulator userland from source

2023-08-18 Thread Alexander Leidinger
Am 2023-08-18 08:23, schrieb Felix Palmen: Hi all, for the last two weeks, I've been working on a spike in ports which now reached a state where I want to show it to and discuss it with fellow ports hackers. First, a link to my feature branch (warning, will be rebased every now and then):

Re: Building a Linuxulator userland from source

2023-08-21 Thread Alexander Leidinger
Am 2023-08-18 11:26, schrieb Felix Palmen: Hi Alexander, thanks for commenting! * Alexander Leidinger [20230818 11:02]: As the person who switched the linuxulator from redhat 4 or 5 to fedora and mentored the people which moved forward to linux-c6 I have some info about the design

Re: Building a Linuxulator userland from source

2023-09-01 Thread Alexander Leidinger
Am 2023-09-01 16:55, schrieb Felix Palmen: * Felix Palmen [20230820 12:35]: Just a little update on this [...] Posting yet another status update because I'm about to reach a "milestone": I just had the first successful build of ffmpeg. I focused on ffmpeg because that's a requirement for Make

Re: Baikal Installation Issue

2023-09-11 Thread Alexander Leidinger
Am 2023-09-05 11:14, schrieb Doug Hardie: On Sep 5, 2023, at 02:00, Kurt Jaeger wrote: Does /usr/local/www/baikal/config/baikal.yaml exist ? No. That directory only has a .empty file in it. Then, have a look at the other mail from Ronald. I think you need to create it and add so

Re: net-mgmt/netdata: endlessly 'Loading latest Netdata UI...'

2023-09-12 Thread Alexander Leidinger
Am 2023-09-12 08:03, schrieb Graham Perrin: At : Welcome to Netdata Loading latest Netdata UI... Or you can load the old single node dashboard or a local copy of Netdata UI Is the new UI supposed to load anything, automatically? Doesn't work for me either (v1.42

Re: net-mgmt/netdata: apps.plugin process grouping

2023-09-12 Thread Alexander Leidinger
Am 2023-09-12 08:33, schrieb Graham Perrin: I'd like to monitor the number of open files, in connection with . I can't see what's pictured at . Am I missing someth

Re: dns/bind916 builds rust unexpectedly

2023-09-26 Thread Alexander Leidinger
Am 2023-09-26 09:44, schrieb Guido Falsi: My poudriere machine rarely can do a build run without rebuilding one or more of rust, some version of clang, some version of gcc, qt[56]-webengine, py-qt6 (this one does most of the work single threaded unluckily). Also it often ends up having to rebu

sccache(-overlay) to speed up rust builds in poudriere (was: Re: dns/bind916 builds rust unexpectedly)

2023-09-26 Thread Alexander Leidinger
Am 2023-09-26 14:06, schrieb Kurt Jaeger: Hi! Am 2023-09-26 09:44, schrieb Guido Falsi: > My poudriere machine rarely can do a build run without rebuilding one > or more of rust, some version of clang, some version of gcc, > qt[56]-webengine, py-qt6 (this one does most of the work single > thr

Re: sccache(-overlay) to speed up rust builds in poudriere

2023-09-27 Thread Alexander Leidinger
Am 2023-09-27 10:56, schrieb Charlie Li: In poudriere, apart from the fetch phase, network access is not allowed by default so spawning a server that listens on an IP that does not necessarily exist that clients, individual compiler invocations, talk to isn't tenable. At the very least, one wo

Re: sccache(-overlay) to speed up rust builds in poudriere

2023-09-27 Thread Alexander Leidinger
Am 2023-09-27 10:56, schrieb Charlie Li: ports-mgmt/sccache-overlay's functionality that allows it to work in a poudriere/port build environment relies on code that was never submitted upstream to sccache. More than the mk file and the install into a different location suitable for the overl

Re: sccache(-overlay) to speed up rust builds in poudriere

2023-09-27 Thread Alexander Leidinger
Am 2023-09-27 12:57, schrieb Guido Falsi: On 27/09/23 12:54, Alexander Leidinger wrote: Am 2023-09-27 10:56, schrieb Charlie Li: In poudriere, apart from the fetch phase, network access is not allowed by default so spawning a server that listens on an IP that does not necessarily exist that

Re: sccache(-overlay) to speed up rust builds in poudriere

2023-09-27 Thread Alexander Leidinger
Am 2023-09-27 13:04, schrieb Guido Falsi: I'm not completely sure we;re talking about the same thing. The scccache version you're using is an older version with non standard changes (as vishin pointed out, did not check it or the nature of the changes or differences with newer versions). Maybe

Re: FreeBSD 13 + CertBot + OpenSSL 3 - status?

2023-10-25 Thread Alexander Leidinger
Am 2023-10-25 11:57, schrieb DutchDaemon - FreeBSD Forums Administrator: On 25/10/2023 11:12, Ronald Klop wrote: And there are also other implementations of the ACME protocol in the ports tree like security/acmetool. I have no experience with them but they might fit your use case. dehydrate

Why is building poudirere-devel several openjdks when I ask for openjdk21?

2023-11-15 Thread Alexander Leidinger
Hi, I have stuff which depends upon openjdk17 -> pkg exists in my local repo. Now I want to use something which needs openjdk21. So I did a poudriere bulk -j ... java/openjdk21 and now it builds openjdk18, openjdk19 and openjdk20 serially before openjdk21. I can understand if we need ot buil

Re: Why is building poudirere-devel several openjdks when I ask for openjdk21?

2023-11-16 Thread Alexander Leidinger
Am 2023-11-15 22:42, schrieb Derek Schrock: On Wed, Nov 15, 2023 at 09:01:28AM EST, Alexander Leidinger wrote: Hi, I have stuff which depends upon openjdk17 -> pkg exists in my local repo. Now I want to use something which needs openjdk21. So I did a poudriere bulk -j ... java/openjdk21

Example for port which needs to run php-composer?

2023-12-11 Thread Alexander Leidinger
Hi, is someone aware of a port which needs to run php-composer during the port building? I tried to find one with grep, but either I didn't search for the right keywords, or there is none... Bye, Alexander. -- http://www.Leidinger.net alexan...@leidinger.net: PGP 0x8F31830F9F2772BF http://ww

Re: Example for port which needs to run php-composer?

2023-12-11 Thread Alexander Leidinger
Am 2023-12-11 14:43, schrieb Guido Falsi: As a side note, if what you are trying to port is a pure PHP project using composer, I'm not sure creating pa port of it is really a good idea. The whole idea of composer is that it is handling dependencies and also can be configured by the user with va

Re: Example for port which needs to run php-composer?

2023-12-12 Thread Alexander Leidinger
Am 2023-12-11 21:19, schrieb Guido Falsi: I gave you suggestions on how to work around these (properties|features|limitations|rules|whatever) of the ports tree. I would be more interested to hear if you found those useful or not. Distributing the dependencies as an additional tarball via the

Re: This is going to break port building without poudriere!

2024-01-26 Thread Alexander Leidinger
Am 2024-01-25 20:57, schrieb Luca Pizzamiglio: Hi Stefan, I did reply to your first email, but not to your second one. I preferred (in agreement with portmgr@) to open the discussion with everyone, instead of keeping it just between you and me. As you can read in the email you have linked, I

Re: This is going to break port building without poudriere!

2024-01-26 Thread Alexander Leidinger
Am 2024-01-26 09:41, schrieb Gleb Popov: On Fri, Jan 26, 2024 at 11:01 AM Alexander Leidinger wrote: Am 2024-01-25 20:57, schrieb Luca Pizzamiglio: I think Stefans expectations about such a feature are different from the understand of the implementor of the feature in our tree. Somewhat a

Re: This is going to break port building without poudriere!

2024-01-26 Thread Alexander Leidinger
Am 2024-01-26 11:42, schrieb Alex Dupre: Alexander Leidinger wrote: Did I misunderstand that Luca wants to convert master/slave ports like my php case into subpages aware ports to cut down on package build times? Honestly PHP would be the worst example to be converted, PHP extensions can be

Re: This is going to break port building without poudriere!

2024-01-26 Thread Alexander Leidinger
Am 2024-01-26 12:12, schrieb Luca Pizzamiglio: Hi Alexander. You understand correctly what I wrote: * Several master/slave ports can be converted to use subpackages. * Php is a potential candidate for subpackage adoption However, I wasn't explicit on the fact that I won't impose subpackages ad

Re: This is going to break port building without poudriere!

2024-01-26 Thread Alexander Leidinger
Am 2024-01-26 13:16, schrieb Moin Rahman: On Jan 26, 2024, at 12:12 PM, Luca Pizzamiglio wrote: Hi Alexander. You understand correctly what I wrote: * Several master/slave ports can be converted to use subpackages. * Php is a potential candidate for subpackage adoption However, I wasn't expli

Re: This is going to break port building without poudriere!

2024-01-29 Thread Alexander Leidinger
Am 2024-01-27 16:59, schrieb Luca Pizzamiglio: Hi Stefan. Let's start from the beginning, as it seems that things are not clear. Subpackages is a feature to create multiple packages from one build Those subpackages can depend on the main package. The main package cannot depend on any subpackag

Re: This is going to break port building without poudriere!

2024-01-30 Thread Alexander Leidinger
use of subpackages would create are fixed). This would allow for more experimentation by a lot of people without the need to patch the ports tree and without introducing regressions for a simple "make install" of ports with a lot of dependencies. Bye, Alexander. Best regards, L

Re: This is going to break port building without poudriere!

2024-01-30 Thread Alexander Leidinger
Am 2024-01-30 13:24, schrieb Luca Pizzamiglio: Hi Alexander, On Tue, Jan 30, 2024 at 11:31 AM Alexander Leidinger wrote: Am 2024-01-30 10:42, schrieb Luca Pizzamiglio: Hi Alexander. Subpackage modularization of existing ports (i.e. qt6-tools) provides benefits to package users/builders

Re: Port tree linter

2024-02-27 Thread Alexander Leidinger
Am 2024-02-28 00:52, schrieb Hubert Tournier: Shouldn't this make it to ports-mgmt/ as portlinter? If it's deemed useful, I could make the port next week-end. If you do that, I suggest to use a name which makes it clear that it is not a replacement for portlint (which operates on 1 port), an

Re: Port tree linter

2024-03-02 Thread Alexander Leidinger
Am 2024-03-02 09:24, schrieb Hubert Tournier: Now that this tool is a Python package, it's easier to use other Python libraries. Maybe a check for ports which could be flavourized? Most PHP and python packages could be flavourized. The issue may be false positives... PHP examples are baikal

PORTEPOCH reset when PKGNAMESUFFIX changes?

2024-03-05 Thread Alexander Leidinger
Hi, Does poudriere/pkg take the PKGNAMESUFFIX into account for a given origin? The context of the question is: I have a patch for a php-using port which flavourizes it. It will go from no PKGNAMESUFFIX to the usual php version as PKGNAMESUFFIX. So the package name will change from abc-1.2.3_

pkg upgrade odity

2024-04-29 Thread Alexander Leidinger
Hi, pkg wants to remove some package on upgrade. I do not understand why... ---snip--- # pkg upgrade Updating FreeBSD repository catalogue... Fetching meta.conf: 100%178 B 0.2kB/s00:01 Fetching data.pkg: 100% 130 KiB 133.5kB/s00:01 Processing entries: 100% FreeBSD repository update

Re: pkg upgrade odity

2024-04-30 Thread Alexander Leidinger
Am 2024-04-29 17:21, schrieb Baptiste Daroussin: On Mon 29 Apr 16:41, Miroslav Lachman wrote: On 29/04/2024 12:49, Alexander Leidinger wrote: > Hi, > > pkg wants to remove some package on upgrade. I do not understand why... > ---snip--- > # pkg upgrade > Updating FreeBSD re

Re: pkg upgrade odity

2024-04-30 Thread Alexander Leidinger
Am 2024-04-30 22:21, schrieb Baptiste Daroussin: Le 30 avril 2024 13:18:41 GMT+02:00, Alexander Leidinger a écrit : Does this sound like "pkg check -B" would help here? Bye, Alexander. Not at all! I need the output of pkg info -R --raw-format ucl abseil Output attached. This

Re: pkg upgrade odity

2024-04-30 Thread Alexander Leidinger
Am 2024-04-30 23:11, schrieb Baptiste Daroussin: Le 30 avril 2024 22:51:19 GMT+02:00, Alexander Leidinger a écrit : Am 2024-04-30 22:21, schrieb Baptiste Daroussin: Le 30 avril 2024 13:18:41 GMT+02:00, Alexander Leidinger a écrit : Does this sound like "pkg check -B" would help

Re: pkg upgrade odity

2024-05-02 Thread Alexander Leidinger
Am 2024-05-01 09:52, schrieb Baptiste Daroussin: Le 30 avril 2024 23:30:16 GMT+02:00, Alexander Leidinger a écrit : Am 2024-04-30 23:11, schrieb Baptiste Daroussin: Le 30 avril 2024 22:51:19 GMT+02:00, Alexander Leidinger a écrit : Am 2024-04-30 22:21, schrieb Baptiste Daroussin: Le 30

Re: pkg upgrade odity

2024-05-02 Thread Alexander Leidinger
Am 2024-05-02 09:33, schrieb Baptiste Daroussin: 2 mai 2024 à 09:28 "Alexander Leidinger" a écrit: Am 2024-05-01 09:52, schrieb Baptiste Daroussin: > > Le 30 avril 2024 23:30:16 GMT+02:00, Alexander Leidinger > a écrit : > > > > > Am 2024-04-30

Re: pkg upgrade odity

2024-05-02 Thread Alexander Leidinger
Am 2024-05-02 09:33, schrieb Baptiste Daroussin: Do you have a copy of the abseil package with the wrong shlibs_provides? If yes I would love to be able to analyse it. You got lucky... I have enough history configured in poudriere, that I found "a version of it before my most recent build wh

Re: Looking for commit www/tt-rss 278761

2024-06-03 Thread Alexander Leidinger
Am 2024-06-04 02:53, schrieb Derek Schrock: Could I get someone to commit this? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278761 Done. I suggest to add the following into the next update, it makes ttrssd service jails ready. This is a new feature in -current. See also: https://do

Re: Service for jails?

2024-06-07 Thread Alexander Leidinger
Am 2024-06-07 10:33, schrieb Tatsuki Makino: Hello. Matthias Fechner wrote on 2024/06/07 15:20: BBB_svcj_options=${BBB_svcj_options:-"net_basic"} But I cannot find anything in the porters handbook about that new parameter. For these variables, it is better to search in /etc/rc.subr as well.

Re: Service for jails?

2024-06-07 Thread Alexander Leidinger
Am 2024-06-07 09:44, schrieb Miroslav Lachman: On 07/06/2024 08:20, Matthias Fechner wrote: Dear all, I saw in some commit messages that the startup scripts are modified like: BBB_svcj_options=${BBB_svcj_options:-"net_basic"} But I cannot find anything in the porters handbook about that new

Re: Looking for reviews PR 279803 Diff D45618 www/tt-rss simplify rc script

2024-06-17 Thread Alexander Leidinger
Am 2024-06-17 02:01, schrieb Derek Schrock: Looking for reviews of the simplification of the ttrssd script from www/tt-rss. I suggest to add an UPDATING entry which tells about the ttrssd_local_db variable. While looking to add status I realized with daemon the need to check/wait for a loca

Issues in rc scripts (PROVIDES != name != script name)

2024-07-02 Thread Alexander Leidinger
Hi, I'm investigating some issues with the new service jails feature. It comes down to the naming of the rc scripts. We have scripts where we have a mismatch between the setting of the name variable inside the script and the filename. This mail is to get some input on the best way forward.

Re: [HEADSUP] Deprecation of the ftp support in pkg

2022-01-23 Thread Alexander Leidinger
Quoting "Patrick M. Hausen" (from Sun, 23 Jan 2022 19:19:57 +0100): Am 22.01.2022 um 09:35 schrieb Chris : I find it's less "housekeeping" to use ftp(1) setup through inetd(8) for pkg repos, than via ssh. I understand the appeal of FTP. Maybe this discussion is focusing on the wrong topi

Re: make_index: benchmarks/phoronix-test-suite: no entry for /usr/local/lib/php/20200930/openssl.so: ?

2022-02-16 Thread Alexander Leidinger
Quoting Muhammad Moinur Rahman (from Wed, 16 Feb 2022 17:57:37 +0100): Fourth of all I should have clarified in my UPDATING that php8[01]-openssl should be removed manually. What about updating it to make it explicit? Bye, Alexander. -- http://www.Leidinger.net alexan...@leidinger.net: P

Re: Anybody seeing NextCloud crash?

2024-11-28 Thread Alexander Leidinger
Am 2024-11-15 16:13, schrieb Miroslav Lachman: On 15/11/2024 12:08, Alexander Leidinger wrote: Am 2024-11-15 11:14, schrieb Moin Rahman: Just for everyone else in the list, I have gone through some discussion with the original author of the mail and it seems to have some sort of regression

Re: Anybody seeing NextCloud crash?

2024-11-15 Thread Alexander Leidinger
Am 2024-11-15 11:14, schrieb Moin Rahman: Just for everyone else in the list, I have gone through some discussion with the original author of the mail and it seems to have some sort of regression with graphics/pecl-imagick. Whenever this php module is loaded php-fpm crashes on at least php82 and

Re: FreeBSD Port: serviio-2.4

2025-02-13 Thread Alexander Leidinger
Am 2025-02-13 15:01, schrieb Hans J Albertsson: I have the FreeBSD port of serviio 2.3 installed already in a Jjail on my TrueNAS 13.3 NAS. Is there a procedure to upgrade that jail to the 2.4 port w/o losing the database? Hello. No idea how TrueNAS is doing this, but a simple pkg upgrade f

Re: Should we recommend daemon(8) for rc scripts?

2025-04-05 Thread Alexander Leidinger
Am 2025-03-19 19:49, schrieb Gleb Popov: Hey fellow portophiles. A lot of ports install rc scripts that are used to start some service[s] during the system boot process. Programs launched from within the rc script are expected to daemonize to let the boot sequence continue. Daemonization can be

Re: FreeBSD Port: serviio-2.4

2025-02-13 Thread Alexander Leidinger
Am 2025-02-13 19:04, schrieb Patrick M. Hausen: Hi all, Am 13.02.2025 um 18:56 schrieb Alexander Leidinger : In the case of TrueNAS: I do not know. "In the same way you got it in the first place when you installed it" I would assume. In terms of FreeBSD itself, deinstall + new i

Re: FreeBSD Port: serviio-2.4

2025-02-13 Thread Alexander Leidinger
Am 2025-02-13 18:34, schrieb Hans J Albertsson: So the media database will remain intact? Serviio has a list of directories to scan. It does scan those periodically, at least at each start of the application. The "media database" for serviio is just a index of the files in those directories.

Re: FreeBSD Port: serviio-2.4

2025-02-14 Thread Alexander Leidinger
Am 2025-02-14 10:04, schrieb Hans J Albertsson: A much better way would be to set up in a new jail and let it index away, and then switch over. P. S. In Linux, you upgrade by simply dropping the new zip file contents in place. The db files and a few other files, that contain the "state", are

Re: FreeBSD Port: serviio-2.4

2025-02-14 Thread Alexander Leidinger
Am 2025-02-13 22:22, schrieb Hans J Albertsson: I have been using serviio for ages, mostly in linux-compatible OSes and in windows. My worries are not about the media folder tree but the serviio derby database under /var/db in your version, in /db in Linux and Solaris. Will that have to be