From owner-freebsd-ports-bugs@freebsd.org Tue Feb 9 14:28:40 2021 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 BCFC754057F for ; Tue, 9 Feb 2021 14:28:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DZlcm4pn7z55GN for ; Tue, 9 Feb 2021 14:28:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id A2F1354084C; Tue, 9 Feb 2021 14:28:40 +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 A2B855407A0 for ; Tue, 9 Feb 2021 14:28:40 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DZlcm46Wmz557Z for ; Tue, 9 Feb 2021 14:28:40 +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 805AB45A5 for ; Tue, 9 Feb 2021 14:28:40 +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 119ESe8Q034403 for ; Tue, 9 Feb 2021 14:28:40 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 119ESeQS034402 for ports-bugs@FreeBSD.org; Tue, 9 Feb 2021 14:28:40 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 253346] [New port]: sysutils/wmscript System monitoring dockapp for Window Maker Date: Tue, 09 Feb 2021 14:28:40 +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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rhurlin@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rhurlin@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to bug_file_loc 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.34 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2021 14:28:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253346 Rainer Hurling changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rhurlin@FreeBSD.org Assignee|ports-bugs@FreeBSD.org |rhurlin@FreeBSD.org URL| |http://freshmeat.sourceforg | |e.net/projects/wmscript --- Comment #1 from Rainer Hurling --- Hi Igor, Thanks for the patch of this interesting port! I tried to build it on Poudriere and got the following errors: =3D=3D=3D> Building for wmscript-1.0 gmake[1]: Entering directory '/wrkdirs/usr/ports/sysutils/wmscript/work/wmscript.app/wmscript' cc -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -c -Wall wmscript.c -o wmscript.o wmscript.c:533:22: warning: format string is not a string literal (potentia= lly insecure) [-Wformat-security] fprintf (stderr, buff); ^~~~ wmscript.c:533:22: note: treat the string as an argument to avoid this fprintf (stderr, buff); ^ "%s",=20 wmscript.c:543:22: warning: format string is not a string literal (potentia= lly insecure) [-Wformat-security] fprintf (stderr, buff); ^~~~ wmscript.c:543:22: note: treat the string as an argument to avoid this fprintf (stderr, buff); ^ "%s",=20 2 warnings generated. cc -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -c -Wall ../wmgeneral/wmgeneral.c -o ../wmgeneral/wmgeneral.o cc -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -c -Wall ../wmgeneral/misc.c -o ../wmgeneral/misc= .o In file included from ../wmgeneral/misc.c:24: ../wmgeneral/list.h:43:27: warning: inline function 'list_cons' is not defi= ned [-Wundefined-inline] extern INLINE LinkedList* list_cons(void* head, LinkedList* tail); ^ ../wmgeneral/misc.c:122:13: note: used here list =3D list_cons(token, list); ^ In file included from ../wmgeneral/misc.c:24: ../wmgeneral/list.h:45:19: warning: inline function 'list_length' is not defined [-Wundefined-inline] extern INLINE int list_length(LinkedList* list); ^ ../wmgeneral/misc.c:126:13: note: used here count =3D list_length(list); ^ In file included from ../wmgeneral/misc.c:24: ../wmgeneral/list.h:49:20: warning: inline function 'list_remove_head' is n= ot defined [-Wundefined-inline] extern INLINE void list_remove_head(LinkedList** list); ^ ../wmgeneral/misc.c:131:2: note: used here list_remove_head(&list); ^ 3 warnings generated. cc -I/usr/local/include -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -c -Wall ../wmgeneral/list.c -o ../wmgeneral/list= .o cc -o wmscript wmscript.o ../wmgeneral/wmgeneral.o ../wmgeneral/misc.o ../wmgeneral/list.o -lXext -L/usr/local/lib -lXpm -lXext -lX11 ld: error: duplicate symbol: display >>> defined at wmscript.c >>> wmscript.o:(display) >>> defined at wmgeneral.c >>> ../wmgeneral/wmgeneral.o:(.bss+0x8) cc: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [Makefile:15: wmscript] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/sysutils/wmscript/work/wmscript.app/wmscript' *** Error code 1 Stop. make: stopped in /usr/ports/sysutils/wmscript =3D>> Cleaning up wrkdir =3D=3D=3D> Cleaning for wmscript-1.0 build of sysutils/wmscript | wmscript-1.0 ended at Tue Feb 9 15:21:03 CET = 2021 build time: 00:00:03 !!! build failure encountered !!! Could you please have a look at it? Thanks in advance :) --=20 You are receiving this mail because: You are the assignee for the bug.=