Package: libxul-dev Version: 1.8.0.9-1 Severity: normal Short summary:
"sudo apt-get install libxul-dev" fails with "libxul-dev: Depends: libmozjs-dev (= 1.8.0.9-1) but it is not going to be installed" but "sudo apt-get install libxul-dev libmozjs-dev" works. I don't know how this should be fixed unfortunately. Complete transcript: apps1$ dchroot -d Executing shell in 'sid' chroot. [EMAIL PROTECTED]:~$ sudo apt-get update Get:1 http://apt-proxy.kurp.hut.fi sid Release.gpg [378B] Hit http://apt-proxy.kurp.hut.fi sid Release Ign http://apt-proxy.kurp.hut.fi sid/main Packages/DiffIndex Ign http://apt-proxy.kurp.hut.fi sid/main Sources/DiffIndex Hit http://apt-proxy.kurp.hut.fi sid/main Packages Hit http://apt-proxy.kurp.hut.fi sid/main Sources Fetched 1B in 0s (33B/s) Reading package lists... Done [EMAIL PROTECTED]:~$ sudo apt-get dist-upgrade Reading package lists... Done Building dependency tree... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [EMAIL PROTECTED]:~$ cat /etc/apt/sources.list # apt-proxy at kurp deb http://apt-proxy.kurp.hut.fi:9999/debian/ sid main deb-src http://apt-proxy.kurp.hut.fi:9999/debian/ sid main [EMAIL PROTECTED]:~$ sudo apt-get build-dep classpath Reading package lists... Done Building dependency tree... Done E: Build-dependencies for classpath could not be satisfied. [EMAIL PROTECTED]:~$ sudo apt-get install libxul-dev Reading package lists... Done Building dependency tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation: The following packages have unmet dependencies: libxul-dev: Depends: libmozjs-dev (= 1.8.0.9-1) but it is not going to be installed E: Broken packages [EMAIL PROTECTED]:~$ sudo apt-get install libxul-dev Reading package lists... Done Building dependency tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation: The following packages have unmet dependencies: libxul-dev: Depends: libmozjs-dev (= 1.8.0.9-1) but it is not going to be installed E: Broken packages [EMAIL PROTECTED]:~$ apt-cache show libxul-dev Package: libxul-dev Priority: optional Section: libdevel Installed-Size: 22120 Maintainer: Mike Hommey <[EMAIL PROTECTED]> Architecture: all Source: xulrunner Version: 1.8.0.9-1 Depends: libxul0d (>= 1.8.0.9), libxul0d (<< 1.8.0.9-1.1~), libnss3-dev (= 1.8.0.9-1), libnspr4-dev (= 1.8.0.9-1), libmozjs-dev (= 1.8.0.9-1), xulrunner Conflicts: mozilla-browser Filename: pool/main/x/xulrunner/libxul-dev_1.8.0.9-1_all.deb Size: 2622804 MD5sum: 8ddb3b7c6ced5eb02bab27c67d429692 SHA1: 221af99006501eb5f1b7965d88b8ed9630984826 SHA256: eef9aeeb27d961e7469cce796a6c6c70e2aa29501af16011aa3c697039c01033 Description: Development files for the Gecko engine library This library provides an API for XUL applications and Gecko embedders. The Gecko engine is the core of the mozilla.org applications such as Firefox, Thunderbird or SeaMonkey. . Gecko features include XPCOM, networking, DOM editing and transaction support, XBL, XUL, SVG, XSLT, XML Extras (XMLHttpRequest and DOMParser), Web Services (SOAP), accessibility support, IPC services, gtkmozembed, etc. . Install this package if you wish to embed the Gecko engine in your program or want to develop XPCOM components. . This package also provides the Xulrunner Software Development Kit in the same form as the one you may find on mozilla.org in /usr/lib/xulrunner/sdk. . It also contains the JavaXPCOM interfaces and their sources. . Homepage: http://wiki.mozilla.org/XUL:Lib_XUL Tag: devel::library [EMAIL PROTECTED]:~$ sudo apt-get install libxul-dev libmozjs-dev Reading package lists... Done Building dependency tree... Done The following extra packages will be installed: libnspr4-dev libnss3-dev xulrunner Suggested packages: xulrunner-gnome-support The following packages will be REMOVED: libnspr4 libswt3.1-gtk-java libswt3.1-gtk-jni mozilla-browser The following NEW packages will be installed: libmozjs-dev libnspr4-dev libnss3-dev libxul-dev xulrunner 0 upgraded, 5 newly installed, 4 to remove and 0 not upgraded. Need to get 3481kB of archives. After unpacking 24.4MB of additional disk space will be used. Do you want to continue [Y/n]? Get:1 http://apt-proxy.kurp.hut.fi sid/main libnspr4-dev 1.8.0.9-1 [205kB] Get:2 http://apt-proxy.kurp.hut.fi sid/main libmozjs-dev 1.8.0.9-1 [172kB] Get:3 http://apt-proxy.kurp.hut.fi sid/main libnss3-dev 1.8.0.9-1 [219kB] Get:4 http://apt-proxy.kurp.hut.fi sid/main xulrunner 1.8.0.9-1 [263kB] Get:5 http://apt-proxy.kurp.hut.fi sid/main libxul-dev 1.8.0.9-1 [2623kB] Fetched 3481kB in 0s (27.1MB/s) (Reading database ... 79865 files and directories currently installed.) Removing libnspr4 ... Removing libswt3.1-gtk-java ... Removing libswt3.1-gtk-jni ... Removing mozilla-browser ... Selecting previously deselected package libnspr4-dev. (Reading database ... 79833 files and directories currently installed.) Unpacking libnspr4-dev (from .../libnspr4-dev_1.8.0.9-1_all.deb) ... Selecting previously deselected package libmozjs-dev. Unpacking libmozjs-dev (from .../libmozjs-dev_1.8.0.9-1_all.deb) ... Selecting previously deselected package libnss3-dev. Unpacking libnss3-dev (from .../libnss3-dev_1.8.0.9-1_all.deb) ... Selecting previously deselected package xulrunner. Unpacking xulrunner (from .../xulrunner_1.8.0.9-1_i386.deb) ... Selecting previously deselected package libxul-dev. Unpacking libxul-dev (from .../libxul-dev_1.8.0.9-1_all.deb) ... Setting up libnspr4-dev (1.8.0.9-1) ... Setting up libmozjs-dev (1.8.0.9-1) ... Setting up libnss3-dev (1.8.0.9-1) ... Setting up xulrunner (1.8.0.9-1) ... Setting up libxul-dev (1.8.0.9-1) ... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]