Page 1 of 1

hdlist out-of-date at mib.pianetalinux.org?

Posted: 23 February 2014, 17:23
by rolf
Hi,
I went to install grissino's new vlc etc. and added the repo at pianetalinux.org but hdlists seem to be from 10 Jan?
http://mib.pianetalinux.org/MIB/rosa201 ... edia_info/
Thanks.

Re: hdlist out-of-date at mib.pianetalinux.org?

Posted: 23 February 2014, 21:47
by NicCo
Please, try again!



bye, NicCo

Re: hdlist out-of-date at mib.pianetalinux.org?

Posted: 23 February 2014, 23:20
by rolf
Yes, after urpmi.update and urpmi --auto-select, there were 59 updates from mib. 10 of those installed but there was some conflict between the old jackit and lib64jack0

Code: Select all

Installation failed:
        file /usr/lib64/jack/audioadapter.so from install of lib64jack0-1.9.9.5-69.2.x86_64 conflicts with file from package jackit-1.9.8-2.x86_64
        file /usr/lib64/jack/inprocess.so from install of lib64jack0-1.9.9.5-69.2.x86_64 conflicts with file from package jackit-1.9.8-2.x86_64
        file /usr/lib64/jack/jack_alsa.so from install of lib64jack0-1.9.9.5-69.2.x86_64 conflicts with file from package jackit-1.9.8-2.x86_64
        file /usr/lib64/jack/jack_alsarawmidi.so from install of lib64jack0-1.9.9.5-69.2.x86_64 conflicts with file from package jackit-1.9.8-2.x86_64
        file /usr/lib64/jack/jack_dummy.so from install of lib64jack0-1.9.9.5-69.2.x86_64 conflicts with file from package jackit-1.9.8-2.x86_64
        file /usr/lib64/jack/jack_loopback.so from install of lib64jack0-1.9.9.5-69.2.x86_64 conflicts with file from package jackit-1.9.8-2.x86_64
        file /usr/lib64/jack/jack_net.so from install of lib64jack0-1.9.9.5-69.2.x86_64 conflicts with file from package jackit-1.9.8-2.x86_64
        file /usr/lib64/jack/jack_netone.so from install of lib64jack0-1.9.9.5-69.2.x86_64 conflicts with file from package jackit-1.9.8-2.x86_64
        file /usr/lib64/jack/netadapter.so from install of lib64jack0-1.9.9.5-69.2.x86_64 conflicts with file from package jackit-1.9.8-2.x86_64
        file /usr/lib64/jack/netmanager.so from install of lib64jack0-1.9.9.5-69.2.x86_64 conflicts with file from package jackit-1.9.8-2.x86_64
        file /usr/lib64/jack/profiler.so from install of lib64jack0-1.9.9.5-69.2.x86_64 conflicts with file from package jackit-1.9.8-2.x86_64
Since jackit was updated in the 10 packages that went in the first time, I think, the other 49 got installed with another urpmi --auto-select
Maybe there is some switch or method that avoids this out-of-order installation problem. I seem to recall seeing it before.

Thanks!

Re: hdlist out-of-date at mib.pianetalinux.org?

Posted: 24 February 2014, 0:03
by NicCo
try putting unwilled rpms in /etc/urpmi/skip,list
then urpmi will be able to update all other rpms

Re: hdlist out-of-date at mib.pianetalinux.org?

Posted: 24 February 2014, 0:20
by rolf
Ok. As it is, all updates were installed, just in two transactions. It seems once jackit got updated, the conflict disappeared. I am thinking something like the manual describes,

Code: Select all

       --split-level number
           Split urpmi's operation in small transactions when the total number of packages to upgrade is
           greater than the given number. This option is activated by default, and the default value of number
           is 20.

       --split-length count
           Split urpmi's operation in small transactions of at least count packages. The default is 8 and
           setting this value to 0 just disables splitting in small transactions.
Possibly, urpmi was, by default, transacting 8 packages at a time and did not know that a package from another transaction would resolve the conflict.
--split-length 0
seems to avoid this theoretical situation.

Thanks.