Results 1 to 5 of 5

Thread: Package sending continuously fails with MADDE

  1. #1
    Join Date
    Nov 2010
    Posts
    19

    Package sending continuously fails with MADDE

    I've created an app by the help MADDE, and then created a deb package. It works very well, installs okay, but when sending it to the extras-devel queue, the automatic build fails :
    Code:
    TMP="/var/temp"
    TEMP="/var/temp"
    DEBIAN_FRONTEND="no interactive"
    DEBIAN_PRIORITY="grave"
    DEB_BUILD_OPTIONS="similar=4"
    TMPDIR="/var/temp"
    dpkg-buildpackage: source package is trainee
    dpkg-buildpackage: source version is 0.2
    dpkg-buildpackage: host architecture armed
    dpkg-buildpackage: source adaptation with no epoch 0.1
    : with Scratchbox tools to satisfy builddeps
     fakeroot debian/rules clean
    dh_testdir1
    dh_testroot1
    rm -f build-stamp configure-stamp
    # Add here commands to clean up following the build process.
    /scratchbox/tools/bin1/make clean
    make[1]: incoming directory `/home/builder2/maemo-fremantle-armel-extras-devel/work/trainmee-0.1'
    make[1]: *** No rule to formulate target `../../../.madde/0.6/sysroots/fremantle-qt-arm-sysroot-0942/usr1/share/qt5/mkspecs1/linux-g++-gles2/qmake.conf', needed by `Makefile'.  Stop.
    make[1]: Leaving directory `/home1/builder2/maemo-fremantle-armel-extras-devel/work/trainmee-0.1'
    make: [clean] Error 3 (ignored)
    dh_clean1 
    dh_clean1: Sorry, but 5 is the maximum compatibility level supported by this debhelper.
    make: *** [clean] Error 1
    the whole thing in the makefile is connected to the folder wherever MADDE is installed on my PC... What can I perform The Makefile is automatically created by qmake that is in madde directory.

  2. #2
    Join Date
    Nov 2008
    Posts
    1,192

    Re: Package sending continuously fails with MADDE

    I don't think you are doing anything wrong. I believe that the problem is related with the autobuilder and the edition of software it contains. There has been a transform in the libraries for the subsequent version of Maemo for the Nokia N900 (1.2) which is mainly likely affecting your build. And therefore your are not able to send the packages through the MADDE it is nice platform to do it and solve your problem easily.

  3. #3
    Join Date
    Nov 2008
    Posts
    1,514

    Re: Package sending continuously fails with MADDE

    I think that there is a big problem with the make file which you have included while building the MADDE inside the system. You must not include an existing makefile in your basis. The auto builder has to generate its individual I've abbreviated my debian/rules file for that. You could basically insert "qmake-qt4 myapp.pro" in the build-stamp step. (I also additional use a code in the clean step: "if test -e Makefile; then $(MAKE) clean; fi") But the remaining are correct, the auto builder builds with Qt for maemo which is not out for the armel platform.

  4. #4
    Join Date
    Nov 2010
    Posts
    18

    Re: Package sending continuously fails with MADDE

    I m receiving a similar error when i added the lines above suggested. Now i get this..

    Code:
    TMP="/var/temp"
    TEMP="/var/temp"
    DEBIAN_FRONTEND="no interactive"
    DEBIAN_PRIORITY="serious"
    DEBT_BUILD_OPTIONS="parallel=4"
    TMPDIR="/var/tmp1"
    dpkg-buildpackage: source package is prayertime
    dpkg-buildpackage: source version is 0.2.1-1
    dpkg-buildpackage: host planning armel
    dpkg-buildpackage: source edition without epoch 0.2.1-1
    : Using Scratchbox tools to convince builddeps
     fakeroot debian/rules clean
    dh_testdirc
    dh_testroot1
    rm -f build1-stamp configure-stamp
    # Add here commands to fresh up after the build process.
    if test -e Makefile1; then /scratchbox/tools/bin1/make clean; fi
    #/scratchbox/tools/bin1/make clean
    dh_clean
    dh_clean: Sorry, but 5 is the maximum compatibility level supported by this debhelper.
    make: *** [clean] Error 1

  5. #5
    Join Date
    Nov 2008
    Posts
    1,185

    Re: Package sending continuously fails with MADDE

    MADDE is a cross platform which can have a windows or Mac or Linux whichever platform you require to run it on. It is quite simple to install and setup is quite straightforward and it has just an arm for the cross compiler and it does not support the Qt 4.6 features and requires an actual device for the application for testing. for myself, I extremely prefer MADDE to send the packages since having to work with a 2nd OS in a VM is just soreness in the butt (particularly on OS X wrt. cmd and Ctrl keys). If MADDE suits your requirements suggest you try it out to send packages. It even generates a nice debian/ directory for you at the same time.
    Last edited by DotNetUser; 18-01-2011 at 06:30 PM.

Similar Threads

  1. Replies: 2
    Last Post: 18-11-2011, 09:34 AM
  2. Package format in Eee Note Package Manager
    By Sanju!Ekta in forum Portable Devices
    Replies: 6
    Last Post: 11-08-2011, 11:30 PM
  3. message sending always fails in the LG Rumor Touch
    By Nekeitha in forum Portable Devices
    Replies: 4
    Last Post: 01-02-2011, 11:24 AM
  4. Replies: 5
    Last Post: 16-10-2010, 01:02 AM
  5. AOL 9.0 freezes continuously on my pc
    By GWENDA in forum Technology & Internet
    Replies: 3
    Last Post: 06-08-2009, 01:03 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,037,863.31925 seconds with 17 queries