Coder Social home page Coder Social logo

Comments (6)

MisterTea avatar MisterTea commented on July 18, 2024 1

Should be fixed in master

from eternalterminal.

MisterTea avatar MisterTea commented on July 18, 2024

The httplib dependency is adding those files:

https://github.com/MisterTea/EternalTerminal/blob/master/CMakeLists.txt#L122

Maybe there's some option to not install those?

It's harmless, so I'm not going to investigate, but happy to accept a PR if there's a fix.

from eternalterminal.

jubalh avatar jubalh commented on July 18, 2024

The httplib dependency is adding those files

But those are devel files for EternalTerminal, why should they be installed for the end user?

It's harmless, so I'm not going to investigate, but happy to accept a PR if there's a fix.

It would be good to fix this upstream. I removed the files in our package.

from eternalterminal.

MisterTea avatar MisterTea commented on July 18, 2024

It looks like we can fix by setting HTTPLIB_INSTALL=OFF in our Cmakelists.txt

from eternalterminal.

MisterTea avatar MisterTea commented on July 18, 2024

Hmm. I can't seem to make 6.2.8 install those files. @jubalh what parameters are you passing cmake?

from eternalterminal.

jubalh avatar jubalh commented on July 18, 2024

Full build recipe.
Full build log.

Call to cmake:

/usr/bin/cmake /home/abuild/rpmbuild/BUILD/EternalTerminal-et-v6.2.8/. '-GUnix Makefiles' -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_BINDIR:PATH=bin -DCMAKE_INSTALL_SBINDIR:PATH=sbin -DCMAKE_INSTALL_LIBEXECDIR:PATH=libexec -DCMAKE_INSTALL_SYSCONFDIR:PATH=etc -DCMAKE_INSTALL_SHAREDSTATEDIR:PATH=/var/lib -DCMAKE_INSTALL_LOCALSTATEDIR:PATH=var -DCMAKE_INSTALL_RUNSTATEDIR:PATH=run -DCMAKE_INSTALL_LIBDIR:PATH=lib64 -DCMAKE_INSTALL_INCLUDEDIR:PATH=include -DCMAKE_INSTALL_DATAROOTDIR:PATH=share -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DCMAKE_BUILD_TYPE=RelWithDebInfo '-DCMAKE_C_FLAGS=-O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g' '-DCMAKE_CXX_FLAGS=-O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -std=c++17' '-DCMAKE_Fortran_FLAGS=-O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g' '-DCMAKE_EXE_LINKER_FLAGS=-flto=auto -Wl,--as-needed -Wl,-z,now' '-DCMAKE_MODULE_LINKER_FLAGS=-flto=auto -Wl,--as-needed' '-DCMAKE_SHARED_LINKER_FLAGS=-flto=auto -Wl,--as-needed -Wl,-z,now' -DLIB_SUFFIX=64 -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_STATIC_LIBS:BOOL=OFF -DCMAKE_COLOR_MAKEFILE:BOOL=OFF -DCMAKE_INSTALL_DO_STRIP:BOOL=OFF -DCMAKE_MODULES_INSTALL_DIR=/usr/lib64/cmake/EternalTerminal -DDISABLE_VCPKG:BOOL=ON -DProtobuf_LITE_LIBRARY=/usr/lib64/libprotobuf-lite.so

During make install I see:

[  181s] /usr/bin/cmake -P cmake_install.cmake
[  181s] -- Install configuration: "RelWithDebInfo"
[  181s] -- Installing: /home/abuild/rpmbuild/BUILDROOT/EternalTerminal-6.2.8-52.2.x86_64/usr/bin/etserver
[  181s] -- Installing: /home/abuild/rpmbuild/BUILDROOT/EternalTerminal-6.2.8-52.2.x86_64/usr/bin/etterminal
[  181s] -- Installing: /home/abuild/rpmbuild/BUILDROOT/EternalTerminal-6.2.8-52.2.x86_64/usr/bin/et
[  181s] -- Installing: /home/abuild/rpmbuild/BUILDROOT/EternalTerminal-6.2.8-52.2.x86_64/usr/bin/htm
[  181s] -- Installing: /home/abuild/rpmbuild/BUILDROOT/EternalTerminal-6.2.8-52.2.x86_64/usr/bin/htmd
[  181s] -- Installing: /home/abuild/rpmbuild/BUILDROOT/EternalTerminal-6.2.8-52.2.x86_64/usr/include/httplib.h
[  181s] -- Installing: /home/abuild/rpmbuild/BUILDROOT/EternalTerminal-6.2.8-52.2.x86_64/usr/lib64/cmake/httplib/httplibConfig.cmake
[  181s] -- Installing: /home/abuild/rpmbuild/BUILDROOT/EternalTerminal-6.2.8-52.2.x86_64/usr/lib64/cmake/httplib/httplibConfigVersion.cmake
[  181s] -- Installing: /home/abuild/rpmbuild/BUILDROOT/EternalTerminal-6.2.8-52.2.x86_64/usr/lib64/cmake/httplib/FindBrotli.cmake
[  181s] -- Installing: /home/abuild/rpmbuild/BUILDROOT/EternalTerminal-6.2.8-52.2.x86_64/usr/lib64/cmake/httplib/httplibTargets.cmake

from eternalterminal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.