Ramon Medeiros
Ramon Medeiros
Also fail if run from tarball ``` [root@localhost ginger-2.3.0]# make Making all in po make[1]: Entering directory `/root/ginger-2.3.0/po' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/root/ginger-2.3.0/po' Making...
Seems that ginger is listing devices by id. Which is strange is that my OS (CentOS), isn't listing all devices by id: ``` [root@localhost ~]# lsblk NAME MAJ:MIN RM SIZE...
According to @danielhb, this is happening due .pyc files no cleaned in make rpm procedure, which is taking old compile code to rpm. Would be nice to clean (make clean)...