adam-stokes / juju-layer-node

Juju charms.reactive layer for NodeJS
MIT License
4 stars 4 forks source link

unmet deps conflicts #9

Open jamesbeedy opened 8 years ago

jamesbeedy commented 8 years ago

This layer errors with http://paste.ubuntu.com/23310783/

marcoceppi commented 8 years ago

What version of Ubuntu?

On Tue, Oct 11, 2016, 8:34 PM jamesbeedy notifications@github.com wrote:

This layer errors with http://paste.ubuntu.com/23310783/

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/battlemidget/juju-layer-node/issues/9, or mute the thread https://github.com/notifications/unsubscribe-auth/AAET1ZTCqNRoZTef48lNCmTFP99o2D27ks5qzCsKgaJpZM4KUPxh .

jamesbeedy commented 8 years ago

xenial

adam-stokes commented 8 years ago

so we're installing both nodejs and nodejs-legacy but I think we want nodejs-legacy because of the executable issue? (/usr/bin/node being tied to another package?) do we need the 'nodejs' package as well?

jamesbeedy commented 8 years ago

looks like I forgot to specify the config values for 'install_sources' in my top layer ... they don't get puled through on build. I'm thinking I should be g2g with this latest rebuild, I'll reopen if issue persists.

jamesbeedy commented 8 years ago

@marcoceppi, @battlemidget, still getting the same error, even with the correct sources configured

Are you guys seeing the same thing?

jamesbeedy commented 8 years ago

@battlemidget I agree

adam-stokes commented 8 years ago

I haven't hit this issue with my ghost charm, what about leaving the default sources?

jamesbeedy commented 8 years ago

@battlemidget do you mean this -> https://github.com/battlemidget/juju-layer-node/blob/master/config.yaml#L4 ?

adam-stokes commented 8 years ago

Yea

jamesbeedy commented 8 years ago

@battlemidget yea, I am -> http://paste.ubuntu.com/23310826/, and still hitting the error