|
|
2010-03-30
, 16:39
|
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#2
|
, not really sure why the smart move to update the autobuilder without even having a release date from Nokia for PR1.2 !
|
|
2010-03-30
, 16:46
|
|
Posts: 252 |
Thanked: 252 times |
Joined on Nov 2009
|
#3
|
When I think about it I might even have tried before adding extras-devel to the sources.list. That's the bad thing about a reinstall - you never know what part you forgot to do before doing a rebuild.
I guess that could wait until PR1.2 is out. Now I just want to get on with the development :-p
|
|
2010-03-30
, 16:48
|
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#4
|
!
|
|
2010-03-30
, 16:59
|
|
Posts: 252 |
Thanked: 252 times |
Joined on Nov 2009
|
#6
|
but it still nags about the libhildon packages.
|
|
2010-03-30
, 17:03
|
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#7
|
That fixed the issue with Qtbut it still nags about the libhildon packages.
Missing packages:
libhildon1 (>= 2.2.10)
libhildonmime0 (>= 2.15)
However, that's only a problem with dpkg-buildpackage. Running the binaries directly works flawlessly now! I'll hopefully figure a way to avoid those dependencies, but until then I could just do it the hard way and copy binaries back and forth
Thanks for the help, krk969!
!|
|
2010-03-30
, 17:24
|
|
Posts: 252 |
Thanked: 252 times |
Joined on Nov 2009
|
#8
|
in case you are making a debian package, you could manually set dependencies to lower versions(PR1.1) of the hildon packages in the control file.
that might sort the issue with libhildon*
${shlibs:Depends}
${shlibs:Depends}
|
|
2010-03-31
, 15:08
|
|
Posts: 252 |
Thanked: 252 times |
Joined on Nov 2009
|
#9
|
Unable to satisfy build-deps: libhildon1-dev (= 2.2.0-2+ultrastable1+0m5) libhildonmime-dev (= 2.1.3-1+0m5)
|
|
2010-03-31
, 15:58
|
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#10
|
Alright. I figured how to set the dependencies to older versions, but the autobuilder on garage.maemo.org still downloads the newest package versions, so now I end up with unmet dependencies on the dev-packages.
Is there anything else I need to do apart from setting the version in Build-Depends to make the autobuilder use the right version?Code:Unable to satisfy build-deps: libhildon1-dev (= 2.2.0-2+ultrastable1+0m5) libhildonmime-dev (= 2.1.3-1+0m5)
The missing packages are
libhildon1 (>= 2.2.10)
libhildonmime0 (>= 2.15)
libqt4-core (>= 4.6.2~git20100224)
libqt4-gui (>= 4.6.2~git20100224)
which are some of the packages updated by PR1.2.
I already have libqt4-maemo5-* installed on the device, but I guess this doesn't help because the libraries are installed into /opt. And it fails to fulfill the dependencies because of the package name.
Right now it seems like I'm stuck in a situation where I can't do any development before PR1.2 is released. Is it possible to install these packages on the device before PR1.2 is released for N900? Or to revert the Scratchbox packages to Qt4.5?