[opensuse-buildservice] Build for i686 instead of i586

Hi, how can you build packages for a i686 architecture instead of a i586 one using a Fedora:12 repository? (like, instead of arches x86_64 and i586, arches x86_64 and i686) Thanks, Robert Xu Ever tried Linux? :) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

One way is to add this to your prjconf: %_target_platform %{expand:%(test %_target_cpu = i586 && echo %%global _target_cpu i686)}%{_target_cpu}-%{_vendor}-%{_target_os} -- Michael ________________________________________ From: Robert Xu [robxu9@gmail.com] Sent: Wednesday, February 03, 2010 3:21 PM To: opensuse-buildservice@opensuse.org Subject: [opensuse-buildservice] Build for i686 instead of i586 Hi, how can you build packages for a i686 architecture instead of a i586 one using a Fedora:12 repository? (like, instead of arches x86_64 and i586, arches x86_64 and i686) Thanks, Robert Xu Ever tried Linux? :) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

Am Mittwoch, 3. Februar 2010 22:35:41 schrieb Michael_E_Brown@dell.com:
One way is to add this to your prjconf:
%_target_platform %{expand:%(test %_target_cpu = i586 && echo %%global _target_cpu i686)}%{_target_cpu}-%{_vendor}-%{_target_os}
I think this is actually the only pragmatic way for Robert. He could setup also an own i686 scheduler. But this would lead to the problem that this one would not find any i686 packages on api.opensuse.org. One could of course copy all Fedora:12 packages into a local project and put it into a i686/:full tree. bye adrian
-- Michael
________________________________________ From: Robert Xu [robxu9@gmail.com] Sent: Wednesday, February 03, 2010 3:21 PM To: opensuse-buildservice@opensuse.org Subject: [opensuse-buildservice] Build for i686 instead of i586
Hi,
how can you build packages for a i686 architecture instead of a i586 one using a Fedora:12 repository? (like, instead of arches x86_64 and i586, arches x86_64 and i686)
Thanks,
Robert Xu Ever tried Linux? :)
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
-- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

On Wed, Feb 3, 2010 at 10:35 PM, <Michael_E_Brown@dell.com> wrote:
One way is to add this to your prjconf:
%_target_platform %{expand:%(test %_target_cpu = i586 && echo %%global _target_cpu i686)}%{_target_cpu}-%{_vendor}-%{_target_os}
-- Michael
________________________________________ From: Robert Xu [robxu9@gmail.com] Sent: Wednesday, February 03, 2010 3:21 PM To: opensuse-buildservice@opensuse.org Subject: [opensuse-buildservice] Build for i686 instead of i586
Hi,
how can you build packages for a i686 architecture instead of a i586 one using a Fedora:12 repository? (like, instead of arches x86_64 and i586, arches x86_64 and i686)
Thanks,
Robert Xu Ever tried Linux? :)
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
I tried this but still all my packages say @586 (after rebuilding) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

as you can see on the screenshot, you keep your repository with I586, not i686 :-) 2010/2/4 aapgorilla <godutchnow@gmail.com>:
On Wed, Feb 3, 2010 at 10:35 PM, <Michael_E_Brown@dell.com> wrote:
One way is to add this to your prjconf:
%_target_platform %{expand:%(test %_target_cpu = i586 && echo %%global _target_cpu i686)}%{_target_cpu}-%{_vendor}-%{_target_os}
-- Michael
________________________________________ From: Robert Xu [robxu9@gmail.com] Sent: Wednesday, February 03, 2010 3:21 PM To: opensuse-buildservice@opensuse.org Subject: [opensuse-buildservice] Build for i686 instead of i586
Hi,
how can you build packages for a i686 architecture instead of a i586 one using a Fedora:12 repository? (like, instead of arches x86_64 and i586, arches x86_64 and i686)
Thanks,
Robert Xu Ever tried Linux? :)
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
I tried this but still all my packages say @586 (after rebuilding) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
-- Cordially. Deploy your softwares for all platforms and finally update them in 3 clicks. Try now the OpenSource MonoOSC tool http://monoosc.sourceforge.net/ http://download.opensuse.org/repositories/home:/surfzoid/ http://download.opensuse.org/repositories/home:/surfzoid:/DebianUbuntu/ http://download.opensuse.org/repositories/home:/surfzoid:/DebianUbuntu:/Mono... windows take you more($), Linux give you more!! Political Power cannot be wisdom! Small Eric Quotations of the days: --------------------------------------------------------------------------- I have no special talents. I am only passionately curious

On Thu, Feb 4, 2010 at 2:21 PM, Petit Eric <surfzoid@gmail.com> wrote:
as you can see on the screenshot, you keep your repository with I586, not i686 :-)
2010/2/4 aapgorilla <godutchnow@gmail.com>:
On Wed, Feb 3, 2010 at 10:35 PM, <Michael_E_Brown@dell.com> wrote:
One way is to add this to your prjconf:
%_target_platform %{expand:%(test %_target_cpu = i586 && echo %%global _target_cpu i686)}%{_target_cpu}-%{_vendor}-%{_target_os}
-- Michael
________________________________________ From: Robert Xu [robxu9@gmail.com] Sent: Wednesday, February 03, 2010 3:21 PM To: opensuse-buildservice@opensuse.org Subject: [opensuse-buildservice] Build for i686 instead of i586
Hi,
how can you build packages for a i686 architecture instead of a i586 one using a Fedora:12 repository? (like, instead of arches x86_64 and i586, arches x86_64 and i686)
Thanks,
Robert Xu Ever tried Linux? :)
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
I tried this but still all my packages say @586 (after rebuilding) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
-- Cordially.
Deploy your softwares for all platforms and finally update them in 3 clicks. Try now the OpenSource MonoOSC tool http://monoosc.sourceforge.net/ http://download.opensuse.org/repositories/home:/surfzoid/ http://download.opensuse.org/repositories/home:/surfzoid:/DebianUbuntu/ http://download.opensuse.org/repositories/home:/surfzoid:/DebianUbuntu:/Mono...
windows take you more($), Linux give you more!! Political Power cannot be wisdom!
Small Eric Quotations of the days: --------------------------------------------------------------------------- I have no special talents. I am only passionately curious
I changed it ti i686 but nothing happens all package just seem gone (home:aapgorilla) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

Looking in meta of home:aapgorilla say me still i586 :-) : </description> <person role="maintainer" userid="aapgorilla"/> <person role="bugowner" userid="aapgorilla"/> <repository name="Mandriva_2009.1"> <path project="Mandriva:2009.1" repository="standard"/> <arch>x86_64</arch> <arch>i586</arch> </repository> <repository name="Mandriva_2010"> <path project="Mandriva:2010" repository="standard"/> <arch>x86_64</arch> <arch>i586</arch> </repository> </project> 2010/2/4 aapgorilla <godutchnow@gmail.com>:
On Thu, Feb 4, 2010 at 2:21 PM, Petit Eric <surfzoid@gmail.com> wrote:
as you can see on the screenshot, you keep your repository with I586, not i686 :-)
2010/2/4 aapgorilla <godutchnow@gmail.com>:
On Wed, Feb 3, 2010 at 10:35 PM, <Michael_E_Brown@dell.com> wrote:
One way is to add this to your prjconf:
%_target_platform %{expand:%(test %_target_cpu = i586 && echo %%global _target_cpu i686)}%{_target_cpu}-%{_vendor}-%{_target_os}
-- Michael
________________________________________ From: Robert Xu [robxu9@gmail.com] Sent: Wednesday, February 03, 2010 3:21 PM To: opensuse-buildservice@opensuse.org Subject: [opensuse-buildservice] Build for i686 instead of i586
Hi,
how can you build packages for a i686 architecture instead of a i586 one using a Fedora:12 repository? (like, instead of arches x86_64 and i586, arches x86_64 and i686)
Thanks,
Robert Xu Ever tried Linux? :)
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
I tried this but still all my packages say @586 (after rebuilding) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
-- Cordially.
Deploy your softwares for all platforms and finally update them in 3 clicks. Try now the OpenSource MonoOSC tool http://monoosc.sourceforge.net/ http://download.opensuse.org/repositories/home:/surfzoid/ http://download.opensuse.org/repositories/home:/surfzoid:/DebianUbuntu/ http://download.opensuse.org/repositories/home:/surfzoid:/DebianUbuntu:/Mono...
windows take you more($), Linux give you more!! Political Power cannot be wisdom!
Small Eric Quotations of the days: --------------------------------------------------------------------------- I have no special talents. I am only passionately curious
I changed it ti i686 but nothing happens all package just seem gone (home:aapgorilla)
-- Cordially. Deploy your softwares for all platforms and finally update them in 3 clicks. Try now the OpenSource MonoOSC tool http://monoosc.sourceforge.net/ http://download.opensuse.org/repositories/home:/surfzoid/ http://download.opensuse.org/repositories/home:/surfzoid:/DebianUbuntu/ http://download.opensuse.org/repositories/home:/surfzoid:/DebianUbuntu:/Mono... windows take you more($), Linux give you more!! Political Power cannot be wisdom! Small Eric Quotations of the days: --------------------------------------------------------------------------- I have no special talents. I am only passionately curious -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

hmm.. the prjconf method works, but only for one project. How would I be able to set up an i686 scheduler and download the Fedora 12 i686? On 2/4/2010 10:15 AM, Petit Eric wrote:
Looking in meta of home:aapgorilla say me still i586 :-) : </description> <person role="maintainer" userid="aapgorilla"/> <person role="bugowner" userid="aapgorilla"/> <repository name="Mandriva_2009.1"> <path project="Mandriva:2009.1" repository="standard"/> <arch>x86_64</arch> <arch>i586</arch> </repository> <repository name="Mandriva_2010"> <path project="Mandriva:2010" repository="standard"/> <arch>x86_64</arch> <arch>i586</arch> </repository> </project>
2010/2/4 aapgorilla<godutchnow@gmail.com>:
On Thu, Feb 4, 2010 at 2:21 PM, Petit Eric<surfzoid@gmail.com> wrote:
as you can see on the screenshot, you keep your repository with I586, not i686 :-)
2010/2/4 aapgorilla<godutchnow@gmail.com>:
On Wed, Feb 3, 2010 at 10:35 PM,<Michael_E_Brown@dell.com> wrote:
One way is to add this to your prjconf:
%_target_platform %{expand:%(test %_target_cpu = i586&& echo %%global _target_cpu i686)}%{_target_cpu}-%{_vendor}-%{_target_os}
-- Michael
________________________________________ From: Robert Xu [robxu9@gmail.com] Sent: Wednesday, February 03, 2010 3:21 PM To: opensuse-buildservice@opensuse.org Subject: [opensuse-buildservice] Build for i686 instead of i586
Hi,
how can you build packages for a i686 architecture instead of a i586 one using a Fedora:12 repository? (like, instead of arches x86_64 and i586, arches x86_64 and i686)
Thanks,
Robert Xu Ever tried Linux? :)
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
I tried this but still all my packages say @586 (after rebuilding) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
-- Cordially.
Deploy your softwares for all platforms and finally update them in 3 clicks. Try now the OpenSource MonoOSC tool http://monoosc.sourceforge.net/ http://download.opensuse.org/repositories/home:/surfzoid/ http://download.opensuse.org/repositories/home:/surfzoid:/DebianUbuntu/ http://download.opensuse.org/repositories/home:/surfzoid:/DebianUbuntu:/Mono...
windows take you more($), Linux give you more!! Political Power cannot be wisdom!
Small Eric Quotations of the days: --------------------------------------------------------------------------- I have no special talents. I am only passionately curious
I changed it ti i686 but nothing happens all package just seem gone (home:aapgorilla)
-- Robert Xu Ever tried Linux? :) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

I'm running openSUSE 11.2, and I'm hearing such great things about KDE 4.4 that I want to try it. I'm not really interested in any of the other things in 11.3 Milestone 1 yet, although I will be once I get some other work completed. What's the best repository for getting a KDE 4.4 that will function with 11.2? -- M. Edward (Ed) Borasky http://borasky-research.net/ "A mathematician is a device for turning coffee into theorems." ~ Paul Erd?s -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

On Thu, Feb 4, 2010 at 5:20 PM, M. Edward (Ed) Borasky <zznmeb@gmail.com> wrote:
I'm running openSUSE 11.2, and I'm hearing such great things about KDE 4.4 that I want to try it. I'm not really interested in any of the other things in 11.3 Milestone 1 yet, although I will be once I get some other work completed. What's the best repository for getting a KDE 4.4 that will function with 11.2?
-- M. Edward (Ed) Borasky
Ed, I haven't tried it, but per the wiki there is a one click installer for it. http://en.opensuse.org/KDE/KDE4#Factory_KDE_Project_.28KDE_4.4.29 Greg -- Greg Freemyer Head of EDD Tape Extraction and Processing team Litigation Triage Solutions Specialist http://www.linkedin.com/in/gregfreemyer Preservation and Forensic processing of Exchange Repositories White Paper - <http://www.norcrossgroup.com/forms/whitepapers/tng_whitepaper_fpe.html> The Norcross Group The Intersection of Evidence & Technology http://www.norcrossgroup.com -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

Am Donnerstag, 4. Februar 2010 23:20:25 schrieb M. Edward (Ed) Borasky:
I'm running openSUSE 11.2, and I'm hearing such great things about KDE 4.4 that I want to try it. I'm not really interested in any of the other things in 11.3 Milestone 1 yet, although I will be once I get some other work completed. What's the best repository for getting a KDE 4.4 that will function with 11.2?
you should ask this better on kde mailinglist, but the wiki may answer this as well. http://en.opensuse.org/KDE bye adrian
-- M. Edward (Ed) Borasky http://borasky-research.net/ "A mathematician is a device for turning coffee into theorems." ~ Paul Erd?s
-- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (7)
-
aapgorilla
-
Adrian Schröter
-
Greg Freemyer
-
M. Edward (Ed) Borasky
-
Michael_E_Brown@Dell.com
-
Petit Eric
-
Robert Xu