Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No package 'moldeocontrols' found #22

Open
rapofran opened this issue Dec 2, 2016 · 1 comment
Open

No package 'moldeocontrols' found #22

rapofran opened this issue Dec 2, 2016 · 1 comment

Comments

@rapofran
Copy link

rapofran commented Dec 2, 2016

Hola! tengo este problema con moldeoinstaller. Es sobre el final de ./autogen_installer.sh después de pasar por npm. Copio partes del output con el error:

checking for LIBMOLDEO... yes
checking for MOLDEOCONTROLS... no
configure: error: Package requirements (moldeocontrols ) were not met:

No package 'moldeocontrols' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables MOLDEOCONTROLS_CFLAGS
and MOLDEOCONTROLS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
make: *** No se especificó ningún objetivo y no se encontró ningún makefile.  Alto.
make: *** No rule to make target 'install'.  Alto.
~/moldeoinstaller [master]$

Estoy en debian jessie.
sudo apt install moldeocontrols me dice: E: No se ha podido localizar el paquete moldeocontrols

Que me está faltando? o que estoy haciendo mal?

Un poco mas de info, los errores que tiró npm:

npm ERR! error rolling back Error: EACCES, unlink '/home/frank/moldeoinstaller/moldeonet/MoldeoControl/node_modules/node-osc/node_modules/.bin/semver'
npm ERR! error rolling back  node-osc@2.0.4 { [Error: EACCES, unlink '/home/frank/moldeoinstaller/moldeonet/MoldeoControl/node_modules/node-osc/node_modules/.bin/semver']
npm ERR! error rolling back   errno: 3,
npm ERR! error rolling back   code: 'EACCES',
npm ERR! error rolling back   path: '/home/frank/moldeoinstaller/moldeonet/MoldeoControl/node_modules/node-osc/node_modules/.bin/semver' }
npm ERR! Error: EACCES, unlink '/home/frank/moldeoinstaller/moldeonet/MoldeoControl/node_modules/node-osc/node_modules/.bin/semver'
npm ERR!  { [Error: EACCES, unlink '/home/frank/moldeoinstaller/moldeonet/MoldeoControl/node_modules/node-osc/node_modules/.bin/semver']
npm ERR!   errno: 3,
npm ERR!   code: 'EACCES',
npm ERR!   path: '/home/frank/moldeoinstaller/moldeonet/MoldeoControl/node_modules/node-osc/node_modules/.bin/semver' }
npm ERR! 
npm ERR! Please try running this command again as root/Administrator.

npm ERR! System Linux 3.16.0-4-amd64
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "node-osc" "md5-node" "moment" "osenv"
npm ERR! cwd /home/frank/moldeoinstaller/moldeonet/MoldeoControl
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! path /home/frank/moldeoinstaller/moldeonet/MoldeoControl/node_modules/node-osc/node_modules/.bin/semver
npm ERR! code EACCES
npm ERR! errno 3
npm ERR! stack Error: EACCES, unlink '/home/frank/moldeoinstaller/moldeonet/MoldeoControl/node_modules/node-osc/node_modules/.bin/semver'

Con Please try running this command again as root/Administrator. estoy siendo root, momentos antes de esto te pide la password para correr con sudo.

Si corro ./autogen_installer.sh como root, no aparece el error de npm, solo un WARN:

npm WARN package.json MoldeoControl@1.0.0 No repository field.
npm WARN package.json MoldeoControl@1.0.0 No README data

Pero al final lo mismo:

configure: error: Package requirements (moldeocontrols ) were not met:

No package 'moldeocontrols' found
@fabriciocosta
Copy link
Member

fabriciocosta commented Dec 21, 2016

A partir de la última versión de Linux Mint 18 (Ubuntu 16), o debian 8, estamos migrando el paquete de moldeocontrols para que use la versión 3.0 de wxWidgets (usaba la anterior de 2.8). Esa es la razón por la que no puede compilarlo. El moldeocontrols sólo es necesario para moldeodirector.

Puedes usar Moldeo sin estos paquetes (moldeocontrols o moldeodirector), sólo intenta lo siguiente:
dentro de moldeoinstaller/moldeonet, fijate si puedes ejecutar ./moldeocontrol.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants