Package Details: mingw-w64-curl 8.3.0-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-curl.git (read-only, click to copy)
Package Base: mingw-w64-curl
Description: An URL retrival utility and library (mingw-w64)
Upstream URL: https://curl.haxx.se
Licenses: MIT
Submitter: Schala
Maintainer: drakkan
Last Packager: drakkan
Votes: 12
Popularity: 0.000000
First Submitted: 2012-08-12 07:46 (UTC)
Last Updated: 2023-09-17 06:05 (UTC)

Latest Comments

1 2 Next › Last »

xantares commented on 2023-03-23 09:14 (UTC)

could you bump the release number ? I found out it needs a rebuild after the libpsl update

xantares commented on 2023-03-23 08:20 (UTC) (edited on 2023-03-23 08:22 (UTC) by xantares)

curl.exe does work indeed, but not my example at https://raw.githubusercontent.com/xantares/pkgtest/master/test/t_curl.c

I found out it is due to libpsl, could psl be disabled until this is fixed, see:

https://aur.archlinux.org/packages/mingw-w64-libpsl#comment-907281

drakkan commented on 2023-03-23 08:17 (UTC)

@xantares, locally compiled curl.exe works for me, I also tested the curl build from here and it works too. Do you have issues using curl as library in your project while curl.exe works for you?

xantares commented on 2023-03-23 07:37 (UTC)

there may be a problem when the dll loads, enven on a simple example:

Mingw-w64 runtime failure: 32 bit pseudo relocation at 0000000000C7BBEC out of range, targeting 00000001DE6928E0, yielding the value 00000001DDA16CF0.

bpierre commented on 2021-11-20 18:20 (UTC)

I can reproduce @Heziode issue: because I have mingw-w64-libssh2 installed, the test for finding a replacement for in_addr_t is trying to link with -lssh2, which fails because the libraries provided by mingw-w64-libssh2 are incorrectly named (liblibssh2.dll.a of libssh2.dll.a).

Heziode commented on 2019-07-09 18:06 (UTC) (edited on 2019-07-09 18:07 (UTC) by Heziode)

@adsun I have tried to install it from a container (Docker, FROM burningdaylight/docker-mingw-qt5). It works.

adsun commented on 2019-07-09 17:30 (UTC)

@Heziode I believe not.

Heziode commented on 2019-07-09 17:21 (UTC)

@adsun nope, I didn't try. Fortunatly I do not need mingw anymore, but the issue still weird… This cannot be due to a missing dependencies ?

adsun commented on 2019-07-09 15:56 (UTC)

@Heziode I cannot reproduce your error. Have you tried building in a clean chroot?