[Home]

Summary:ASTERISK-14215: make install: build_tools/mkpkgconfig: 21: [[: not found
Reporter:Sean Darcy (seandarcy)Labels:
Date Opened:2009-05-27 14:08:35Date Closed:2009-05-28 10:30:49
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/BuildSystem
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I've rebuilding 1.6.0.9 a bit and noticed the following:

make install
CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
make[1]: Entering directory `/home/asterisk/asterisk-1.6.0.9/menuselect'
make[1]: `makeopts' is up to date.
make[1]: Leaving directory `/home/asterisk/asterisk-1.6.0.9/menuselect'
menuselect/menuselect --check-deps menuselect.makeopts  
Generating embedded module rules ...
if [ x`/usr/bin/id -un` = xroot ]; then CFLAGS=" -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -march=i686 " sh build_tools/mkpkgconfig /usr/lib/pkgconfig; fi
build_tools/mkpkgconfig: 21: [[: not found
mkdir -p /var/lib/asterisk/static-http
............

Not sure if it has any effect.

This is on ubuntu feisty.

bash --version
GNU bash, version 3.2.13(1)-release (i486-pc-linux-gnu)
Copyright (C) 2005 Free Software Foundation, Inc.

sean
Comments:By: Digium Subversion (svnbot) 2009-05-27 15:08:17

Repository: asterisk
Revision: 197260

U   trunk/Makefile

------------------------------------------------------------------------
r197260 | seanbright | 2009-05-27 15:08:16 -0500 (Wed, 27 May 2009) | 6 lines

Since we use bashisms in build_tools/mkpkgconfig, we should call on bash
explicitly when running from the Makefile.

(closes issue ASTERISK-14215)
Reported by: seandarcy

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=197260

By: Digium Subversion (svnbot) 2009-05-27 15:10:18

Repository: asterisk
Revision: 197261

_U  branches/1.6.0/
U   branches/1.6.0/Makefile

------------------------------------------------------------------------
r197261 | seanbright | 2009-05-27 15:10:17 -0500 (Wed, 27 May 2009) | 13 lines

Merged revisions 197260 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r197260 | seanbright | 2009-05-27 16:08:16 -0400 (Wed, 27 May 2009) | 6 lines
 
 Since we use bashisms in build_tools/mkpkgconfig, we should call on bash
 explicitly when running from the Makefile.
 
 (closes issue ASTERISK-14215)
 Reported by: seandarcy
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=197261

By: Digium Subversion (svnbot) 2009-05-27 15:11:02

Repository: asterisk
Revision: 197262

_U  branches/1.6.1/
U   branches/1.6.1/Makefile

------------------------------------------------------------------------
r197262 | seanbright | 2009-05-27 15:11:01 -0500 (Wed, 27 May 2009) | 13 lines

Merged revisions 197260 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r197260 | seanbright | 2009-05-27 16:08:16 -0400 (Wed, 27 May 2009) | 6 lines
 
 Since we use bashisms in build_tools/mkpkgconfig, we should call on bash
 explicitly when running from the Makefile.
 
 (closes issue ASTERISK-14215)
 Reported by: seandarcy
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=197262

By: Digium Subversion (svnbot) 2009-05-27 15:11:26

Repository: asterisk
Revision: 197263

_U  branches/1.6.2/
U   branches/1.6.2/Makefile

------------------------------------------------------------------------
r197263 | seanbright | 2009-05-27 15:11:26 -0500 (Wed, 27 May 2009) | 13 lines

Merged revisions 197260 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r197260 | seanbright | 2009-05-27 16:08:16 -0400 (Wed, 27 May 2009) | 6 lines
 
 Since we use bashisms in build_tools/mkpkgconfig, we should call on bash
 explicitly when running from the Makefile.
 
 (closes issue ASTERISK-14215)
 Reported by: seandarcy
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=197263

By: Digium Subversion (svnbot) 2009-05-27 15:12:07

Repository: asterisk
Revision: 197264

U   branches/1.4/Makefile

------------------------------------------------------------------------
r197264 | seanbright | 2009-05-27 15:12:07 -0500 (Wed, 27 May 2009) | 6 lines

Since we use bashisms in build_tools/mkpkgconfig, we should call on bash
explicitly when running from the Makefile.

(closes issue ASTERISK-14215)
Reported by: seandarcy

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=197264

By: Digium Subversion (svnbot) 2009-05-27 15:13:13

Repository: asterisk
Revision: 197265

_U  trunk/

------------------------------------------------------------------------
r197265 | seanbright | 2009-05-27 15:13:12 -0500 (Wed, 27 May 2009) | 12 lines

Blocked revisions 197264 via svnmerge

........
 r197264 | seanbright | 2009-05-27 16:12:06 -0400 (Wed, 27 May 2009) | 6 lines
 
 Since we use bashisms in build_tools/mkpkgconfig, we should call on bash
 explicitly when running from the Makefile.
 
 (closes issue ASTERISK-14215)
 Reported by: seandarcy
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=197265

By: Digium Subversion (svnbot) 2009-05-28 10:24:35

Repository: asterisk
Revision: 197264

U   branches/1.4/Makefile

------------------------------------------------------------------------
r197264 | seanbright | 2009-05-27 15:12:06 -0500 (Wed, 27 May 2009) | 9 lines

Use bash explicitly when calling build_tools/mkpkgconfig from the Makefile.

Since we use bashisms in build_tools/mkpkgconfig, we should call on bash
explicitly when running from the Makefile, otherwise we get errors during a
'make install.'

(closes issue ASTERISK-14215)
Reported by: seandarcy

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=197264

By: Digium Subversion (svnbot) 2009-05-28 10:27:33

Repository: asterisk
Revision: 197260

U   trunk/Makefile

------------------------------------------------------------------------
r197260 | seanbright | 2009-05-27 15:08:16 -0500 (Wed, 27 May 2009) | 9 lines

Use bash explicitly when calling build_tools/mkpkgconfig from the Makefile.

Since we use bashisms in build_tools/mkpkgconfig, we should call on bash
explicitly when running from the Makefile, otherwise we get errors during a
'make install.'

(closes issue ASTERISK-14215)
Reported by: seandarcy

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=197260

By: Digium Subversion (svnbot) 2009-05-28 10:29:13

Repository: asterisk
Revision: 197261

_U  branches/1.6.0/
U   branches/1.6.0/Makefile

------------------------------------------------------------------------
r197261 | seanbright | 2009-05-27 15:10:17 -0500 (Wed, 27 May 2009) | 16 lines

Merged revisions 197260 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r197260 | seanbright | 2009-05-27 16:08:16 -0400 (Wed, 27 May 2009) | 6 lines
 
 Use bash explicitly when calling build_tools/mkpkgconfig from the Makefile.
 
 Since we use bashisms in build_tools/mkpkgconfig, we should call on bash
 explicitly when running from the Makefile, otherwise we get errors during a
 'make install.'
 
 (closes issue ASTERISK-14215)
 Reported by: seandarcy
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=197261

By: Digium Subversion (svnbot) 2009-05-28 10:30:14

Repository: asterisk
Revision: 197262

_U  branches/1.6.1/
U   branches/1.6.1/Makefile

------------------------------------------------------------------------
r197262 | seanbright | 2009-05-27 15:11:01 -0500 (Wed, 27 May 2009) | 16 lines

Merged revisions 197260 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r197260 | seanbright | 2009-05-27 16:08:16 -0400 (Wed, 27 May 2009) | 6 lines
 
 Use bash explicitly when calling build_tools/mkpkgconfig from the Makefile.
 
 Since we use bashisms in build_tools/mkpkgconfig, we should call on bash
 explicitly when running from the Makefile, otherwise we get errors during a
 'make install.'
 
 (closes issue ASTERISK-14215)
 Reported by: seandarcy
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=197262

By: Digium Subversion (svnbot) 2009-05-28 10:30:49

Repository: asterisk
Revision: 197263

_U  branches/1.6.2/
U   branches/1.6.2/Makefile

------------------------------------------------------------------------
r197263 | seanbright | 2009-05-27 15:11:26 -0500 (Wed, 27 May 2009) | 16 lines

Merged revisions 197260 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r197260 | seanbright | 2009-05-27 16:08:16 -0400 (Wed, 27 May 2009) | 6 lines
 
 Use bash explicitly when calling build_tools/mkpkgconfig from the Makefile.
 
 Since we use bashisms in build_tools/mkpkgconfig, we should call on bash
 explicitly when running from the Makefile, otherwise we get errors during a
 'make install.'
 
 (closes issue ASTERISK-14215)
 Reported by: seandarcy
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=197263