Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

unable to build on ubuntu14.04 #2

Closed
winkar opened this issue Nov 3, 2014 · 11 comments
Closed

unable to build on ubuntu14.04 #2

winkar opened this issue Nov 3, 2014 · 11 comments

Comments

@winkar
Copy link

winkar commented Nov 3, 2014

while making
"make[2]: *** No rule to make target Magdir/varied.out', needed bymagic'. Stop."
what happened?

@fyth
Copy link

fyth commented Nov 8, 2014

Having the same problem while making in kali linux, would like some help, thank you in advance.

@decula03
Copy link

It appears as though a file is missing that is required for the build.
I was able to copy the file /etc/file/magic/varied.out (Slackware 14.0) to the directory in the zip or git pull source
file/Magdir
and it built without issue.

@fyth
Copy link

fyth commented Nov 19, 2014

@decula03 I used a different source and installed stegdetect with apt-get, thx anyway.
btw,for these who may have the same problem in the future,hope u can see this.
the source is
deb http://archive.debian.org/debian-archive/debian etch main

@whatzzz
Copy link

whatzzz commented Dec 10, 2014

@fyth thank uuuuuuuuuuuu

@SirGerbs
Copy link

SirGerbs commented Jan 6, 2015

@fyth Thanks a lot!! I've been trying to get stegdetect to work for days without success due to dependency issues and whatnot. Your suggestion worked and stegdetect is now installed. However, now I have an issue with stegbreak, saying that /usr/share/stegbreak/rules.ini doesn't exist. Did you run into the same issue? I downloaded a rules.ini file ( from the bottom of this thread https://bugs.launchpad.net/ubuntu/+source/stegdetect/+bug/55363) but now I get a segmentation fault. Any suggestions?

@fyth
Copy link

fyth commented Jan 6, 2015

@SirGerbs Sorry pal, Haven't seen that before. :(
If u do work it out somehow, pls leave a comment here.
Goodluck. :)

@eugenekolo
Copy link

This works:

git clone https://github.com/abeluck/stegdetect
cd stegdetect
wget -O file/Magdir/varied.out https://raw.githubusercontent.com/file/file/master/magic/Magdir/varied.out
linux32 ./configure
linux32 make

@xingtian666
Copy link

@eugenekolo
THX,It is very useful !!!

@felipe-dachshund
Copy link

@abeluck This issue happens 'cause the line

*.out

(line 16) appears in .gitignore. An exception must be put there for file/Magdir/varied.out.

@Peterpan0927
Copy link

that's quite simple, you can just make a file named varied.out in the path stegdetect-master/file/Magdir,and then use the command linux32 make ,everything will be ok

@abeluck
Copy link
Owner

abeluck commented Jul 20, 2018

Thanks to @redNixon the build is working again.

@abeluck abeluck closed this as completed Jul 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants