Re: [BUG] Configure script fails to detect serf library due to ignored dependencies

2013-08-27 Thread Daniel Richard G.
lcrypto' > Note that serf's build system was completely changed in 1.3. (You > don't mention which version of libserf you use?) This is libserf 1.2.1, the version pulled in by Subversion's get-deps.sh script. --Daniel -- Daniel Richard G. || sk...@iskunk.org My ASCII-art .sig got a bad case of Times New Roman.

[BUG] Configure script fails to detect serf library due to ignored dependencies

2013-08-25 Thread Daniel Richard G.
-so I get the same error when configuring, only LIBS="-luuid" is enough to get past it: /tmp/apr-build/_install/lib/libapr-1.a(rand.o)(.text+0xc): In function `apr_os_uuid_get': : undefined reference to `uuid_generate' collect2: error: ld returned 1 exit status configure:530

[BUG] "-std=c90" passed to non-GCC compilers

2013-08-15 Thread Daniel Richard G.
-r, -t, -u, and -z and passes these options and their arguments to ld. cc also passes any unrecognized options to ld with a warning." Perhaps the macro should check the value of $GCC before testing this flag? --Daniel P.S.: Please Cc: any replies, as I am not subscribed to this

Re: Issue: get-deps.sh script is not idempotent

2012-06-20 Thread Daniel Richard G.
t; proceeding? Partial, interrupted downloads are a real pain in the bum. There are more comprehensive frameworks that do this sort of thing, like jhbuild. You'd want to be careful that get-deps.sh doesn't grow to become another take on the same idea :-) --Daniel -- Daniel Richard G

Re: Issue: Top-level --with-expat option does not accept apr-util's "builtin" argument

2012-06-20 Thread Daniel Richard G.
quot;_builtin" || svn_lib_expat="::expat" This isn't meant to raise an error at all; the aim is to fool the top-level script into thinking the user didn't specify --with-expat=* in this one specific case. --Daniel -- Daniel Richard G. || sk...@iskunk.org My ASCII-art .sig got a bad case of Times New Roman.

Issue: Non-constant struct initializers break build on Solaris/SunPRO

2012-06-19 Thread Daniel Richard G.
struct foobar fb; fb.f = foo; fb.b = bar; allows the build to proceed. The attached patch does this for the current SVN source and allows Subversion to build on this system. --Daniel -- Daniel Richard G. || sk...@iskunk.org My ASCII-art .

Issue: get-deps.sh script is not idempotent

2012-06-19 Thread Daniel Richard G.
: any replies to me, as I am not subscribed to this list.) -- Daniel Richard G. || sk...@iskunk.org My ASCII-art .sig got a bad case of Times New Roman. Index: get-deps.sh === --- get-deps.sh (revision 1351781) +++ get-deps.sh

Issue: Top-level --with-expat option does not accept apr-util's "builtin" argument

2012-06-19 Thread Daniel Richard G.
so. Either the syntax of these two options needs to be harmonized, or Subversion should rename its option to something not already used by a sub-project. --Daniel (Please Cc: me on any replies, as I am not subscribed to this list.) -- Daniel Richard G. || sk...@iskunk.org My ASCII-art .sig