From owner-freebsd-ports-bugs@freebsd.org Fri Jul 3 10:26:23 2020 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BA912349A45 for ; Fri, 3 Jul 2020 10:26:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 49yrjC4bSMz46G8 for ; Fri, 3 Jul 2020 10:26:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 9BC9A349A44; Fri, 3 Jul 2020 10:26:23 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9A7EB349C17 for ; Fri, 3 Jul 2020 10:26:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49yrjC3Svzz46Jy for ; Fri, 3 Jul 2020 10:26:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 574C3A484 for ; Fri, 3 Jul 2020 10:26:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 063AQNts049081 for ; Fri, 3 Jul 2020 10:26:23 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 063AQNR3049079 for ports-bugs@FreeBSD.org; Fri, 3 Jul 2020 10:26:23 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 247689] www/uwsgi: has the plugin embedded but doesn't work Date: Fri, 03 Jul 2020 10:26:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: newton.ja.terry@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2020 10:26:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247689 Newton Terry changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |newton.ja.terry@gmail.com --- Comment #6 from Newton Terry --- I can reproduce the error. Current www/uwsgi, version 2.0.18, having set plugins in configuration file, returns plugin error message when starting service: service uwsgi onestart [uWSGI] getting INI configuration from /usr/local/etc/uwsgi/uwsgi.ini !!! UNABLE to load uWSGI plugin: Cannot open "./router_redirect_plugin.so" = !!! /usr/local/etc/uwsgi/uwsgi.ini [uwsgi] plugins=3Drouter_redirect In ports work-py37 directory no router_redirect_plugin.so is present. Recor= ding the build process with less verbosity (Makefile: #PYDISTUTILS_BUILDARGS=3D --verbose) demonstrates the plugins are build embedded into the binary. From the build log: ... using profile: buildconf/default.ini cut --------------------- work-py37/uwsgi-2.0.18/buildconf/default.ini [uwsgi] main_plugin =3D python,gevent inherit =3D base work-py37/uwsgi-2.0.18/buildconf/base.ini [uwsgi] ... embedded_plugins =3D %(main_plugin)s, ..., router_redirect,... continue ---------------- *** uWSGI compiling embedded plugins *** ... [thread 4][cc] plugins/router_redirect/router_redirect.o ... Also the build binary indicates having the plugins, inclusive router_redirect_plugin, embedded: strings /usr/local/bin/uwsgi | grep router_redirect router_redirect_plugin router_redirect Updating the port to version 2.0.19.1 doesn't resolve, error message remain= s. Attached: uwsgi-2.0.18-build.log uwsgi-2.0.19.1-build.log uwsgi18-binary-embedd-plugins-list.txt uwsgi19.1-binary-embedd-plugins-list.txt --=20 You are receiving this mail because: You are the assignee for the bug.=