Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 10721] New: Compilation of subversion fails when enabling perl bindings

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 10721] New: Compilation of subversion fails when enabling perl bindings
  • Date: 17 Mar 2006 13:22:33 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=10721

Summary: Compilation of subversion fails when enabling perl
bindings
Product: Codex
Version: z-rejected grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: devel
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: arnaud.fortier AT free.fr


Download latest Subversion source code? [n]

Install Subversion bindings for Perl? [y]

Install Subversion bindings for Python? [y]

Install Subversion bindings for Ruby? [y]

Install xinetd script svnserve? [n]

subversion checking dependencies...
subversion depends on autoconf
subversion depends on libtool
subversion depends on bison
subversion requires some APR.
(0) apr (installed)
(1) apr0

Which one do you want? [0]
subversion depends on swig
subversion depends on perl
subversion depends on python
subversion depends on ruby
zlib is an optional dependency for subversion (for stream compression support)
Do you want to use zlib? [y] 0
Do you want to use zlib? [y] y
gettext is an optional dependency for subversion (for language translations)
Do you want to use gettext? [y] y
openssl is an optional dependency for subversion (for SSL/TLS support)
Do you want to use openssl? [y] y
cyrus-sasl is an optional dependency for subversion (for Cyrus SASL
authentication)
Do you want to use cyrus-sasl? [y] y
neon is an optional dependency for subversion (for Subversion client to
support DAV)
Do you want to use neon? [y] y
db is an optional dependency for subversion (for Berkeley DB backend)
Do you want to use db? [y] y
subversion optionally requires some APACHE2 (to create Apache 2 modules).
(0) [none]
(1) apache2
(2) httpd-dev

Which one do you want? [0]

Then it compile and fails right there :
make[1]: Entering directory
`/usr/src/subversion-1.3.0/subversion/bindings/swig/perl/native'
cp ../../../../../subversion/bindings/swig/perl/native/Delta.pm
blib/lib/SVN/Delta.pm
cp ../../../../../subversion/bindings/swig/perl/native/Ra.pm
blib/lib/SVN/Ra.pm
cp ../../../../../subversion/bindings/swig/perl/native/Wc.pm
blib/lib/SVN/Wc.pm
cp ../../../../../subversion/bindings/swig/perl/native/Base.pm
blib/lib/SVN/Base.pm
cp ../../../../../subversion/bindings/swig/perl/native/Core.pm
blib/lib/SVN/Core.pm
cp ../../../../../subversion/bindings/swig/perl/native/Repos.pm
blib/lib/SVN/Repos.pm
cp ../../../../../subversion/bindings/swig/perl/native/Fs.pm
blib/lib/SVN/Fs.pm
cp ../../../../../subversion/bindings/swig/perl/native/Client.pm
blib/lib/SVN/Client.pm
cc -c -I/usr/include/apr -I/usr/include/apr-1
-I../../../../../subversion/bindings/swig/perl/libsvn_swig_perl
-I../../../../../subversion/include -I../../../../../subversion/bindings/swig
-g -fno-strict-aliasing -pipe -Wdeclaration-after-statement
-D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -O -march=pentium4 -mmmx -mfpmath=sse -msse -msse2
-pipe
-DPIC -fPIC -Os -DVERSION=\"\" -DXS_VERSION=\"\" -fpic
"-I/usr/lib/perl5/5.8.8/i686-linux/CORE" core.c
In file included from /usr/include/apr/apr_pools.h:37,
from ../../../../../subversion/include/svn_time.h:25,
from core.c:1094:
/usr/include/apr/apr.h:270: error: syntax error before 'apr_off_t'
/usr/include/apr/apr.h:270: warning: data definition has no type or storage
class
In file included from ../../../../../subversion/include/svn_string.h:71,
from ../../../../../subversion/include/svn_props.h:30,
from ../../../../../subversion/include/svn_error_codes.h:48,
from ../../../../../subversion/include/svn_error.h:48,
from ../../../../../subversion/include/svn_time.h:28,
from core.c:1094:
/usr/include/apr/apr_strings.h:297: error: syntax error before 'apr_off_t'
/usr/include/apr/apr_strings.h:313: error: syntax error before '*' token
/usr/include/apr/apr_strings.h:349: error: syntax error before 'size'
In file included from /usr/include/apr/apr_file_io.h:29,
from ../../../../../subversion/include/svn_diff.h:48,
from core.c:1102:
/usr/include/apr/apr_file_info.h:204: error: syntax error before 'apr_off_t'
/usr/include/apr/apr_file_info.h:204: warning: no semicolon at end of struct
or
union
/usr/include/apr/apr_file_info.h:206: warning: data definition has no type or
storage class
/usr/include/apr/apr_file_info.h:212: error: 'ctime' redeclared as different
kind of symbol
/usr/include/time.h:254: error: previous declaration of 'ctime' was here
/usr/include/apr/apr_file_info.h:219: error: syntax error before '}' token
In file included from ../../../../../subversion/include/svn_diff.h:48,
from core.c:1102:
/usr/include/apr/apr_file_io.h:548: error: syntax error before 'apr_off_t'
/usr/include/apr/apr_file_io.h:740: error: syntax error before 'apr_off_t'
In file included from ../../../../../subversion/include/svn_diff.h:52,
from core.c:1102:
../../../../../subversion/include/svn_io.h:872: error: syntax error before
'apr_off_t'
In file included from core.c:1102:
../../../../../subversion/include/svn_diff.h:218: error: syntax error before
'apr_off_t'
../../../../../subversion/include/svn_diff.h:237: error: syntax error before
'apr_off_t'
../../../../../subversion/include/svn_diff.h:251: error: syntax error before
'apr_off_t'
../../../../../subversion/include/svn_diff.h:263: error: syntax error before
'apr_off_t'
../../../../../subversion/include/svn_diff.h:280: error: syntax error before
'apr_off_t'
In file included from ../../../../../subversion/include/svn_wc.h:46,
from ../../../../../subversion/include/svn_client.h:38,
from
../../../../../subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.h:36,
from core.c:1109:
../../../../../subversion/include/svn_ra.h:181: error: syntax error before
'progress'
core.c:1259: error: syntax error before 'apr_off_t'
core.c: In function 'svn_diff_output_fns_invoke_output_common':
core.c:1260: error: '_obj' undeclared (first use in this function)
core.c:1260: error: (Each undeclared identifier is reported only once
core.c:1260: error: for each function it appears in.)
core.c:1260: error: 'output_baton' undeclared (first use in this function)
core.c:1260: error: 'original_start' undeclared (first use in this function)
core.c:1260: error: 'original_length' undeclared (first use in this function)
core.c:1260: error: 'modified_start' undeclared (first use in this function)
core.c:1260: error: 'modified_length' undeclared (first use in this function)
core.c:1260: error: 'latest_start' undeclared (first use in this function)
core.c:1260: error: 'latest_length' undeclared (first use in this function)
core.c: At top level:
core.c:1264: error: syntax error before 'apr_off_t'
core.c: In function 'svn_diff_output_fns_invoke_output_diff_modified':
core.c:1265: error: '_obj' undeclared (first use in this function)
core.c:1265: error: 'output_baton' undeclared (first use in this function)
core.c:1265: error: 'original_start' undeclared (first use in this function)
core.c:1265: error: 'original_length' undeclared (first use in this function)
core.c:1265: error: 'modified_start' undeclared (first use in this function)
core.c:1265: error: 'modified_length' undeclared (first use in this function)
core.c:1265: error: 'latest_start' undeclared (first use in this function)
core.c:1265: error: 'latest_length' undeclared (first use in this function)
core.c: At top level:
core.c:1269: error: syntax error before 'apr_off_t'
core.c: In function 'svn_diff_output_fns_invoke_output_diff_latest':
core.c:1270: error: '_obj' undeclared (first use in this function)
core.c:1270: error: 'output_baton' undeclared (first use in this function)
core.c:1270: error: 'original_start' undeclared (first use in this function)
core.c:1270: error: 'original_length' undeclared (first use in this function)
core.c:1270: error: 'modified_start' undeclared (first use in this function)
core.c:1270: error: 'modified_length' undeclared (first use in this function)
core.c:1270: error: 'latest_start' undeclared (first use in this function)
core.c:1270: error: 'latest_length' undeclared (first use in this function)
core.c: At top level:
core.c:1274: error: syntax error before 'apr_off_t'
core.c: In function 'svn_diff_output_fns_invoke_output_diff_common':
core.c:1275: error: '_obj' undeclared (first use in this function)
core.c:1275: error: 'output_baton' undeclared (first use in this function)
core.c:1275: error: 'original_start' undeclared (first use in this function)
core.c:1275: error: 'original_length' undeclared (first use in this function)
core.c:1275: error: 'modified_start' undeclared (first use in this function)
core.c:1275: error: 'modified_length' undeclared (first use in this function)
core.c:1275: error: 'latest_start' undeclared (first use in this function)
core.c:1275: error: 'latest_length' undeclared (first use in this function)
core.c: At top level:
core.c:1279: error: syntax error before 'apr_off_t'
core.c: In function 'svn_diff_output_fns_invoke_output_conflict':
core.c:1280: error: '_obj' undeclared (first use in this function)
core.c:1280: error: 'output_baton' undeclared (first use in this function)
core.c:1280: error: 'original_start' undeclared (first use in this function)
core.c:1280: error: 'original_length' undeclared (first use in this function)
core.c:1280: error: 'modified_start' undeclared (first use in this function)
core.c:1280: error: 'modified_length' undeclared (first use in this function)
core.c:1280: error: 'latest_start' undeclared (first use in this function)
core.c:1280: error: 'latest_length' undeclared (first use in this function)
core.c:1280: error: 'resolved_diff' undeclared (first use in this function)
core.c: In function '_wrap_svn_diff_output_fns_t_output_common_set':
core.c:12602: error: syntax error before 'apr_off_t'
core.c:12602: error: syntax error before 'apr_off_t'
core.c: In function '_wrap_svn_diff_output_fns_t_output_common_get':
core.c:12633: error: syntax error before 'apr_off_t'
core.c:12645: error: syntax error before 'apr_off_t'
core.c: In function '_wrap_svn_diff_output_fns_t_output_diff_modified_set':
core.c:12660: error: syntax error before 'apr_off_t'
core.c:12660: error: syntax error before 'apr_off_t'
core.c: In function '_wrap_svn_diff_output_fns_t_output_diff_modified_get':
core.c:12691: error: syntax error before 'apr_off_t'
core.c:12703: error: syntax error before 'apr_off_t'
core.c: In function '_wrap_svn_diff_output_fns_t_output_diff_latest_set':
core.c:12718: error: syntax error before 'apr_off_t'
core.c:12718: error: syntax error before 'apr_off_t'
core.c: In function '_wrap_svn_diff_output_fns_t_output_diff_latest_get':
core.c:12749: error: syntax error before 'apr_off_t'
core.c:12761: error: syntax error before 'apr_off_t'
core.c: In function '_wrap_svn_diff_output_fns_t_output_diff_common_set':
core.c:12776: error: syntax error before 'apr_off_t'
core.c:12776: error: syntax error before 'apr_off_t'
core.c: In function '_wrap_svn_diff_output_fns_t_output_diff_common_get':
core.c:12807: error: syntax error before 'apr_off_t'
core.c:12819: error: syntax error before 'apr_off_t'
core.c: In function '_wrap_svn_diff_output_fns_t_output_conflict_set':
core.c:12834: error: syntax error before 'apr_off_t'
core.c:12834: error: syntax error before 'apr_off_t'
core.c: In function '_wrap_svn_diff_output_fns_t_output_conflict_get':
core.c:12865: error: syntax error before 'apr_off_t'
core.c:12877: error: syntax error before 'apr_off_t'
core.c: In function '_wrap_svn_diff_fns_invoke_datasource_get_next_token':
core.c:13556: warning: assignment from incompatible pointer type
core.c: In function '_wrap_svn_diff_output_fns_invoke_output_common':
core.c:13691: error: syntax error before 'arg3'
core.c:13714: error: 'arg3' undeclared (first use in this function)
core.c:13714: error: syntax error before 'strtoll'
core.c:13715: error: 'arg4' undeclared (first use in this function)
core.c:13715: error: syntax error before 'strtoll'
core.c:13716: error: 'arg5' undeclared (first use in this function)
core.c:13716: error: syntax error before 'strtoll'
core.c:13717: error: 'arg6' undeclared (first use in this function)
core.c:13717: error: syntax error before 'strtoll'
core.c:13718: error: 'arg7' undeclared (first use in this function)
core.c:13718: error: syntax error before 'strtoll'
core.c:13719: error: 'arg8' undeclared (first use in this function)
core.c:13719: error: syntax error before 'strtoll'
core.c: In function '_wrap_svn_diff_output_fns_invoke_output_diff_modified':
core.c:13756: error: syntax error before 'arg3'
core.c:13779: error: 'arg3' undeclared (first use in this function)
core.c:13779: error: syntax error before 'strtoll'
core.c:13780: error: 'arg4' undeclared (first use in this function)
core.c:13780: error: syntax error before 'strtoll'
core.c:13781: error: 'arg5' undeclared (first use in this function)
core.c:13781: error: syntax error before 'strtoll'
core.c:13782: error: 'arg6' undeclared (first use in this function)
core.c:13782: error: syntax error before 'strtoll'
core.c:13783: error: 'arg7' undeclared (first use in this function)
core.c:13783: error: syntax error before 'strtoll'
core.c:13784: error: 'arg8' undeclared (first use in this function)
core.c:13784: error: syntax error before 'strtoll'
core.c: In function '_wrap_svn_diff_output_fns_invoke_output_diff_latest':
core.c:13821: error: syntax error before 'arg3'
core.c:13844: error: 'arg3' undeclared (first use in this function)
core.c:13844: error: syntax error before 'strtoll'
core.c:13845: error: 'arg4' undeclared (first use in this function)
core.c:13845: error: syntax error before 'strtoll'
core.c:13846: error: 'arg5' undeclared (first use in this function)
core.c:13846: error: syntax error before 'strtoll'
core.c:13847: error: 'arg6' undeclared (first use in this function)
core.c:13847: error: syntax error before 'strtoll'
core.c:13848: error: 'arg7' undeclared (first use in this function)
core.c:13848: error: syntax error before 'strtoll'
core.c:13849: error: 'arg8' undeclared (first use in this function)
core.c:13849: error: syntax error before 'strtoll'
core.c: In function '_wrap_svn_diff_output_fns_invoke_output_diff_common':
core.c:13886: error: syntax error before 'arg3'
core.c:13909: error: 'arg3' undeclared (first use in this function)
core.c:13909: error: syntax error before 'strtoll'
core.c:13910: error: 'arg4' undeclared (first use in this function)
core.c:13910: error: syntax error before 'strtoll'
core.c:13911: error: 'arg5' undeclared (first use in this function)
core.c:13911: error: syntax error before 'strtoll'
core.c:13912: error: 'arg6' undeclared (first use in this function)
core.c:13912: error: syntax error before 'strtoll'
core.c:13913: error: 'arg7' undeclared (first use in this function)
core.c:13913: error: syntax error before 'strtoll'
core.c:13914: error: 'arg8' undeclared (first use in this function)
core.c:13914: error: syntax error before 'strtoll'
core.c: In function '_wrap_svn_diff_output_fns_invoke_output_conflict':
core.c:13951: error: syntax error before 'arg3'
core.c:13975: error: 'arg3' undeclared (first use in this function)
core.c:13975: error: syntax error before 'strtoll'
core.c:13976: error: 'arg4' undeclared (first use in this function)
core.c:13976: error: syntax error before 'strtoll'
core.c:13977: error: 'arg5' undeclared (first use in this function)
core.c:13977: error: syntax error before 'strtoll'
core.c:13978: error: 'arg6' undeclared (first use in this function)
core.c:13978: error: syntax error before 'strtoll'
core.c:13979: error: 'arg7' undeclared (first use in this function)
core.c:13979: error: syntax error before 'strtoll'
core.c:13980: error: 'arg8' undeclared (first use in this function)
core.c:13980: error: syntax error before 'strtoll'
make[1]: Leaving directory
`/usr/src/subversion-1.3.0/subversion/bindings/swig/perl/native'
 ! Problem Detected ! 
make[1]: *** [core.o] Error 1
make: *** [swig-pl] Error 2

Solution disable perl bindings and it works

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 10721] New: Compilation of subversion fails when enabling perl bindings, bugzilla-daemon, 03/17/2006

Archive powered by MHonArc 2.6.24.

Top of Page