Re: poudriere merging multiple ports trees

2021-01-28 Thread Tatsuki Makino
If I were to use OVERLAYS, where should I place the ovarlay tree? When poudriere starts a jail, it will cpio all its files. Ports tree will be mounted readonly by nullfs. In order to access the overlay tree from the poudriere jails, it seems that we need to put files under them.

Re: poudriere merging multiple ports trees

2021-01-28 Thread Henrik Rosenke
Am 28.01.21 um 21:14 schrieb Miroslav Lachman: On 28/01/2021 17:47, Henrik Rosenke wrote: I tried this with a patched MOVED file, copied from the master portstree, deleted the entry and tried to build but this File seems to be ignored. I dont really understand where the MOVED file is

Re: poudriere merging multiple ports trees

2021-01-28 Thread Miroslav Lachman
On 28/01/2021 17:47, Henrik Rosenke wrote: I tried this with a patched MOVED file, copied from the master portstree, deleted the entry and tried to build but this File seems to be ignored. I dont really understand where the MOVED file is handled, it seems to be bsd.port.subdir.mk but i am not

Re: poudriere merging multiple ports trees

2021-01-28 Thread Henrik Rosenke
I tried this with a patched MOVED file, copied from the master portstree, deleted the entry and tried to build but this File seems to be ignored. I dont really understand where the MOVED file is handled, it seems to be bsd.port.subdir.mk but i am not sure. I think the best way to handle this

Re: poudriere merging multiple ports trees

2021-01-28 Thread Miroslav Lachman
On 28/01/2021 10:55, Henrik Rosenke wrote: Greetings, UIDs and GIDs are also not resprected, i could solve this via this patch: I didn't tried it but what if you have patched Mk/bsd.port.mk and MOVED in overlay tree? Does it work or not? Miroslav Lachman

Re: poudriere merging multiple ports trees

2021-01-28 Thread Henrik Rosenke
Greetings, UIDs and GIDs are also not resprected, i could solve this via this patch: Index: Mk/bsd.port.mk === --- Mk/bsd.port.mk  (Revision 563120) +++ Mk/bsd.port.mk  (Arbeitskopie) @@ -1274,8 +1274,17 @@  # where 'make

Some thought about nagios-plugins and mysql dependency

2021-01-28 Thread Andrea Venturoli
Hello. Currently nagios-plugins has an option to depend on mysql-client (in order to provide the check_mysql and check_mysql_query commands). I build my packages with Poudriere and I need this MySQL support where I have a Nagios instance. However, this brings mysql-client in on each and

NLS knob: need help (and hacking)

2021-01-28 Thread Nuno Teixeira
Hello, I've updated gbrainy to last version and it solves DEPRECATED: PR 253058 This program doesn't respect NLS knob (6.7.2. Optional Usage, Porter's Handbook). Could anyone try it to find a