Details
Details
- Reviewers
joebonrichie - Group Reviewers
Triage Team - Commits
- R2483:a294dfb0f60b: Update proj to 9.0.0
Built libgeotiff and libspatialite against it.
Diff Detail
Diff Detail
- Repository
- R2483 proj
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
This fails to build now.
+ ninja -j6 -C solusBuildDir ninja: Entering directory `solusBuildDir' [254/275] Linking CXX executable bin/test_tinshift FAILED: bin/test_tinshift : && /usr/lib64/ccache/bin/x86_64-solus-linux-g++ -mtune=generic -march=x86-64 -g2 -O2 -pipe -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=32 -fasynchronous-unwind-tables -ftree-vectorize -feliminate-unused-debug-types -Wall -Wno-error -Wp,-D_REENTRANT -O2 -g -DNDEBUG -Wl,--copy-dt-needed-entries -Wl,-O1 -Wl,-z,relro -Wl,-z,now -Wl,-z,max-page-size=0x1000 -Wl,-Bsymbolic-functions -Wl,--sort-common test/unit/CMakeFiles/test_tinshift.dir/main.cpp.o test/unit/CMakeFiles/test_tinshift.dir/test_tinshift.cpp.o -o bin/test_tinshift -L/home/build/YPKG/root/proj/build/proj-8.2.0/solusBuildDir/lib -Wl,-rpath,/home/build/YPKG/root/proj/build/proj-8.2.0/solusBuildDir/lib /usr/lib64/libgtest.a lib/libproj.so.22.2.0 -lpthread && : /usr/bin/ld: test/unit/CMakeFiles/test_tinshift.dir/test_tinshift.cpp.o:(.data.rel.ro+0x10): undefined reference to `typeinfo for testing::Test' collect2: error: ld returned 1 exit status [259/275] Generating proj.db ninja: build stopped: subcommand failed. Command '['/bin/bash', '--norc', '--noprofile', '/tmp/ypkg-buildPcs49h']' returned non-zero exit status 1 [Build] build failed ? Failed to build packages
Comment Actions
Sounds like the gtext package should be fixed then. It looks like the pkgconfigs are going into the main package when they need to be with the header files. Either the pkgconfigs need to be moved to the devel or the headers need to be moved into the main package