Re: [sugar] Abiword 2.6.4 on Ubuntu (was Re: Write needs your help)

2008-07-18 Thread Ryan Pavlik
Edward Cherlin wrote:
 On Thu, Jul 17, 2008 at 3:24 PM, David Van Assche [EMAIL PROTECTED] wrote:
   
 This from the abiword on ubuntu webpage
 (http://abisource.com/wiki/Install_on_Ubuntu)

 At this time, the latest version available directly from Ubuntu is an
 Ubuntu-modified 2.4.6. We are working to get AbiWord 2.6 in Ubuntu
 8.04 Hardy Heron

 and adding their repo installs 2.6.4... but if you need the source
 that should work too

 I can build it without problems on my hardy system... just requires a
 lot of development library dependencies like below, you need to
 install libglib2.0-dev

 Kind Regards,
 David Van Assche
 

 I built 2.6.4 from source yesterday on Ubuntu 8.04 Hardy Heron on an
 AMD Opteron 64-bit.

 It does not display non-alphabetic ASCII correctly. The digits and
 punctuation, and also the space character, mostly appear as Unicode
 hex substitution glyphs. Armenian and Arabic display OK. Bengali
 vowels do not attach to base consonants, but are displayed in their
 standalone form. I'm giving up for the day.

   
Thanks for your testing!  Yeah, I saw your bug, that's a weird one!  It
works for me on AMD64 with the packages I had the PPA build.  I've put
some info requests on the bugzilla report - if anyone wants to help
figure this out the link is
http://bugzilla.abisource.com/show_bug.cgi?id=11708

-- 
Ryan Pavlik
www.cleardefinition.com

#282  +  (442) -  [X]
A programmer started to cuss
Because getting to sleep was a fuss
As he lay there in bed
Looping 'round in his head
was: while(!asleep()) sheep++;

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [sugar] Write needs your help (was Re: Programming environments on the XO)

2008-07-17 Thread Ryan Pavlik
Edward Cherlin wrote:
 On Thu, Jul 17, 2008 at 12:10 PM, Tomeu Vizoso [EMAIL PROTECTED] wrote:
   
 On Thu, Jul 17, 2008 at 8:58 PM, Edward Cherlin [EMAIL PROTECTED] wrote:
 
 On Thu, Jul 17, 2008 at 1:16 AM, Tomeu Vizoso [EMAIL PROTECTED] wrote:

   
 The abi devs have also asked for help in testing Write with non-latin
 scripts, this is something of high importance for OLPC.
 
 I can do that. OK, Cyrillic works. I just entered every key on the
 layout, upper and lower case. I'll get you lots more writing systems
 later today. I am _not_ going to test every Chinese character %-[.
   
 Which version are you testing? I would say that downloading an Abiword
 binary 2.6.4 from abisource.com may be best, as that's the version
 that I hope we'll use in Write for 8.2.0.
 

 I'll see about that. Right now I am using Write 55-0ubuntu1, which
 doesn't say what version it is in those terms.
 http://abisource.com/wiki/Install_on_Ubuntu is out of date. It says
 2.4.6 was in Gutsy, and that 2.6 should have been in Hardy, but what I
 see is Abiword 2.4.6-3ubuntu3. What actually happened?

   
That's not out of date: Ubuntu ships horribly outdated versions of
AbiWord.  For a recent (2.6 series) build follow those instructions to
add the PPA that we maintain.  (Yes, if you don't add our repository,
the most recent you can get is the same 2.4.6 that they've had for a
long time.)

-- 
Ryan Pavlik
www.cleardefinition.com

#282  +  (442) -  [X]
A programmer started to cuss
Because getting to sleep was a fuss
As he lay there in bed
Looping 'round in his head
was: while(!asleep()) sheep++;

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [sugar] Abiword 2.6.4 on Ubuntu (was Re: Write needs your help)

2008-07-17 Thread Ryan Pavlik
Edward Cherlin wrote:
 On Thu, Jul 17, 2008 at 1:54 PM, Tomeu Vizoso [EMAIL PROTECTED] wrote:
   
 Sorry, what I meant is that, ideally, we would be testing Write in
 joyride with the 2.6.4 version. As we don't have that version in
 joyride yet, I think the closest we can do is testing Abiword 2.6.4.
 

   
 Thanks,

 Tomeu
 

 It appears that the 2.6.4 sources aren't configured to build correctly
 on Ubuntu using configure and GNU make.

 ./configure reports

 configure: error: No package 'glib-2.0' found

 (The correct name on Ubuntu is libglib2.0-0)

 Then make says:

 Building AbiSuite with [ABI_ROOT=/home/mokurai/tmp/abiword/abiword-2.6.4]
 make ABI_ROOT=/home/mokurai/tmp/abiword/abiword-2.6.4 -C src
 make[1]: Entering directory `/home/mokurai/tmp/abiword/abiword-2.6.4/src'

 I can't seem to figure out which platform you are using.

 You should probably try using the autoconfiscated build system (rather
 than this, the deprecated and unsupported diving make system) by running
 configure (creating it with autogen.sh if need be) and using GNU Make.
 Using configure is a requirement for all known platforms that
 aren't some form
 of Windows, QNX Neutrino, or MacOS X.

 exit 1
 make[1]: *** [fake-target] Error 1
 make[1]: Leaving directory `/home/mokurai/tmp/abiword/abiword-2.6.4/src'
 make: *** [compile] Error 2


 Does anybody have a workaround? Would someone like to fix configure to
 work on Ubuntu? Do the makefiles need any change?

 So far I have the old version of Write that Ubuntu offers accepting
 and displaying Cyrillic and Greek correctly. I'll wait until I have
 something up-to-date to test before proceeding to the other 30+
 possibilities.

 Kim, should we create a process for globalization QA? We need testing
 for Amharic, Arabic, Khmer,

   
You might want to look at the Ubuntu instructions on abisource.com to
add the abiword-stable PPA, which will give you packages of a recent
version (2.6.3 right now, I'm very close to putting up 2.6.4) and
furthermore it will let you get source packages (just add the deb-src
line to match) and apt-get build-dep abiword

Ryan

-- 
Ryan Pavlik
www.cleardefinition.com

#282  +  (442) -  [X]
A programmer started to cuss
Because getting to sleep was a fuss
As he lay there in bed
Looping 'round in his head
was: while(!asleep()) sheep++;

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: [sugar] Abiword 2.6.4 on Ubuntu (was Re: Write needs your help)

2008-07-17 Thread Ryan Pavlik
I will update that page, indicating that the package upgrade for Hardy
was rejected - sorry for the confusion.

Ryan

David Van Assche wrote:
 This from the abiword on ubuntu webpage
 (http://abisource.com/wiki/Install_on_Ubuntu)

 At this time, the latest version available directly from Ubuntu is an
 Ubuntu-modified 2.4.6. We are working to get AbiWord 2.6 in Ubuntu
 8.04 Hardy Heron

 and adding their repo installs 2.6.4... but if you need the source
 that should work too

 I can build it without problems on my hardy system... just requires a
 lot of development library dependencies like below, you need to
 install libglib2.0-dev

 Kind Regards,
 David Van Assche

 On Thu, Jul 17, 2008 at 11:47 PM, Edward Cherlin [EMAIL PROTECTED] wrote:
   
 On Thu, Jul 17, 2008 at 1:54 PM, Tomeu Vizoso [EMAIL PROTECTED] wrote:
 
 Sorry, what I meant is that, ideally, we would be testing Write in
 joyride with the 2.6.4 version. As we don't have that version in
 joyride yet, I think the closest we can do is testing Abiword 2.6.4.
   
 Thanks,

 Tomeu
   
 It appears that the 2.6.4 sources aren't configured to build correctly
 on Ubuntu using configure and GNU make.

 ./configure reports

 configure: error: No package 'glib-2.0' found

 (The correct name on Ubuntu is libglib2.0-0)

 Then make says:

 Building AbiSuite with [ABI_ROOT=/home/mokurai/tmp/abiword/abiword-2.6.4]
 make ABI_ROOT=/home/mokurai/tmp/abiword/abiword-2.6.4 -C src
 make[1]: Entering directory `/home/mokurai/tmp/abiword/abiword-2.6.4/src'

I can't seem to figure out which platform you are using.

You should probably try using the autoconfiscated build system (rather
than this, the deprecated and unsupported diving make system) by running
configure (creating it with autogen.sh if need be) and using GNU Make.
Using configure is a requirement for all known platforms that
 aren't some form
of Windows, QNX Neutrino, or MacOS X.

 exit 1
 make[1]: *** [fake-target] Error 1
 make[1]: Leaving directory `/home/mokurai/tmp/abiword/abiword-2.6.4/src'
 make: *** [compile] Error 2


 Does anybody have a workaround? Would someone like to fix configure to
 work on Ubuntu? Do the makefiles need any change?

 So far I have the old version of Write that Ubuntu offers accepting
 and displaying Cyrillic and Greek correctly. I'll wait until I have
 something up-to-date to test before proceeding to the other 30+
 possibilities.

 Kim, should we create a process for globalization QA? We need testing
 for Amharic, Arabic, Khmer,

 --

-- 
Ryan Pavlik
www.cleardefinition.com

#282  +  (442) -  [X]
A programmer started to cuss
Because getting to sleep was a fuss
As he lay there in bed
Looping 'round in his head
was: while(!asleep()) sheep++;

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel