Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

virtuoso-minimal disappeared from repo [SOLVED]

User discussion about Debian Development, Debian Project News and Announcements. Not for support questions.
Post Reply
Message
Author
User avatar
ckosloff
Posts: 500
Joined: 2011-12-29 15:08
Location: South Florida, USA

virtuoso-minimal disappeared from repo [SOLVED]

#1 Post by ckosloff »

I am using wheezy in the US mirror.
Afew days ago I noticed that virtuoso* disappeared from repo.
I am using the KDE desktop and virtuoso-minimal is required for nepomuk and strigi to work.
Therefore I cannot make any new installs of kde-full, because the warning appears everytime upon boot.
Anybody know what the heck is going on?
Last edited by ckosloff on 2012-05-04 13:17, edited 1 time in total.

vbrummond
Posts: 4432
Joined: 2010-03-02 01:42

Re: virtuoso-minimal disappeared from repo

#2 Post by vbrummond »

I can confirm the issue.I am not sure if they are switching to a new backend or what. I will do some looking.

Edit: virtuoso-minimal is in sid it seems, I will see if it works. Edit edit: If I install virtuoso-minimal from sid strigi works. :)
Always on Debian Testing

User avatar
ckosloff
Posts: 500
Joined: 2011-12-29 15:08
Location: South Florida, USA

Re: virtuoso-minimal disappeared from repo

#3 Post by ckosloff »

How can I install just that package from sid?
Please provide syntax.
Thanks.

kmathern
Posts: 603
Joined: 2011-02-05 19:20

Re: virtuoso-minimal disappeared from repo

#4 Post by kmathern »

I think the following should just install virtuoso-minimal and it's dependencies that come from sid, any other dependencies that need to be installed should come from wheezy. It's a simulation, remove the -s to run it for real. If you're unsure about the results of the simulation post it.

Code: Select all

apt-get install virtuoso-minimal/sid libvirtodbc0/sid virtuoso-opensource-6.1-bin/sid virtuoso-opensource-6.1-common/sid -t testing -s

vbrummond
Posts: 4432
Joined: 2010-03-02 01:42

Re: virtuoso-minimal disappeared from repo

#5 Post by vbrummond »

Apparently it is blocking inclusion in testing due to a build failure on some arches:

Code: Select all

netstat: kvm not available: /dev/mem: Permission denied
Waiting Virtuoso Server start on port 1111...
To install it from Unstable you can either download it manually or temporarily add it to your sources.list. To do that I recommend pinning it so you do not migrate any packages that you do not want.

Step 1: Create a pinning file. Note: Remember to delete this if you ever decide to use Unstable full time instead of Wheezy. Best thing is to delete this after you have virtuoso installed. Note 2: All of these commands as root:

Code: Select all

nano /etc/apt/preferences.d/pinning
Paste the following:

Code: Select all

Package: *
Pin: release unstable
Pin-Priority: 1
Press ctrl+x then y to save.

Step 2: Add unstable to sources.list

Code: Select all

nano /etc/apt/sources.list
Add this line anywhere in the file:

Code: Select all

deb http://http.debian.net/debian unstable main contrib non-free
Again press ctrl+x then y to save. Then run the following command to update your sources.

Code: Select all

apt-get update
Step 3: Install virtuoso-minimal.

Code: Select all

apt-get install virtuoso-minimal
If that fails try:

Code: Select all

apt-get -t unstable install virtuoso-minimal
Step 4: Disable unstable in sources.list

Code: Select all

nano /etc/apt/sources.list
Comment out the line referring to unstable. Just add a # in front of it. It should look like this:

Code: Select all

#deb http://http.debian.net/debian unstable main contrib non-free
Ctrl+x then y to save. Next up is to delete the pinning file.

Code: Select all

rm /etc/apt/preferences.d/pinning
Finally update the sources again:

Code: Select all

apt-get update
If you notice any errors in this process please halt the process and ask for advice here with the errors you see.
Always on Debian Testing

User avatar
ckosloff
Posts: 500
Joined: 2011-12-29 15:08
Location: South Florida, USA

Re: virtuoso-minimal disappeared from repo

#6 Post by ckosloff »

kmathern wrote:I think the following should just install virtuoso-minimal and it's dependencies that come from sid, any other dependencies that need to be installed should come from wheezy. It's a simulation, remove the -s to run it for real. If you're unsure about the results of the simulation post it.

Code: Select all

apt-get install virtuoso-minimal/sid libvirtodbc0/sid virtuoso-opensource-6.1-bin/sid virtuoso-opensource-6.1-common/sid -t testing -s
Sorry, it didn't work.

Code: Select all

root@AcerMini:/home/ckosloff# apt-get install virtuoso-minimal/sid libvirtodbc0/sid virtuoso-opensource-6.1-bin/sid virtuoso-opensource-6.1-common/sid -t testing -s
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Release 'sid' for 'virtuoso-minimal' was not found
E: Unable to locate package libvirtodbc0
E: Unable to locate package virtuoso-opensource-6.1-bin
E: Couldn't find any package by regex 'virtuoso-opensource-6.1-bin'
E: Unable to locate package virtuoso-opensource-6.1-common
E: Couldn't find any package by regex 'virtuoso-opensource-6.1-common'
root@AcerMini:/home/ckosloff#

kmathern
Posts: 603
Joined: 2011-02-05 19:20

Re: virtuoso-minimal disappeared from repo

#7 Post by kmathern »

ckosloff wrote: Sorry, it didn't work.

Code: Select all

root@AcerMini:/home/ckosloff# apt-get install virtuoso-minimal/sid libvirtodbc0/sid virtuoso-opensource-6.1-bin/sid virtuoso-opensource-6.1-common/sid -t testing -s
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Release 'sid' for 'virtuoso-minimal' was not found
E: Unable to locate package libvirtodbc0
E: Unable to locate package virtuoso-opensource-6.1-bin
E: Couldn't find any package by regex 'virtuoso-opensource-6.1-bin'
E: Unable to locate package virtuoso-opensource-6.1-common
E: Couldn't find any package by regex 'virtuoso-opensource-6.1-common'
root@AcerMini:/home/ckosloff#
Those packages are in sid

Code: Select all

kent@mepis1:~$ apt-cache show virtuoso-minimal/sid libvirtodbc0/sid virtuoso-opensource-6.1-bin/sid virtuoso-opensource-6.1-common/sid
Package: virtuoso-minimal
Source: virtuoso-opensource
Version: 6.1.3+dfsg1-2.1
Installed-Size: 132
Maintainer: Obey Arthur Liu <arthur@milliways.fr>
Architecture: all
Depends: virtuoso-opensource-6.1-bin, libvirtodbc0
Description: high-performance database - core dependency package
Homepage: http://virtuoso.openlinksw.com/wiki/main/Main/
Description-md5: 26f5655bab71632430842408fbd1ab23
Tag: role::dummy
Section: database
Priority: optional
Filename: pool/main/v/virtuoso-opensource/virtuoso-minimal_6.1.3+dfsg1-2.1_all.deb
Size: 83118
MD5sum: b04cac53e98271296e1dc9dc5dba2ecc
SHA1: 2b42aba40073264f67a89ad78919db2cf84c5822
SHA256: d5a67e25450bb262b930136ea913b2ea429e2d6b0181be22f620374b7d0437f2

Package: libvirtodbc0
Source: virtuoso-opensource (6.1.3+dfsg1-2.1)
Version: 6.1.3+dfsg1-2.1+b1
Installed-Size: 2071
Maintainer: Obey Arthur Liu <arthur@milliways.fr>
Architecture: i386
Depends: virtuoso-opensource-6.1-common (= 6.1.3+dfsg1-2.1+b1), odbcinst, libc6 (>= 2.11), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.0), debconf (>= 0.5) | debconf-2.0
Description: high-performance database - ODBC libraries
Homepage: http://virtuoso.openlinksw.com/wiki/main/Main/
Description-md5: c2d290dc0583240b820f00e5be7c1182
Tag: role::shared-lib
Section: database
Priority: optional
Filename: pool/main/v/virtuoso-opensource/libvirtodbc0_6.1.3+dfsg1-2.1+b1_i386.deb
Size: 907044
MD5sum: 063744a1efc050b78852d83706c7b575
SHA1: 7384746337831c4abb6ed58e89177f219bff9d4f
SHA256: 1bead504417a0ef82a0fc8b55da065ebf3b7a78e096999c63ee2edeb8ab2bad3

Package: virtuoso-opensource-6.1-bin
Source: virtuoso-opensource (6.1.3+dfsg1-2.1)
Version: 6.1.3+dfsg1-2.1+b1
Installed-Size: 11853
Maintainer: Obey Arthur Liu <arthur@milliways.fr>
Architecture: i386
Depends: libc6 (>= 2.11), libldap-2.4-2 (>= 2.4.7), libpcre3 (>= 8.10), libreadline6 (>= 6.0), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.1.4)
Description: high-performance database - binaries
Homepage: http://virtuoso.openlinksw.com/wiki/main/Main/
Description-md5: e059e75f64def36f5035aae84dec87f1
Tag: role::program, works-with::db
Section: database
Priority: optional
Filename: pool/main/v/virtuoso-opensource/virtuoso-opensource-6.1-bin_6.1.3+dfsg1-2.1+b1_i386.deb
Size: 4104596
MD5sum: ead24add076eb7c7b0d4e2742c68a147
SHA1: 52f6734bbe7e60992cf152ba63cff20ee21943fd
SHA256: c9e6e4b57233740b8743336c228172f056a3111f44bd7e03ccdd7c23b5c0d1d8

Package: virtuoso-opensource-6.1-common
Source: virtuoso-opensource (6.1.3+dfsg1-2.1)
Version: 6.1.3+dfsg1-2.1+b1
Installed-Size: 199
Maintainer: Obey Arthur Liu <arthur@milliways.fr>
Architecture: i386
Depends: libc6 (>= 2.4), libssl1.0.0 (>= 1.0.0)
Description: high-performance database - common files
Homepage: http://virtuoso.openlinksw.com/wiki/main/Main/
Description-md5: 964d57838657661e2d23406ac48d09eb
Tag: role::app-data
Section: database
Priority: optional
Filename: pool/main/v/virtuoso-opensource/virtuoso-opensource-6.1-common_6.1.3+dfsg1-2.1+b1_i386.deb
Size: 101868
MD5sum: 5f3ae4acfec628e5dd24f48bfc3d2657
SHA1: 739d9000a2265fcc3044360955d258bbae43921e
SHA256: c25c884c121f5475dbd29fb00f820726035b00a1b839eb682702d04e7ca4ec8e

kent@mepis1:~$ 
But not in Wheezy

Code: Select all

kent@mepis1:~$ apt-cache show virtuoso-minimal/wheezy libvirtodbc0/wheezy virtuoso-opensource-6.1-bin/wheezy virtuoso-opensource-6.1-common/wheezy
E: Release 'wheezy' for 'virtuoso-minimal' was not found
E: Release 'wheezy' for 'libvirtodbc0' was not found
E: Release 'wheezy' for 'virtuoso-opensource-6.1-bin' was not found
E: Release 'wheezy' for 'virtuoso-opensource-6.1-common' was not found
E: No packages found
kent@mepis1:~$ 
Do you have the Debian sid repos enabled in your sources.list and have you done an 'apt-get update' to load sid's package lists?

User avatar
ckosloff
Posts: 500
Joined: 2011-12-29 15:08
Location: South Florida, USA

Re: virtuoso-minimal disappeared from repo

#8 Post by ckosloff »

kmathern wrote: Do you have the Debian sid repos enabled in your sources.list and have you done an 'apt-get update' to load sid's package lists?
It did work after enabling sid sources, which I have already commented out and updated.
Thank you very much.

Milozzy
Posts: 42
Joined: 2010-11-13 08:57

Re: virtuoso-minimal disappeared from repo [SOLVED]

#9 Post by Milozzy »

Does anyone know what are the plans for virtuoso with the imminent freeze?

User avatar
ckosloff
Posts: 500
Joined: 2011-12-29 15:08
Location: South Florida, USA

Re: virtuoso-minimal disappeared from repo [SOLVED]

#10 Post by ckosloff »

virtuoso-minimal is back in wheezy.

Milozzy
Posts: 42
Joined: 2010-11-13 08:57

Re: virtuoso-minimal disappeared from repo [SOLVED]

#11 Post by Milozzy »

I just updated my system and I came for let you know the same....Fantastic! Calligra arrived in Wheezy too...Wheezy will be a great release!

Post Reply