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

Not able to install in linux, Failing with the below output #1

Open
kiranvm opened this issue Nov 6, 2018 · 3 comments
Open

Not able to install in linux, Failing with the below output #1

kiranvm opened this issue Nov 6, 2018 · 3 comments

Comments

@kiranvm
Copy link

kiranvm commented Nov 6, 2018

user@PC:~/home/user/fril-master/FRILibrary/Linux$ sudo make

Building the entire project tree in three variants [debug, release]
make -k all_debug_x86
make[1]: Entering directory /home/user/fril-master/FRILibrary/Linux
Building debug variant [LINUX, X86]
make -k do_all
make[2]: Entering directory /home/user/fril-master/FRILibrary/Linux

Building the entire project tree... [all_debug_x86]
Operating system: Linux
cd FastResearchInterfaceLibrary;make all_debug_x86
make[3]: Entering directory '/home/user/fril-master/FRILibrary/Linux/FastResearchInterfaceLibrary'
find: ‘/home/user/fril-master/FRILibrary/src/FastResearchInterfaceLibrary’: No such file or directory
find: ‘/home/user/fril-master/FRILibrary/src/LinuxAbstraction’: No such file or directory
Building debug variant [LINUX, X86]
make -k do_all
make[4]: Entering directory '/home/user/fril-master/FRILibrary/Linux/FastResearchInterfaceLibrary'
find: ‘/home/user/fril-master/FRILibrary/src/FastResearchInterfaceLibrary’: No such file or directory
find: ‘/home/user/fril-master/FRILibrary/src/LinuxAbstraction’: No such file or directory

ar vrs /home/user/fril-master/FRILibrary/Linux/x86/debug/lib/libFastResearchInterfaceLibrary.a
ar: /home/user/fril-master/FRILibrary/Linux/x86/debug/lib/libFastResearchInterfaceLibrary.a: No such file or directory
Makefile:54: recipe for target '/home/user/fril-master/FRILibrary/Linux/x86/debug/lib/libFastResearchInterfaceLibrary.a' failed
make[4]: *** [/home/user/fril-master/FRILibrary/Linux/x86/debug/lib/libFastResearchInterfaceLibrary.a] Error 1
make[4]: Target 'do_all' not remade because of errors.
make[4]: Leaving directory '/home/user/fril-master/FRILibrary/Linux/FastResearchInterfaceLibrary'
../ExternalTargets.global:25: recipe for target 'all_debug_x86' failed
make[3]: *** [all_debug_x86] Error 2
make[3]: Leaving directory '/home/user/fril-master/FRILibrary/Linux/FastResearchInterfaceLibrary'
Makefile:43: recipe for target 'do_all' failed
make[2]: *** [do_all] Error 2
make[2]: Leaving directory '/home/user/fril-master/FRILibrary/Linux'
ExternalTargets.global:25: recipe for target 'all_debug_x86' failed
make[1]: *** [all_debug_x86] Error 2
make[1]: Leaving directory '/home/kiranvm/Documents/ClassNotes/AI/fril-master/FRILibrary/Linux'
ExternalTargets.global:41: recipe for target 'all' failed
make: *** [all] Error 2

@lepalom
Copy link
Member

lepalom commented Nov 8, 2018

I'm not able to reproduce it. Probably you are having some issue with a nfs home or whatever. Do you have the same problem when you execute make without sudo?

@kiranvm
Copy link
Author

kiranvm commented Nov 12, 2018

Yes. It gives the same error.
Please let me know if there are any pre-requisites for this package or any web links can be helpful too.

@lepalom
Copy link
Member

lepalom commented Nov 12, 2018

Could you explain which setup do you have? (OS, version, etc). I work with a Debian distro, currently Stretch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants