-
Notifications
You must be signed in to change notification settings - Fork 54
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
Installation Error during make #277
Comments
Hi, can you please provide all of the following. -Your OS/distribution including version It looks to me like there is an issue with your system libjbig. Also, please confirm, are you running |
Also, please provide the gcc version you're using. |
OS distribution - Ubuntu 17.04 Running command make sees this error. |
Log file to trace the error. |
Any updates on how to fix the issue? |
Sorry for the delay. No, I am having difficulty seeing the actual error
using the log you provided. Please follow the step below exactly and
provide a new log file.
1. Start with a new build directory
2. Configure your build with CMake and tell me exactly which configuration
settings you change.
3. run `make -j4 -k` ... you can change the 4 to something reflective of
how may cores you want to use. The -k is critical as well.
4. Once the build fails run `make &> log_failure.txt` and provide that log.
The difference between what I've been requesting and what you've posted is;
your log contains everything and it's way too hard to decipher when dealing
with so many packages. Running make -j4 -k will first build as much of the
packages as you can possibly build and discard all of that excess messaging
which is just noise. After that, running a single core make should show
nothing at all but the complete failure. That will tell me which package is
failing and hopefully why.
You can skip starting with a new build directory, etc provided you can type
make and see nothing but the log for the failing package.
Thank you,
Dave
…On Tue, Dec 12, 2017 at 2:59 PM, Ankit Shah ***@***.***> wrote:
Any updates on how to fix the issue?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#277 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFRAWk_JqwdkY_nZlvbxijrVN8zedY_fks5s_tsigaJpZM4Q1oAd>
.
--
David Stoup
Staff R&D Engineer
Kitware, Inc.
28 Corporate Drive
Clifton Park, NY. 12065
518-881-4949 (W)
518-312-3946 (M)
518-371-4573 (F)
|
There are dashboards that are running GCC versions 4.8/5.5/6.4/7.3, with CMake 3.1+ , on Ubuntu 14/16/18, and with default Fletch configurations. This issue appears to be obsolete. If error persists feel free to open a new issue. Closing... |
.anaconda2/lib/libjbig.a(jbig.o)(.text+0x11): unresolvable H�$�H�l$�H��L�d$�H��H�GH��I��H��H�;�PxH�EI�tH��PxH�EH�{I�t$H�$H�lL�d$H�@xh����f�H�$�H�l$�H��L�d$�H��H�GI��H��H���PhI�$H�CH��PhH�$I�DH�lL�d$H��� relocation against symbol `malloc@@GLIBC_2.2.5'
/usr/bin/ld: BFD version 2.20.51.0.2-5.36.el6 20100205 internal error, aborting at reloc.c line 443 in bfd_get_reloc_size
/usr/bin/ld: Please report this bug.
collect2: ld returned 1 exit status
make[5]: *** [libtiff/libtiff.so.5.2.4] Error 1
make[4]: *** [libtiff/CMakeFiles/tiff.dir/all] Error 2
make[3]: *** [all] Error 2
make[2]: *** [build/src/libtiff-stamp/libtiff-build] Error 2
make[1]: *** [CMakeFiles/libtiff.dir/all] Error 2
make: *** [all] Error 2
Facing the following installation error during make of fletch repository steps for installation.
The text was updated successfully, but these errors were encountered: