Code Monkey home page Code Monkey logo

Comments (6)

gl00ten avatar gl00ten commented on July 19, 2024 2

This still happen. And after i do the "make AUTOCONF=: AUTOHEADER=: AUTOMAKE=: ACLOCAL=:" command i get:

gcc -DHAVE_CONFIG_H -I. -I. -I.   -DMAGIC='"/usr/local/share/magic"'  -g -O2 -c file.c
gcc -DHAVE_CONFIG_H -I. -I. -I.   -DMAGIC='"/usr/local/share/magic"'  -g -O2 -c apprentice.c
gcc -DHAVE_CONFIG_H -I. -I. -I.   -DMAGIC='"/usr/local/share/magic"'  -g -O2 -c fsmagic.c
fsmagic.c: In function ‘fsmagic’:
fsmagic.c:211:5: warning: implicit declaration of function ‘process’ [-Wimplicit-function-declaration]
     process(buf, strlen(buf));
     ^
gcc -DHAVE_CONFIG_H -I. -I. -I.   -DMAGIC='"/usr/local/share/magic"'  -g -O2 -c softmagic.c
gcc -DHAVE_CONFIG_H -I. -I. -I.   -DMAGIC='"/usr/local/share/magic"'  -g -O2 -c ascmagic.c
gcc -DHAVE_CONFIG_H -I. -I. -I.   -DMAGIC='"/usr/local/share/magic"'  -g -O2 -c compress.c
compress.c: In function ‘uncompress’:
compress.c:148:3: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result]
   (void) dup(fdin[0]);
   ^
compress.c:153:3: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result]
   (void) dup(fdout[1]);
   ^
gcc -DHAVE_CONFIG_H -I. -I. -I.   -DMAGIC='"/usr/local/share/magic"'  -g -O2 -c is_tar.c
gcc -DHAVE_CONFIG_H -I. -I. -I.   -DMAGIC='"/usr/local/share/magic"'  -g -O2 -c readelf.c
gcc -DHAVE_CONFIG_H -I. -I. -I.   -DMAGIC='"/usr/local/share/magic"'  -g -O2 -c print.c
make[2]: ***  Aucune règle pour fabriquer la cible « Magdir/varied.out », nécessaire pour « magic ». Arrêt.
make[2] : on quitte le répertoire « /home/lontra/utils/stegdetect/file »
Makefile:330 : la recette pour la cible « all-recursive » a échouée
make[1]: *** [all-recursive] Erreur 1
make[1] : on quitte le répertoire « /home/lontra/utils/stegdetect »
Makefile:476 : la recette pour la cible « all-recursive-am » a échouée
make: *** [all-recursive-am] Erreur 2

from ctf-tools.

zardus avatar zardus commented on July 19, 2024

That's weird; the install works fine here... What distro are you using?

from ctf-tools.

pratyushraunak avatar pratyushraunak commented on July 19, 2024

Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04

Kernel Name: Linux
Kernel Version:4.4.0-49-generic
hardware:x86_64 x86_64 x86_64 GNU/Linux

from ctf-tools.

techvoltage avatar techvoltage commented on July 19, 2024

That's GitHub screwing with the timestamps. This link helped
hyperrealm/libconfig#22

The following should work :
make AUTOCONF=: AUTOHEADER=: AUTOMAKE=: ACLOCAL=:
make install AUTOCONF=: AUTOHEADER=: AUTOMAKE=: ACLOCAL=:

from ctf-tools.

raildex1 avatar raildex1 commented on July 19, 2024

Is this safe to close now?

from ctf-tools.

mrambossek avatar mrambossek commented on July 19, 2024

got the same issue (ubuntu 16.04 lts)

from ctf-tools.

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.