Bug#678760: [patch] Fix FTBFS

June 29th, 2012 - 05:50 pm ET by Peter Samuelson | Report spam


tags 678760 patch
thanks

Trivial patch to fix the FTBFS with libsvn-dev 1.7. This is one of
those cases, as we see with major new g++ / libstdc++ releases, where
an include has been missing all along, just not previously noticed.


From: Peter Samuelson <peters@p12n.org>
Subject: Include needed headers
Origin: other (trivial)
Bug-Debian: http://bugs.debian.org/678760

Explicitly include svn_client.h and svn_version.h, as we use
functionality from them. svn_version.h in particular used to be
included indirectly by other svn headers, but no longer is.

a/svn-1.0.1/svn.c
+++ b/svn-1.0.1/svn.c
@@ -33,6 +33,8 @@
#include "php_svn.h"

#include "apr_version.h"
+#include "svn_version.h"
+#include "svn_client.h"
#include "svn_pools.h"
#include "svn_sorts.h"
#include "svn_config.h"




To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
email Follow the discussionReplies 1 replyReplies Make a reply

Similar topics

Replies

#1 owner
June 29th, 2012 - 05:50 pm ET | Report spam
Processing commands for :

tags 678760 patch


Bug #678760 [src:php-svn] php-svn: FTBFS: svn.c:3220:17: error: dereferencing pointer to incomplete type
Added tag(s) patch.
thanks


Stopping processing here.

Please contact me if you need assistance.
678760: http://bugs.debian.org/cgi-bin/bugr...i?bugg8760
Debian Bug Tracking System
Contact with problems


To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
email Follow the discussion Replies Reply to this message
Help Create a new topicReplies Make a reply
Search Make your own search