ExLuzZziVo
|
2013-03-22
, 22:17
|
Posts: 9 |
Thanked: 7 times |
Joined on Feb 2011
@ Moscow
|
#41
|
The Following 5 Users Say Thank You to ExLuzZziVo For This Useful Post: | ||
|
2013-03-22
, 23:23
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#42
|
The Following 4 Users Say Thank You to Android_808 For This Useful Post: | ||
|
2013-03-23
, 13:22
|
Posts: 88 |
Thanked: 63 times |
Joined on Feb 2008
@ Solingen; Germany
|
#43
|
The Following 13 Users Say Thank You to thopiekar For This Useful Post: | ||
|
2013-04-04
, 06:49
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#44
|
The Following 15 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
|
2013-04-04
, 07:45
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#45
|
The Following User Says Thank You to Android_808 For This Useful Post: | ||
|
2013-04-04
, 08:13
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#46
|
with the dependancy on mingw in gzip, is it not simpler to just edit the control file and build scripts to make it saner?
I know what you mean about the ones you built, lots of build time dependencies that are not required on device. eg some just to build the translation,using a python module, based on several others, requiring a library and an executable to build one doc page. Tracking down a sane build order for packages and these is a P.I.T.A
The Following User Says Thank You to reinob For This Useful Post: | ||
|
2013-04-04
, 09:38
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#48
|
Now there are more than 650 packages: http://cc.oulu.fi/~rantalai/maemo5/squeeze/repo/
Nothing very cool yet. Non-optified, may eat your phone.
----------------
Some typical problems I have encountered during dpkg-buildpackage several times:
*tar: FILENAME: file changed as we read it
Workaround: Read log what it tried last and run it manually, e.g. run manually: dh_builddeb -a
Maybe about scratchbox? Or failing harddisk (but with same package it happens every time)?
*dpkg-shlibdeps: error: no dependency information found for XXX (used by YYY)
e.g: dh_shlibdeps: dpkg-shlibdeps -Tdebian/libgmpxx4ldbl.substvars debian/libgmpxx4ldbl/usr/lib/libgmpxx.so.4.1.2 returned exit code 2
Workaround: use dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
*cp: cannot open `debian/tmp/XXX/FILENAME' for reading: Too many levels of symbolic links
Where FILENAME is not symlink at all.
Workaround: run: dpkg --build debian/FOLDER (sometimes doesn't work)
|
2013-04-04
, 09:50
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#49
|
The Following 5 Users Say Thank You to pali For This Useful Post: | ||
|
2013-04-04
, 11:17
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#50
|
@marmistrz: I suggested earlier: first to install it on eMMC or SD card and then start thinking how to fit it into nand. I think best way would be to move /usr on eMMC, but this has one big problem that udev does not working with separate /usr and /. So before starting init /usr should be mounted. But mounting from fstab is done after udev... so still we need some /sbin/preinit hack for this...
The Following User Says Thank You to marmistrz For This Useful Post: | ||