gnunet-developers
[Top][All Lists]
Advanced

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

[GNUnet-developers] cURL 7.56.0 delay


From: ng0
Subject: [GNUnet-developers] cURL 7.56.0 delay
Date: Sat, 7 Oct 2017 15:18:18 +0000

Hi,

So I have merged curl-7_56_0 into master of gnurl.
After cleaning up some mistakes the git diff introduced,
I still can't build  past this:

warnless.c:101:4: error: #error "SIZEOF_CURL_OFF_T not defined"
 #  error "SIZEOF_CURL_OFF_T not defined"
    ^
warnless.c: In function ‘curlx_uztoso’:
warnless.c:192:40: error: ‘CURL_MASK_SCOFFT’ undeclared (first use in this 
function)
   return (curl_off_t)(uznum & (size_t) CURL_MASK_SCOFFT);
                                        ^
warnless.c:192:40: note: each undeclared identifier is reported only once for 
each function it appears in
make[2]: *** [Makefile:2632: libgnurl_la-warnless.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory 
'/tmp/guix-build-gnurl-git-7.56.0-dev.drv-0/source/lib'
make[1]: *** [Makefile:739: all] Error 2
make[1]: Leaving directory 
'/tmp/guix-build-gnurl-git-7.56.0-dev.drv-0/source/lib'
make: *** [Makefile:909: all-recursive] Error 1
phase `build' failed after 8.8 seconds



This is build with cd gnurl; guix build -f guix-gnurl.scm
I doubt that there are issues only existing for my build
due to the way I do the builds, but if anyone can help me
identify why it fails and possibly even send a patch, it
would be good.

Issue 1827 of upstream wasn't very insightful (it is more
of a support question): https://github.com/curl/curl/issues/1827

The generated lib/curl_config.h in the source contains among
other lines this:

/* The size of `curl_off_t', as computed by sizeof. */
#define SIZEOF_CURL_OFF_T 0

/* The size of `int', as computed by sizeof. */
#define SIZEOF_INT 4

/* The size of `long', as computed by sizeof. */
#define SIZEOF_LONG 8

/* The size of `long long', as computed by sizeof. */
/* #undef SIZEOF_LONG_LONG */

/* The size of `off_t', as computed by sizeof. */
#define SIZEOF_OFF_T 8

/* The size of `short', as computed by sizeof. */
#define SIZEOF_SHORT 2

/* The size of `size_t', as computed by sizeof. */
#define SIZEOF_SIZE_T 8

/* The size of `time_t', as computed by sizeof. */
#define SIZEOF_TIME_T 8


-- 
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://krosos.org/dist/keys/
https://www.infotropique.org https://krosos.org

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]