Git Product home page Git Product logo

Comments (3)

kensykora avatar kensykora commented on August 30, 2024

Not working on Debian 7.5 x64 (wheezy) either:

==> default: Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install ia32-libs' returned 100: Reading package lists...
==> default: Building dependency tree...
==> default: Reading state information...
==> default: Some packages could not be installed. This may mean that you have
==> default: requested an impossible situation or if you are using the unstable
==> default: distribution that some required packages have not yet been created
==> default: or been moved out of Incoming.
==> default: The following information may help to resolve the situation:
==> default: 
==> default: The following packages have unmet dependencies:
==> default:  ia32-libs : Depends: ia32-libs-i386 but it is not installable
==> default: E: Unable to correct problems, you have held broken packages.
==> default: Error: /Stage[main]/Android::Sdk/Package[ia32-libs]/ensure: change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install ia32-libs' returned 100: Reading package lists...
==> default: Building dependency tree...
==> default: Reading state information...
==> default: Some packages could not be installed. This may mean that you have
==> default: requested an impossible situation or if you are using the unstable
==> default: distribution that some required packages have not yet been created
==> default: or been moved out of Incoming.
==> default: The following information may help to resolve the situation:
==> default: 
==> default: The following packages have unmet dependencies:
==> default:  ia32-libs : Depends: ia32-libs-i386 but it is not installable
==> default: E: Unable to correct problems, you have held broken packages.

from puppet-android.

apeeters avatar apeeters commented on August 30, 2024

A naive solution:

exec { '/usr/bin/dpkg --add-architecture i386 && apt-get update':
    unless => '/bin/grep -q i386 /var/lib/dpkg/arch',
    before => Class['android'],
}

from puppet-android.

carlossg avatar carlossg commented on August 30, 2024

Fixed in #35

from puppet-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.