Sep 26 2007, 11:08 AM
Post
#1
|
|
![]() Group: Members Posts: 1,019 Joined: 15-February 05 From: France Member No.: 6,477 |
who can compile and make a .deb package for :
-tackcoach -xournal thanks in advance! |
|
|
|
![]() |
Oct 11 2007, 07:47 PM
Post
#2
|
|
|
Group: Members Posts: 2,003 Joined: 16-April 04 From: the Netherlands && /dev/null Member No.: 2,882 |
@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. |
|
|
|
Oct 15 2007, 09:03 PM
Post
#3
|
|
|
Group: Members Posts: 219 Joined: 3-March 06 Member No.: 9,282 |
@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. |
|
|
|
Oct 16 2007, 06:23 PM
Post
#4
|
|
|
Group: Members Posts: 219 Joined: 3-March 06 Member No.: 9,282 |
@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. |
|
|
|
Oct 16 2007, 10:33 PM
Post
#5
|
|
|
Group: Members Posts: 2,003 Joined: 16-April 04 From: the Netherlands && /dev/null Member No.: 2,882 |
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 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? |
|
|
|
Oct 17 2007, 11:05 AM
Post
#6
|
|
|
Group: Members Posts: 219 Joined: 3-March 06 Member No.: 9,282 |
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 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. |
|
|
|
jpmatrix I Want It Compiled ! Sep 26 2007, 11:08 AM
ZDevil QUOTE(jpmatrix @ Sep 26 2007, 09:08 PM) w... Sep 26 2007, 11:37 AM
jpmatrix QUOTE(ZDevil @ Sep 26 2007, 09:37 PM) QUO... Sep 27 2007, 01:42 AM
dlj0 QUOTE(jpmatrix @ Sep 27 2007, 05:42 AM) Q... Sep 27 2007, 04:00 PM
adf QUOTE(dlj0 @ Sep 27 2007, 04:00 PM) QUOTE... Sep 27 2007, 05:21 PM
Meanie QUOTE(dlj0 @ Sep 28 2007, 10:00 AM) QUOTE... Sep 27 2007, 06:54 PM
Chero Hi,
anyone with a compilation environment setup a... Oct 8 2007, 11:58 PM
ZDevil QUOTE(Chero @ Oct 9 2007, 09:58 AM) Hi,
a... Oct 10 2007, 10:29 AM
Chero QUOTE(ZDevil @ Oct 10 2007, 08:29 PM) QUO... Oct 10 2007, 11:34 AM
ZDevil Portabase is a very old app. It depends on metakit... Oct 9 2007, 01:03 AM
ZDevil Built metakit.
Now building portabase... Oct 9 2007, 01:21 AM
ZDevil Portabase build error:
CODEg++ -c -pipe -Wall -W -... Oct 9 2007, 01:57 AM
Chero Hello,
I don't have a clue.
Is metakit a l... Oct 9 2007, 02:19 AM
ZDevil Sure, I will try again. The compilation instructio... Oct 9 2007, 02:23 AM
ZDevil Sure, I will try again. The compilation instructio... Oct 9 2007, 02:24 AM
ZDevil (Deleted)
(Things are all fixed in post #14 now) Oct 10 2007, 12:37 PM
Chero QUOTE(ZDevil @ Oct 10 2007, 10:37 PM) No ... Oct 10 2007, 10:04 PM
ZDevil Great. Just add libbeecrypt6 as Depends in the con... Oct 10 2007, 10:50 PM
Chero QUOTE(ZDevil @ Oct 11 2007, 08:50 AM) Gre... Oct 11 2007, 01:18 AM
jpmatrix QUOTE(Chero @ Oct 11 2007, 11:18 AM) QUOT... Oct 11 2007, 01:31 AM

ZDevil QUOTE(jpmatrix @ Oct 11 2007, 11:31 AM) i... Oct 11 2007, 01:33 AM

Chero QUOTE(jpmatrix @ Oct 11 2007, 11:31 AM) i... Oct 11 2007, 03:55 AM
ZDevil QUOTE(Chero @ Oct 11 2007, 11:18 AM) QUOT... Oct 11 2007, 01:32 AM
ZDevil Now I'm making a few more interesting packages... Oct 11 2007, 01:36 AM
jpmatrix i'll add my gpsd and passkey_agent compile to ... Oct 11 2007, 05:32 AM
ZDevil InSearchOf has just turned on the green light for ... Oct 11 2007, 09:18 AM
dlj0 I am compiling, as we speak, lyx-1.5.2 on my zauru... Oct 11 2007, 04:25 PM
Chero Hi all,
Great to see we now have an announcement ... Oct 15 2007, 02:24 AM
ZDevil I will give it a try on my 860, but after finding ... Oct 15 2007, 11:51 PM
dlj0 QUOTE(ZDevil @ Oct 16 2007, 03:51 AM) I w... Oct 17 2007, 11:07 AM
zecrazytux has somebody succed to run kazehakase ? i installe... Oct 31 2007, 03:01 PM
Moad-Dib Hello everybody, i've just installed titchy an... Nov 2 2007, 07:42 AM
Chero QUOTE(Moad-Dib @ Nov 2 2007, 04:42 P... Nov 2 2007, 09:26 AM
ZDevil No problem! Will put the files back tonight.
... Nov 2 2007, 09:34 AM
ZDevil Just uploaded the packages again. Enjoy. Nov 2 2007, 01:22 PM
Moad-Dib Great, thanks a lot. Nov 3 2007, 12:05 AM
ZDevil I want to set up another thread for custom armel p... Nov 3 2007, 12:41 AM
jpmatrix QUOTE(ZDevil @ Nov 3 2007, 09:41 AM) I wa... Nov 3 2007, 12:51 AM
ZDevil Good. Shall we use the same thread as the custom A... Nov 3 2007, 01:03 AM
jpmatrix QUOTE(ZDevil @ Nov 3 2007, 10:03 AM) Good... Nov 3 2007, 01:11 AM
jpmatrix QUOTE(jpmatrix @ Nov 3 2007, 10:11 AM) QU... Nov 3 2007, 10:38 AM
ZDevil Certainly! I am gonna do that after converting... Nov 3 2007, 11:18 AM
ZDevil Before compiling notecase, I am trying to compile ... Nov 4 2007, 07:43 AM
jpmatrix QUOTE(ZDevil @ Nov 4 2007, 04:43 PM) Befo... Nov 4 2007, 08:00 AM
Chero QUOTE(jpmatrix @ Nov 4 2007, 05:00 PM) yo... Nov 4 2007, 08:58 AM
jpmatrix QUOTE(Chero @ Nov 4 2007, 05:58 PM) QUOTE... Nov 4 2007, 09:13 AM
ZDevil QUOTE(Chero @ Nov 4 2007, 05:58 PM) QUOTE... Nov 4 2007, 11:02 AM
Chero QUOTE(ZDevil @ Nov 4 2007, 08:02 PM) QUOT... Nov 4 2007, 11:23 AM
flux QUOTE(Chero @ Nov 4 2007, 08:23 PM) QUOTE... Nov 4 2007, 11:29 AM
Chero QUOTE(flux @ Nov 4 2007, 08:29 PM) (just ... Nov 4 2007, 11:32 AM

flux QUOTE(Chero @ Nov 4 2007, 08:32 PM) QUOTE... Nov 4 2007, 11:36 AM

ZDevil QUOTE(flux @ Nov 4 2007, 08:36 PM) i... Nov 4 2007, 11:38 AM

Chero QUOTE(flux @ Nov 4 2007, 08:36 PM) QUOTE(... Nov 4 2007, 11:45 AM

flux QUOTE(Chero @ Nov 4 2007, 08:45 PM) QUOTE... Nov 4 2007, 11:50 AM
ZDevil QUOTE(flux @ Nov 4 2007, 08:29 PM) QUOTE(... Nov 4 2007, 11:35 AM
ZDevil Lol. I almost always work with my Z beside me. And... Nov 4 2007, 11:27 AM
Chero QUOTE(ZDevil @ Nov 4 2007, 08:27 PM) Lol.... Nov 4 2007, 11:31 AM
flux in fact, it exists.... for example, the drug-dicti... Nov 4 2007, 11:43 AM
ZDevil Back on the topic...
A few new armel packages are... Nov 6 2007, 11:48 AM
ZDevil Just added today:
Many gnome-python dependencies ... Nov 10 2007, 10:09 AM
ZDevil jpmatrix, a question about uqm-voice_0.6.2_armel.d... Nov 21 2007, 02:59 PM
jpmatrix QUOTE(ZDevil @ Nov 21 2007, 11:59 PM) jpm... Nov 21 2007, 03:25 PM
ZDevil Thanks, jpmatrix. I got uqm-voice repackaged but t... Nov 22 2007, 01:57 AM
jpmatrix QUOTE(ZDevil @ Nov 22 2007, 10:57 AM) Tha... Nov 22 2007, 04:37 AM
ZDevil The repackaged uqm-voice deb is uploaded. Have fun... Nov 24 2007, 02:47 AM
jpmatrix QUOTE(ZDevil @ Nov 24 2007, 11:47 AM) The... Nov 24 2007, 04:43 AM
ZDevil QUOTE(jpmatrix @ Nov 24 2007, 01:43 PM) Q... Nov 24 2007, 06:27 AM
jpmatrix QUOTE(ZDevil @ Nov 24 2007, 03:27 PM) QUO... Nov 24 2007, 07:26 AM
scottlfa Could dillo2 be compiled for armel? Nov 26 2007, 05:08 PM
dlj0 QUOTE(scottlfa @ Nov 26 2007, 08:08 PM) C... Nov 26 2007, 10:25 PM
ZDevil QUOTE(dlj0 @ Nov 27 2007, 07:25 AM) IMO w... Nov 26 2007, 10:31 PM
jpmatrix QUOTE(ZDevil @ Nov 27 2007, 07:31 AM) QUO... Nov 27 2007, 05:04 AM
dlj0 QUOTE(jpmatrix @ Nov 27 2007, 08:04 AM) Q... Nov 27 2007, 10:31 AM
laan QUOTE(jpmatrix @ Nov 27 2007, 03:04 PM) c... Feb 1 2008, 05:46 AM
Moad-Dib I've installed Kasehakase last week and it wor... Nov 27 2007, 06:29 AM
jpmatrix QUOTE(Moad-Dib @ Nov 27 2007, 03:29 ... Nov 27 2007, 09:29 AM
Moad-Dib QUOTE(jpmatrix @ Nov 27 2007, 06:29 PM) Q... Nov 27 2007, 02:51 PM
dlj0 QUOTE(jpmatrix @ Nov 27 2007, 12:29 PM) Q... Nov 27 2007, 07:27 PM
dlj0 Anyone have any idea how to compile maxima for deb... Dec 17 2007, 06:04 PM
zeigerpuppy I would really like to see
ko/pi
compiled for de... Dec 17 2007, 06:06 PM
scottlfa Freeciv (and its parts) without the root warning w... Dec 17 2007, 06:44 PM
stupkid Has wbar ( http://freshmeat.net/projects/wbar/ ) b... Dec 18 2007, 08:52 AM
kibymo I play Debian on C-860 for one week, I am very hap... Dec 20 2007, 06:52 AM
ArchiMark Hopefully, this is the right thread to ask this...... Apr 3 2008, 03:32 PM
ZDevil QUOTE(ArchiMark @ Apr 4 2008, 01:32 AM) H... Apr 3 2008, 03:37 PM
ArchiMark QUOTE(ZDevil @ Apr 3 2008, 04:37 PM) QUOT... Apr 3 2008, 03:51 PM
matthis Hi,
I would like to make a package request.
Lxl... Jun 3 2008, 07:53 AM
2or0 QUOTE(matthis @ Jun 3 2008, 07:53 AM) Hi,... Jun 4 2008, 09:57 AM
matthis Dear 2or0,
As always, thank you very much!... Jun 4 2008, 10:33 PM
mars I would like kdepimpi compiled for armel. It shoul... Jun 9 2008, 11:36 PM
2or0 QUOTE(mars @ Jun 9 2008, 11:36 PM) I woul... Jun 10 2008, 12:45 AM
2beers I just tried to install your kdepimpi package on a... Jun 21 2008, 11:28 AM
canguy247 QUOTE(2beers @ Jun 21 2008, 03:28 PM) I j... Jun 21 2008, 04:25 PM
2beers QUOTE(canguy247 @ Jun 22 2008, 01:25 AM) ... Jun 22 2008, 12:12 AM
canguy247 Sorry, but I misunderstood your problem. When I i... Jun 22 2008, 02:43 AM![]() ![]() |
|
Lo-Fi Version | Time is now: 19th June 2013 - 04:59 PM |