Author Topic: I Want It Compiled !  (Read 124062 times)

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
I Want It Compiled !
« Reply #30 on: October 16, 2007, 03:51:16 am »
I will give it a try on my 860, but after finding out more about how Debian EABI works now.

And actually there is a lyx 1.5.1-2 package for EABI: http://armel-debs.applieddata.net/debian/p...mel/main/l/lyx/

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

dlj0

  • Full Member
  • ***
  • Posts: 218
    • View Profile
I Want It Compiled !
« Reply #31 on: October 16, 2007, 10:23:31 pm »
Quote from: dlj0
Quote from: ZDevil
@dlj0:
Do you use swap?  For compilation the default size of titchy (~17x MB) is definitely not enough. When I was compiling portabase, the swap usage surged up to almost 190MB...  That's why my C3200 now has a 512MB swap partition.
I've also run into internal compiler errors when compiling outside X with overclocking. Building inside X without overclocking works fine. But I don't know which is the cause.
But i've heard that not enough memory can also cause this.

Now I am doing compilation on a 4GB microdrive (ext2 format). I also added a 512MB swap partition on it. So after checking out all the dependencies, I plug in the microdrive, turn on the swap in it, and let the Z work. This way I can avoid the intensive writing on the internal CF, and also can freely share the microdrive between my C3200 and C860, both running Debian now.  
I have about 170M of swap as a partition, mounted automatically.  I added another swapfile, another 50meg, just to see if that would help.  I am _still_ trying to compile lyx-1.5.2, and am about to give up.  Fortunately I can export files from 1.5.2 to 1.4.*-readable ones.  Also, frankly, lyx-1.4.* is faster than 1.5.2, but 1.5.2 is fancier.

But my crashes always occur before the swap is full, anyway.  But they do occur when things are thrashing pretty badly.

I feel like the old days, when you had to exit X to compile anything.  I have been not only killing the X server, I have pruned down the modules, daemons, and things like that (good idea in general) to just what I need/want, but still I can't get past one of the large object files.  I even log out in order to free up cpu cycles and ram space for the compilation.  Lyx is, now, a big program, so it is not such a reflection on the Z that I can't compile it, but ....  It gets to about 70meg swap usage and segfaults.  It is somewhat random, but this last object (LyX.o, one of the last!) has not managed to appear after several attempts.  

I don't understand what you are saying about the microdrive.  The internal hard disk is such a beast.  Are you saying you have two of them?

Do you want to try your hand at compiliing lyx-1.5.2?  You need qt4-dev installed, which installs a lot of, um, crap, which you can remove later.  Try ./configure to see whether you have enough to make lyx.  If so, please give it a shot.  Like I said, I have been at this a week now.

I can't imagine compiling a kernel on this thing.

Progress??  I decided to try one more time.  For some reason (priority user??) compiling as root made it past the latest bottleneck, and it is still thrashing away.
Zaurus:  SL C3100
ROM:  eabi debian/sid

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
I Want It Compiled !
« Reply #32 on: October 17, 2007, 02:33:18 am »
Quote from: dlj0
Progress??  I decided to try one more time.  For some reason (priority user??) compiling as root made it past the latest bottleneck, and it is still thrashing away.

Lol. I can't even get past apt-get build-dep:
Code: [Select]
E: Build dependency for lyx cannot be satisfied because no available versions of package libboost-dev can satisfy version requirement
I already installed all libboost-*-dev and switched to "sid" in deb-src. How did you get there?

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

dlj0

  • Full Member
  • ***
  • Posts: 218
    • View Profile
I Want It Compiled !
« Reply #33 on: October 17, 2007, 03:05:40 pm »
Quote from: ZDevil
Quote from: dlj0
Progress??  I decided to try one more time.  For some reason (priority user??) compiling as root made it past the latest bottleneck, and it is still thrashing away.

Lol. I can't even get past apt-get build-dep:
Code: [Select]
E: Build dependency for lyx cannot be satisfied because no available versions of package libboost-dev can satisfy version requirement
I already installed all libboost-*-dev and switched to "sid" in deb-src. How did you get there?

That is strange.  I never got that message.  Wait.  What is this apt-get build-dep?  I got the sources for lyx from http://www.lyx.org, unpacked them, and ran ./configure.  The first time, ./configure complained about missing moc and other things, installing libqt4-dev took care of that.  I have no idea what build-dep is, or why that would help building lyx.  

BTW, I woke up this morning to a completely built up version of lyx-1.5.2, which so far seems to work just fine.  If someone wants it, I can create a tarball, but this installs into /usr/local to keep it separate from the distribution.
Zaurus:  SL C3100
ROM:  eabi debian/sid

dlj0

  • Full Member
  • ***
  • Posts: 218
    • View Profile
I Want It Compiled !
« Reply #34 on: October 17, 2007, 03:07:28 pm »
Quote from: ZDevil
I will give it a try on my 860, but after finding out more about how Debian EABI works now.

And actually there is a lyx 1.5.1-2 package for EABI: http://armel-debs.applieddata.net/debian/p...mel/main/l/lyx/

How did you install debian-armel (same as EABI, right?)?  What kernel did you use; or does the angstrom kernel support both arm and armel?
Zaurus:  SL C3100
ROM:  eabi debian/sid

zecrazytux

  • Newbie
  • *
  • Posts: 35
    • View Profile
    • http://zecrazytux.net
I Want It Compiled !
« Reply #35 on: October 31, 2007, 07:01:38 pm »
has somebody succed to run kazehakase ? i installed the package from gnuab sid repository but it segfaults...
Debian GNU/Linux Sid on C1000 akita (rootfs on sd) - 2.6.21 from poky - e16 - www.zecrazytux.net

Moad-Dib

  • Newbie
  • *
  • Posts: 19
    • View Profile
    • http://www.baccello.fr
I Want It Compiled !
« Reply #36 on: November 02, 2007, 11:42:12 am »
Hello everybody, i've just installed titchy and i'm searching for the Portabase application, where could i find it ? thanks
« Last Edit: November 02, 2007, 11:42:41 am by Moad-Dib »

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
I Want It Compiled !
« Reply #37 on: November 02, 2007, 01:26:44 pm »
Quote from: Moad-Dib
Hello everybody, i've just installed titchy and i'm searching for the Portabase application, where could i find it ? thanks

It was in the announcement thread but attachments got lost somehow. I hope the admins are looking into it cause I lost the copy I downloaded ...    

Maybe ZDevil could upload it again ?  

Chero.
HP-95LX -> HP Jornada 680 -> SL-C860 -> SL-C3100 -> Fuji u810 -> SL-C1000 -> HTC uni -> SL-C860 -> SL-C760.
March 12 2009 : Back because the Zaurus is one of a kind.
SL-C760 : pdaXrom
Pandora pre-ordered -> received and tested : great device but not my cup of tea -> sold.

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
I Want It Compiled !
« Reply #38 on: November 02, 2007, 01:34:14 pm »
No problem! Will put the files back tonight.

I should've done this earlier as the admin has already confirmed that some recent attachments got whisked to /dev/null because a chunk of data has mysteriously gone.
« Last Edit: November 02, 2007, 01:34:38 pm by ZDevil »

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
I Want It Compiled !
« Reply #39 on: November 02, 2007, 05:22:02 pm »
Just uploaded the packages again. Enjoy.

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

Moad-Dib

  • Newbie
  • *
  • Posts: 19
    • View Profile
    • http://www.baccello.fr
I Want It Compiled !
« Reply #40 on: November 03, 2007, 04:05:45 am »
Great, thanks a lot.

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
I Want It Compiled !
« Reply #41 on: November 03, 2007, 04:41:27 am »
I want to set up another thread for custom armel packages to run on the EABI system. Anyone interested?

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

jpmatrix

  • Hero Member
  • *****
  • Posts: 1014
    • View Profile
    • http://matrixmen.free.fr
I Want It Compiled !
« Reply #42 on: November 03, 2007, 04:51:56 am »
Quote from: ZDevil
I want to set up another thread for custom armel packages to run on the EABI system. Anyone interested?

yup
first package successfully compiled yesterday : mutt
**Fujitsu U1010 !!!  
**ex-Zaurus SL-C3000 owner with Debian kernel 2.6.24-yonggun

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
I Want It Compiled !
« Reply #43 on: November 03, 2007, 05:03:41 am »
Good. Shall we use the same thread as the custom ARM packages' or a different one to avoid confusion?

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

jpmatrix

  • Hero Member
  • *****
  • Posts: 1014
    • View Profile
    • http://matrixmen.free.fr
I Want It Compiled !
« Reply #44 on: November 03, 2007, 05:11:04 am »
Quote from: ZDevil
Good. Shall we use the same thread as the custom ARM packages' or a different one to avoid confusion?

if packages works on both version, i think yes, otherwise we should open a new thread
« Last Edit: November 03, 2007, 05:11:20 am by jpmatrix »
**Fujitsu U1010 !!!  
**ex-Zaurus SL-C3000 owner with Debian kernel 2.6.24-yonggun