Page 5 of 5

Re: Mesa 9.1.4 and Xorg 1.14.2 rolling repos for Rosa Fresh

Posted: 2 August 2013, 18:51
by NicCo
New big updates for our wonderfull repos,

main news are:
  • mesa 9.1.5
  • libx11 1.6.1
  • x11-driver-video-ati 7.1.1
  • x11-driver-video-intel 2.21.13
  • x11-driver-video-nuveau 1.0.9
  • others....

Re: Mesa 9.1.5 and Xorg 1.14.2 rolling repos for Rosa Fresh

Posted: 11 August 2013, 1:00
by viking
I had a problem installing Intel video driver.

Code: Select all

A requested package cannot be installed:
x11-driver-video-intel-2.21.13-69.1-mib2012.1.x86_64 (due to unsatisfied lib64xcb-util1-0.3.9-2-rosa2012.1.x86_64)
Problem is caused by lib64xcb-util1-0.3.9-69.1-mib2012.1.x86_64.

Simple

Code: Select all

urpmi x11-driver-video-intel --allow-force --force
was enough to successfully install it, but it would be good to fix this reference.

Re: Mesa 9.1.5 and Xorg 1.14.2 rolling repos for Rosa Fresh

Posted: 11 August 2013, 22:22
by GvMariani
viking wrote:I had a problem installing Intel video driver.

Code: Select all

A requested package cannot be installed:
x11-driver-video-intel-2.21.13-69.1-mib2012.1.x86_64 (due to unsatisfied lib64xcb-util1-0.3.9-2-rosa2012.1.x86_64)
Problem is caused by lib64xcb-util1-0.3.9-69.1-mib2012.1.x86_64.
Simple

Code: Select all

urpmi x11-driver-video-intel --allow-force --force
was enough to successfully install it, but it would be good to fix this reference.
Sorry Viking, AFAICT there is nothing wrong in our rpm:
it sounds like a problem with the dependencies resolving in the latest urpmi because we have in our repository the requested rpm for lib64xcb-util1 so it should pick up this one rather than the standard rosa2012.1 because of the different release number (69.1 being major than 2) but it does not; moreover I found that the problem appears only with urpmi: if you directly go with "rpm -Uvh" on a previously downloaded rpm for the above driver, then the rpm installs without any dependency trouble...

A log with urpmi --verbose of the above problem could also help to investigate why it happens: perhaps this deserves a bug notice on the Rosa bugzilla...

GvM