Programming-Systems-Lab / bug-collection

This is a collection of bugs/security vulnerabilities with before and after test cases to be used for research experiments
MIT License
1 stars 0 forks source link

wget-buggy-2 doesn't quite work #11

Open asn10038 opened 5 years ago

asn10038 commented 5 years ago

make wget-buggy-2 fails when ./bootstrap is called. Something about autoreconf failing. Victor please take a look

cxu2 commented 5 years ago

installing the following dependencies should successfully build both wget and coreutils:

all can be installed with sudo apt install

cxu2 commented 5 years ago

All the complains I saw about wget-buggy-2 was about dependencies. I just read your documentation and I don't see the issue with autoreconf.

cxu2 commented 5 years ago

sudo apt install pkg-config will solve that autoreconf error