Bug 526157 - Cannot build tinydtls because configure complains about install-sh, install.sh or shtool is missing
Summary: Cannot build tinydtls because configure complains about install-sh, install.s...
Status: UNCONFIRMED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Tinydtls (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-17 10:17 EDT by Anthony V CLA
Modified: 2019-03-25 14:45 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anthony V CLA 2017-10-17 10:17:24 EDT
Hi,

I clone the git repository like this:

-----------
$ git clone https://git.eclipse.org/r/tinydtls/org.eclipse.tinydtls tinydtls
-----------

In the directory, I did this:

-----------
$ autoreconf -ivf                                                                                                         
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force 
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: configure.ac: not using Automake
autoreconf: Leaving directory `.'
-----------

After that, I launched the configure script but it fails:
          
-----------                           
$ ./configure                                                                                                            
checking for doxygen... /usr/bin/doxygen
checking for etags... /usr/bin/etags
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for ranlib... ranlib
configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."
-----------

There is a bug somewhere I think.

Regards,
Anthony.
Comment 1 Kaushik Sadashiva Reddy CLA 2018-08-06 17:18:01 EDT
Hi,

I have the same issue. Were you able to find a fix?

Thanks,
Kaushik