Allen, I'm assuming you're running on "master" (or maybe 0.11.0) ? I've been running on Ubuntu Xenial, and recently started using the docker image to run the Travis CI scripts, without problems. To wit, I can follow the instructions in https://github.com/apache/thrift/blob/master/build/docker/README.md with the slight amendment that where they say
% dockerrun ubuntu-xenial II have to use the explicit hash (or UID? no idear ...) of the image, and do: % docker run -v $(pwd):/thrift/src -it 1f55bb722f2f /bin/bash But inside the docker image, I'm able to run autotools.sh, and cross-test.sh without problems, and everything works. Does this match your experience? I'm asking to figure out if it's something about your environment (hard to believe, since you're using docker, but gotta check, right?) or the commands you're running inside that docker image. --chet-- On Wed, Dec 13, 2017 at 4:34 AM, Allen George <[email protected]> wrote: > Sending to the “user” mailing list because none of my messages on “dev” > appear to be getting through :/ > > I’m trying to fix some bugs in the Rust Thrift implementation: > > THRIFT-4187 > THRIFT-4390 > THRIFT-4419 > > Running “make precross” on the xenial docker image doesn’t seem to build > netcore properly for some reason, and the tests fail afterwards with: > > Using launch settings from > /thrift/src/test/netcore/ThriftTest/Properties/launchSettings.json... > Error: > An assembly specified in the application dependencies manifest > (ThriftTest.deps.json) was not found: > package: 'System.Net.Http.WinHttpHandler', version: '4.4.0' > path: 'lib/netstandard2.0/System.Net.Http.WinHttpHandler.dll' > ============================================================ > =================== > > Any idea what would be causing this? > > Many thanks, > Allen >
