Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 466862 - [gcc 4.8] dev-vcs/subversion-1.6.17-r7 fails to build
Summary: [gcc 4.8] dev-vcs/subversion-1.6.17-r7 fails to build
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Sachau
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.8
  Show dependency tree
 
Reported: 2013-04-23 05:27 UTC by Patrick Lauer
Modified: 2013-12-23 13:10 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2013-04-23 05:27:30 UTC
Pulled in by:
pecl-svn/pecl-svn-1.0.1.ebuild:DEPEND="<dev-vcs/subversion-1.7"

x86_64-pc-linux-gnu-gcc -D_REENTRANT -D_GNU_SOURCE  -O2 -pipe   -pthread    -I./subversion/include -I./subversion -I/usr/include/apr-1   -I/usr/include/apr-1 -I/usr/include/db4.8 -I/usr/include/db4.8 -I/usr/include/neon -I/usr/include  -o subversion/svnversion/main.o -c subversion/svnversion/main.c
/bin/sh /var/tmp/portage/dev-vcs/subversion-1.6.17-r7/work/subversion-1.6.17/libtool --tag=CC --silent --mode=compile x86_64-pc-linux-gnu-gcc -D_REENTRANT -D_GNU_SOURCE  -O2 -pipe   -pthread    -I/usr/include/apache2 -I./subversion/include -I./subversion -I/usr/include/apr-1   -I/usr/include/apr-1 -I/usr/include/db4.8 -I/usr/include/db4.8 -I/usr/include/neon -I/usr/include  -o subversion/mod_authz_svn/mod_authz_svn.lo -c subversion/mod_authz_svn/mod_authz_svn.c
subversion/mod_authz_svn/mod_authz_svn.c: In function ‘log_access_verdict’:
subversion/mod_authz_svn/mod_authz_svn.c:450:23: warning: passing argument 5 of ‘ap_log_rerror_’ makes integer from pointer without a cast [enabled by default]
                       r->method, repos_path, dest_repos_path);
                       ^
In file included from subversion/mod_authz_svn/mod_authz_svn.c:27:0:
/usr/include/apache2/http_log.h:456:18: note: expected ‘apr_status_t’ but argument is of type ‘const struct request_rec *’
 AP_DECLARE(void) ap_log_rerror_(const char *file, int line, int module_index,
                  ^
subversion/mod_authz_svn/mod_authz_svn.c:450:23: warning: passing argument 6 of ‘ap_log_rerror_’ from incompatible pointer type [enabled by default]
                       r->method, repos_path, dest_repos_path);
                       ^
In file included from subversion/mod_authz_svn/mod_authz_svn.c:27:0:
/usr/include/apache2/http_log.h:456:18: note: expected ‘const struct request_rec *’ but argument is of type ‘char *’

[snip]

subversion/mod_authz_svn/mod_authz_svn.c:438:1: note: declared here
 log_access_verdict(const char *file, int line,
 ^
subversion/mod_authz_svn/mod_authz_svn.c: In function ‘auth_checker’:
subversion/mod_authz_svn/mod_authz_svn.c:653:11: warning: passing argument 3 of ‘log_access_verdict’ makes pointer from integer without a cast [enabled by default]
           log_access_verdict(APLOG_MARK, r, 0, repos_path, dest_repos_path);
           ^
subversion/mod_authz_svn/mod_authz_svn.c:438:1: note: expected ‘const struct request_rec *’ but argument is of type ‘int’
 log_access_verdict(const char *file, int line,
 ^
subversion/mod_authz_svn/mod_authz_svn.c:653:11: warning: passing argument 4 of ‘log_access_verdict’ makes integer from pointer without a cast [enabled by default]
           log_access_verdict(APLOG_MARK, r, 0, repos_path, dest_repos_path);
           ^
subversion/mod_authz_svn/mod_authz_svn.c:438:1: note: expected ‘int’ but argument is of type ‘struct request_rec *’
 log_access_verdict(const char *file, int line,
 ^
subversion/mod_authz_svn/mod_authz_svn.c:653:11: error: too many arguments to function ‘log_access_verdict’
           log_access_verdict(APLOG_MARK, r, 0, repos_path, dest_repos_path);
           ^
subversion/mod_authz_svn/mod_authz_svn.c:438:1: note: declared here
 log_access_verdict(const char *file, int line,
 ^
subversion/mod_authz_svn/mod_authz_svn.c:663:3: warning: passing argument 3 of ‘log_access_verdict’ makes pointer from integer without a cast [enabled by default]
   log_access_verdict(APLOG_MARK, r, 1, repos_path, dest_repos_path);
   ^
subversion/mod_authz_svn/mod_authz_svn.c:438:1: note: expected ‘const struct request_rec *’ but argument is of type ‘int’
 log_access_verdict(const char *file, int line,
 ^
subversion/mod_authz_svn/mod_authz_svn.c:663:3: warning: passing argument 4 of ‘log_access_verdict’ makes integer from pointer without a cast [enabled by default]
   log_access_verdict(APLOG_MARK, r, 1, repos_path, dest_repos_path);
   ^
subversion/mod_authz_svn/mod_authz_svn.c:438:1: note: expected ‘int’ but argument is of type ‘struct request_rec *’
 log_access_verdict(const char *file, int line,
 ^
subversion/mod_authz_svn/mod_authz_svn.c:663:3: warning: passing argument 5 of ‘log_access_verdict’ makes pointer from integer without a cast [enabled by default]
   log_access_verdict(APLOG_MARK, r, 1, repos_path, dest_repos_path);
   ^
subversion/mod_authz_svn/mod_authz_svn.c:438:1: note: expected ‘const char *’ but argument is of type ‘int’
 log_access_verdict(const char *file, int line,
 ^
subversion/mod_authz_svn/mod_authz_svn.c:663:3: error: too many arguments to function ‘log_access_verdict’
   log_access_verdict(APLOG_MARK, r, 1, repos_path, dest_repos_path);
   ^
subversion/mod_authz_svn/mod_authz_svn.c:438:1: note: declared here
 log_access_verdict(const char *file, int line,
 ^
make: *** [subversion/mod_authz_svn/mod_authz_svn.lo] Error 1
make: *** Waiting for unfinished jobs....
emake failed
 * ERROR: dev-vcs/subversion-1.6.17-r7 failed (compile phase):
 *   Building of core of Subversion failed
Comment 1 Patrick Lauer gentoo-dev 2013-04-23 05:27:49 UTC
Portage 2.1.11.62 (default/linux/amd64/13.0, gcc-4.8.0, glibc-2.17, 3.8.5-gentoo x86_64)
=================================================================
System uname: Linux-3.8.5-gentoo-x86_64-AMD_Phenom-tm-_II_X4_965_Processor-with-gentoo-2.2
KiB Mem:     7921068 total,   3545556 free
KiB Swap:   25165812 total,  24721552 free
Timestamp of tree: Unknown
ld GNU ld (GNU Binutils) 2.23.1
app-shells/bash:          4.2_p45
dev-lang/python:          2.7.3-r3, 3.2.3-r2
dev-util/cmake:           2.8.10.2-r2
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.10.3, 1.12.6, 1.13.1
sys-devel/binutils:       2.23.1
sys-devel/gcc:            4.8.0
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.8 (virtual/os-headers)
sys-libs/glibc:           2.17
Repositories: gentoo
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/polkit-1/actions /usr/share/themes/oxygen-gtk/gtk-2.0 /var/lib/hsqldb"
CONFIG_PROTECT_MASK="${EPREFIX}/etc/gconf /etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs buildpkg config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned sandbox sfperms strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="ftp://ftp.lecl.net/pub/gentoo/ http://ftp.lecl.net/pub/gentoo/"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acl amd64 berkdb bzip2 cli cracklib crypt cxx dri egl fortran gdbm gpm iconv ipv6 mmx modules mudflap multilib ncurses nls nptl openmp openvg pam pcre readline session sqlite sse sse2 ssl tcpd unicode xa xvfb zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby19" USERLAND="GNU" VIDEO_CARDS="vesa" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 2 Ole Markus With (RETIRED) gentoo-dev 2013-04-23 16:09:04 UTC
FYI: Bumped pecl-svn, which seems to work just fine with subversion-1.7
Comment 3 Greg Kubaryk 2013-06-06 08:41:56 UTC
This bug seems as though it should be marked either FIXED or INVALID: whichever is appropriate when the affected version of subversion is no longer in tree.
Comment 4 ewomer 2013-06-09 23:31:42 UTC
(In reply to Greg Kubaryk from comment #3)
> This bug seems as though it should be marked either FIXED or INVALID:
> whichever is appropriate when the affected version of subversion is no
> longer in tree.

Also subversion 1.7.9 which is in the tree builds fine with gcc-4.8.1
Comment 5 Thomas Sachau gentoo-dev 2013-06-14 14:28:59 UTC
The mentioned version has been removed, the actual version is reported as working, so closing this bug as obsolete.