pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/40171: net/csup cannot be compiled because of an allegedly missing openssl/md5.h header
>Number: 40171
>Category: pkg
>Synopsis: net/csup cannot be compiled because of an allegedly missing
>openssl/md5.h header
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Dec 14 22:55:00 +0000 2008
>Originator: Fabiano Sidler
>Release: Slackware 12.2
>Organization:
>Environment:
Linux slack 2.6.27.7-smp #2 SMP Thu Nov 20 22:32:43 CST 2008 i686 Intel(R)
Core(TM)2 Duo CPU T7700 @ 2.40GHz GenuineIntel GNU/Linux
>Description:
user@host:/usr/pkgsrc/net/csup $ bmake install
[...]
In file included from attrstack.c:34:
misc.h:31:25: error: openssl/md5.h: No such file or directory
In file included from attrstack.c:34:
misc.h:105: error: expected declaration specifiers or '...' before 'MD5_CTX'
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/net/csup/work/csup
# after adding as the second last line to the Makefile
.include "../../security/openssl/buildlink3.mk"
# bmake clean and redoing a bmake install
fattr.c: In function 'fattr_fromstat':
fattr.c:209: error: 'struct stat' has no member named 'st_flags'
fattr.c: In function 'fattr_delete':
fattr.c:767: warning: implicit declaration of function 'chflags'
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/net/csup/work/csup
>How-To-Repeat:
This problem is permanent
>Fix:
Home |
Main Index |
Thread Index |
Old Index