[Bug 119982] Re: amd64 vncconfig crashes

Lerxst stig.bull at broadpark.no
Tue Aug 18 06:20:32 UTC 2009


On Sun, 2009-08-16 at 10:52 +0000, Iain Lane wrote:
> Doesn't build for me. Can you have a look?
> 
> Checking for source dependency conflicts...
> E: Couldn't find package mesa-swx11-source
> Installing positive dependencies: debhelper zlib1g-dev automake1.9 autoconf xserver-xorg-dev xutils pkg-config x11proto-bigreqs-dev x11proto-composite-dev x11proto-core-dev x11proto-damage-dev x11proto-evie-dev x11proto-fixes-dev x11proto-kb-dev x11proto-xinerama-dev x11proto-randr-dev x11proto-record-dev x11proto-render-dev x11proto-resource-dev x11proto-scrnsaver-dev x11proto-trap-dev x11proto-video-dev x11proto-xcmisc-dev x11proto-xext-dev x11proto-xf86bigfont-dev x11proto-xf86dga-dev x11proto-xf86misc-dev x11proto-xf86vidmode-dev xtrans-dev libxau-dev libxdmcp-dev libxfont-dev libfontenc-dev libxkbfile-dev x11proto-xf86dri-dev libdrm-dev mesa-swx11-source x11proto-gl-dev libgl1-mesa-dev libxmuu-dev libxext-dev libx11-dev libxrender-dev libxi-dev x11proto-dmx-dev dpatch libdmx-dev libxpm-dev libxaw7-dev libxt-dev libxmu-dev libxtst-dev libxres-dev libfreetype6-dev flex
> Reading package lists...
> Building dependency tree...
> Reading state information...
> E: Couldn't find package mesa-swx11-source
> apt-get failed.
> Package installation failed
> Trying to reinstall removed packages:
> Trying to uninstall newly installed packages:
> Source-dependencies not satisfied; skipping vnc4
> 
> ** Changed in: vnc4 (Ubuntu)
>        Status: Confirmed => In Progress
> 
> ** Changed in: vnc4 (Ubuntu)
>        Status: In Progress => Incomplete


Did you do this:

$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.10
DISTRIB_CODENAME=intrepid
DISTRIB_DESCRIPTION="Ubuntu 8.10"
Here's a modified procedure based on the above that successfully created
the package 
The build-dep command aborted complaining about unmet dependency  of
package 
E mesa-swx11-source 
I installed this package manually from here
https://launchpad.net/ubuntu/intrepid/+package/mesa-swx11-source
And then run build-dep again
$ apt-get build-dep vnc4server
$ cd vnc4-4.1.1+xorg1.0.2
I got the same access.c:1459 compilation error which was due to missing
compilation flag.
This missing compilation flag is set in env. var of the configure script
of xorg-server_1.0.2
$ export XSERVERCFLAGS_CFLAGS=-D_GNU_SOURCE
$ debian/rules binary

Sounds like it's the missing mesa-swx11 it's complaining about

-- 
amd64 vncconfig crashes
https://bugs.launchpad.net/bugs/119982
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list