Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: alu on March 21, 2009, 05:24:34 PM

Title: emelf2 and pango
Post by: alu on March 21, 2009, 05:24:34 PM
I have an issue with emelf2 and pango. I have to uninstall pango in order to get emelf2 to work (both tcz extensions).
Title: Re: emelf2 and pango
Post by: Jason W on March 21, 2009, 11:29:46 PM
Are you testing the new cairo, pango, atk, and gtk2 extensions?  That would require not installing gtk+-2.tcel, simply creating an empty file "touch /usr/local/tce.installed/gtk+-2.tcel" and then installing gtk2.tcel and it's deps. 

It sounds like you have one of two issues.  The first is you have run out of loop devices.  That is remedied when booting with the "tinycore max_loop=222" boot code.  222 is easy to type and gives you lots of loops.  Or you are having a conflict with libraries.  The conflict is possible, but as pango.tczl is a newer pango than is included in the gtk+-2.tczl it would not cause problems.  I am running with the newer atk, pango, pixman, cairo and gtk2 along with emelfm2 and all my usual gtk2 apps. 

My bet is the loop device limit is reached since a library conflict should not happen with those two extensions.  Not to mention that tcz's do not overwrite each other or system files by default.
Title: Re: emelf2 and pango
Post by: alu on March 27, 2009, 11:58:56 AM
sorry for my late reply. yes, I had gtk2 installed, and that probably was the problem. I finally uninstall pango because i do not have much need of it. anyway, thanks for your support