[Slackbuilds-users] How best to contact Slackware devs?

Rich Shepard rshepard at appl-ecosys.com
Tue Jan 9 21:47:33 UTC 2018


On Tue, 9 Jan 2018, Didier Spaier wrote:

> At least one of the patches is not relevant with the new source files.

Didier,

   I assume this to be the case. Since I'm not a slackware (or SBo) package
builder I don't have the experience to figour out what corrections are
needed in the 2.20 directory so that 2.21.99 (and the forthcoming 2.22)
build properly.

> You need to check if these files are still necessary, and if they are find
> which modifications are needed. Maybe a kind soul reading this is willing
> to do that for you?

   Renaming all three diff files so they are not seen allowed the
configuration to complete, then the make failed a different reason:

Building with SSL
ln -s ssl_unix.c osdepssl.c
echo -I/usr/include -I/usr/include/openssl -DSSL_CERT_DIRECTORY=\"/etc/ssl/certs\" -DSSL_KEY_DIRECTORY=\"/etc/ssl/certs\" >> OSCFLAGS
echo "  ssl_onceonlyinit ();" >> linkage.c
echo -L/usr/lib -lssl -lcrypto  >> LDFLAGS
cat osdepbas.c osdepckp.c osdeplog.c osdepssl.c > osdep.c
Building OS-dependent module
If you get No such file error messages for files x509.h, ssl.h,
pem.h, buffer.h, bio.h, and crypto.h, that means that OpenSSL
is not installed on your system. Either install OpenSSL first
or build with command: make slx SSLTYPE=none
`cat CCTYPE` -c `cat CFLAGS` `cat OSCFLAGS` -c osdep.c
In file included from auths.c:1:0,
                  from env_unix.c:259,
                  from osdep.c:47:
kerb_mit.c:30:35: fatal error: gssapi/gssapi_generic.h: No such file or directory
compilation terminated.
Makefile:932: recipe for target 'osdep.o' failed
make[4]: *** [osdep.o] Error 1
make[4]: Leaving directory '/opt/alpine-2.21.99/imap/c-client'
Makefile:685: recipe for target 'slx' failed
make[3]: *** [slx] Error 2
make[3]: Leaving directory '/opt/alpine-2.21.99/imap/c-client'
Makefile:691: recipe for target 'OSTYPE' failed
make[2]: *** [OSTYPE] Error 2
make[2]: Leaving directory '/opt/alpine-2.21.99/imap'
Makefile:312: recipe for target 'slx' failed
make[1]: *** [slx] Error 2
make[1]: Leaving directory '/opt/alpine-2.21.99/imap'
Makefile:957: recipe for target 'c-client' failed
make: *** [c-client] Error 2

   The header file is installed here:
/usr/kerberos/include/gssapi/gssapi_generic.h

   Also looked at the build script without seeing where this might be
addressed.

Best regards,

Rich


More information about the SlackBuilds-users mailing list