[maemo-developers] building xserver-xomap

2007-01-31 Thread Detlef Schmicker
Hi,

I just try to build xserver-xomap on maemo 3.0

apt-get source xserver-xomap 

to get the source and (after installing most of the missing libs)

dpkg-buildpackage -rfakeroot

...

dpkg-checkbuilddeps: Using Scratchbox tools to satisfy builddeps
dpkg-checkbuilddeps: Unmet build dependencies: flex quilt
dpkg-buildpackage: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: (Use -d flag to override.)
[sbox-SDK_ARMEL: ~/xorg-server-1.1.99.3] 

At least quilt is realy needed, as -d does not work.


would be great, if anybody could help

Thanks, Detlef

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


Re: [maemo-developers] building xserver-xomap

2007-01-31 Thread Jorge Salamero Sanz
On Wednesday 31 January 2007 15:18, Detlef Schmicker wrote:
 dpkg-checkbuilddeps: Unmet build dependencies: flex quilt

you need to install flex and quilt, if you are sure that they are not needed 
(you have modified debian/rules ...), just remove them from debian/control 
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] building xserver-xomap

2007-01-31 Thread Detlef Schmicker
Any idea where to get them,
apt-get install quilt

does not find it?

Thanks Detlef


Am Mittwoch, den 31.01.2007, 15:24 +0100 schrieb Jorge Salamero Sanz:
 On Wednesday 31 January 2007 15:18, Detlef Schmicker wrote:
  dpkg-checkbuilddeps: Unmet build dependencies: flex quilt
 
 you need to install flex and quilt, if you are sure that they are not needed 
 (you have modified debian/rules ...), just remove them from debian/control 
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://maemo.org/mailman/listinfo/maemo-developers
 

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


Re: [maemo-developers] building xserver-xomap

2007-01-31 Thread Jorge Salamero Sanz
On Wednesday 31 January 2007 15:31, Detlef Schmicker wrote:
 Any idea where to get them,
 apt-get install quilt

 does not find it?

you will have to build and install it first,

get sources (apt-get source quilt), build, install, try. and this procedure 
recursively until you finish :)
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] building xserver-xomap

2007-01-31 Thread Kalle Vahlman

2007/1/31, Detlef Schmicker [EMAIL PROTECTED]:

Hi,

I just try to build xserver-xomap on maemo 3.0

apt-get source xserver-xomap

to get the source and (after installing most of the missing libs)

dpkg-buildpackage -rfakeroot

...

dpkg-checkbuilddeps: Using Scratchbox tools to satisfy builddeps
dpkg-checkbuilddeps: Unmet build dependencies: flex quilt
dpkg-buildpackage: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: (Use -d flag to override.)
[sbox-SDK_ARMEL: ~/xorg-server-1.1.99.3] 

At least quilt is realy needed, as -d does not work.

would be great, if anybody could help


Here's how I did it:

Get quilt (for example from debian sources):

 http://packages.debian.org/unstable/devel/quilt

Simply do './configure --prefix /usr  make all install'[1]

Then build the xserver with dpkg-buildpackage specifying the -d flag
(flex is not really needed and quilt is there, but just won't show on
the package list).

If you start building all the deps of quilt (of which apparently
nothing is really needed ;), you'll just end up building half of
debian... One of the shortcomings of debian package management :/

[1] If you don't want to do this on every target reset, you might want
to use /host_usr as the prefix, that is a place for custom tools that
the scratchbox user builds. It's visible on all targets and doesn't go
away on target resets.

--
Kalle Vahlman, [EMAIL PROTECTED]
Powered by http://movial.fi
Interesting stuff at http://syslog.movial.fi
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers