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

micro editor doesnt have proper version. #5081

Closed
akowiz opened this issue Mar 26, 2020 · 3 comments
Closed

micro editor doesnt have proper version. #5081

akowiz opened this issue Mar 26, 2020 · 3 comments
Labels
bug report Something is not working properly packaging Issue related to building packages, not affecting end users directly

Comments

@akowiz
Copy link

akowiz commented Mar 26, 2020

When running micro -version, micro returns

Version: 0.0.0-unknown
Commit hash:
Compiled on March 01, 2020

The side effect is that it is impossible to install plugins in micro outside of the default plugins that come with the editor.

This is a known issue with the debian package (see zyedidia/micro#1582 )

Steps to reproduce

micro -version

Expected behavior

It should return the correct version, git hash and date of compilation.

Additional information

Packages CPU architecture:
aarch64
Subscribed repositories:
# sources.list
deb https://termux.org/packages/ stable main
# science-repo (sources.list.d/science.list)
deb https://dl.bintray.com/grimler/science-packages-24 science stable
# game-repo (sources.list.d/game.list)
deb https://dl.bintray.com/grimler/game-packages-24 games stable
Updatable packages:
All packages up to date
Android version:
7.0
Kernel build information:
Linux localhost 3.10.84-13024869 #1 SMP PREEMPT Tue Feb 6 21:35:55 KST 2018 aarch64 Android
Device manufacturer:
samsung
Device model:
SM-T719Y
@ghost ghost added bug report Something is not working properly packaging Issue related to building packages, not affecting end users directly labels Mar 26, 2020
@utkarsh2102
Copy link

@akowizm @xeffyr, hi,
This has already been fixed in Debian around 2 weeks back :)

@SLAYER-CODE
Copy link

En realidad solo en termux esta fallando , Tienes que clonar los ficheros de la pagina oficial
bueno no te olvides respaldar tus configuraciones en $HOME/.config/micro #opcional
y desistala el micro con ...

apt-get remove micro

git clone https://github.com/zyedidia/micro
cd micro
make build

./micro "archivo "
luego agregas la ruta de el archivo micro en el bin
cp micro /usr/local/bin
para que funcione en todos los directorios

Por ultimo comprueba si funciona
micro -version

@ghost ghost closed this as completed in d3d0e94 May 7, 2020
@ghost
Copy link

ghost commented May 7, 2020

Fixed in d3d0e94.

Updated package version will be available shortly.

@ghost ghost locked and limited conversation to collaborators Oct 9, 2021
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug report Something is not working properly packaging Issue related to building packages, not affecting end users directly
Projects
None yet
Development

No branches or pull requests

3 participants