Created
May 5, 2020 19:39
-
-
Save Forty-Bot/fb6062a86e9dda6f044a8e59a5d172e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ makepkg -f | |
| ==> Making package: rankcheck 1.5.2-2 (Tue 05 May 2020 03:39:11 PM EDT) | |
| ==> Checking runtime dependencies... | |
| ==> Checking buildtime dependencies... | |
| ==> Retrieving sources... | |
| -> Found v1.5.2.tar.gz | |
| -> Found rankcheck.dat | |
| -> Found tinyfiledialogs-3.4.3.zip | |
| ==> Validating source files with md5sums... | |
| v1.5.2.tar.gz ... Passed | |
| rankcheck.dat ... Passed | |
| tinyfiledialogs-3.4.3.zip ... Passed | |
| ==> Extracting sources... | |
| -> Extracting v1.5.2.tar.gz with bsdtar | |
| -> Extracting tinyfiledialogs-3.4.3.zip with bsdtar | |
| ==> Starting prepare()... | |
| ==> Removing existing $pkgdir/ directory... | |
| ==> Starting build()... | |
| -- Found SFML 2.5.1 in /usr/include | |
| CMake Warning (dev) at /usr/share/cmake-3.17/Modules/FindOpenGL.cmake:305 (message): | |
| Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when | |
| available. Run "cmake --help-policy CMP0072" for policy details. Use the | |
| cmake_policy command to set the policy and suppress this warning. | |
| FindOpenGL found both a legacy GL library: | |
| OPENGL_gl_LIBRARY: /usr/lib/libGL.so | |
| and GLVND libraries for OpenGL and GLX: | |
| OPENGL_opengl_LIBRARY: /usr/lib/libOpenGL.so | |
| OPENGL_glx_LIBRARY: /usr/lib/libGLX.so | |
| OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for | |
| compatibility with CMake 3.10 and below the legacy GL library will be used. | |
| Call Stack (most recent call first): | |
| CMakeLists.txt:62 (find_package) | |
| This warning is for project developers. Use -Wno-dev to suppress it. | |
| -- RapidJSON found. Headers: /usr/include | |
| -- Configuring done | |
| -- Generating done | |
| -- Build files have been written to: /home/sean/software/rankcheck/src/RankCheck-1.5.2/build | |
| [ 6%] Built target graphics | |
| [ 12%] Built target tinyfiledialogs | |
| [ 17%] Built target config | |
| [ 17%] Built target content | |
| [ 35%] Built target utils | |
| [ 75%] Built target gui3 | |
| [ 81%] Built target system | |
| [100%] Built target RankCheck | |
| ==> Entering fakeroot environment... | |
| ==> Starting package()... | |
| ==> Tidying install... | |
| -> Removing libtool files... | |
| -> Purging unwanted files... | |
| -> Compressing man and info pages... | |
| ==> Checking for packaging issues... | |
| ==> Creating package "rankcheck"... | |
| -> Generating .PKGINFO file... | |
| -> Generating .BUILDINFO file... | |
| -> Generating .MTREE file... | |
| -> Compressing package... | |
| ==> Leaving fakeroot environment. | |
| ==> Finished making: rankcheck 1.5.2-2 (Tue 05 May 2020 03:39:13 PM EDT) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment