Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Reply
 
Thread Tools Search this Thread
Old 02-13-2015, 01:25 PM   #46
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,358
Karma: 203720150
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
It's a puzzler!

I think I'm going to go through your list of "prime candidate" shared libraries and see if I can find any on the Debian machine that are older than versions present on my build machine, and start from there.
DiapDealer is offline   Reply With Quote
Old 02-13-2015, 01:36 PM   #47
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,478
Karma: 5703586
Join Date: Nov 2009
Device: many
Hi DiapDealer,

Quote:
Originally Posted by DiapDealer View Post
It's a puzzler!
I think I'm going to go through your list of "prime candidate" shared libraries and see if I can find any on the Debian machine that are older than versions present on my build machine, and start from there.
That sounds like a good idea. You might want to go and use Doitsu's full list in case I threw out the culprit by mistake in my first pass.

Thanks!

Kevin
KevinH is offline   Reply With Quote
Old 02-13-2015, 02:28 PM   #48
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,358
Karma: 203720150
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
I take it back! It IS libxml2.

I tried to copy a newer version of libxml (2.9.1 from Linux Mint 16) to my Debian Wheezy sigil install, but of course that won't work because of glibc dependencies that that Sigil executable can't meet. So just for laughs, I copied the older libxml2 library (v2.7.8) from my Mint 12 (Ubuntu 11.10) build machine, and lo and behold, the damn thing works! The doubling issue goes away!

Could the 2.8.0 version of libxml2 on Wheezy just be a buggy version?

It'd be no problem to include the older 2.7.8 version with the binary package (the LD_LIBRARY_PATH is already being set) ... but that won't help Wheezy users who might want to build Sigil on their own. Nor would I want to trump newer (and working) versions of libxml2 on newer systems.

Maybe I'll just create a separate, special binary package for Debian Stable and write Wheezy off as insufficient for building Sigil for now. Once Debian Stable moves beyond libxml2 v2.8.0, the problem may fix itself.
DiapDealer is offline   Reply With Quote
Old 02-13-2015, 04:03 PM   #49
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,478
Karma: 5703586
Join Date: Nov 2009
Device: many
Hi DiapDealer,

Glad you found it! It may be a bug in that one release or alternatively, it could be a Debian packager bug as packagers often add in their own patches , or it could be that the Qt version of libxml2 that Qt was compiled against conflicts with that one 2.8.0 version you have. I looked in the change log on the libxml2 site between 2.7.8, and 2.8.0, and from 2.8.0 to 2.9.1 but could not see a specific change that might have caused the problem.

Nice work!

Kevin

Quote:
Originally Posted by DiapDealer View Post
I take it back! It IS libxml2.

I tried to copy a newer version of libxml (2.9.1 from Linux Mint 16) to my Debian Wheezy sigil install, but of course that won't work because of glibc dependencies that that Sigil executable can't meet. So just for laughs, I copied the older libxml2 library (v2.7.8) from my Mint 12 (Ubuntu 11.10) build machine, and lo and behold, the damn thing works! The doubling issue goes away!

Could the 2.8.0 version of libxml2 on Wheezy just be a buggy version?

It'd be no problem to include the older 2.7.8 version with the binary package (the LD_LIBRARY_PATH is already being set) ... but that won't help Wheezy users who might want to build Sigil on their own. Nor would I want to trump newer (and working) versions of libxml2 on newer systems.

Maybe I'll just create a separate, special binary package for Debian Stable and write Wheezy off as insufficient for building Sigil for now. Once Debian Stable moves beyond libxml2 v2.8.0, the problem may fix itself.
KevinH is offline   Reply With Quote
Old 02-13-2015, 04:20 PM   #50
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,680
Karma: 23983815
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by DiapDealer View Post
Maybe I'll just create a separate, special binary package for Debian Stable and write Wheezy off as insufficient for building Sigil for now. Once Debian Stable moves beyond libxml2 v2.8.0, the problem may fix itself.


IMHO, it's not worth spending too much time on this since the next Debian release, "Jessie," is expected to be released late March and will come with version 2.9.1. of libxml2, which should be sufficient.
For the time being, I'd recommend to simply mention this issue in the Unofficial Sigil Ubuntu-ish binary packages thread.
Doitsu is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Non-breaking space JSWolf ePub 38 06-09-2020 09:00 PM
Troubleshooting Kindle Touch and non-breaking space utilitasetverita Amazon Kindle 4 09-05-2014 01:46 PM
BUG: Calibre 2.0 E-Book Viewer ePub extra space display problem trying Calibre 3 08-28-2014 07:56 AM
Odd S&R with non breaking space BobC Editor 2 07-30-2014 04:19 AM
Bug with zero-width space Unicode Peter Ahlstrom Sigil 8 02-28-2014 03:34 AM


All times are GMT -4. The time now is 01:47 AM.


MobileRead.com is a privately owned, operated and funded community.