[Bug 287060] ports-mgmt/pkg-devel: 2.1.9.3 causing "exited on signal 11 (no core dump - other error)" during poudriere-testport in i386 jails
Date: Mon, 26 May 2025 15:55:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287060 --- Comment #8 from Mark Millard <marklmi26-fbsd@yahoo.com> --- (In reply to Baptiste Daroussin from comment #7) But pkg_add.c in main on github has no use of open_cache_write() and still uses fopen("/tmp/pkg_add_cache", "w") : . . . if (package_building) { FILE * fp; if ((fp = open_cache_read()) != NULL) { . . . if (package_building && !cache_exist) { FILE *fp = fopen("/tmp/pkg_add_cache", "w"); . . . -- You are receiving this mail because: You are the assignee for the bug.