Page 1 of 1

cold not load virtualbox - packages

Posted: 13. Jul 2008, 10:34
by nixdorf
Hello,

i whant to install virtualbox on a debian/etch. I made thes entry in /etc/apt/sources.list:and then:

Code: Select all

wget http://www.virtualbox.org/debian/innotek.asc
apt-key add innotek.asc
rm innotek.asc
apt-get update
but here i get:

Code: Select all

Ign http://www.virtualbox.org etch Release.gpg
Ign http://www.virtualbox.org etch Release
Ign http://www.virtualbox.org etch/non-free Packages
Fehl http://www.virtualbox.org etch/non-free Packages
  403 Forbidden
Hole:1 http://security.debian.org etch/updates Release.gpg [189B]
OK   http://security.debian.org etch/updates Release
Ign http://security.debian.org etch/updates/main Packages/DiffIndex
Ign http://security.debian.org etch/updates/contrib Packages/DiffIndex
Ign http://security.debian.org etch/updates/main Sources/DiffIndex
Ign http://security.debian.org etch/updates/contrib Sources/DiffIndex
OK   http://security.debian.org etch/updates/main Packages
OK   http://security.debian.org etch/updates/contrib Packages
OK   http://security.debian.org etch/updates/main Sources
OK   http://security.debian.org etch/updates/contrib Sources
Hole:2 http://ftp.de.debian.org stable Release.gpg [378B]
OK   http://ftp.de.debian.org stable Release
Ign http://ftp.de.debian.org stable/main Packages/DiffIndex
Ign http://ftp.de.debian.org stable/contrib Packages/DiffIndex
Ign http://ftp.de.debian.org stable/non-free Packages/DiffIndex
Ign http://ftp.de.debian.org stable/main Sources/DiffIndex
Ign http://ftp.de.debian.org stable/contrib Sources/DiffIndex
Ign http://ftp.de.debian.org stable/non-free Sources/DiffIndex
OK   http://ftp.de.debian.org stable/main Packages
OK   http://ftp.de.debian.org stable/contrib Packages
OK   http://ftp.de.debian.org stable/non-free Packages
OK   http://ftp.de.debian.org stable/main Sources
OK   http://ftp.de.debian.org stable/contrib Sources
OK   http://ftp.de.debian.org stable/non-free Sources
Es wurden 2B in 16s geholt (0B/s)
Konnte http://www.virtualbox.org/debian/dists/etch/non-free/binary-i386/Packages.gz nicht holen  403 Forbidden
Paketlisten werden gelesen... Fertig
W: Kann nicht auf die Liste http://www.virtualbox.org etch/non-free Packages (/var/lib/apt/lists/www.virtualbox.org_debian_dists_etch_non-free_binary-i386_Packages) der Quellpakete zugreifen. - stat (2 Datei oder Verzeichnis nicht gefunden)
W: Probieren Sie âapt-get updateâ, um diese Probleme zu korrigieren.
E: Einige Indexdateien konnten nicht heruntergeladen werden, sie wurden ignoriert oder alte an ihrer Stelle benutzt.
What is wrong, why does this not work?

Greetings Nixdorf
[ModEdit: Added code blocks for readability]

Posted: 13. Jul 2008, 14:29
by TerryE
Some middle managers in the Sun Innotek chain seem to have decided to exert their authority by deciding that the VBox team can no longer feed the standard repositories with the PUEL licensed variants. Basically because you have to agree to the licence terms. This is quite inconsistent with how other Sun products do it (You get prompted during the install with a Q where you have to explicitly agree.) I know that Schwartz seems to be in a slightly rocky position given the current share price tends, but the guy is supposed to be still in charge and he has a very explicit policy that someone in Germany seems to have decided to ignore. Dumb.

Anyway back to the subject . You follow the links on www.VirtualBox.org to the Sun xVM VirtualBox 1.6 Download Site answer their Qs, pick the Debian/Etch download and you'll get your deb package which you can install.

Sorry its not a direct ans to your Q, but it is an answer to your problem.

Posted: 13. Jul 2008, 19:06
by nixdorf
Hello,

thanks, i got the ..-deb - pakage from sun xVM. but when i try to install it, i get:

virtualbox: HÀngt ab: libqt3c102-mt (>= 3:3.3.4), welches ein virtuelles Paket ist.
Resolving dependencies...

I cold not find the package libqt3c102-mt in etch. These Lines i have in the sources.list:

deb http://ftp.de.debian.org/debian/ stable main contrib non-free
deb-src http://ftp.de.debian.org/debian/ stable main contrib non-free


The pakage libqt3-mt is installed.

Any Idea?

Greetings Nixdorf

Posted: 13. Jul 2008, 21:10
by TerryE
looks like you need to do a LANG= :) I unpacked my Ubuntu DEB control file:

Code: Select all

Package: virtualbox
Version: 1.6.2-31466_Ubuntu_hardy
Architecture: i386
Maintainer: Sun Microsystems, Inc. <info@virtualbox.org>
Installed-Size: 61276
Pre-Depends: debconf (>= 1.1) | debconf-2.0
Depends: adduser, libc6 (>= 2.4), libgcc1 (>= 1:4.1.1-21), libglib2.0-0 (>= 2.12.0), libidl0, libqt3-mt (>= 3:3.3.8-b), libsdl1.2debian (>= 1.2.10-1), libssl0.9.8 (>= 0.9.8f-1), libstdc++6 (>= 4.2.1-4), libx11-6, libxcursor1 (>> 1.1.2), libxml2 (>= 2.6.27), libxslt1.1 (>= 1.1.20), libxt6, psmisc
Recommends: binutils, bridge-utils, gcc, libasound2, libhal1 (>= 0.5), libpulse0, libsdl-ttf2.0-0, linux-headers, make, pdf-viewer, uml-utilities
Section: misc
Priority: optional
Description: Sun xVM VirtualBox
 VirtualBox is a powerful PC virtualization solution allowing you to run a
 wide range of PC operating systems on your Linux system. This includes
 Windows, Linux, FreeBSD, DOS, OpenBSD and others. VirtualBox comes with a broad
 feature set and excellent performance, making it the premier virtualization
 software solution on the market.
so there is a dependency on libqt3-mt. I don't have a vanilla Debian, but I do have an Ubuntu Hardy LAMP config (which is really just a polished version of Debian for ex Windows users) so I did an apt-cache search libqt3 and got this:

Code: Select all

libqt3-compat-headers - Qt 1.x and 2.x compatibility includes
libqt3-headers - Qt3 header files
libqt3-mt - Qt GUI Library (Threaded runtime version), Version 3
libqt3-mt-dev - Qt development files (Threaded)
qt3-assistant - The Qt3 assistant application
libqt3-i18n - i18n files for Qt3 library
libqt3-java - Java bindings for Qt
libqt3-jni - Java bindings for Qt ( Native libraries )
libqt3-mt-mysql - MySQL database driver for Qt3 (Threaded)
libqt3-mt-odbc - ODBC database driver for Qt3 (Threaded)
libqt3-mt-psql - PostgreSQL database driver for Qt3 (Threaded)
libqt3-mt-sqlite - SQLite database driver for Qt3 (Threaded)
I've also checked the Debian Etch repository and this also has libqt3-mt. Are you sure that you select the correct DEB? (e.g. Debian 4.0 i386 = virtualbox_1.6.2-31466_Debian_etch_i386.deb) and its control file also references libqt3-mt.