[Home]

Summary:ASTERISK-11924: linux/armel calls the OSARCH "linux-gnueabi"
Reporter:Tzafrir Cohen (tzafrir)Labels:
Date Opened:2008-04-26 07:30:08Date Closed:2011-06-07 14:08:05
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/BuildSystem
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Building Asterisk on the linux/armel architecture fails at the moment as it uses the string "linux-gnueabi" rather than "linux-gnu".

(http://bugs.debian.org/477389 )
Comments:By: Digium Subversion (svnbot) 2008-05-14 13:47:53

Repository: asterisk
Revision: 116352

U   branches/1.4/main/Makefile

------------------------------------------------------------------------
r116352 | file | 2008-05-14 13:47:50 -0500 (Wed, 14 May 2008) | 4 lines

Add linux-gnueabi in.
(closes issue ASTERISK-11924)
Reported by: tzafrir

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

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

By: Digium Subversion (svnbot) 2008-05-14 13:48:27

Repository: asterisk
Revision: 116353

_U  trunk/
U   trunk/main/Makefile

------------------------------------------------------------------------
r116353 | file | 2008-05-14 13:48:25 -0500 (Wed, 14 May 2008) | 12 lines

Merged revisions 116352 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r116352 | file | 2008-05-14 15:53:39 -0300 (Wed, 14 May 2008) | 4 lines

Add linux-gnueabi in.
(closes issue ASTERISK-11924)
Reported by: tzafrir

........

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

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

By: Digium Subversion (svnbot) 2008-05-14 13:49:10

Repository: asterisk
Revision: 116354

_U  branches/1.6.0/
U   branches/1.6.0/main/Makefile

------------------------------------------------------------------------
r116354 | file | 2008-05-14 13:49:08 -0500 (Wed, 14 May 2008) | 20 lines

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

................
r116353 | file | 2008-05-14 15:54:16 -0300 (Wed, 14 May 2008) | 12 lines

Merged revisions 116352 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r116352 | file | 2008-05-14 15:53:39 -0300 (Wed, 14 May 2008) | 4 lines

Add linux-gnueabi in.
(closes issue ASTERISK-11924)
Reported by: tzafrir

........

................

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

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

By: snuffy (snuffy) 2009-10-26 21:51:43

paravoid on IRC requested issue reopened

By: Tzafrir Cohen (tzafrir) 2009-10-27 04:22:52

As latest commits (r225957 to 1.4, r226018 to trunk, r226019 to 1.6.0, r226053 to 1.6.1, r226055 to 1.6.2) to configure.ac set OSARCH to linux-gnu in this case, this fix is indeed no longer required. Though it is harmless.

(This is why I wrote "one or two places" in the commit message. Either the main Makefile is considered or it isn't).

By: Joshua C. Colp (jcolp) 2009-11-04 15:48:07.000-0600

Per tzafrir's last comment he has taken care of things by just setting it to be linux-gnu.