FS#43265 - [libtool] missing underscore in PKGBUILD variable name

Attached to Project: Arch Linux
Opened by Steven Honeyman (stevenhoneyman) - Monday, 29 December 2014, 16:01 GMT
Last edited by Allan McRae (Allan) - Monday, 29 December 2014, 23:57 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Allan McRae (Allan)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

"makedepends" is looking for a variable that doesn't exist (it's just missing the underscore):

----
pkgname=libtool
pkgver=2.4.4
pkgrel=2
_gccver=4.9.2
pkgdesc="A generic library support script"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/libtool"
license=('GPL')
groups=('base-devel')
depends=('sh' 'tar' 'glibc')
makedepends=("gcc=$gccver")
----

Additional info:
* package version 2.4.4-2


Steps to reproduce:
1. try and rebuild libtool
This task depends upon

Closed by  Allan McRae (Allan)
Monday, 29 December 2014, 23:57 GMT
Reason for closing:  Deferred
Comment by Allan McRae (Allan) - Monday, 29 December 2014, 23:57 GMT
Don't use SVN trunk.

Loading...