emulators/virtualbox-ose-kmod fails to biuld on 14.0-CURRENT 1400079

2023-02-10 Thread José Pérez
/release/bin/src/vboxdrv *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-6.1.36/out/freebsd.amd64/release/bin/src *** Error code 1 Stop. make: stopped in /usr/ports/emulators/virtualbox-ose-kmod Is this known? Thank you. -- José Pérez

net/liblinphone fails to biuld on 14.0-CURRENT 1400079

2023-02-10 Thread José Pérez
prototypes] handle_configfile_migration() ^ void 12 warnings and 2 errors generated. ninja: build stopped: subcommand failed. *** Error code 1 Stop. make: stopped in /usr/ports/net/liblinphone Is this known? Thank you. -- José Pérez

print/hplip fails to biuld on 14.0-CURRENT 1400079

2023-02-10 Thread José Pérez
;) with an expression of type 'int' [-Wint-conversion] PyObject * mod = Py_InitModule4( "pcardext", pcardext_methods, ^ ~ 4 warnings and 2 errors generated. *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/print/hplip/work/hplip-3.22.10 *** Error code 1 Stop. make: stopped in /usr/ports/print/hplip Is this known? Thank you. -- José Pérez

editors/uemacs fails to biuld on 14.0-CURRENT 1400079

2023-02-10 Thread José Pérez
r code 1 Stop. make[2]: stopped in /wrkdirs/usr/ports/editors/uemacs/work/uemacs-4.0_1/freebsd *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/editors/uemacs/work/uemacs-4.0_1 *** Error code 1 Stop. make: stopped in /usr/ports/editors/uemacs Is this known? Thank you. -- José Pérez

Re: editors/uemacs fails to biuld on 14.0-CURRENT 1400079

2023-02-11 Thread José Pérez
El 2023-02-11 12:45, Guido Falsi escribió: On 11/02/23 12:12, andrew clarke wrote: Hi José, On 2023-02-11 08:16:16, José Pérez (f...@aoek.com) wrote: Hi, I get the following error when poudriere building editors/uemacs on ... The MicroEMACS source code was all written in vintage K&R s

Re: print/hplip fails to biuld on 14.0-CURRENT 1400079

2023-02-12 Thread José Pérez
El 2023-02-12 11:52, Tijl Coosemans escribió: On Sat, 11 Feb 2023 08:12:24 +0100 José Pérez wrote: Hi, I get the following error when poudriere building print/hplip on 14.0-CURRENT 1400079: ... This is supposed to be fixed already, so make sure your ports tree is up to date. Indeed it is

Re: net/liblinphone fails to biuld on 14.0-CURRENT 1400079

2023-02-12 Thread José Pérez
El 2023-02-12 00:59, Moin Rahman escribió: Hi, I get the following error when poudriere building net/liblinphone on 14.0-CURRENT 1400079:q ... Fixed at 4fd0bdc67785d84696ae47dee245382c7aa948e7. Thank you. -- José Pérez

Re: editors/uemacs fails to biuld on 14.0-CURRENT 1400079

2023-02-12 Thread José Pérez
EXTRACT_BEFORE_ARGS= -Lq +CFLAGS+= -Wno-int-conversion + post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c @${REINPLACE_CMD} -e 's|-ltermcap|${LDFLAGS} -lncurses|g' \ BR, -- José Pérez

[includes patch] print/gimp-gutenprint fails to build on 14.0-CURRENT 1400079

2023-02-12 Thread José Pérez
umbnail_data) g_free(gimp_thumbnail_data); - gint x = gimp_image_width(image_ID); - gint y = gimp_image_height(image_ID); + gint x = gimp_image_width(p2gint(image_ID)); + gint y = gimp_image_height(p2gint(image_ID)); if (*width > x) *width = x; if (*height > y) This is a bug that gets triggered by the use of llvm 15 and I think should be pushed upstream. Anyone with upstream contacts? BR, -- José Pérez

www/iridium fails with Trace/BPT trap and does not compile with DEBUG

2023-11-18 Thread José Pérez
it works perfectly. Can anyone reproduce? Thanks BR, -- José Pérez

Re: www/iridium fails with Trace/BPT trap and does not compile with DEBUG

2023-11-19 Thread José Pérez
El 2023-11-18 20:06, Jan Beich escribió: José Pérez writes: On some hardware www/iridium fails: % iridium Trace/BPT trap Try running as "proccontrol -m wxmap iridium" See also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272221 Hi Jan, thank you for pointing this out, bu

Poudriere build of pdo_* ports fails if ZTS is enabled

2024-12-28 Thread José Pérez
n my case I use Nginx. Is there a known workaround? Thank you. -- José Pérez