pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/39318: hydra-3.5 fails to build with subversion base installed



>Number:         39318
>Category:       pkg
>Synopsis:       security/hydra randomly picks up installed libsvn
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Aug 07 23:10:01 +0000 2008
>Originator:     Christoph Badura
>Release:        NetBSD 3.1_STABLE
>Organization:
>Environment:
pkgsrc-2008Q2 around the evening of the branch tagging
        
        
System: NetBSD nervous-energy 3.1_STABLE NetBSD 3.1_STABLE (nervous-energy) #4: 
Fri Jul 25 06:31:02 MEST 2008 
root@nervous-energy:/src/sys/arch/i386/compile/nervous-energy i386
Architecture: i386
Machine: i386
>Description:
===> Installing dependencies for hydra-5.3nb1
==========================================================================
The supported build options for hydra are:

        gtkfe pgsql svn

You can select which build options to use by setting PKG_DEFAULT_OPTIONS
or the following variable.  Its current value is shown:

        PKG_OPTIONS.hydra (not defined)

==========================================================================
Starting hydra auto configuration ...

Checking for openssl (libssl/ssl.h) ...
                                    ... found
Checking for Postgres (libpq) ...
                              ... NOT found, module postgres disabled
Checking for SVN (ibsvn_client-1 libapr-0.so libaprutil-0.so) ...
                              ... found
Checking for SAP/R3 (librfc/saprfc.h) ...
                                      ... NOT found, module sapr3 disabled
Get it from http://www.sap.com/solutions/netweaver/linux/eval/index.asp
Checking for libssh (libssh/libssh.h) ...
                                      ... found
NOTE: ensure that you have libssh v0.11 installed!! Get it from http://0xbadc0de
.be !

Hydra will be installed into .../bin of: /usr/pkg
  (change this by running ./configure --prefix=path)

#
# Note how it randomly picks up SVN (ibsvn_client-1 libapr-0.so libaprutil-0.so)
# and Checking for libssh (libssh/libssh.h) ...
#

gcc -I. -Wall -O2 -c hydra-svn.c -DLIBOPENSSL -DLIBSVN -DLIBSSH -I/usr/pkg/inclu
de -I/usr/pkg/include/subversion-1 -I/usr/pkg/include/subversion-1
hydra-svn.c:17:24: svn_client.h: No such file or directory
hydra-svn.c:18:23: svn_pools.h: No such file or directory
hydra-svn.c:19:24: svn_config.h: No such file or directory
hydra-svn.c:20:25: svn_cmdline.h: No such file or directory
hydra-svn.c:27: error: parse error before '*' token
hydra-svn.c:28: error: parse error before '*' token
hydra-svn.c:34: warning: return type defaults to `int'
hydra-svn.c: In function `my_simple_prompt_callback':
hydra-svn.c:38: error: `svn_auth_cred_simple_t' undeclared (first use in this fu
nction)
hydra-svn.c:38: error: (Each undeclared identifier is reported only once
hydra-svn.c:38: error: for each function it appears in.)
hydra-svn.c:38: error: `ret' undeclared (first use in this function)
hydra-svn.c:38: warning: implicit declaration of function `apr_pcalloc'
[...]
        
>How-To-Repeat:
check out pkgsrc-2008Q2
install devel/subversion-base
cd security/hydra && make
        
>Fix:
        

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index