Coder Social home page Coder Social logo

Several warnings on gcc10 about cvmfs HOT 4 CLOSED

cvmfs avatar cvmfs commented on September 26, 2024
Several warnings on gcc10

from cvmfs.

Comments (4)

jblomer avatar jblomer commented on September 26, 2024

Thanks for the report! We'll probably need to explicitly enable assertions on gcc >= 10.

from cvmfs.

jblomer avatar jblomer commented on September 26, 2024

I just see that this is the package from AUR. There is some discussion on the cvmfs AUR package page on that problem. This package is not maintained by us though. You can on arch build from sources:

mkdir build
cd build
cmake ../
make -j10
sudo make install

from cvmfs.

eguiraud avatar eguiraud commented on September 26, 2024

To clarify: CVMFS's AUR package builds fine (with a lot of warnings printed on screen), but I thought you should know 😄

I did not think the warnings were specific of the way the AUR package builds cvmfs, is that the case? As far as I understand, it's enough to set -DCMAKE_BUILD_TYPE=Release (which is a standard setting when building CVMFS for use in production) to trigger the warnings.

Feel free to close this as "won't fix".

from cvmfs.

jblomer avatar jblomer commented on September 26, 2024

Oh, I see. For better or worse, cvmfs does not support the CMAKE_BUILD_TYPE. There is only one type of build which builds both debug binaries and production binaries with symbols present in the production binaries. The release also contains both production and debug binaries so that users can easily switch between the two.

from cvmfs.

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.