Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Apr 2024 12:26:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 278185] net/netatalk 3.1.18 compile fails on uams
Message-ID:  <bug-278185-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 278185
           Summary: net/netatalk 3.1.18 compile fails on uams
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: dutchman01@quicknet.nl

FreeBSD 13.3 p1 Compile this port with option setting set:

Acl on
Pam on
AVAHI on

leaving the rest of selection left disabled
wil result in error:


uams_pam.c:127:3: error: incompatible function pointer types initializing '=
int
(*)(int, const struct pam_message **, struct pam_response **, void *)' with=
 an
expression of type 'int (*)(int, struct pam_message **, struct pam_response=
 **,
void *)' [-Wincompatible-function-pointer-types]
  127 |   &PAM_conv,
      |   ^~~~~~~~~
1 error generated.
gmake[3]: *** [Makefile:795: uams_pam_la-uams_pam.lo] Error 1
gmake[3]: *** Waiting for unfinished jobs....
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include
-I../../include -I../.. -DLIBICONV_PLUG -I/usr/include/openssl
-I/usr/local/include -I/usr/local/include "-D_U_=3D__attribute__((unused))"=
 -O2
-pipe -I/usr/local/include -L/usr/local/lib -DLIBICONV_PLUG
-fstack-protector-strong -fno-strict-aliasing -MT uams_randnum.lo -MD -MP -=
MF
.deps/uams_randnum.Tpo -c uams_randnum.c -o uams_randnum.o >/dev/null 2>&1
gmake[3]: Leaving directory
'/usr/ports/net/netatalk3/work/netatalk-3.1.18/etc/uams'
gmake[2]: *** [Makefile:476: all-recursive] Error 1
gmake[2]: Leaving directory '/usr/ports/net/netatalk3/work/netatalk-3.1.18/=
etc'
gmake[1]: *** [Makefile:533: all-recursive] Error 1
gmake[1]: Leaving directory '/usr/ports/net/netatalk3/work/netatalk-3.1.18'
gmake: *** [Makefile:465: all] Error 2
=3D=3D=3D> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure =
to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/net/netatalk3

Regards,
Dutchman01

--=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-278185-7788>