[Bug 253346] [New port]: sysutils/wmscript System monitoring dockapp for Window Maker
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Feb 9 14:28:40 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253346
Rainer Hurling <rhurlin at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rhurlin at FreeBSD.org
Assignee|ports-bugs at FreeBSD.org |rhurlin at FreeBSD.org
URL| |http://freshmeat.sourceforg
| |e.net/projects/wmscript
--- Comment #1 from Rainer Hurling <rhurlin at FreeBSD.org> ---
Hi Igor,
Thanks for the patch of this interesting port!
I tried to build it on Poudriere and got the following errors:
===> 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 (potentially
insecure) [-Wformat-security]
fprintf (stderr, buff);
^~~~
wmscript.c:533:22: note: treat the string as an argument to avoid this
fprintf (stderr, buff);
^
"%s",
wmscript.c:543:22: warning: format string is not a string literal (potentially
insecure) [-Wformat-security]
fprintf (stderr, buff);
^~~~
wmscript.c:543:22: note: treat the string as an argument to avoid this
fprintf (stderr, buff);
^
"%s",
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 defined
[-Wundefined-inline]
extern INLINE LinkedList* list_cons(void* head, LinkedList* tail);
^
../wmgeneral/misc.c:122:13: note: used here
list = 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 = list_length(list);
^
In file included from ../wmgeneral/misc.c:24:
../wmgeneral/list.h:49:20: warning: inline function 'list_remove_head' is not
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
=>> Cleaning up wrkdir
===> 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 :)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list