Giter VIP home page Giter VIP logo

argus's People

Contributors

fweimer-rh avatar lukewhitworth avatar openargus avatar teemperor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

argus's Issues

License discrepancy

Hi! I help out with the Homebrew project, and our formula audit tool led me to a licensing discrepancy in Argus. In the language of SPDX license identifiers, here's what I'm seeing:

  • License text on Argus website: GPL-2.0-only
  • Argus source code comments: GPL-2.0-or-later
  • Argus COPYING license file: GPL-3.0

Could you please clarify the license situation with the necessary changes? Thanks much!

Build has strict-aliasing violations

make[1]: Entering directory '/var/tmp/portage/net-analyzer/argus-3.0.8.3-r2/work/argus-3.0.8.3/argus'
make[1]: warning: -j8 forced in submake: resetting jobserver mode.
x86_64-pc-linux-gnu-gcc -march=native -fstack-protector-all -O2 -pipe -fdiagnostics-color=always -frecord-gcc-switches -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-clash-protection -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing  -Wformat -Werror=format-security -Werror=implicit-function-declaration -Werror=implicit-int -Werror=int-conversion -Werror=incompatible-pointer-types -Wl,-O1 -Wl,--as-needed -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing -Wl,--defsym=__gentoo_check_ldflags__=0 -I. -I/usr/include -I./../include  -DHAVE_CONFIG_H  -c ArgusModeler.c
ArgusModeler.c: In function ‘ArgusGenerateRecord’:
ArgusModeler.c:3311:103: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
 3311 |                                  ((unsigned int *)(dsr + 1))[0] = (((unsigned int *)&metric->dst.pkts)[0]);
      |                                                                                                       ^
ArgusModeler.c:3313:104: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
 3313 |                                  ((unsigned int *)(dsr + 1))[2] = (((unsigned int *)&metric->dst.bytes)[0]);
      |                                                                                                        ^
cc1: some warnings being treated as errors
make[1]: *** [Makefile:74: ArgusModeler.o] Error 1
make[1]: Leaving directory '/var/tmp/portage/net-analyzer/argus-3.0.8.3-r2/work/argus-3.0.8.3/argus'

Full build log: build.log
Downstream report: https://bugs.gentoo.org/861146

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.