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

make[3]: *** [autoconf_clone] Error 23 #25

Open
01egi4 opened this issue Jan 18, 2018 · 2 comments
Open

make[3]: *** [autoconf_clone] Error 23 #25

01egi4 opened this issue Jan 18, 2018 · 2 comments

Comments

@01egi4
Copy link

01egi4 commented Jan 18, 2018

When I run make I get the following errors:
make[2]: *** [clone] Error 1
make[1]: *** [autoconf_all] Error 2
make: *** [tools_all] Error 2

PRINT_DEBUG=y make shows the following:

CLONE autoconf
if [ ! -f "autoconf-"2.69".tar.gz" ]; then curl -OL http://ftp.gnu.org/gnu/autoconf/autoconf-"2.69".tar.gz; fi
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: Failed to create the file autoconf-2.69.tar.gz: Permission denied
0 1882k 0 952 0 0 3814 0 0:08:25 --:--:-- 0:08:25 3823
curl: (23) Failed writing body (0 != 952)
make[3]: *** [autoconf_clone] Error 23
make[2]: *** [clone] Error 1
make[1]: *** [autoconf_all] Error 2
make: *** [tools_all] Error 2

I ran curl -OL http://ftp.gnu.org/gnu/autoconf/autoconf-"2.69".tar.gz manually, which downloaded the autoconf-"2.69".tar.gz, but I'm still getting the same errors.

I do have autoconf installed already. When I run autoconf --version, this is what I get:

autoconf (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
http://gnu.org/licenses/gpl.html, http://gnu.org/licenses/exceptions.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

@kozyilmaz
Copy link
Owner

kozyilmaz commented Jan 19, 2018 via email

@01egi4
Copy link
Author

01egi4 commented Jan 19, 2018

  1. I didn't skip source environment command.
  2. I also thought it could be permissions, so I've given 'chmod 777' to the folder, but it didn't help. touch a.txt works fine.

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

2 participants