Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Fix SDK install on Ubuntu 14.04 with future parser #35

Merged
merged 4 commits into from
Jul 23, 2015
Merged

Fix SDK install on Ubuntu 14.04 with future parser #35

merged 4 commits into from
Jul 23, 2015

Conversation

jamiesnape
Copy link
Contributor

With the future parser enabled, an install of the Android SDK on Ubuntu 14.04 will fail due to the attempted installation of the nonexistent package ia32-libs. This occurs due to missing quotes around the version 14.04 compared with $::lsbdistrelease that leads to an equality comparison between incompatible types (see sdk.pp and the future parser documentation).

This pull request adds the necessary quotes in two places and also fixes some small lint errors and updates a deprecated Forge remote URL.

Tested on Ubuntu 14.04.2 with Puppet 3.8.1 with future parser enabled and with future parser disabled, and with Puppet 4.2.1.

Related in part to #21.

(This is a critical error for us and blocks our use case for this module.)

carlossg added a commit that referenced this pull request Jul 23, 2015
Fix SDK install on Ubuntu 14.04 with future parser
@carlossg carlossg merged commit 6699545 into maestrodev:master Jul 23, 2015
@jamiesnape jamiesnape deleted the trusty-sdk-future-parser branch July 23, 2015 17:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants