Re: Fremantle SDK mount command?

2009-06-25 Thread Jeremiah Foster


On Jun 25, 2009, at 24:52, Qole wrote:


I also tried to chroot from within Scratchbox:

/scratchbox/tools/bin/chroot.


What was the full command here?


bin: cannot change root directory to /debian: Operation not permitted


Jeremiah___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


RE: PyQt 4.5.x ?

2009-06-25 Thread luciano.wolf
Hi,

By now we don't have a short term release plan. We are trying to keep PyMaemo 
up to date with Fremantle releases. It is good to know about developers 
interest to keep PyQt up and running. As soons as we get more info about PyQt 
roadmap I'll report here.

Regards,
Luciano

From: maemo-developers-boun...@maemo.org [maemo-developers-boun...@maemo.org] 
On Behalf Of ext Attila Csipa [ma...@csipa.in.rs]
Sent: Wednesday, June 24, 2009 16:43
To: maemo-developers@maemo.org
Subject: PyQt 4.5.x ?

Just out of curiosity, does anyone have the short term plan of getting PyQt
4.5.x in extras-devel ? I can see that lucianomw uploaded some 4.4 point
releases as far as mid-May, but the garage PyQt pages look a bit orphaned...


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


[GSoC 09] - Canola2 Torrent Plugin - report 1

2009-06-25 Thread lauri
Hi,

I have written a report here:
http://wiki.maemo.org/GSoC_2009/Projects/BitTorrent_plugin_for_Canola/Report1

I also updated the main page:
http://wiki.maemo.org/GSoC_2009/Projects/BitTorrent_plugin_for_Canola

There is alpha version ready already! I hope to get some feedback.

-- 
Lauri Võsandi
tel: +372 53329412
e-mail: lauri.vosa...@gmail.com
university: Estonian IT College
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


VFP in autobuilder enabled?

2009-06-25 Thread Jeremiah Foster
Hello,

I was asked on irc in #maemo if the fremantle autobuilder supports  
DEB_BUILD_OPTIONS=vfp. It appears that it does not and many of the  
applications in the repos in fact set that option.

Can someone confirm that the autobuilder supports  
DEB_BUILD_OPTIONS=vfp?

Thanks!

Jeremiah
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: VFP in autobuilder enabled?

2009-06-25 Thread Mikko Vartiainen
 
 2009/6/25 Jeremiah Foster jerem...@jeremiahfoster.com:
  Hello,
 
 I was asked on irc in #maemo if the fremantle autobuilder supports
  DEB_BUILD_OPTIONS=vfp. It appears that it does not and many of the
  applications in the repos in fact set that option.
 
 Can someone confirm that the autobuilder supports
  DEB_BUILD_OPTIONS=vfp?
 
 $ grep vfp /etc/sbdmock/*-devel.cfg
 /etc/sbdmock/maemo-chinook-armel-extras-devel.cfg:config_opts['env']['DEB_BUILD_OPTIONS']=maemo-launcher,thumb,vfp,parallel=4
 /etc/sbdmock/maemo-diablo-armel-extras-devel.cfg:config_opts['env']['DEB_BUILD_OPTIONS']=maemo-launcher,thumb,vfp,parallel=4

Question is why vfp is not enabled? Just a bug?

Anyway there's bunch of packages in fremantle extras-devel which are built 
without vfp and they would need to be rebuilt...

-- 
Mikko Vartiainen
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


microb engine doesn't compile

2009-06-25 Thread Zhihai Wang
Hi,
I checked out the latest engine source code from
https://garage.maemo.org/svn/browser/mozilla/trunk/microb-engine/microb-engineand
find out the last modified date is 2009-03-28.
Then I tried dpkg-buildpackage -d -rfakeroot -uc -b in sbox-CHINOOK_ARMEL,
it doesn't compile.
Is the svn migrated, or something is wrong with my environment?

dpkg-buildpackage -d -rfakeroot -uc -b
dpkg-buildpackage: source package is microb-engine
dpkg-buildpackage: source version is 20090207-6
dpkg-buildpackage: source changed by Oleg Romashin oleg.romas...@nokia.com
dpkg-buildpackage: host architecture armel
dpkg-buildpackage: source version without epoch 20090207-6
 fakeroot debian/rules clean
rm -f /home/user/microb-engine/microb-engine/stampdir/patch
Unapplying patches...nothing to do.
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp unpack-stamp patch-stamp
#Removing object_tree
rm -rf build-tree/obj-*
#Removing unpacked sources
rm -rf build-tree/mozilla/patches
rm -rf build-tree/mozilla/.pc
rm -f debian/shlibs.local
#chmod -f a-x debian/patches/*.diff
rm -rf /home/user/microb-engine/microb-engine/stampdir
rm -rf /home/user/microb-engine/microb-engine/patches
rm -f /home/user/microb-engine/microb-engine/.pc
rm -f /home/user/microb-engine/microb-engine/debian/patches/series
rm -rf /home/user/microb-engine/microb-engine/tarballs
# uuencode source files
for str1 in *.png *.gif *.tar.gz; do \
for str in `find ./debian -name $str1`;do \
if [ -s $str ]; then \
  uuencode $str $str  $str.uu; rm $str; \
fi; \
done; \
done
chmod a-x debian/resources/tools/*
dh_clean
 debian/rules build
mkdir -p build-tree
mkdir -p /home/user/microb-engine/microb-engine/stampdir/log
#Small hack for old X11R6 directory
# uudecode source files
for str in `find ./debian -name *.uu`;do \
if [ -s $str ]; then \
  uudecode -o $(echo $str | sed 's/\.uu//g') $str; rm $str; \
fi ;\
done
if [ -f /home/user/microb-engine/microb-engine/client.mk ]; then\
  rm -f build-tree/mozilla  ln -s /home/user/microb-engine/microb-engine
build-tree/mozilla;\
else\
  if [ -d build-tree/mozilla ]; then \
if [ -d build-tree/mozilla/.hg ]; then \
  hg pull -R build-tree/mozilla  hg update -R build-tree/mozilla -C; \
else \
  hg archive -r upstream/20090207 -t files build-tree/mozilla; \
fi \
  else \
hg clone -r upstream/20090207 /home/user/microb-engine/microb-engine
build-tree/mozilla  hg update -C -R build-tree/mozilla; \
#   hg archive -r upstream/20090207 -t files build-tree/mozilla; \
  fi;\
fi
/scratchbox/tools/bin/sh: -c: line 2: syntax error: unexpected end of file



-- 
Best Regards,

Zhihai Wang
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers