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

Getting error when I make the package on Fedora 23 (x64) #27

Open
martinoj2009 opened this issue Jan 31, 2016 · 2 comments
Open

Getting error when I make the package on Fedora 23 (x64) #27

martinoj2009 opened this issue Jan 31, 2016 · 2 comments

Comments

@martinoj2009
Copy link

Here's my system:
Linux tinodesk 4.3.3-303.fc23.x86_64 #1 SMP Tue Jan 19 18:31:55 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

When I try to make the package on Fedora 23 I get the following error:

cmake options:
-DCMAKE_BUILD_TYPE='Release': Build debug or release. (Debug|Release)
-DCMAKE_VERBOSE='OFF': Spew cmake project options. (On|Off)
-DBUILD_X64='': Build 32 or 64-bit. (On|Off)

Building 64-bit voglperf...
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
tinfo_LIBRARY
linked by target "voglperfrun" in directory /home/martino/voglperf/src

-- Configuring incomplete, errors occurred!
See also "/home/martino/voglperf/build_x86_64/CMakeFiles/CMakeOutput.log".
See also "/home/martino/voglperf/build_x86_64/CMakeFiles/CMakeError.log".
make[1]: Entering directory '/home/martino/voglperf/build_x86_64'
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory '/home/martino/voglperf/build_x86_64'
Makefile:16: recipe for target 'voglperfnative' failed
make: *** [voglperfnative] Error 2

@kingtaurus
Copy link
Contributor

I believe you are missing the build dependencies. So you will need to install libedit (BSD editline and history libraries), libtinfo (low-level terminfo library), and mesa-common-dev. I believe these have the same name in Fedora Core as Ubuntu.

@kparal
Copy link

kparal commented Feb 24, 2016

Hello, I have created a Fedora COPR repository with voglperf here:
https://copr.fedorainfracloud.org/coprs/kparal/voglperf/
You can add it and install it from there.

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

3 participants