Skip to content
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

linux64 vocl with enlarged dictionary #60

Open
olebole opened this issue Aug 26, 2018 · 0 comments
Open

linux64 vocl with enlarged dictionary #60

olebole opened this issue Aug 26, 2018 · 0 comments
Labels
Dist:NOAO Releases distributed by NOAO (up to 2.16.1)

Comments

@olebole
Copy link
Member

olebole commented Aug 26, 2018

In iraf.net#1469887, @fakahle writes:

I need to to recompile vocl to enlarge the dictionary but recompiling fails on linux64 with many linker errors referring to (../unix/bin.linux64/libos.a relocation R_X86_64_32 against '.rodata' can not be used ... recompile with -fPIC).

Which files have to be changed to make it compile and link again?

By the way: compiling IRAF for linux64 from source fails when touching readline ... so that wasn't an option.

Frank

Hi Frank (hopefully I found the correct github user account): The error you observe appears since the NOAO 2.16.1 binary distribution for Linux is compiled without -fpie, but newer Linux distributions default to use PIE for the executables. Therefore, the old object files cannot be used anymore and need to be recompiled. This was also reported as iraf/iraf-v216#85.

This repository contains a version of IRAF that compiles without problems, so you could give it a try. A binary version is contained in the latest Ubuntu distribution (18.04), and in the current Debian "testing" (upcoming Buster). You may also try out the prerelease in this repository which contains a binary release.

Note that vocl has been removed from the distribution; use ecl instead. In case of questions, feel free to open an issue here.

Best regards

Ole

@olebole olebole changed the title linux64 vocl with enlarged dictionary [2.16.1] linux64 vocl with enlarged dictionary Aug 27, 2018
@olebole olebole added the Dist:NOAO Releases distributed by NOAO (up to 2.16.1) label Oct 16, 2018
@olebole olebole changed the title [2.16.1] linux64 vocl with enlarged dictionary linux64 vocl with enlarged dictionary Oct 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dist:NOAO Releases distributed by NOAO (up to 2.16.1)
Development

No branches or pull requests

1 participant