-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build fails #44
Comments
It looks like an issue with the zlib build function. Can you upload the log output from:
That same script has functions for building each dependency and those functions contain the configure/make commands being used. You can experiment with changes by building each dependency seperately, so zlib:
Will run all of the zlib stages at once. If your able to find a workaround (that doesn't break x86_64 builds) please let me know. The issue is probably the hard coded --64 for zlib. Is a Rasberry pi 32 bit and/or arm? Is there a required flag for Arm processors? L~ |
if I goto the lib zlib folder , ./configure make , your version included works quite fine. . |
root@rpi3:/usr/src/libdime/lib/sources/zlib# ./configure |
This program built for aarch64-unknown-linux-gnu TARGET all VERSION 0.3 For a more verbose output Running build.dimedeps.sh Starting at 10:58:32 PM on 08/08/17 Finished zlib-extract at 10:58:32 PM on 08/08/17 Finished extract at 10:58:57 PM on 08/08/17 Finished zlib-prep at 10:58:57 PM on 08/08/17 Finished prep at 10:58:58 PM on 08/08/17 zlib-build failed at 10:58:58 PM on 08/08/17 build failed at 10:58:58 PM on 08/08/17 zlib-check failed at 10:58:58 PM on 08/08/17 check failed at 10:58:58 PM on 08/08/17 Finished at 10:58:58 PM on 08/08/17 Running build.dimedeps.sh Starting at 10:59:09 PM on 08/08/17 Finished zlib-extract at 10:59:09 PM on 08/08/17 Finished extract at 10:59:40 PM on 08/08/17 Finished zlib-prep at 10:59:40 PM on 08/08/17 Finished prep at 10:59:40 PM on 08/08/17 zlib-build failed at 10:59:40 PM on 08/08/17 build failed at 10:59:41 PM on 08/08/17 zlib-check failed at 10:59:41 PM on 08/08/17 check failed at 10:59:41 PM on 08/08/17 Finished at 10:59:41 PM on 08/08/17 Running build.dimedeps.sh Starting at 10:59:51 PM on 08/08/17 Finished zlib-extract at 10:59:51 PM on 08/08/17 Finished extract at 11:00:19 PM on 08/08/17 Finished zlib-prep at 11:00:19 PM on 08/08/17 Finished prep at 11:00:19 PM on 08/08/17 zlib-build failed at 11:00:20 PM on 08/08/17 build failed at 11:00:20 PM on 08/08/17 zlib-check failed at 11:00:20 PM on 08/08/17 check failed at 11:00:20 PM on 08/08/17 Finished at 11:00:20 PM on 08/08/17 Running build.dimedeps.sh Starting at 11:00:30 PM on 08/08/17 Finished zlib-extract at 11:00:30 PM on 08/08/17 Finished extract at 11:00:53 PM on 08/08/17 Finished zlib-prep at 11:00:53 PM on 08/08/17 Finished prep at 11:00:54 PM on 08/08/17 zlib-build failed at 11:00:56 PM on 08/08/17 build failed at 11:00:56 PM on 08/08/17 zlib-check failed at 11:00:56 PM on 08/08/17 check failed at 11:00:56 PM on 08/08/17 Finished at 11:00:56 PM on 08/08/17 Building src/providers/symbols.c |
log.txt
some of the sub-modules fail to build as they don't get ./configure make passed.
2017-03-22-raspberry-pi-3-stretch-PREVIEW.img @ https://wiki.debian.org/RaspberryPi3
also dosent build on Gentoo rpi3 64-bit
some of the subs will build ie zlib , ./configure & make... but no means to short ....
The text was updated successfully, but these errors were encountered: