[opensuse-arm] xorg install problems
Hello, Trying to install Xorg on my EFIKA I ran into a couple of problems. First I was surprised to see, that xorg is not installed with patterns-openSUSE-x11. Then I tried to add it to the zypper command line by hand. Then I got the following missing requirements: Problem: nothing provides xf86-input-vmmouse needed by xorg-x11-driver-input-7.6_1-1.1.noarch Problem: nothing provides intel-gpu-tools needed by xorg-x11-driver-video-7.6_1-2.1.noarch I guess, my install will be functional without these :) Once checked, what is the preferred way of fixing it? Bye, CzP -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On 25.05.2012, at 11:56, Peter Czanik wrote:
Hello, Trying to install Xorg on my EFIKA I ran into a couple of problems. First I was surprised to see, that xorg is not installed with patterns-openSUSE-x11. Then I tried to add it to the zypper command line by hand. Then I got the following missing requirements: Problem: nothing provides xf86-input-vmmouse needed by xorg-x11-driver-input-7.6_1-1.1.noarch Problem: nothing provides intel-gpu-tools needed by xorg-x11-driver-video-7.6_1-2.1.noarch I guess, my install will be functional without these :) Once checked, what is the preferred way of fixing it?
Good question, but I guess we should poke Stefan first and see if he's got an idea :) Alex -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hi Great to see somebody is working on/testing with ARM. :-) On Wed, May 30, 2012 at 10:15:08AM +0200, Alexander Graf wrote:
Hello, Trying to install Xorg on my EFIKA I ran into a couple of problems. First I was surprised to see, that xorg is not installed with patterns-openSUSE-x11. Then I tried to add it to the zypper command line by hand. Then I got the following missing requirements: Problem: nothing provides xf86-input-vmmouse needed by xorg-x11-driver-input-7.6_1-1.1.noarch Problem:
Seems this package has not been built (yet) on ARM. But nevertheless it makes sense to change this Requires to a Recommends, since it's only needed by VMWARE anyway.
nothing provides intel-gpu-tools needed by xorg-x11-driver-video-7.6_1-2.1.noarch I guess, my install will be functional without these :) Once checked, what is the preferred way of fixing it?
That one should also be changed to a Recommends.
Good question, but I guess we should poke Stefan first and see if he's got an idea :)
Thanks, Stefan Public Key available ------------------------------------------------------ Stefan Dirsch (Res. & Dev.) SUSE LINUX Products GmbH Tel: 0911-740 53 0 Maxfeldstraße 5 FAX: 0911-740 53 479 D-90409 Nürnberg http://www.suse.de Germany -------------------------------------------------------------- SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) -------------------------------------------------------------- -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On 30.05.2012, at 10:35, Stefan Dirsch wrote:
Hi
Great to see somebody is working on/testing with ARM. :-)
On Wed, May 30, 2012 at 10:15:08AM +0200, Alexander Graf wrote:
Hello, Trying to install Xorg on my EFIKA I ran into a couple of problems. First I was surprised to see, that xorg is not installed with patterns-openSUSE-x11. Then I tried to add it to the zypper command line by hand. Then I got the following missing requirements: Problem: nothing provides xf86-input-vmmouse needed by xorg-x11-driver-input-7.6_1-1.1.noarch Problem:
Seems this package has not been built (yet) on ARM. But nevertheless it makes sense to change this Requires to a Recommends, since it's only needed by VMWARE anyway.
Heh, last time I checked the vmmouse driver had x86 assembly code inside. I'm fairly sure that's hard to compile on ARM :).
nothing provides intel-gpu-tools needed by xorg-x11-driver-video-7.6_1-2.1.noarch I guess, my install will be functional without these :) Once checked, what is the preferred way of fixing it?
That one should also be changed to a Recommends.
Great! I'm surprised nobody saw this for PowerPC yet. Peter, could you please do a submitrequest to change it to recommends? Alex -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On Wed, May 30, 2012 at 10:38:45AM +0200, Alexander Graf wrote:
On 30.05.2012, at 10:35, Stefan Dirsch wrote:
Hi
Great to see somebody is working on/testing with ARM. :-)
On Wed, May 30, 2012 at 10:15:08AM +0200, Alexander Graf wrote:
Hello, Trying to install Xorg on my EFIKA I ran into a couple of problems. First I was surprised to see, that xorg is not installed with patterns-openSUSE-x11. Then I tried to add it to the zypper command line by hand. Then I got the following missing requirements: Problem: nothing provides xf86-input-vmmouse needed by xorg-x11-driver-input-7.6_1-1.1.noarch Problem:
Seems this package has not been built (yet) on ARM. But nevertheless it makes sense to change this Requires to a Recommends, since it's only needed by VMWARE anyway.
Heh, last time I checked the vmmouse driver had x86 assembly code inside. I'm fairly sure that's hard to compile on ARM :).
Oops. In that case also the build should be disabled. Could somebody please verify that the build fails? --> obs:://X11:XOrg/xf86-input-vmmouse
nothing provides intel-gpu-tools needed by xorg-x11-driver-video-7.6_1-2.1.noarch I guess, my install will be functional without these :) Once checked, what is the preferred way of fixing it?
That one should also be changed to a Recommends.
Great! I'm surprised nobody saw this for PowerPC yet.
I guess ARM is meanwhile better tested than PPC. ;-)
Peter, could you please do a submitrequest to change it to recommends?
I'm already working on fixing that. I'll let you once it's done. Thanks, Stefan Public Key available ------------------------------------------------------ Stefan Dirsch (Res. & Dev.) SUSE LINUX Products GmbH Tel: 0911-740 53 0 Maxfeldstraße 5 FAX: 0911-740 53 479 D-90409 Nürnberg http://www.suse.de Germany -------------------------------------------------------------- SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) -------------------------------------------------------------- -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On Wed, May 30, 2012 at 10:45:31AM +0200, Stefan Dirsch wrote:
Heh, last time I checked the vmmouse driver had x86 assembly code inside. I'm fairly sure that's hard to compile on ARM :).
Oops. In that case also the build should be disabled. Could somebody please verify that the build fails?
--> obs:://X11:XOrg/xf86-input-vmmouse
As Adrian already noticed the build is alread disabled on non-x86/x64 platforms. Thanks, Stefan Public Key available ------------------------------------------------------ Stefan Dirsch (Res. & Dev.) SUSE LINUX Products GmbH Tel: 0911-740 53 0 Maxfeldstraße 5 FAX: 0911-740 53 479 D-90409 Nürnberg http://www.suse.de Germany -------------------------------------------------------------- SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) -------------------------------------------------------------- -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Am 30.05.2012 10:45, schrieb Stefan Dirsch:
On Wed, May 30, 2012 at 10:38:45AM +0200, Alexander Graf wrote:
On 30.05.2012, at 10:35, Stefan Dirsch wrote:
On Wed, May 30, 2012 at 10:15:08AM +0200, Alexander Graf wrote:
[...] Then I got the following missing requirements: Problem: nothing provides xf86-input-vmmouse needed by xorg-x11-driver-input-7.6_1-1.1.noarch Problem:
Seems this package has not been built (yet) on ARM. But nevertheless it makes sense to change this Requires to a Recommends, since it's only needed by VMWARE anyway.
Heh, last time I checked the vmmouse driver had x86 assembly code inside. I'm fairly sure that's hard to compile on ARM :).
Oops. In that case also the build should be disabled. Could somebody please verify that the build fails?
--> obs:://X11:XOrg/xf86-input-vmmouse
nothing provides intel-gpu-tools needed by xorg-x11-driver-video-7.6_1-2.1.noarch I guess, my install will be functional without these :) Once checked, what is the preferred way of fixing it?
That one should also be changed to a Recommends.
Great! I'm surprised nobody saw this for PowerPC yet.
I guess ARM is meanwhile better tested than PPC. ;-)
Personally I've been doing more testing on ppc than on arm, but on arm apparently the packages are published more frequently. Took about a month to get new packages to the ppc repositories. ;-) Andreas -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Am Mittwoch, 30. Mai 2012, 10:35:45 schrieb Stefan Dirsch:
Hi
Great to see somebody is working on/testing with ARM. :-)
On Wed, May 30, 2012 at 10:15:08AM +0200, Alexander Graf wrote:
Hello, Trying to install Xorg on my EFIKA I ran into a couple of problems. First I was surprised to see, that xorg is not installed with patterns-openSUSE-x11. Then I tried to add it to the zypper command line by hand. Then I got the following missing requirements: Problem: nothing provides xf86-input-vmmouse needed by xorg-x11-driver-input-7.6_1-1.1.noarch Problem:
Seems this package has not been built (yet) on ARM.
And it never will be, since it is ExclusiveArch: %ix86 x86_64 Does something like vmware on arm exist ?
But nevertheless it makes sense to change this Requires to a Recommends, since it's only needed by VMWARE anyway.
so, maybe a %ifarch around it make sense. But missing Recommends do not hurt us either ...
nothing provides intel-gpu-tools needed by xorg-x11-driver-video-7.6_1-2.1.noarch I guess, my install will be functional without these :) Once checked, what is the preferred way of fixing it?
That one should also be changed to a Recommends.
Are you doing these changes ? thanks adrian
Good question, but I guess we should poke Stefan first and see if he's got an idea :)
Thanks, Stefan
Public Key available ------------------------------------------------------ Stefan Dirsch (Res. & Dev.) SUSE LINUX Products GmbH Tel: 0911-740 53 0 Maxfeldstraße 5 FAX: 0911-740 53 479 D-90409 Nürnberg http://www.suse.de Germany -------------------------------------------------------------- SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) --------------------------------------------------------------
-- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On Wed, May 30, 2012 at 10:43:27AM +0200, Adrian Schröter wrote:
by hand. Then I got the following missing requirements: Problem: nothing provides xf86-input-vmmouse needed by xorg-x11-driver-input-7.6_1-1.1.noarch Problem:
Seems this package has not been built (yet) on ARM.
And it never will be, since it is
ExclusiveArch: %ix86 x86_64
Indeed. Has been fixed before.
Does something like vmware on arm exist ?
I pretty much doubt that.
But nevertheless it makes sense to change this Requires to a Recommends, since it's only needed by VMWARE anyway.
so, maybe a %ifarch around it make sense.
Not possible, since it's meanwhile a noarch meta package.
But missing Recommends do not hurt us either ...
Recommends is fine I believe.
nothing provides intel-gpu-tools needed by xorg-x11-driver-video-7.6_1-2.1.noarch I guess, my install will be functional without these :) Once checked, what is the preferred way of fixing it?
That one should also be changed to a Recommends.
Are you doing these changes ?
Yes. ;-) Thanks, Stefan Public Key available ------------------------------------------------------ Stefan Dirsch (Res. & Dev.) SUSE LINUX Products GmbH Tel: 0911-740 53 0 Maxfeldstraße 5 FAX: 0911-740 53 479 D-90409 Nürnberg http://www.suse.de Germany -------------------------------------------------------------- SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) -------------------------------------------------------------- -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On Wed, May 30, 2012 at 10:35:45AM +0200, Stefan Dirsch wrote:
Hi
Great to see somebody is working on/testing with ARM. :-)
On Wed, May 30, 2012 at 10:15:08AM +0200, Alexander Graf wrote:
Hello, Trying to install Xorg on my EFIKA I ran into a couple of problems. First I was surprised to see, that xorg is not installed with patterns-openSUSE-x11. Then I tried to add it to the zypper command line by hand. Then I got the following missing requirements: Problem: nothing provides xf86-input-vmmouse needed by xorg-x11-driver-input-7.6_1-1.1.noarch Problem:
Seems this package has not been built (yet) on ARM. But nevertheless it makes sense to change this Requires to a Recommends, since it's only needed by VMWARE anyway.
nothing provides intel-gpu-tools needed by xorg-x11-driver-video-7.6_1-2.1.noarch I guess, my install will be functional without these :) Once checked, what is the preferred way of fixing it?
That one should also be changed to a Recommends.
Both issues are now fixed in X11:XOrg and submitrequested to openSUSE:Factory. Thanks, Stefan Public Key available ------------------------------------------------------ Stefan Dirsch (Res. & Dev.) SUSE LINUX Products GmbH Tel: 0911-740 53 0 Maxfeldstraße 5 FAX: 0911-740 53 479 D-90409 Nürnberg http://www.suse.de Germany -------------------------------------------------------------- SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) -------------------------------------------------------------- -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (5)
-
Adrian Schröter
-
Alexander Graf
-
Andreas Färber
-
Peter Czanik
-
Stefan Dirsch