lasote / conan-libcurl

Lib curl library package for conan
2 stars 12 forks source link

binary not available for visual studio 2015 on /stable #4

Closed pellet closed 8 years ago

pellet commented 8 years ago

The binary is downloadable for /ci but not .stable, instead I get this error log: libcurl/7.47.1@lasote/stable: Installing package 79ed933823e85f79e98435ad4247ba98d1598dc9 libcurl/7.47.1@lasote/stable: Looking for package 79ed933823e85f79e98435ad4247ba98d1598dc9 in remote 'conan.io' libcurl/7.47.1@lasote/stable: WARN: Binary for 79ed933823e85f79e98435ad4247ba98d1598dc9 not in remote: Package not found! ERROR: Can't find a 'libcurl/7.47.1@lasote/stable' package for the specified options and settings

lasote commented 8 years ago

Hi, could you specify all the used settings? -s xxx -s xxx

pellet commented 8 years ago

[requires] gtest/1.7.0@lasote/stable FakeIt/2.0.2@hinrikg/stable libcurl/7.47.1@lasote/ci

[options] libcurl:shared=True

[generators] cmake xcode visual_studio

[imports] bin, .dll -> ./bin lib, *.dylib -> ./bin ., cacert.pem -> ./bin`

I've also had trouble getting a binary for CoreOS when running my tests on a gitlab-ci:

libcurl/7.47.1@lasote/ci: Installing package b8b1901ec75d26797932f87c5c577e7d2fbc0667 libcurl/7.47.1@lasote/ci: Looking for package b8b1901ec75d26797932f87c5c577e7d2fbc0667 in remote 'conan.io' libcurl/7.47.1@lasote/ci: WARN: Binary for b8b1901ec75d26797932f87c5c577e7d2fbc0667 not in remote: Package not found! ERROR: Can't find a 'libcurl/7.47.1@lasote/ci' package for the specified options and settings

Package configuration:

ERROR: Build failed: exit code 1

lasote commented 8 years ago

Hi @pellet let me check why are not present those packages. thanks for notice it.

lasote commented 8 years ago

Ok, now I remember, Libcurl shared libraries (at least in linux) are having problem with the libefence dependency (from openssl). I can take a look to it and try to solve but it looks hard. Is the static library a valid option for you?

lasote commented 8 years ago

Ok, I think I have the fix. The fail with shared is only in Linux x86 systems so should be OK to generate the packages that you need. I'm launching the CI systems and will notice you when its ready.

lasote commented 8 years ago

Linux and OSx packages should be ready, please, try it. Windows will take a couple of hours to generate all the pacakges.

lasote commented 8 years ago

All green! Please, try now with windows and coreos, should be ok (all with lasote/stable channel)

pellet commented 7 years ago

thanks so much lasote 👍 works fine on windows now... sorry for taking so long to respond, I had totally forgot I opened this.