You are not logged in.

#1 2021-05-12 14:39:33

PowaBanga
Member
Registered: 2021-04-05
Posts: 22

lib32-suiteparse (for scangearmp-mp250) and errror in cnijfilter-mp250

Hi everybody,
My main final is to build drivers for my Canon MP250 printer.
So after some search, it appear that i need cnijfilter-mp250 and scangearmp-250 in aur, but makepkg fail because lib32-gimp build fail because some depends fails... X(

(I build all packages that i need and add them in my custom repository)

So, for now, the first depend that i need to build is lib32-suiteparse (needed by lib32-gegl -> lib32-gimp -> scangearmp-250). But makepkg fail too.

makepkg -sc --needed
==> Making package: lib32-suitesparse 5.9.0-4 (Wed May 12 16:35:36 2021)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading suitesparse-5.9.0.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   139  100   139    0     0    572      0 --:--:-- --:--:-- --:--:--   572
100 56.8M    0 56.8M    0     0  7410k      0 --:--:--  0:00:07 --:--:-- 7977k
  -> Found suitesparse-no-demo.patch
  -> Found flags.patch
==> Validating source files with sha512sums...
    suitesparse-5.9.0.tar.gz ... Passed
    suitesparse-no-demo.patch ... Passed
    flags.patch ... Passed
==> Extracting sources...
  -> Extracting suitesparse-5.9.0.tar.gz with bsdtar
==> Starting prepare()...
patching file Makefile
patching file Mongoose/CMakeLists.txt
patching file SuiteSparse_config/SuiteSparse_config.mk
==> Starting build()...
Using pre-installed METIS 5.1.0 library at  [/usr/lib32/libmetis.so]
( cd SuiteSparse_config && make )
make[1]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/SuiteSparse_config'
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -c SuiteSparse_config.c
ar rv libsuitesparseconfig.a SuiteSparse_config.o
ar: creating libsuitesparseconfig.a
a - SuiteSparse_config.o
ranlib libsuitesparseconfig.a
make install INSTALL=/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0
make[2]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/SuiteSparse_config'
gcc -m32 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -shared -Wl,-soname -Wl,libsuitesparseconfig.so.5 -Wl,--no-undefined SuiteSparse_config.o -o /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib/libsuitesparseconfig.so.5.9.0 -lm -lrt -Wl,-rpath=/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib
( cd /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib ; ln -sf libsuitesparseconfig.so.5.9.0 libsuitesparseconfig.so )
( cd /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib ; ln -sf libsuitesparseconfig.so.5.9.0 libsuitesparseconfig.so.5 )
cp -f SuiteSparse_config.h /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/include
cp -f README.txt /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/share/doc/suitesparse-5.9.0/SUITESPARSECONFIG_README.txt
chmod 755 /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib/libsuitesparseconfig.so.5.9.0
chmod 755 /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib/libsuitesparseconfig.so
chmod 644 /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/include/SuiteSparse_config.h
chmod 644 /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/share/doc/suitesparse-5.9.0/SUITESPARSECONFIG_README.txt
make[2]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/SuiteSparse_config'
make[1]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/SuiteSparse_config'
( cd Mongoose && make library CMAKE_OPTIONS='-DCMAKE_INSTALL_PREFIX=/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0 -DCMAKE_CXX_COMPILER=g++ -DCMAKE_CXX_FLAGS=-m32 -DCMAKE_C_COMPILER=gcc -DCMAKE_C_FLAGS=-m32' )
make[1]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose'
( cd build ; cmake -DCMAKE_INSTALL_PREFIX=/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0 -DCMAKE_CXX_COMPILER=g++ -DCMAKE_CXX_FLAGS=-m32 -DCMAKE_C_COMPILER=gcc -DCMAKE_C_FLAGS=-m32 .. ; make --jobs=1 )
CMake Deprecation Warning at CMakeLists.txt:23 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- The CXX compiler identification is GNU 10.2.0
-- The C compiler identification is GNU 10.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- External ../SuiteSparse_config found.
-- Note: ../SuiteSparse_config must be compiled before compiling Mongoose
-- CMAKE_CXX_COMPILER: GNU
-- Configuring done
-- Generating done
-- Build files have been written to: /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build
make[2]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[3]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[  1%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_BoundaryHeap.o
[  2%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_Coarsening.o
[  3%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_CSparse.o
[  4%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_Debug.o
[  4%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_EdgeCut.o
[  5%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_Graph.o
[  6%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_GuessCut.o
[  7%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_ImproveFM.o
[  8%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_ImproveQP.o
[  9%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_IO.o
[ 10%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_Logger.o
[ 11%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_Matching.o
[ 11%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_EdgeCutOptions.o
[ 12%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_EdgeCutProblem.o
[ 13%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_Random.o
[ 14%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_Refinement.o
[ 15%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_Sanitize.o
[ 16%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_Version.o
[ 17%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_Waterdance.o
[ 17%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_QPBoundary.o
[ 18%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_QPDelta.o
[ 19%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_QPGradProj.o
[ 20%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_QPLinks.o
[ 21%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_QPMaxHeap.o
[ 22%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_QPMinHeap.o
[ 23%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_QPNapDown.o
[ 24%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_QPNapsack.o
[ 24%] Building CXX object CMakeFiles/mongoose_lib.dir/Source/Mongoose_QPNapUp.o
[ 25%] Building C object CMakeFiles/mongoose_lib.dir/External/mmio/Source/mmio.c.o
[ 26%] Linking CXX static library lib/libmongoose.a
Copying libmongoose (static) to root Lib directory
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[ 26%] Built target mongoose_lib
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[ 27%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_BoundaryHeap.o
[ 28%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_Coarsening.o
[ 29%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_CSparse.o
[ 30%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_Debug.o
[ 31%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_EdgeCut.o
[ 31%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_Graph.o
[ 32%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_GuessCut.o
[ 33%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_ImproveFM.o
[ 34%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_ImproveQP.o
[ 35%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_IO.o
[ 36%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_Logger.o
[ 37%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_Matching.o
[ 38%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_EdgeCutOptions.o
[ 38%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_EdgeCutProblem.o
[ 39%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_Random.o
[ 40%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_Refinement.o
[ 41%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_Sanitize.o
[ 42%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_Version.o
[ 43%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_Waterdance.o
[ 44%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_QPBoundary.o
[ 45%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_QPDelta.o
[ 45%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_QPGradProj.o
[ 46%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_QPLinks.o
[ 47%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_QPMaxHeap.o
[ 48%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_QPMinHeap.o
[ 49%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_QPNapDown.o
[ 50%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_QPNapsack.o
[ 51%] Building CXX object CMakeFiles/mongoose_dylib.dir/Source/Mongoose_QPNapUp.o
[ 51%] Building C object CMakeFiles/mongoose_dylib.dir/External/mmio/Source/mmio.c.o
[ 52%] Linking CXX shared library lib/libmongoose.so
Copying libmongoose (dynamic) to root Lib directory
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[ 52%] Built target mongoose_dylib
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[ 53%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_BoundaryHeap.o
[ 54%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_Coarsening.o
[ 55%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_CSparse.o
[ 56%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_Debug.o
[ 57%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_EdgeCut.o
[ 57%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_Graph.o
[ 58%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_GuessCut.o
[ 59%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_ImproveFM.o
[ 60%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_ImproveQP.o
[ 61%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_IO.o
[ 62%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_Logger.o
[ 63%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_Matching.o
[ 63%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_EdgeCutOptions.o
[ 64%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_EdgeCutProblem.o
[ 65%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_Random.o
[ 66%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_Refinement.o
[ 67%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_Sanitize.o
[ 68%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_Version.o
[ 69%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_Waterdance.o
[ 70%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_QPBoundary.o
[ 70%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_QPDelta.o
[ 71%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_QPGradProj.o
[ 72%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_QPLinks.o
[ 73%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_QPMaxHeap.o
[ 74%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_QPMinHeap.o
[ 75%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_QPNapDown.o
[ 76%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_QPNapsack.o
[ 77%] Building CXX object CMakeFiles/mongoose_lib_dbg.dir/Source/Mongoose_QPNapUp.o
[ 77%] Building C object CMakeFiles/mongoose_lib_dbg.dir/External/mmio/Source/mmio.c.o
cc1: warning: command-line option '-Woverloaded-virtual' is valid for C++/ObjC++ but not for C
[ 78%] Linking CXX static library lib/libmongoose_dbg.a
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[ 78%] Built target mongoose_lib_dbg
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[ 79%] Building CXX object CMakeFiles/mongoose_test_io.dir/Tests/Mongoose_Test_IO.o
[ 80%] Building CXX object CMakeFiles/mongoose_test_io.dir/Tests/Mongoose_Test_IO_exe.o
[ 80%] Linking CXX executable tests/mongoose_test_io
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[ 80%] Built target mongoose_test_io
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[ 81%] Building CXX object CMakeFiles/mongoose_exe.dir/Executable/mongoose.o
[ 82%] Linking CXX executable bin/mongoose
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[ 82%] Built target mongoose_exe
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[ 83%] Building CXX object CMakeFiles/mongoose_test_edgesep.dir/Tests/Mongoose_Test_EdgeSeparator.o
[ 84%] Building CXX object CMakeFiles/mongoose_test_edgesep.dir/Tests/Mongoose_Test_EdgeSeparator_exe.o
[ 85%] Linking CXX executable tests/mongoose_test_edgesep
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[ 85%] Built target mongoose_test_edgesep
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[ 85%] Building CXX object CMakeFiles/demo_exe.dir/Demo/demo.o
[ 86%] Linking CXX executable bin/demo
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[ 86%] Built target demo_exe
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[ 87%] Building CXX object CMakeFiles/mongoose_test_memory.dir/Tests/Mongoose_Test_Memory.o
[ 88%] Building CXX object CMakeFiles/mongoose_test_memory.dir/Tests/Mongoose_Test_Memory_exe.o
[ 89%] Linking CXX executable tests/mongoose_test_memory
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[ 89%] Built target mongoose_test_memory
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[ 90%] Building CXX object CMakeFiles/mongoose_test_performance.dir/Tests/Mongoose_Test_Performance.o
[ 91%] Building CXX object CMakeFiles/mongoose_test_performance.dir/Tests/Mongoose_Test_Performance_exe.o
[ 92%] Linking CXX executable tests/mongoose_test_performance
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[ 92%] Built target mongoose_test_performance
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[ 93%] Building CXX object CMakeFiles/mongoose_unit_test_edgesep.dir/Tests/Mongoose_UnitTest_EdgeSep_exe.o
/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/Tests/Mongoose_UnitTest_EdgeSep_exe.cpp: In function 'int main(int, char**)':
/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/Tests/Mongoose_UnitTest_EdgeSep_exe.cpp:116:24: warning: overflow in conversion from 'double' to 'Mongoose::Int' {aka 'long int'} changes value from '1.0e+15' to '2147483647' [-Woverflow]
  116 |     O->coarsen_limit = 1E15;
      |                        ^~~~
[ 94%] Linking CXX executable tests/mongoose_unit_test_edgesep
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[ 94%] Built target mongoose_unit_test_edgesep
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[ 95%] Building CXX object CMakeFiles/mongoose_test_reference.dir/Tests/Mongoose_Test_Reference.o
[ 95%] Building CXX object CMakeFiles/mongoose_test_reference.dir/Tests/Mongoose_Test_Reference_exe.o
[ 96%] Linking CXX executable tests/mongoose_test_reference
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[ 96%] Built target mongoose_test_reference
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[ 97%] Building CXX object CMakeFiles/mongoose_unit_test_io.dir/Tests/Mongoose_UnitTest_IO_exe.o
[ 98%] Linking CXX executable tests/mongoose_unit_test_io
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[ 98%] Built target mongoose_unit_test_io
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[4]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[ 99%] Building CXX object CMakeFiles/mongoose_unit_test_graph.dir/Tests/Mongoose_UnitTest_Graph_exe.o
[100%] Linking CXX executable tests/mongoose_unit_test_graph
make[4]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
[100%] Built target mongoose_unit_test_graph
make[3]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[2]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose/build'
make[1]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/Mongoose'
( cd AMD && make library )
make[1]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/AMD'
( cd Lib    ; make )
make[2]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/AMD/Lib'
make install INSTALL=/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0
make[3]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/AMD/Lib'
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDINT -c ../Source/amd_aat.c -o amd_i_aat.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDINT -c ../Source/amd_1.c -o amd_i_1.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDINT -c ../Source/amd_2.c -o amd_i_2.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDINT -c ../Source/amd_dump.c -o amd_i_dump.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDINT -c ../Source/amd_postorder.c -o amd_i_postorder.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDINT -c ../Source/amd_defaults.c -o amd_i_defaults.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDINT -c ../Source/amd_post_tree.c -o amd_i_post_tree.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDINT -c ../Source/amd_order.c -o amd_i_order.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDINT -c ../Source/amd_control.c -o amd_i_control.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDINT -c ../Source/amd_info.c -o amd_i_info.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDINT -c ../Source/amd_valid.c -o amd_i_valid.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDINT -c ../Source/amd_preprocess.c -o amd_i_preprocess.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDLONG -c ../Source/amd_aat.c -o amd_l_aat.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDLONG -c ../Source/amd_1.c -o amd_l_1.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDLONG -c ../Source/amd_2.c -o amd_l_2.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDLONG -c ../Source/amd_dump.c -o amd_l_dump.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDLONG -c ../Source/amd_postorder.c -o amd_l_postorder.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDLONG -c ../Source/amd_defaults.c -o amd_l_defaults.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDLONG -c ../Source/amd_post_tree.c -o amd_l_post_tree.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDLONG -c ../Source/amd_order.c -o amd_l_order.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDLONG -c ../Source/amd_control.c -o amd_l_control.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDLONG -c ../Source/amd_info.c -o amd_l_info.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDLONG -c ../Source/amd_valid.c -o amd_l_valid.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDLONG -c ../Source/amd_preprocess.c -o amd_l_preprocess.o
ar rv libamd.a amd_i_aat.o amd_i_1.o amd_i_2.o amd_i_dump.o amd_i_postorder.o amd_i_defaults.o amd_i_post_tree.o amd_i_order.o amd_i_control.o amd_i_info.o amd_i_valid.o amd_i_preprocess.o amd_l_aat.o amd_l_1.o amd_l_2.o amd_l_dump.o amd_l_postorder.o amd_l_defaults.o amd_l_post_tree.o amd_l_order.o amd_l_control.o amd_l_info.o amd_l_valid.o amd_l_preprocess.o
ar: creating libamd.a
a - amd_i_aat.o
a - amd_i_1.o
a - amd_i_2.o
a - amd_i_dump.o
a - amd_i_postorder.o
a - amd_i_defaults.o
a - amd_i_post_tree.o
a - amd_i_order.o
a - amd_i_control.o
a - amd_i_info.o
a - amd_i_valid.o
a - amd_i_preprocess.o
a - amd_l_aat.o
a - amd_l_1.o
a - amd_l_2.o
a - amd_l_dump.o
a - amd_l_postorder.o
a - amd_l_defaults.o
a - amd_l_post_tree.o
a - amd_l_order.o
a - amd_l_control.o
a - amd_l_info.o
a - amd_l_valid.o
a - amd_l_preprocess.o
ranlib libamd.a
gcc -m32 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -shared -Wl,-soname -Wl,libamd.so.2 -Wl,--no-undefined amd_i_aat.o amd_i_1.o amd_i_2.o amd_i_dump.o amd_i_postorder.o amd_i_defaults.o amd_i_post_tree.o amd_i_order.o amd_i_control.o amd_i_info.o amd_i_valid.o amd_i_preprocess.o amd_l_aat.o amd_l_1.o amd_l_2.o amd_l_dump.o amd_l_postorder.o amd_l_defaults.o amd_l_post_tree.o amd_l_order.o amd_l_control.o amd_l_info.o amd_l_valid.o amd_l_preprocess.o -o /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib/libamd.so.2.4.6 -lm -lrt -Wl,-rpath=/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -lsuitesparseconfig
( cd /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib ; ln -sf libamd.so.2.4.6 libamd.so )
( cd /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib ; ln -sf libamd.so.2.4.6 libamd.so.2 )
cp -f ../Include/amd.h /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/include
cp -f ../Doc/AMD_UserGuide.pdf /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/share/doc/suitesparse-5.9.0
cp -f ../README.txt /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/share/doc/suitesparse-5.9.0/AMD_README.txt
chmod 755 /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib/libamd.so.2.4.6
chmod 644 /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/include/amd.h
chmod 644 /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/share/doc/suitesparse-5.9.0/AMD_UserGuide.pdf
chmod 644 /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/share/doc/suitesparse-5.9.0/AMD_README.txt
make[3]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/AMD/Lib'
make[2]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/AMD/Lib'
make[1]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/AMD'
( cd BTF && make library )
make[1]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/BTF'
( cd Lib ; make )
make[2]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/BTF/Lib'
make install INSTALL=/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0
make[3]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/BTF/Lib'
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -c -I../Include -I../../SuiteSparse_config ../Source/btf_order.c -o btf_order.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -c -I../Include -I../../SuiteSparse_config ../Source/btf_maxtrans.c -o btf_maxtrans.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -c -I../Include -I../../SuiteSparse_config ../Source/btf_strongcomp.c -o btf_strongcomp.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -c -I../Include -I../../SuiteSparse_config -DDLONG ../Source/btf_order.c -o btf_l_order.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -c -I../Include -I../../SuiteSparse_config -DDLONG ../Source/btf_maxtrans.c -o btf_l_maxtrans.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -c -I../Include -I../../SuiteSparse_config -DDLONG ../Source/btf_strongcomp.c -o btf_l_strongcomp.o
ar rv libbtf.a btf_order.o btf_maxtrans.o btf_strongcomp.o btf_l_order.o btf_l_maxtrans.o btf_l_strongcomp.o
ar: creating libbtf.a
a - btf_order.o
a - btf_maxtrans.o
a - btf_strongcomp.o
a - btf_l_order.o
a - btf_l_maxtrans.o
a - btf_l_strongcomp.o
ranlib libbtf.a
gcc -m32 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -shared -Wl,-soname -Wl,libbtf.so.1 -Wl,--no-undefined btf_order.o btf_maxtrans.o btf_strongcomp.o btf_l_order.o btf_l_maxtrans.o btf_l_strongcomp.o -o /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib/libbtf.so.1.2.6 -lm -lrt -Wl,-rpath=/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -lsuitesparseconfig
( cd /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib ; ln -sf libbtf.so.1.2.6 libbtf.so )
( cd /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib ; ln -sf libbtf.so.1.2.6 libbtf.so.1 )
cp -f ../Include/btf.h /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/include
cp -f ../README.txt /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/share/doc/suitesparse-5.9.0/BTF_README.txt
chmod 755 /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib/libbtf.so.1.2.6
chmod 644 /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/include/btf.h
chmod 644 /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/share/doc/suitesparse-5.9.0/BTF_README.txt
make[3]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/BTF/Lib'
make[2]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/BTF/Lib'
make[1]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/BTF'
( cd CAMD && make library )
make[1]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD'
( cd Lib    ; make )
make[2]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Lib'
make install INSTALL=/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0
make[3]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Lib'
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDINT -c ../Source/camd_aat.c -o camd_i_aat.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDINT -c ../Source/camd_1.c -o camd_i_1.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDINT -c ../Source/camd_2.c -o camd_i_2.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDINT -c ../Source/camd_dump.c -o camd_i_dump.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDINT -c ../Source/camd_postorder.c -o camd_i_postorder.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDINT -c ../Source/camd_defaults.c -o camd_i_defaults.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDINT -c ../Source/camd_order.c -o camd_i_order.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDINT -c ../Source/camd_control.c -o camd_i_control.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDINT -c ../Source/camd_info.c -o camd_i_info.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDINT -c ../Source/camd_valid.c -o camd_i_valid.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDINT -c ../Source/camd_preprocess.c -o camd_i_preprocess.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDLONG -c ../Source/camd_aat.c -o camd_l_aat.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDLONG -c ../Source/camd_1.c -o camd_l_1.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDLONG -c ../Source/camd_2.c -o camd_l_2.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDLONG -c ../Source/camd_dump.c -o camd_l_dump.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDLONG -c ../Source/camd_postorder.c -o camd_l_postorder.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDLONG -c ../Source/camd_defaults.c -o camd_l_defaults.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDLONG -c ../Source/camd_order.c -o camd_l_order.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDLONG -c ../Source/camd_control.c -o camd_l_control.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDLONG -c ../Source/camd_info.c -o camd_l_info.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDLONG -c ../Source/camd_valid.c -o camd_l_valid.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -DDLONG -c ../Source/camd_preprocess.c -o camd_l_preprocess.o
ar rv libcamd.a camd_i_aat.o camd_i_1.o camd_i_2.o camd_i_dump.o camd_i_postorder.o camd_i_defaults.o camd_i_order.o camd_i_control.o camd_i_info.o camd_i_valid.o camd_i_preprocess.o camd_l_aat.o camd_l_1.o camd_l_2.o camd_l_dump.o camd_l_postorder.o camd_l_defaults.o camd_l_order.o camd_l_control.o camd_l_info.o camd_l_valid.o camd_l_preprocess.o
ar: creating libcamd.a
a - camd_i_aat.o
a - camd_i_1.o
a - camd_i_2.o
a - camd_i_dump.o
a - camd_i_postorder.o
a - camd_i_defaults.o
a - camd_i_order.o
a - camd_i_control.o
a - camd_i_info.o
a - camd_i_valid.o
a - camd_i_preprocess.o
a - camd_l_aat.o
a - camd_l_1.o
a - camd_l_2.o
a - camd_l_dump.o
a - camd_l_postorder.o
a - camd_l_defaults.o
a - camd_l_order.o
a - camd_l_control.o
a - camd_l_info.o
a - camd_l_valid.o
a - camd_l_preprocess.o
ranlib libcamd.a
gcc -m32 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -shared -Wl,-soname -Wl,libcamd.so.2 -Wl,--no-undefined camd_i_aat.o camd_i_1.o camd_i_2.o camd_i_dump.o camd_i_postorder.o camd_i_defaults.o camd_i_order.o camd_i_control.o camd_i_info.o camd_i_valid.o camd_i_preprocess.o camd_l_aat.o camd_l_1.o camd_l_2.o camd_l_dump.o camd_l_postorder.o camd_l_defaults.o camd_l_order.o camd_l_control.o camd_l_info.o camd_l_valid.o camd_l_preprocess.o -o /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib/libcamd.so.2.4.6 -lm -lrt -Wl,-rpath=/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -lsuitesparseconfig
( cd /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib ; ln -sf libcamd.so.2.4.6 libcamd.so )
( cd /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib ; ln -sf libcamd.so.2.4.6 libcamd.so.2 )
cp -f ../Include/camd.h /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/include
cp -f ../Doc/CAMD_UserGuide.pdf /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/share/doc/suitesparse-5.9.0
cp -f ../README.txt /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/share/doc/suitesparse-5.9.0/CAMD_README.txt
chmod 755 /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib/libcamd.so.2.4.6
chmod 644 /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/include/camd.h
chmod 644 /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/share/doc/suitesparse-5.9.0/CAMD_UserGuide.pdf
chmod 644 /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/share/doc/suitesparse-5.9.0/CAMD_README.txt
make[3]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Lib'
make[2]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Lib'
make[1]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD'
( cd CCOLAMD && make library )
make[1]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD'
( cd Lib    ; make )
make[2]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Lib'
make install INSTALL=/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0
make[3]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Lib'
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -c ../Source/ccolamd.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -c ../Source/ccolamd.c -DDLONG -o ccolamd_l.o
ar rv  libccolamd.a ccolamd.o ccolamd_l.o
ar: creating libccolamd.a
a - ccolamd.o
a - ccolamd_l.o
ranlib libccolamd.a 
gcc -m32 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -shared -Wl,-soname -Wl,libccolamd.so.2 -Wl,--no-undefined ccolamd.o ccolamd_l.o -o /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib/libccolamd.so.2.9.6 -lm -lrt -Wl,-rpath=/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -lsuitesparseconfig
( cd /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib ; ln -sf libccolamd.so.2.9.6 libccolamd.so )
( cd /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib ; ln -sf libccolamd.so.2.9.6 libccolamd.so.2 )
cp -f ../Include/ccolamd.h /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/include
cp -f ../README.txt /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/share/doc/suitesparse-5.9.0/CCOLAMD_README.txt
chmod 755 /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib/libccolamd.so.2.9.6
chmod 644 /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/include/ccolamd.h
chmod 644 /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/share/doc/suitesparse-5.9.0/CCOLAMD_README.txt
make[3]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Lib'
make[2]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Lib'
make[1]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD'
( cd COLAMD && make library )
make[1]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/COLAMD'
( cd Lib    ; make )
make[2]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/COLAMD/Lib'
make install INSTALL=/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0
make[3]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/COLAMD/Lib'
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -c ../Source/colamd.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -I../Include -I../../SuiteSparse_config -c ../Source/colamd.c -DDLONG -o colamd_l.o
ar rv  libcolamd.a colamd.o colamd_l.o
ar: creating libcolamd.a
a - colamd.o
a - colamd_l.o
ranlib libcolamd.a 
gcc -m32 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -shared -Wl,-soname -Wl,libcolamd.so.2 -Wl,--no-undefined colamd.o colamd_l.o -o /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib/libcolamd.so.2.9.6 -lm -lrt -Wl,-rpath=/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -lsuitesparseconfig
( cd /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib ; ln -sf libcolamd.so.2.9.6 libcolamd.so )
( cd /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib ; ln -sf libcolamd.so.2.9.6 libcolamd.so.2 )
cp -f ../Include/colamd.h /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/include
cp -f ../README.txt /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/share/doc/suitesparse-5.9.0/COLAMD_README.txt
chmod 755 /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib/libcolamd.so.2.9.6
chmod 644 /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/include/colamd.h
chmod 644 /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/share/doc/suitesparse-5.9.0/COLAMD_README.txt
make[3]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/COLAMD/Lib'
make[2]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/COLAMD/Lib'
make[1]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/COLAMD'
( cd CHOLMOD && make library )
make[1]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CHOLMOD'
( cd Lib ; make --jobs=8 )
make[2]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CHOLMOD/Lib'
make install INSTALL=/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0
make[3]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CHOLMOD/Lib'
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_aat.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_add.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_band.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_change_factor.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_common.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_complex.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_copy.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_dense.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_error.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_factor.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_memory.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_sparse.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_transpose.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_triplet.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_version.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Check/cholmod_check.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Check/cholmod_read.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Check/cholmod_write.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Cholesky/cholmod_amd.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Cholesky/cholmod_analyze.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Cholesky/cholmod_colamd.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Cholesky/cholmod_etree.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Cholesky/cholmod_factorize.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Cholesky/cholmod_postorder.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Cholesky/cholmod_rcond.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Cholesky/cholmod_resymbol.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Cholesky/cholmod_rowcolcounts.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Cholesky/cholmod_rowfac.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Cholesky/cholmod_solve.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Cholesky/cholmod_spsolve.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../MatrixOps/cholmod_drop.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../MatrixOps/cholmod_horzcat.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../MatrixOps/cholmod_norm.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../MatrixOps/cholmod_scale.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../MatrixOps/cholmod_sdmult.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../MatrixOps/cholmod_ssmult.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../MatrixOps/cholmod_submatrix.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../MatrixOps/cholmod_vertcat.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../MatrixOps/cholmod_symmetry.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Modify/cholmod_rowadd.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Modify/cholmod_rowdel.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Modify/cholmod_updown.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Supernodal/cholmod_super_numeric.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Supernodal/cholmod_super_solve.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Supernodal/cholmod_super_symbolic.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../GPU/cholmod_gpu.c
/opt/cuda/bin/nvcc -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ -Xcompiler -fPIC -O3 -gencode=arch=compute_35,code=sm_35 -gencode=arch=compute_50,code=sm_50 -gencode=arch=compute_53,code=sm_53 -gencode=arch=compute_53,code=sm_53 -gencode=arch=compute_60,code=compute_60 -c ../GPU/cholmod_gpu_kernels.cu
nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Partition/cholmod_ccolamd.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Partition/cholmod_csymamd.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Partition/cholmod_metis.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Partition/cholmod_nesdis.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Partition/cholmod_camd.c
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_aat.c -o cholmod_l_aat.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_add.c -o cholmod_l_add.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_band.c -o cholmod_l_band.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_change_factor.c -o cholmod_l_change_factor.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_common.c -o cholmod_l_common.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_complex.c -o cholmod_l_complex.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_copy.c -o cholmod_l_copy.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_dense.c -o cholmod_l_dense.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_error.c -o cholmod_l_error.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_factor.c -o cholmod_l_factor.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_memory.c -o cholmod_l_memory.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_sparse.c -o cholmod_l_sparse.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_transpose.c -o cholmod_l_transpose.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_triplet.c -o cholmod_l_triplet.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Core/cholmod_version.c -o cholmod_l_version.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Check/cholmod_check.c -o cholmod_l_check.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Check/cholmod_read.c -o cholmod_l_read.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Check/cholmod_write.c -o cholmod_l_write.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Cholesky/cholmod_amd.c -o cholmod_l_amd.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Cholesky/cholmod_analyze.c -o cholmod_l_analyze.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Cholesky/cholmod_colamd.c -o cholmod_l_colamd.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Cholesky/cholmod_etree.c -o cholmod_l_etree.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Cholesky/cholmod_factorize.c -o cholmod_l_factorize.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Cholesky/cholmod_postorder.c -o cholmod_l_postorder.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Cholesky/cholmod_rcond.c -o cholmod_l_rcond.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Cholesky/cholmod_resymbol.c -o cholmod_l_resymbol.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Cholesky/cholmod_rowcolcounts.c -o cholmod_l_rowcolcounts.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Cholesky/cholmod_rowfac.c -o cholmod_l_rowfac.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Cholesky/cholmod_solve.c -o cholmod_l_solve.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Cholesky/cholmod_spsolve.c -o cholmod_l_spsolve.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../MatrixOps/cholmod_drop.c -o cholmod_l_drop.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../MatrixOps/cholmod_horzcat.c -o cholmod_l_horzcat.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../MatrixOps/cholmod_norm.c -o cholmod_l_norm.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../MatrixOps/cholmod_scale.c -o cholmod_l_scale.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../MatrixOps/cholmod_sdmult.c -o cholmod_l_sdmult.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../MatrixOps/cholmod_ssmult.c -o cholmod_l_ssmult.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../MatrixOps/cholmod_submatrix.c -o cholmod_l_submatrix.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../MatrixOps/cholmod_vertcat.c -o cholmod_l_vertcat.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../MatrixOps/cholmod_symmetry.c -o cholmod_l_symmetry.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Modify/cholmod_rowadd.c -o cholmod_l_rowadd.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Modify/cholmod_rowdel.c -o cholmod_l_rowdel.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Modify/cholmod_updown.c -o cholmod_l_updown.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Supernodal/cholmod_super_numeric.c -o cholmod_l_super_numeric.o
In file included from ../Supernodal/cholmod_super_numeric.c:73:
../Supernodal/../GPU/t_cholmod_gpu.c: In function 'r_cholmod_l_gpu_init':
../Supernodal/../GPU/t_cholmod_gpu.c:95:5: warning: implicit declaration of function 'feenableexcept'; did you mean 'feraiseexcept'? [-Wimplicit-function-declaration]
   95 |     feenableexcept (FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW );
      |     ^~~~~~~~~~~~~~
      |     feraiseexcept
../Supernodal/../GPU/t_cholmod_gpu.c: In function 'r_cholmod_l_gpu_updateC':
../Supernodal/../GPU/t_cholmod_gpu.c:494:33: warning: passing argument 6 of 'createRelativeMapOnDevice' from incompatible pointer type [-Wincompatible-pointer-types]
  494 |                                 &(Common->gpuStream[iDevBuff]) );
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                 |
      |                                 struct CUstream_st **
In file included from ../Supernodal/../GPU/t_cholmod_gpu.c:20,
                 from ../Supernodal/cholmod_super_numeric.c:73:
../Include/cholmod_gpu_kernels.h:28:62: note: expected 'cudaStream_t' {aka 'struct CUstream_st *'} but argument is of type 'struct CUstream_st **'
   28 |                            Int pdi1, Int ndrow, cudaStream_t astream );
      |                                                 ~~~~~~~~~~~~~^~~~~~~
In file included from ../Supernodal/cholmod_super_numeric.c:73:
../Supernodal/../GPU/t_cholmod_gpu.c:609:5: warning: implicit declaration of function 'addUpdateOnDevice'; did you mean 'addUpateOnDevice'? [-Wimplicit-function-declaration]
  609 |     addUpdateOnDevice ( gpu_p->d_A[0], devPtrC,
      |     ^~~~~~~~~~~~~~~~~
      |     addUpateOnDevice
In file included from ../Supernodal/cholmod_super_numeric.c:75:
../Supernodal/../GPU/t_cholmod_gpu.c: In function 'c_cholmod_l_gpu_updateC':
../Supernodal/../GPU/t_cholmod_gpu.c:494:33: warning: passing argument 6 of 'createRelativeMapOnDevice' from incompatible pointer type [-Wincompatible-pointer-types]
  494 |                                 &(Common->gpuStream[iDevBuff]) );
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                 |
      |                                 struct CUstream_st **
In file included from ../Supernodal/../GPU/t_cholmod_gpu.c:20,
                 from ../Supernodal/cholmod_super_numeric.c:73:
../Include/cholmod_gpu_kernels.h:28:62: note: expected 'cudaStream_t' {aka 'struct CUstream_st *'} but argument is of type 'struct CUstream_st **'
   28 |                            Int pdi1, Int ndrow, cudaStream_t astream );
      |                                                 ~~~~~~~~~~~~~^~~~~~~
In file included from ../Supernodal/cholmod_super_numeric.c:75:
../Supernodal/../GPU/t_cholmod_gpu.c:613:5: warning: implicit declaration of function 'addComplexUpdateOnDevice'; did you mean 'addComplexUpateOnDevice'? [-Wimplicit-function-declaration]
  613 |     addComplexUpdateOnDevice ( gpu_p->d_A[0], devPtrC,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
      |     addComplexUpateOnDevice
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Supernodal/cholmod_super_solve.c -o cholmod_l_super_solve.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Supernodal/cholmod_super_symbolic.c -o cholmod_l_super_symbolic.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Partition/cholmod_ccolamd.c -o cholmod_l_ccolamd.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Partition/cholmod_csymamd.c -o cholmod_l_csymamd.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Partition/cholmod_metis.c -o cholmod_l_metis.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Partition/cholmod_nesdis.c -o cholmod_l_nesdis.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../Partition/cholmod_camd.c -o cholmod_l_camd.o
gcc -m32 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS         -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection   -O3 -fexceptions -fPIC -fopenmp -DGPU_BLAS  -DDLONG -c -I../../AMD/Include -I../../AMD/Source -I../../COLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CCOLAMD/Include -I/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CAMD/Include -I../Include -I../../SuiteSparse_config -I/opt/cuda/include/ ../GPU/cholmod_gpu.c -o cholmod_l_gpu.o
ar rv libcholmod.a cholmod_aat.o cholmod_add.o cholmod_band.o cholmod_change_factor.o cholmod_common.o cholmod_complex.o cholmod_copy.o cholmod_dense.o cholmod_error.o cholmod_factor.o cholmod_memory.o cholmod_sparse.o cholmod_transpose.o cholmod_triplet.o cholmod_version.o cholmod_check.o cholmod_read.o cholmod_write.o cholmod_amd.o cholmod_analyze.o cholmod_colamd.o cholmod_etree.o cholmod_factorize.o cholmod_postorder.o cholmod_rcond.o cholmod_resymbol.o cholmod_rowcolcounts.o cholmod_rowfac.o cholmod_solve.o cholmod_spsolve.o cholmod_drop.o cholmod_horzcat.o cholmod_norm.o cholmod_scale.o cholmod_sdmult.o cholmod_ssmult.o cholmod_submatrix.o cholmod_vertcat.o cholmod_symmetry.o cholmod_rowadd.o cholmod_rowdel.o cholmod_updown.o cholmod_super_numeric.o cholmod_super_solve.o cholmod_super_symbolic.o cholmod_gpu.o cholmod_gpu_kernels.o cholmod_ccolamd.o cholmod_csymamd.o cholmod_metis.o cholmod_nesdis.o cholmod_camd.o cholmod_l_aat.o cholmod_l_add.o cholmod_l_band.o cholmod_l_change_factor.o cholmod_l_common.o cholmod_l_complex.o cholmod_l_copy.o cholmod_l_dense.o cholmod_l_error.o cholmod_l_factor.o cholmod_l_memory.o cholmod_l_sparse.o cholmod_l_transpose.o cholmod_l_triplet.o cholmod_l_version.o cholmod_l_check.o cholmod_l_read.o cholmod_l_write.o cholmod_l_amd.o cholmod_l_analyze.o cholmod_l_colamd.o cholmod_l_etree.o cholmod_l_factorize.o cholmod_l_postorder.o cholmod_l_rcond.o cholmod_l_resymbol.o cholmod_l_rowcolcounts.o cholmod_l_rowfac.o cholmod_l_solve.o cholmod_l_spsolve.o cholmod_l_drop.o cholmod_l_horzcat.o cholmod_l_norm.o cholmod_l_scale.o cholmod_l_sdmult.o cholmod_l_ssmult.o cholmod_l_submatrix.o cholmod_l_vertcat.o cholmod_l_symmetry.o cholmod_l_rowadd.o cholmod_l_rowdel.o cholmod_l_updown.o cholmod_l_super_numeric.o cholmod_l_super_solve.o cholmod_l_super_symbolic.o cholmod_l_ccolamd.o cholmod_l_csymamd.o cholmod_l_metis.o cholmod_l_nesdis.o cholmod_l_camd.o cholmod_l_gpu.o
ar: creating libcholmod.a
a - cholmod_aat.o
a - cholmod_add.o
a - cholmod_band.o
a - cholmod_change_factor.o
a - cholmod_common.o
a - cholmod_complex.o
a - cholmod_copy.o
a - cholmod_dense.o
a - cholmod_error.o
a - cholmod_factor.o
a - cholmod_memory.o
a - cholmod_sparse.o
a - cholmod_transpose.o
a - cholmod_triplet.o
a - cholmod_version.o
a - cholmod_check.o
a - cholmod_read.o
a - cholmod_write.o
a - cholmod_amd.o
a - cholmod_analyze.o
a - cholmod_colamd.o
a - cholmod_etree.o
a - cholmod_factorize.o
a - cholmod_postorder.o
a - cholmod_rcond.o
a - cholmod_resymbol.o
a - cholmod_rowcolcounts.o
a - cholmod_rowfac.o
a - cholmod_solve.o
a - cholmod_spsolve.o
a - cholmod_drop.o
a - cholmod_horzcat.o
a - cholmod_norm.o
a - cholmod_scale.o
a - cholmod_sdmult.o
a - cholmod_ssmult.o
a - cholmod_submatrix.o
a - cholmod_vertcat.o
a - cholmod_symmetry.o
a - cholmod_rowadd.o
a - cholmod_rowdel.o
a - cholmod_updown.o
a - cholmod_super_numeric.o
a - cholmod_super_solve.o
a - cholmod_super_symbolic.o
a - cholmod_gpu.o
a - cholmod_gpu_kernels.o
a - cholmod_ccolamd.o
a - cholmod_csymamd.o
a - cholmod_metis.o
a - cholmod_nesdis.o
a - cholmod_camd.o
a - cholmod_l_aat.o
a - cholmod_l_add.o
a - cholmod_l_band.o
a - cholmod_l_change_factor.o
a - cholmod_l_common.o
a - cholmod_l_complex.o
a - cholmod_l_copy.o
a - cholmod_l_dense.o
a - cholmod_l_error.o
a - cholmod_l_factor.o
a - cholmod_l_memory.o
a - cholmod_l_sparse.o
a - cholmod_l_transpose.o
a - cholmod_l_triplet.o
a - cholmod_l_version.o
a - cholmod_l_check.o
a - cholmod_l_read.o
a - cholmod_l_write.o
a - cholmod_l_amd.o
a - cholmod_l_analyze.o
a - cholmod_l_colamd.o
a - cholmod_l_etree.o
a - cholmod_l_factorize.o
a - cholmod_l_postorder.o
a - cholmod_l_rcond.o
a - cholmod_l_resymbol.o
a - cholmod_l_rowcolcounts.o
a - cholmod_l_rowfac.o
a - cholmod_l_solve.o
a - cholmod_l_spsolve.o
a - cholmod_l_drop.o
a - cholmod_l_horzcat.o
a - cholmod_l_norm.o
a - cholmod_l_scale.o
a - cholmod_l_sdmult.o
a - cholmod_l_ssmult.o
a - cholmod_l_submatrix.o
a - cholmod_l_vertcat.o
a - cholmod_l_symmetry.o
a - cholmod_l_rowadd.o
a - cholmod_l_rowdel.o
a - cholmod_l_updown.o
a - cholmod_l_super_numeric.o
a - cholmod_l_super_solve.o
a - cholmod_l_super_symbolic.o
a - cholmod_l_ccolamd.o
a - cholmod_l_csymamd.o
a - cholmod_l_metis.o
a - cholmod_l_nesdis.o
a - cholmod_l_camd.o
a - cholmod_l_gpu.o
g++ -m32 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -L/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -shared -Wl,-soname -Wl,libcholmod.so.3 -Wl,--no-undefined -fopenmp cholmod_aat.o cholmod_add.o cholmod_band.o cholmod_change_factor.o cholmod_common.o cholmod_complex.o cholmod_copy.o cholmod_dense.o cholmod_error.o cholmod_factor.o cholmod_memory.o cholmod_sparse.o cholmod_transpose.o cholmod_triplet.o cholmod_version.o cholmod_check.o cholmod_read.o cholmod_write.o cholmod_amd.o cholmod_analyze.o cholmod_colamd.o cholmod_etree.o cholmod_factorize.o cholmod_postorder.o cholmod_rcond.o cholmod_resymbol.o cholmod_rowcolcounts.o cholmod_rowfac.o cholmod_solve.o cholmod_spsolve.o cholmod_drop.o cholmod_horzcat.o cholmod_norm.o cholmod_scale.o cholmod_sdmult.o cholmod_ssmult.o cholmod_submatrix.o cholmod_vertcat.o cholmod_symmetry.o cholmod_rowadd.o cholmod_rowdel.o cholmod_updown.o cholmod_super_numeric.o cholmod_super_solve.o cholmod_super_symbolic.o cholmod_gpu.o cholmod_gpu_kernels.o cholmod_ccolamd.o cholmod_csymamd.o cholmod_metis.o cholmod_nesdis.o cholmod_camd.o cholmod_l_aat.o cholmod_l_add.o cholmod_l_band.o cholmod_l_change_factor.o cholmod_l_common.o cholmod_l_complex.o cholmod_l_copy.o cholmod_l_dense.o cholmod_l_error.o cholmod_l_factor.o cholmod_l_memory.o cholmod_l_sparse.o cholmod_l_transpose.o cholmod_l_triplet.o cholmod_l_version.o cholmod_l_check.o cholmod_l_read.o cholmod_l_write.o cholmod_l_amd.o cholmod_l_analyze.o cholmod_l_colamd.o cholmod_l_etree.o cholmod_l_factorize.o cholmod_l_postorder.o cholmod_l_rcond.o cholmod_l_resymbol.o cholmod_l_rowcolcounts.o cholmod_l_rowfac.o cholmod_l_solve.o cholmod_l_spsolve.o cholmod_l_drop.o cholmod_l_horzcat.o cholmod_l_norm.o cholmod_l_scale.o cholmod_l_sdmult.o cholmod_l_ssmult.o cholmod_l_submatrix.o cholmod_l_vertcat.o cholmod_l_symmetry.o cholmod_l_rowadd.o cholmod_l_rowdel.o cholmod_l_updown.o cholmod_l_super_numeric.o cholmod_l_super_solve.o cholmod_l_super_symbolic.o cholmod_l_ccolamd.o cholmod_l_csymamd.o cholmod_l_metis.o cholmod_l_nesdis.o cholmod_l_camd.o cholmod_l_gpu.o -o /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib/libcholmod.so.3.0.14 -lm -lrt -Wl,-rpath=/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib -lamd -lcolamd -lsuitesparseconfig -lccolamd -lcamd /usr/lib32/libmetis.so -llapack -lblas /opt/cuda/lib64/libcudart.so /opt/cuda/lib64/libcublas.so
/usr/bin/ld: /opt/cuda/lib64/libcudart.so: error adding symbols: file in wrong format
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:544: /home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/lib/libcholmod.so.3.0.14] Error 1
make[3]: *** Waiting for unfinished jobs....
ranlib libcholmod.a
make[3]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CHOLMOD/Lib'
make[2]: *** [Makefile:31: library] Error 2
make[2]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CHOLMOD/Lib'
make[1]: *** [Makefile:19: library] Error 2
make[1]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/lib32-suitesparse/src/SuiteSparse-5.9.0/CHOLMOD'
make: *** [Makefile:25: go] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

And for the printer driver cnijfilter-mp250, the build fail too : ( Fixed )


powabanga@ArchiHPPavillion cnijfilter-mp250]$ makepkg -sc --needed
==> Making package: cnijfilter-mp250 3.40.1-5.1 (Wed May 12 19:30:30 2021)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found cnijfilter-source-3.40-1.tar.gz
  -> Found fix.patch
  -> Found libpng.patch
  -> Found automake_fix.patch
==> Validating source files with md5sums...
    cnijfilter-source-3.40-1.tar.gz ... Passed
    fix.patch ... Passed
    libpng.patch ... Passed
    automake_fix.patch ... Passed
==> Extracting sources...
  -> Extracting cnijfilter-source-3.40-1.tar.gz with bsdtar
==> Starting prepare()...
patching file backend/src/cnij_backend_common.c
patching file cngpijmon/src/bjcupsmon_cups.c
Hunk #1 succeeded at 18 with fuzz 1.
patching file cngpij/cngpij/bjcups.c
patching file cnijfilter/src/bjfimage.c
==> Starting build()...
processing .
Running libtoolize...
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: You should add the contents of the following files to 'aclocal.m4':
libtoolize:   '/usr/share/aclocal/libtool.m4'
libtoolize:   '/usr/share/aclocal/ltoptions.m4'
libtoolize:   '/usr/share/aclocal/ltsugar.m4'
libtoolize:   '/usr/share/aclocal/ltversion.m4'
libtoolize:   '/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Running aclocal  ...
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Running autoheader...
autoheader: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Running automake --gnu  ...
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:2: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
configure.in:2: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.in:8: installing './compile'
configure.in:11: installing './config.guess'
configure.in:11: installing './config.sub'
configure.in:2: installing './install-sh'
configure.in:2: installing './missing'
Makefile.am: installing './COPYING' using GNU General Public License v3 file
Makefile.am:     Consider adding the COPYING file to the version control system
Makefile.am:     for your code, to avoid questions about which license your project uses
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
buftool/Makefile.am: installing './depcomp'
Running autoconf ...
configure.in:2: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:9482: AM_INIT_AUTOMAKE is expanded from...
configure.in:2: the top level
configure.in:4: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.in:4: You should use the 'AC_CONFIG_HEADERS' macro instead.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:9780: AM_CONFIG_HEADER is expanded from...
configure.in:4: the top level
configure.in:11: warning: The macro `AM_PROG_LIBTOOL' is obsolete.
configure.in:11: You should run autoupdate.
aclocal.m4:122: AM_PROG_LIBTOOL is expanded from...
configure.in:11: the top level
configure.in:16: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.in:16: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.in:16: the top level
configure.in:30: warning: AC_OUTPUT should be used without arguments.
configure.in:30: You should run autoupdate.
Running ./configure --prefix=/usr --program-suffix=mp250 ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking whether make supports the include directive... yes (GNU style)
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for vfork.h... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for egrep... (cached) /usr/bin/grep -E
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for malloc.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for GNU libc compatible malloc... yes
checking for dup2... yes
checking for memset... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating buftool/Makefile
config.status: creating paramlist/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Now type `make' to compile buftool
make  all-recursive
make[1]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/cnijfilter-mp250/src/cnijfilter-source-3.40-1/libs'
Making all in paramlist
make[2]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/cnijfilter-mp250/src/cnijfilter-source-3.40-1/libs/paramlist'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -O2 -Wall -O2 -MT paramlist.lo -MD -MP -MF .deps/paramlist.Tpo -c -o paramlist.lo paramlist.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -O2 -MT paramlist.lo -MD -MP -MF .deps/paramlist.Tpo -c paramlist.c  -fPIC -DPIC -o .libs/paramlist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -O2 -MT paramlist.lo -MD -MP -MF .deps/paramlist.Tpo -c paramlist.c -o paramlist.o >/dev/null 2>&1
mv -f .deps/paramlist.Tpo .deps/paramlist.Plo
/bin/sh ../libtool  --tag=CC   --mode=link gcc -O2 -Wall -O2  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libparamlist.la  paramlist.lo  
libtool: link: ar cr .libs/libparamlist.a .libs/paramlist.o 
libtool: link: ranlib .libs/libparamlist.a
libtool: link: ( cd ".libs" && rm -f "libparamlist.la" && ln -s "../libparamlist.la" "libparamlist.la" )
make[2]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/cnijfilter-mp250/src/cnijfilter-source-3.40-1/libs/paramlist'
Making all in buftool
make[2]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/cnijfilter-mp250/src/cnijfilter-source-3.40-1/libs/buftool'
gcc -DHAVE_CONFIG_H -I. -I..     -O2 -MT buftool.o -MD -MP -MF .deps/buftool.Tpo -c -o buftool.o buftool.c
mv -f .deps/buftool.Tpo .deps/buftool.Po
gcc -DHAVE_CONFIG_H -I. -I..     -O2 -MT buflist.o -MD -MP -MF .deps/buflist.Tpo -c -o buflist.o buflist.c
mv -f .deps/buflist.Tpo .deps/buflist.Po
rm -f libbuftool.a
ar cru libbuftool.a buftool.o buflist.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libbuftool.a
make[2]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/cnijfilter-mp250/src/cnijfilter-source-3.40-1/libs/buftool'
make[2]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/cnijfilter-mp250/src/cnijfilter-source-3.40-1/libs'
make[2]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/cnijfilter-mp250/src/cnijfilter-source-3.40-1/libs'
make[1]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/cnijfilter-mp250/src/cnijfilter-source-3.40-1/libs'
processing .
Running libtoolize...
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: You should add the contents of the following files to 'aclocal.m4':
libtoolize:   '/usr/share/aclocal/libtool.m4'
libtoolize:   '/usr/share/aclocal/ltoptions.m4'
libtoolize:   '/usr/share/aclocal/ltsugar.m4'
libtoolize:   '/usr/share/aclocal/ltversion.m4'
libtoolize:   '/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Running aclocal  ...
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Running autoheader...
autoheader: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoheader: warning: WARNING: Using auxiliary files such as 'acconfig.h', 'config.h.bot'
autoheader: WARNING: and 'config.h.top', to define templates for 'config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader: 
autoheader: WARNING: Using the third argument of 'AC_DEFINE_UNQUOTED' and
autoheader: WARNING: 'AC_DEFINE' allows one to define a template without
autoheader: WARNING: 'acconfig.h':
autoheader: 
autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: 		[Define if a function 'main' is needed.])
autoheader: 
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
Running automake --gnu  ...
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:2: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
configure.in:2: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.in:17: installing './compile'
configure.in:20: installing './config.guess'
configure.in:20: installing './config.sub'
configure.in:2: installing './install-sh'
configure.in:2: installing './missing'
cngpij/Makefile.am: installing './depcomp'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Running autoconf ...
configure.in:2: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:9482: AM_INIT_AUTOMAKE is expanded from...
configure.in:2: the top level
configure.in:4: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.in:4: You should use the 'AC_CONFIG_HEADERS' macro instead.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:9780: AM_CONFIG_HEADER is expanded from...
configure.in:4: the top level
configure.in:20: warning: The macro `AM_PROG_LIBTOOL' is obsolete.
configure.in:20: You should run autoupdate.
aclocal.m4:122: AM_PROG_LIBTOOL is expanded from...
configure.in:20: the top level
configure.in:31: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.in:31: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.in:31: the top level
configure.in:46: warning: AC_OUTPUT should be used without arguments.
configure.in:46: You should run autoupdate.
Running ./configure --prefix=/usr --program-suffix=mp250 --enable-progpath=/usr/bin ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking whether make supports the include directive... yes (GNU style)
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for vfork.h... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for main in -lcups... yes
checking for main in -lparamlist... no
checking for main in -lpopt... yes
checking for egrep... (cached) /usr/bin/grep -E
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for arpa/inet.h... yes
checking for fcntl.h... yes
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/socket.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for pid_t... yes
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for GNU libc compatible malloc... yes
checking for memset... yes
checking for socket... yes
checking for strdup... yes
checking for strrchr... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating cngpij/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Now type `make' to compile
make  all-recursive
make[1]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/cnijfilter-mp250/src/cnijfilter-source-3.40-1/cngpij'
Making all in cngpij
make[2]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/cnijfilter-mp250/src/cnijfilter-source-3.40-1/cngpij/cngpij'
gcc -DHAVE_CONFIG_H -I. -I..    -O2 -Wall -I../include/cncl -I../include/misc -I../../libs/paramlist -O2 -MT bjcups.o -MD -MP -MF .deps/bjcups.Tpo -c -o bjcups.o bjcups.c
bjcups.c: In function 'check_entry_name':
bjcups.c:263:2: warning: 'httpConnectEncrypt' is deprecated: Use httpConnect2 instead. [-Wdeprecated-declarations]
  263 |  pHTTP = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption());
      |  ^~~~~
In file included from /usr/include/cups/ipp.h:18,
                 from /usr/include/cups/cups.h:27,
                 from bjcups.c:25:
/usr/include/cups/http.h:458:17: note: declared here
  458 | extern http_t  *httpConnectEncrypt(const char *host, int port, http_encryption_t encryption) _CUPS_DEPRECATED_1_7_MSG("Use httpConnect2 instead.");
      |                 ^~~~~~~~~~~~~~~~~~
bjcups.c: In function 'get_product_name':
bjcups.c:398:2: warning: 'cupsGetPPD' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  398 |  const char *ppd_name = cupsGetPPD(printer_name);
      |  ^~~~~
In file included from bjcups.c:27:
/usr/include/cups/ppd.h:358:20: note: declared here
  358 | extern const char *cupsGetPPD(const char *name) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                    ^~~~~~~~~~
bjcups.c:409:3: warning: 'ppdOpenFile' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  409 |   if( (p_ppd = ppdOpenFile(ppd_name)) != NULL )
      |   ^~
In file included from bjcups.c:27:
/usr/include/cups/ppd.h:389:20: note: declared here
  389 | extern ppd_file_t *ppdOpenFile(const char *filename) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                    ^~~~~~~~~~~
bjcups.c:416:4: warning: 'ppdClose' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  416 |    ppdClose(p_ppd);
      |    ^~~~~~~~
In file included from bjcups.c:27:
/usr/include/cups/ppd.h:364:14: note: declared here
  364 | extern void  ppdClose(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |              ^~~~~~~~
bjcups.c: In function 'getDeviceURI':
bjcups.c:685:2: warning: 'httpConnectEncrypt' is deprecated: Use httpConnect2 instead. [-Wdeprecated-declarations]
  685 |  if ((pHTTP = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption())) == NULL) {
      |  ^~
In file included from /usr/include/cups/ipp.h:18,
                 from /usr/include/cups/cups.h:27,
                 from bjcups.c:25:
/usr/include/cups/http.h:458:17: note: declared here
  458 | extern http_t  *httpConnectEncrypt(const char *host, int port, http_encryption_t encryption) _CUPS_DEPRECATED_1_7_MSG("Use httpConnect2 instead.");
      |                 ^~~~~~~~~~~~~~~~~~
bjcups.c:692:11: error: invalid use of incomplete typedef 'ipp_t' {aka 'struct _ipp_s'}
  692 |   pRequest->request.op.operation_id = CUPS_GET_PRINTERS;
      |           ^~
bjcups.c:693:11: error: invalid use of incomplete typedef 'ipp_t' {aka 'struct _ipp_s'}
  693 |   pRequest->request.op.request_id   = 1;
      |           ^~
bjcups.c:702:17: error: invalid use of incomplete typedef 'ipp_t' {aka 'struct _ipp_s'}
  702 |    if (pResponse->request.status.status_code > IPP_OK_CONFLICT) {
      |                 ^~
bjcups.c:707:27: error: invalid use of incomplete typedef 'ipp_t' {aka 'struct _ipp_s'}
  707 |     pAttribute = pResponse->attrs;
      |                           ^~
bjcups.c:710:45: error: invalid use of incomplete typedef 'ipp_attribute_t' {aka 'struct _ipp_attribute_s'}
  710 |      while (pAttribute != NULL && pAttribute->group_tag != IPP_TAG_PRINTER) {
      |                                             ^~
bjcups.c:711:30: error: invalid use of incomplete typedef 'ipp_attribute_t' {aka 'struct _ipp_attribute_s'}
  711 |       pAttribute = pAttribute->next;
      |                              ^~
bjcups.c:717:45: error: invalid use of incomplete typedef 'ipp_attribute_t' {aka 'struct _ipp_attribute_s'}
  717 |      while (pAttribute != NULL && pAttribute->group_tag == IPP_TAG_PRINTER) {
      |                                             ^~
bjcups.c:718:28: error: invalid use of incomplete typedef 'ipp_attribute_t' {aka 'struct _ipp_attribute_s'}
  718 |       if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
      |                            ^~
bjcups.c:718:70: error: invalid use of incomplete typedef 'ipp_attribute_t' {aka 'struct _ipp_attribute_s'}
  718 |       if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
      |                                                                      ^~
bjcups.c:719:29: error: invalid use of incomplete typedef 'ipp_attribute_t' {aka 'struct _ipp_attribute_s'}
  719 |        pPrinter = pAttribute->values[0].string.text;
      |                             ^~
bjcups.c:721:28: error: invalid use of incomplete typedef 'ipp_attribute_t' {aka 'struct _ipp_attribute_s'}
  721 |       if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
      |                            ^~
bjcups.c:721:68: error: invalid use of incomplete typedef 'ipp_attribute_t' {aka 'struct _ipp_attribute_s'}
  721 |       if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
      |                                                                    ^~
bjcups.c:722:26: error: invalid use of incomplete typedef 'ipp_attribute_t' {aka 'struct _ipp_attribute_s'}
  722 |        pDUri = pAttribute->values[0].string.text;
      |                          ^~
bjcups.c:724:30: error: invalid use of incomplete typedef 'ipp_attribute_t' {aka 'struct _ipp_attribute_s'}
  724 |       pAttribute = pAttribute->next;
      |                              ^~
bjcups.c:733:31: error: invalid use of incomplete typedef 'ipp_attribute_t' {aka 'struct _ipp_attribute_s'}
  733 |        pAttribute = pAttribute->next;
      |                               ^~
bjcups.c: In function 'main':
bjcups.c:830:3: warning: 'cupsGetPPD' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  830 |   p_ppd_name = cupsGetPPD( g_printer_name );
      |   ^~~~~~~~~~
In file included from bjcups.c:27:
/usr/include/cups/ppd.h:358:20: note: declared here
  358 | extern const char *cupsGetPPD(const char *name) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                    ^~~~~~~~~~
bjcups.c:830:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  830 |   p_ppd_name = cupsGetPPD( g_printer_name );
      |              ^
bjcups.c:835:3: warning: 'ppdOpenFile' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  835 |   p_ppd = ppdOpenFile(p_ppd_name);
      |   ^~~~~
In file included from bjcups.c:27:
/usr/include/cups/ppd.h:389:20: note: declared here
  389 | extern ppd_file_t *ppdOpenFile(const char *filename) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                    ^~~~~~~~~~~
bjcups.c:845:3: warning: 'ppdClose' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  845 |   ppdClose(p_ppd);
      |   ^~~~~~~~
In file included from bjcups.c:27:
/usr/include/cups/ppd.h:364:14: note: declared here
  364 | extern void  ppdClose(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |              ^~~~~~~~
make[2]: *** [Makefile:410: bjcups.o] Error 1
make[2]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/cnijfilter-mp250/src/cnijfilter-source-3.40-1/cngpij/cngpij'
make[1]: *** [Makefile:398: all-recursive] Error 1
make[1]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/cnijfilter-mp250/src/cnijfilter-source-3.40-1/cngpij'
make: *** [Makefile:330: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

If anybody can help me, it's very important for me that this printer work on my archlinux hmm

Last edited by PowaBanga (2021-05-13 12:52:14)

Offline

#2 2021-05-12 14:45:19

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,466

Re: lib32-suiteparse (for scangearmp-mp250) and errror in cnijfilter-mp250

What do lib32-gimp and lib32-suiteparse have to do with cnijfilter-mp250?

Offline

#3 2021-05-12 17:26:58

PowaBanga
Member
Registered: 2021-04-05
Posts: 22

Re: lib32-suiteparse (for scangearmp-mp250) and errror in cnijfilter-mp250

needed by lib32-gegl who is needed by lib32-gimp and, ha yes, lib32-gimp is for scangearmp-mp250series so this part is for the scanner sorry, I let this problem on the side for a time i Forgot this stuffs

And so my problem with cnijfilter-mp250 is an error in compilation :

powabanga@ArchiHPPavillion cnijfilter-mp250]$ makepkg -sc --needed
==> Making package: cnijfilter-mp250 3.40.1-5.1 (Wed May 12 19:30:30 2021)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found cnijfilter-source-3.40-1.tar.gz
  -> Found fix.patch
  -> Found libpng.patch
  -> Found automake_fix.patch
==> Validating source files with md5sums...
    cnijfilter-source-3.40-1.tar.gz ... Passed
    fix.patch ... Passed
    libpng.patch ... Passed
    automake_fix.patch ... Passed
==> Extracting sources...
  -> Extracting cnijfilter-source-3.40-1.tar.gz with bsdtar
==> Starting prepare()...
patching file backend/src/cnij_backend_common.c
patching file cngpijmon/src/bjcupsmon_cups.c
Hunk #1 succeeded at 18 with fuzz 1.
patching file cngpij/cngpij/bjcups.c
patching file cnijfilter/src/bjfimage.c
==> Starting build()...
processing .
Running libtoolize...
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: You should add the contents of the following files to 'aclocal.m4':
libtoolize:   '/usr/share/aclocal/libtool.m4'
libtoolize:   '/usr/share/aclocal/ltoptions.m4'
libtoolize:   '/usr/share/aclocal/ltsugar.m4'
libtoolize:   '/usr/share/aclocal/ltversion.m4'
libtoolize:   '/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Running aclocal  ...
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Running autoheader...
autoheader: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Running automake --gnu  ...
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:2: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
configure.in:2: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.in:8: installing './compile'
configure.in:11: installing './config.guess'
configure.in:11: installing './config.sub'
configure.in:2: installing './install-sh'
configure.in:2: installing './missing'
Makefile.am: installing './COPYING' using GNU General Public License v3 file
Makefile.am:     Consider adding the COPYING file to the version control system
Makefile.am:     for your code, to avoid questions about which license your project uses
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
buftool/Makefile.am: installing './depcomp'
Running autoconf ...
configure.in:2: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:9482: AM_INIT_AUTOMAKE is expanded from...
configure.in:2: the top level
configure.in:4: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.in:4: You should use the 'AC_CONFIG_HEADERS' macro instead.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:9780: AM_CONFIG_HEADER is expanded from...
configure.in:4: the top level
configure.in:11: warning: The macro `AM_PROG_LIBTOOL' is obsolete.
configure.in:11: You should run autoupdate.
aclocal.m4:122: AM_PROG_LIBTOOL is expanded from...
configure.in:11: the top level
configure.in:16: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.in:16: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.in:16: the top level
configure.in:30: warning: AC_OUTPUT should be used without arguments.
configure.in:30: You should run autoupdate.
Running ./configure --prefix=/usr --program-suffix=mp250 ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking whether make supports the include directive... yes (GNU style)
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for vfork.h... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for egrep... (cached) /usr/bin/grep -E
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for malloc.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for GNU libc compatible malloc... yes
checking for dup2... yes
checking for memset... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating buftool/Makefile
config.status: creating paramlist/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Now type `make' to compile buftool
make  all-recursive
make[1]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/cnijfilter-mp250/src/cnijfilter-source-3.40-1/libs'
Making all in paramlist
make[2]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/cnijfilter-mp250/src/cnijfilter-source-3.40-1/libs/paramlist'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..    -O2 -Wall -O2 -MT paramlist.lo -MD -MP -MF .deps/paramlist.Tpo -c -o paramlist.lo paramlist.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -O2 -MT paramlist.lo -MD -MP -MF .deps/paramlist.Tpo -c paramlist.c  -fPIC -DPIC -o .libs/paramlist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -O2 -MT paramlist.lo -MD -MP -MF .deps/paramlist.Tpo -c paramlist.c -o paramlist.o >/dev/null 2>&1
mv -f .deps/paramlist.Tpo .deps/paramlist.Plo
/bin/sh ../libtool  --tag=CC   --mode=link gcc -O2 -Wall -O2  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libparamlist.la  paramlist.lo  
libtool: link: ar cr .libs/libparamlist.a .libs/paramlist.o 
libtool: link: ranlib .libs/libparamlist.a
libtool: link: ( cd ".libs" && rm -f "libparamlist.la" && ln -s "../libparamlist.la" "libparamlist.la" )
make[2]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/cnijfilter-mp250/src/cnijfilter-source-3.40-1/libs/paramlist'
Making all in buftool
make[2]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/cnijfilter-mp250/src/cnijfilter-source-3.40-1/libs/buftool'
gcc -DHAVE_CONFIG_H -I. -I..     -O2 -MT buftool.o -MD -MP -MF .deps/buftool.Tpo -c -o buftool.o buftool.c
mv -f .deps/buftool.Tpo .deps/buftool.Po
gcc -DHAVE_CONFIG_H -I. -I..     -O2 -MT buflist.o -MD -MP -MF .deps/buflist.Tpo -c -o buflist.o buflist.c
mv -f .deps/buflist.Tpo .deps/buflist.Po
rm -f libbuftool.a
ar cru libbuftool.a buftool.o buflist.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libbuftool.a
make[2]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/cnijfilter-mp250/src/cnijfilter-source-3.40-1/libs/buftool'
make[2]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/cnijfilter-mp250/src/cnijfilter-source-3.40-1/libs'
make[2]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/cnijfilter-mp250/src/cnijfilter-source-3.40-1/libs'
make[1]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/cnijfilter-mp250/src/cnijfilter-source-3.40-1/libs'
processing .
Running libtoolize...
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: You should add the contents of the following files to 'aclocal.m4':
libtoolize:   '/usr/share/aclocal/libtool.m4'
libtoolize:   '/usr/share/aclocal/ltoptions.m4'
libtoolize:   '/usr/share/aclocal/ltsugar.m4'
libtoolize:   '/usr/share/aclocal/ltversion.m4'
libtoolize:   '/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Running aclocal  ...
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Running autoheader...
autoheader: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoheader: warning: WARNING: Using auxiliary files such as 'acconfig.h', 'config.h.bot'
autoheader: WARNING: and 'config.h.top', to define templates for 'config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader: 
autoheader: WARNING: Using the third argument of 'AC_DEFINE_UNQUOTED' and
autoheader: WARNING: 'AC_DEFINE' allows one to define a template without
autoheader: WARNING: 'acconfig.h':
autoheader: 
autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: 		[Define if a function 'main' is needed.])
autoheader: 
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
Running automake --gnu  ...
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:2: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
configure.in:2: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.in:17: installing './compile'
configure.in:20: installing './config.guess'
configure.in:20: installing './config.sub'
configure.in:2: installing './install-sh'
configure.in:2: installing './missing'
cngpij/Makefile.am: installing './depcomp'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
Running autoconf ...
configure.in:2: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:9482: AM_INIT_AUTOMAKE is expanded from...
configure.in:2: the top level
configure.in:4: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.in:4: You should use the 'AC_CONFIG_HEADERS' macro instead.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:9780: AM_CONFIG_HEADER is expanded from...
configure.in:4: the top level
configure.in:20: warning: The macro `AM_PROG_LIBTOOL' is obsolete.
configure.in:20: You should run autoupdate.
aclocal.m4:122: AM_PROG_LIBTOOL is expanded from...
configure.in:20: the top level
configure.in:31: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.in:31: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.in:31: the top level
configure.in:46: warning: AC_OUTPUT should be used without arguments.
configure.in:46: You should run autoupdate.
Running ./configure --prefix=/usr --program-suffix=mp250 --enable-progpath=/usr/bin ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking whether make supports the include directive... yes (GNU style)
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for vfork.h... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for main in -lcups... yes
checking for main in -lparamlist... no
checking for main in -lpopt... yes
checking for egrep... (cached) /usr/bin/grep -E
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for arpa/inet.h... yes
checking for fcntl.h... yes
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/socket.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for pid_t... yes
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for GNU libc compatible malloc... yes
checking for memset... yes
checking for socket... yes
checking for strdup... yes
checking for strrchr... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating cngpij/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Now type `make' to compile
make  all-recursive
make[1]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/cnijfilter-mp250/src/cnijfilter-source-3.40-1/cngpij'
Making all in cngpij
make[2]: Entering directory '/home/powabanga/Documents/trucs/pkbuilds/cnijfilter-mp250/src/cnijfilter-source-3.40-1/cngpij/cngpij'
gcc -DHAVE_CONFIG_H -I. -I..    -O2 -Wall -I../include/cncl -I../include/misc -I../../libs/paramlist -O2 -MT bjcups.o -MD -MP -MF .deps/bjcups.Tpo -c -o bjcups.o bjcups.c
bjcups.c: In function 'check_entry_name':
bjcups.c:263:2: warning: 'httpConnectEncrypt' is deprecated: Use httpConnect2 instead. [-Wdeprecated-declarations]
  263 |  pHTTP = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption());
      |  ^~~~~
In file included from /usr/include/cups/ipp.h:18,
                 from /usr/include/cups/cups.h:27,
                 from bjcups.c:25:
/usr/include/cups/http.h:458:17: note: declared here
  458 | extern http_t  *httpConnectEncrypt(const char *host, int port, http_encryption_t encryption) _CUPS_DEPRECATED_1_7_MSG("Use httpConnect2 instead.");
      |                 ^~~~~~~~~~~~~~~~~~
bjcups.c: In function 'get_product_name':
bjcups.c:398:2: warning: 'cupsGetPPD' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  398 |  const char *ppd_name = cupsGetPPD(printer_name);
      |  ^~~~~
In file included from bjcups.c:27:
/usr/include/cups/ppd.h:358:20: note: declared here
  358 | extern const char *cupsGetPPD(const char *name) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                    ^~~~~~~~~~
bjcups.c:409:3: warning: 'ppdOpenFile' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  409 |   if( (p_ppd = ppdOpenFile(ppd_name)) != NULL )
      |   ^~
In file included from bjcups.c:27:
/usr/include/cups/ppd.h:389:20: note: declared here
  389 | extern ppd_file_t *ppdOpenFile(const char *filename) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                    ^~~~~~~~~~~
bjcups.c:416:4: warning: 'ppdClose' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  416 |    ppdClose(p_ppd);
      |    ^~~~~~~~
In file included from bjcups.c:27:
/usr/include/cups/ppd.h:364:14: note: declared here
  364 | extern void  ppdClose(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |              ^~~~~~~~
bjcups.c: In function 'getDeviceURI':
bjcups.c:685:2: warning: 'httpConnectEncrypt' is deprecated: Use httpConnect2 instead. [-Wdeprecated-declarations]
  685 |  if ((pHTTP = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption())) == NULL) {
      |  ^~
In file included from /usr/include/cups/ipp.h:18,
                 from /usr/include/cups/cups.h:27,
                 from bjcups.c:25:
/usr/include/cups/http.h:458:17: note: declared here
  458 | extern http_t  *httpConnectEncrypt(const char *host, int port, http_encryption_t encryption) _CUPS_DEPRECATED_1_7_MSG("Use httpConnect2 instead.");
      |                 ^~~~~~~~~~~~~~~~~~
bjcups.c:692:11: error: invalid use of incomplete typedef 'ipp_t' {aka 'struct _ipp_s'}
  692 |   pRequest->request.op.operation_id = CUPS_GET_PRINTERS;
      |           ^~
bjcups.c:693:11: error: invalid use of incomplete typedef 'ipp_t' {aka 'struct _ipp_s'}
  693 |   pRequest->request.op.request_id   = 1;
      |           ^~
bjcups.c:702:17: error: invalid use of incomplete typedef 'ipp_t' {aka 'struct _ipp_s'}
  702 |    if (pResponse->request.status.status_code > IPP_OK_CONFLICT) {
      |                 ^~
bjcups.c:707:27: error: invalid use of incomplete typedef 'ipp_t' {aka 'struct _ipp_s'}
  707 |     pAttribute = pResponse->attrs;
      |                           ^~
bjcups.c:710:45: error: invalid use of incomplete typedef 'ipp_attribute_t' {aka 'struct _ipp_attribute_s'}
  710 |      while (pAttribute != NULL && pAttribute->group_tag != IPP_TAG_PRINTER) {
      |                                             ^~
bjcups.c:711:30: error: invalid use of incomplete typedef 'ipp_attribute_t' {aka 'struct _ipp_attribute_s'}
  711 |       pAttribute = pAttribute->next;
      |                              ^~
bjcups.c:717:45: error: invalid use of incomplete typedef 'ipp_attribute_t' {aka 'struct _ipp_attribute_s'}
  717 |      while (pAttribute != NULL && pAttribute->group_tag == IPP_TAG_PRINTER) {
      |                                             ^~
bjcups.c:718:28: error: invalid use of incomplete typedef 'ipp_attribute_t' {aka 'struct _ipp_attribute_s'}
  718 |       if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
      |                            ^~
bjcups.c:718:70: error: invalid use of incomplete typedef 'ipp_attribute_t' {aka 'struct _ipp_attribute_s'}
  718 |       if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
      |                                                                      ^~
bjcups.c:719:29: error: invalid use of incomplete typedef 'ipp_attribute_t' {aka 'struct _ipp_attribute_s'}
  719 |        pPrinter = pAttribute->values[0].string.text;
      |                             ^~
bjcups.c:721:28: error: invalid use of incomplete typedef 'ipp_attribute_t' {aka 'struct _ipp_attribute_s'}
  721 |       if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
      |                            ^~
bjcups.c:721:68: error: invalid use of incomplete typedef 'ipp_attribute_t' {aka 'struct _ipp_attribute_s'}
  721 |       if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
      |                                                                    ^~
bjcups.c:722:26: error: invalid use of incomplete typedef 'ipp_attribute_t' {aka 'struct _ipp_attribute_s'}
  722 |        pDUri = pAttribute->values[0].string.text;
      |                          ^~
bjcups.c:724:30: error: invalid use of incomplete typedef 'ipp_attribute_t' {aka 'struct _ipp_attribute_s'}
  724 |       pAttribute = pAttribute->next;
      |                              ^~
bjcups.c:733:31: error: invalid use of incomplete typedef 'ipp_attribute_t' {aka 'struct _ipp_attribute_s'}
  733 |        pAttribute = pAttribute->next;
      |                               ^~
bjcups.c: In function 'main':
bjcups.c:830:3: warning: 'cupsGetPPD' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  830 |   p_ppd_name = cupsGetPPD( g_printer_name );
      |   ^~~~~~~~~~
In file included from bjcups.c:27:
/usr/include/cups/ppd.h:358:20: note: declared here
  358 | extern const char *cupsGetPPD(const char *name) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                    ^~~~~~~~~~
bjcups.c:830:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  830 |   p_ppd_name = cupsGetPPD( g_printer_name );
      |              ^
bjcups.c:835:3: warning: 'ppdOpenFile' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  835 |   p_ppd = ppdOpenFile(p_ppd_name);
      |   ^~~~~
In file included from bjcups.c:27:
/usr/include/cups/ppd.h:389:20: note: declared here
  389 | extern ppd_file_t *ppdOpenFile(const char *filename) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |                    ^~~~~~~~~~~
bjcups.c:845:3: warning: 'ppdClose' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations]
  845 |   ppdClose(p_ppd);
      |   ^~~~~~~~
In file included from bjcups.c:27:
/usr/include/cups/ppd.h:364:14: note: declared here
  364 | extern void  ppdClose(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead.");
      |              ^~~~~~~~
make[2]: *** [Makefile:410: bjcups.o] Error 1
make[2]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/cnijfilter-mp250/src/cnijfilter-source-3.40-1/cngpij/cngpij'
make[1]: *** [Makefile:398: all-recursive] Error 1
make[1]: Leaving directory '/home/powabanga/Documents/trucs/pkbuilds/cnijfilter-mp250/src/cnijfilter-source-3.40-1/cngpij'
make: *** [Makefile:330: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

Sorry, i correct the title of the topic and first topic

Last edited by PowaBanga (2021-05-12 17:47:08)

Offline

#4 2021-05-12 17:38:25

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: lib32-suiteparse (for scangearmp-mp250) and errror in cnijfilter-mp250

Have a look at https://github.com/spremi/cnijfilter-so … 6a4ad216fd
Edit:

diff --git a/cngpij/cngpij/bjcups.c b/cngpij/cngpij/bjcups.c
index 1c739bb..5bd8f77 100755
--- a/cngpij/cngpij/bjcups.c
+++ b/cngpij/cngpij/bjcups.c
@@ -689,8 +689,8 @@ static short getDeviceURI( char *pDestName, char *pDeviceURI, short bufSize)
 	else {
 		pRequest = ippNew();
 		
-		pRequest->request.op.operation_id = CUPS_GET_PRINTERS;
-		pRequest->request.op.request_id   = 1;
+		ippSetOperation(pRequest, CUPS_GET_PRINTERS);
+		ippSetRequestId(pRequest, 1);
 		
 		pLanguage = bjcupsLangDefault();	// cupsLangDefault() -> bjcupsLangDefault() for cups-1.1.19
 		
@@ -699,29 +699,29 @@ static short getDeviceURI( char *pDestName, char *pDeviceURI, short bufSize)
 		ippAddString(pRequest, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", NULL, NULL);
 		
 		if ((pResponse = cupsDoRequest(pHTTP, pRequest, "/")) != NULL) {
-			if (pResponse->request.status.status_code > IPP_OK_CONFLICT) {
+			if (ippGetStatusCode(pResponse) > IPP_OK_CONFLICT) {
 				fputs("ERROR: IPP ERROR\n", stderr);
 				goto onErr;
 			}
 			else {
-				pAttribute = pResponse->attrs;
+				pAttribute = ippFirstAttribute(pResponse);;
 
 				while (pAttribute != NULL) {
-					while (pAttribute != NULL && pAttribute->group_tag != IPP_TAG_PRINTER) {
-						pAttribute = pAttribute->next;
+					while (pAttribute != NULL && ippGetGroupTag(pAttribute) != IPP_TAG_PRINTER) {
+						pAttribute = ippNextAttribute(pResponse);
 					}
 					if (pAttribute == NULL) {
 						break;
 					}
 					
-					while (pAttribute != NULL && pAttribute->group_tag == IPP_TAG_PRINTER) {
-						if (strcmp(pAttribute->name, "printer-name") == 0 && pAttribute->value_tag == IPP_TAG_NAME) {
-							pPrinter = pAttribute->values[0].string.text;
+					while (pAttribute != NULL && ippGetGroupTag(pAttribute) == IPP_TAG_PRINTER) {
+						if (strcmp(ippGetName(pAttribute), "printer-name") == 0 && ippGetValueTag(pAttribute) == IPP_TAG_NAME) {
+							pPrinter = ippGetString(pAttribute, 0, NULL);
 						}
-						if (strcmp(pAttribute->name, "device-uri") == 0 && pAttribute->value_tag == IPP_TAG_URI) {
-							pDUri = pAttribute->values[0].string.text;
+						if (strcmp(ippGetName(pAttribute), "device-uri") == 0 && ippGetValueTag(pAttribute) == IPP_TAG_URI) {
+							pDUri = ippGetString(pAttribute, 0, NULL);
 						}
-						pAttribute = pAttribute->next;
+						pAttribute = ippNextAttribute(pResponse);
 					}
 
 					if (strcasecmp(pDestName, pPrinter) == 0) {
@@ -730,7 +730,7 @@ static short getDeviceURI( char *pDestName, char *pDeviceURI, short bufSize)
 					}
 					
 					if (pAttribute != NULL)
-						 pAttribute = pAttribute->next;
+						pAttribute = ippNextAttribute(pResponse);
 				}
 			}
 			
diff --git a/cngpijmon/cnijnpr/cnijnpr/cnijnpr.c b/cngpijmon/cnijnpr/cnijnpr/cnijnpr.c
index 162fcda..b33aaa1 100755
--- a/cngpijmon/cnijnpr/cnijnpr/cnijnpr.c
+++ b/cngpijmon/cnijnpr/cnijnpr/cnijnpr.c
@@ -33,7 +33,6 @@
 #include <signal.h>
 #include <sys/ioctl.h>
 #include <net/if.h>
-#include <sys/sysctl.h>
 #include <config.h>
 
 #include <dlfcn.h>

Last edited by loqs (2021-05-12 20:44:19)

Offline

#5 2021-05-13 12:47:30

PowaBanga
Member
Registered: 2021-04-05
Posts: 22

Re: lib32-suiteparse (for scangearmp-mp250) and errror in cnijfilter-mp250

So i Add this sed commands in "prepare"

  sed -i 's/char                   \*pPrinter = NULL;                      \/\/ Pointer to printer name\./const char               \*pPrinter = NULL;                      \/\/ Pointer to printer name\./g' ${srcdir}/cnijfilter-source-${_pkgrealver}-${_pkgrealrel}/cngpij/cngpij/bjcups.c
  sed -i 's/char			\*pDUri = NULL;				\/\/ Pointer to Device uri\./const char		\*pDUri = NULL;				\/\/ Pointer to Device uri\./g' ${srcdir}/cnijfilter-source-${_pkgrealver}-${_pkgrealrel}/cngpij/cngpij/bjcups.c
  sed -i 's/pRequest->request\.op\.operation_id = CUPS_GET_PRINTERS;/ippSetOperation(pRequest, CUPS_GET_PRINTERS);/g' ${srcdir}/cnijfilter-source-${_pkgrealver}-${_pkgrealrel}/cngpij/cngpij/bjcups.c
  sed -i 's/pRequest->request\.op\.request_id   = 1;/ippSetRequestId(pRequest, 1);/g' ${srcdir}/cnijfilter-source-${_pkgrealver}-${_pkgrealrel}/cngpij/cngpij/bjcups.c
  sed -i 's/if (pResponse->request\.status\.status_code > IPP_OK_CONFLICT) {/if (ippGetStatusCode(pResponse) > IPP_OK_CONFLICT) {/g' ${srcdir}/cnijfilter-source-${_pkgrealver}-${_pkgrealrel}/cngpij/cngpij/bjcups.c
  sed -i 's/pAttribute = pResponse->attrs;/pAttribute = ippFirstAttribute(pResponse);/g' ${srcdir}/cnijfilter-source-${_pkgrealver}-${_pkgrealrel}/cngpij/cngpij/bjcups.c
  sed -i 's/pAttribute->group_tag/ippGetGroupTag(pAttribute)/g' ${srcdir}/cnijfilter-source-${_pkgrealver}-${_pkgrealrel}/cngpij/cngpij/bjcups.c
  sed -i 's/pAttribute = pAttribute->next;/pAttribute = ippNextAttribute(pResponse);/g' ${srcdir}/cnijfilter-source-${_pkgrealver}-${_pkgrealrel}/cngpij/cngpij/bjcups.c
  sed -i 's/strcmp(pAttribute->name/strcmp(ippGetName(pAttribute)/g' ${srcdir}/cnijfilter-source-${_pkgrealver}-${_pkgrealrel}/cngpij/cngpij/bjcups.c
  sed -i 's/pAttribute->value_tag/ippGetValueTag(pAttribute)/g' ${srcdir}/cnijfilter-source-${_pkgrealver}-${_pkgrealrel}/cngpij/cngpij/bjcups.c
  sed -i 's/pPrinter = pAttribute->values\[0\]\.string\.text;/pPrinter = ippGetString(pAttribute, 0, NULL);/g' ${srcdir}/cnijfilter-source-${_pkgrealver}-${_pkgrealrel}/cngpij/cngpij/bjcups.c
  sed -i 's/pDUri = pAttribute->values\[0\]\.string\.text;/pDUri = ippGetString(pAttribute, 0, NULL);/g' ${srcdir}/cnijfilter-source-${_pkgrealver}-${_pkgrealrel}/cngpij/cngpij/bjcups.c
  sed -i 's/size_t len;/socklen_t len;/g' ${srcdir}/cnijfilter-source-${_pkgrealver}-${_pkgrealrel}/cngpij/cngpij/getipc.c
  sed -i 's/sys\/sysctl.h/linux\/sysctl.h/g' ${srcdir}/cnijfilter-source-${_pkgrealver}-${_pkgrealrel}/cngpijmon/cnijnpr/cnijnpr/cnijnpr.c
   

and now the compilation work ! 50% solved ! yeah ! Thank-you loqs ! (not tested yet on my mp250 scanner, it is not near me)

Now I have to fix the remaining 50%  smile

Last edited by PowaBanga (2021-05-13 12:48:32)

Offline

#6 2021-05-13 12:58:53

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: lib32-suiteparse (for scangearmp-mp250) and errror in cnijfilter-mp250

git reset --hard
curl -o temp.patch http://ix.io/3mF7 #Download the patch from post #4 please check it before applying
git apply -v temp.patch
rm temp.patch

It should then compile.

Offline

#7 2021-05-14 14:29:40

PowaBanga
Member
Registered: 2021-04-05
Posts: 22

Re: lib32-suiteparse (for scangearmp-mp250) and errror in cnijfilter-mp250

Thank you loqs

Offline

#8 2023-12-09 21:57:21

Skooj
Member
Registered: 2023-12-09
Posts: 2

Re: lib32-suiteparse (for scangearmp-mp250) and errror in cnijfilter-mp250

Sorry to bump a very old thread but I am having this issue as well.

It would appear as though the patch is no longer available at http://ix.io/3mF7. Is this available elsewhere or is there more information on what it means to add the lines above to 'prepare'?

Offline

#9 2023-12-10 11:59:02

loqs
Member
Registered: 2014-03-06
Posts: 17,196

Re: lib32-suiteparse (for scangearmp-mp250) and errror in cnijfilter-mp250

Skooj wrote:

Sorry to bump a very old thread but I am having this issue as well.

It would appear as though the patch is no longer available at http://ix.io/3mF7. Is this available elsewhere or is there more information on what it means to add the lines above to 'prepare'?

See Patching_packages#Applying_patches
I have also posted a replacement for http://ix.io/3mF7 to http://0x0.st/H3pV.diff

Offline

#10 2023-12-10 17:46:35

Skooj
Member
Registered: 2023-12-09
Posts: 2

Re: lib32-suiteparse (for scangearmp-mp250) and errror in cnijfilter-mp250

Thank you loqs! and thanks for pointing me in the right direction so I might know what to do next time!

I've also backed up the patch and can link to it in the future if it goes missing again.

Offline

Board footer

Powered by FluxBB