Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2024 01:21:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 283584] irc/eggdrop: Fails to build due to tcl.h header location
Message-ID:  <bug-283584-7788-bGH52Sg93n@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-283584-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-283584-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D283584

--- Comment #5 from Chris Petrik <cpetrik@proton.me> ---
.././filesys.mod/filedb3.h:97:5: note: expanded from macro 'malloc_strcpy'
   97 |     my_free(target);=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
\
      |     ^
.././filesys.mod/filedb3.h:83:5: note: expanded from macro 'my_free'
   83 |     nfree(ptr);=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20
\
      |     ^
../../../src/mod/module.h:92:28: note: expanded from macro 'nfree'
   92 | #define nfree(x) (global[1]((x),MODULE_NAME,__FILE__,__LINE__))
      |                            ^
In file included from .././filesys.mod/filesys.c:126:
.././filesys.mod/files.c:748:7: warning: passing arguments to a function
without a prototype is deprecated in all versions of C and is not supported=
 in
C23 [-Wdeprecated-non-prototype]
  748 |       malloc_strcpy(newfn, par);
      |       ^
.././filesys.mod/filedb3.h:94:16: note: expanded from macro 'malloc_strcpy'
   94 |     (target) =3D nrealloc((target), strlen(entry) + 1);=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20
\
      |                ^
../../../src/mod/module.h:392:50: note: expanded from macro 'nrealloc'
  392 | #define nrealloc(x,y) (((void
*(*)())global[230])((x),(y),MODULE_NAME,__FILE__,__LINE__))
      |                                                  ^
In file included from .././filesys.mod/filesys.c:126:
.././filesys.mod/files.c:748:7: warning: passing arguments to a function
without a prototype is deprecated in all versions of C and is not supported=
 in
C23 [-Wdeprecated-non-prototype]
.././filesys.mod/filedb3.h:97:5: note: expanded from macro 'malloc_strcpy'
   97 |     my_free(target);=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
\
      |     ^
.././filesys.mod/filedb3.h:83:5: note: expanded from macro 'my_free'
   83 |     nfree(ptr);=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20
\
      |     ^
../../../src/mod/module.h:92:28: note: expanded from macro 'nfree'
   92 | #define nfree(x) (global[1]((x),MODULE_NAME,__FILE__,__LINE__))
      |                            ^
In file included from .././filesys.mod/filesys.c:126:
.././filesys.mod/files.c:752:7: warning: passing arguments to a function
without a prototype is deprecated in all versions of C and is not supported=
 in
C23 [-Wdeprecated-non-prototype]
  752 |       my_free(newfn);
      |       ^
.././filesys.mod/filedb3.h:83:5: note: expanded from macro 'my_free'
   83 |     nfree(ptr);=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20
\
      |     ^
../../../src/mod/module.h:92:28: note: expanded from macro 'nfree'
   92 | #define nfree(x) (global[1]((x),MODULE_NAME,__FILE__,__LINE__))
      |                            ^
In file included from .././filesys.mod/filesys.c:126:
.././filesys.mod/files.c:753:7: warning: passing arguments to a function
without a prototype is deprecated in all versions of C and is not supported=
 in
C23 [-Wdeprecated-non-prototype]
  753 |       my_free(newpath);
      |       ^
.././filesys.mod/filedb3.h:83:5: note: expanded from macro 'my_free'

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283584-7788-bGH52Sg93n>