On Tue, Jan 10, 2017 at 09:40:54PM +0000, Peter Flynn wrote: > They appear to be part of e17, and perhaps e19, which apparently (in > their Ubuntu incarnations) install themselves from a large number of > discrete packages, and lack a monolithic driver. Working backwards, I > found an actual *package* called libecore-dev, and purging that orphaned > a whole bunch of other suspects, so I trashed them as well. > > BUT that doesn't fix the problem. Having re-run ldconfig and then > rebooted, I tried another compile, only for it to come up with the same > error, so I am now recursively trying a build, finding yet more stuff to > delete, lather, rinse, repeat...
Here's a trick to make this easier: sudo aptitude remove libeina1 aptitude will suggest removing all of the packages which depend on eina. Since that eventually includes all EFL libs, this will remove all of the packaged libraries from your systems without touching the copies in /usr/local. (If you have efl-doc installed, it'll leave that) > I *knew* something was wrong when I upgraded to 16.04 and found that > Ubuntu had gone retroverse on Enlightenment. Under 15.* you could > install e19, but under 16.* you can only install e17. The result seems > to be that all the e19 files and packages have been orphaned by the > installation of e17. AFAIK, there's never been e18 or e19 packages distributed with Ubuntu. You probably got them from an unofficial source. Upgrading with unofficial sources is often a problem. Ubuntu will disable the source before upgrade, but that doesn't remove the packages. > The answer for the moment is, if you are running Ubuntu, DO NOT use > update-manager to perform a system version upgrade. Instead, back up, > wipe, and install a fresh system. I've built a PPA with the new Debian experimental packages here: https://launchpad.net/~ross-kallisti/+archive/ubuntu/efl+e/ These have never been tested in Ubuntu, but are doing well for me on Debian stretch + experimental. Binaries are only there for 16.04. Above warning applies - a dist upgrade may leave them broken or otherwise weird! Ross ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today. http://sdm.link/xeonphi _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
