View Single Post
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#48
Originally Posted by AapoRantalainen View Post
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)
maybe, if we're rebasing the whole system on top of debian, we should get rid of the whole rootfs and optify mess (some startup repartiton script or a flashing image?)
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following 3 Users Say Thank You to marmistrz For This Useful Post: