tomac / yersinia

A framework for layer 2 attacks
GNU General Public License v2.0
702 stars 119 forks source link

Fix autoconf warnings #51

Closed h3xx closed 6 years ago

h3xx commented 7 years ago

Fixes #50.

h3xx commented 7 years ago

I don't know what's going on with the CI runner; I reset the branch to master but with one non-code change and it still failed.

Edit: Resolved by bb8ec99d1e88bb534042d38c6f4842eac1373f80

aoshiken commented 7 years ago

It seems that the GTK2 package isn't installed by default on the Ubuntu Trusty Travis build so the build step failed with:

[...]
checking pkg-config is at least version 0.9.0... yes
checking for PACKAGE... no
configure: error: Package requirements (gtk+-2.0 >= 2.6.0) were not met:

No package 'gtk+-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
[...]
aoshiken commented 7 years ago

Please, try it again I've updated the travis.yaml configuration file for installing GTK before building

h3xx commented 7 years ago

Okay, I rebased off bb8ec99d1e88bb534042d38c6f4842eac1373f80

h3xx commented 7 years ago

Unfortunately I don't think CI covers these changes; it uses the configure script as it exists in the repo, and doesn't generate it from the configure.ac file.

Resolved by b834516ffe95a8b7b36e4ba4c29a3e8e6ece80dd

aoshiken commented 7 years ago

Don't worry, give me some days, I'm really busy

h3xx commented 6 years ago

See !54 which removes a few files and updates the CI.

aoshiken commented 6 years ago

Merged PR #54, please, rebase again

h3xx commented 6 years ago

Rebased again off b834516ffe95a8b7b36e4ba4c29a3e8e6ece80dd.

aoshiken commented 6 years ago

Thanks again! :)