[maemo-developers] creating autogen.sh etc
From: Tripti Gupta itstripti at yahoo.comDate: Fri Nov 16 18:37:50 EET 2007
- Previous message: Fwd: Network library on Maemo 4
- Next message: creating autogen.sh etc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I have had problems creating a .deb package.. One thing: does anyone has a pointer where i can learn how to create autogen.sh, makefile.am etc.. I have been just working around modifying the existing ones...! Thanks! ----- Original Message ---- From: Andrea Grandi <a.grandi at gmail.com> To: "alterego at sdf.lonestar.org" <alterego at sdf.lonestar.org>; maemo-developers at maemo.org Sent: Friday, November 16, 2007 11:31:45 AM Subject: Re: Failed creating my first .deb package of a Python library for Chinook using Scratchbox Hi, > complain when it gets given an instruction that is not supported. As your > build process relies upon python during it's operation, it uses the python that > is built for the target you're using (ARMEL) which in turn makes qemu die. the problem is that I cannot install that library even if I use the python way. For example: [sbox-CHINOOK_ARMEL: ~/flickrapi-0.15] > python2.5 setup.py install gives me that long list of these errors: sem_post: Function not implemented sem_post: Function not implemented sem_post: Function not implemented .... > It is possible to work around this problem by compiling python for a HOST > target, the HOST target is the machine you're using for scratchbox development. > Firstly you need to create this target by installing the host-toolchain package > (making sure you have build-essentials installed on your host installation). I've build essentials on my Ubuntu machine (is the OS I use). Bur I cannot find the "host-toolchain" package anywhere :( Where can I find it? > The commands to create the HOST scratchbox target are: > > sb-conf setup HOST --compiler host-gcc --devkits=debian-etc,maemo3-tools,perl it says: [sbox-CHINOOK_X86: ~] > sb-conf setup HOST --compiler host-gcc --devkits=debian-etc,maemo3-tools,perl sb-conf: No such compiler: host-gcc > Once you've created and selected this target you must then build python and > install it somewhere that wont change as you change to other targets, basicallyinstall it into your scratchbox home directory. how can I do this thing? > Now you've setup a host native python, you need to use that python and not > the python package built for the devices (ARMEL) so either remove that and but I cannot build the ARMEL version :( > This post is a bit rough and I'll probably document it a bit better in the > future as a blog entry or something similar. Hope it helps. I hope you can give me further information, because I'm missing a lot of things ;) Thanks! -- Andrea Grandi email: a.grandi at gmail.com website: http://www.ptlug.org _______________________________________________ maemo-developers mailing list maemo-developers at maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers ____________________________________________________________________________________ Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how. http://overview.mail.yahoo.com/
- Previous message: Fwd: Network library on Maemo 4
- Next message: creating autogen.sh etc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]