[opensuse-buildservice] Support for RHEL 7.1 ppc64LE platform
Hi All, I am new to the openSUSE:BuildService at , so please excuse me if my questions are too basic. I was referring to the information at: https://en.opensuse.org/openSUSE:Build_Service_supported_build_targets and it seems that RHEL 7.1 on ppc64le is currently not a supported by this service. Do we have any plans of supporting this in the near future? I was also trying to build a package (nginx) on Ubuntu 14.04 ppc64le but the status is shown as "Excluded". Looks like there are no rules to build a debian package. I tried uploading a source package for nginx along with it .deb file in my project area and could build that successfully, but had to build the upload and build the missing dependencies recursively as well. Is there any specific repository of packages that have been tried/built on ppc64LE Ubuntu 14.04? Or would a package need to be built from scratch along with all its dependencies (recursively?)? Is there any document that can help understanding this? Any help/pointers on this would be of great help. Thanks! -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Thu, Aug 13, 2015 at 9:06 AM, Priya Seth <seth.osc@gmail.com> wrote:
Hi All,
Hi,
I am new to the openSUSE:BuildService at , so please excuse me if my questions are too basic.
I was referring to the information at: https://en.opensuse.org/openSUSE:Build_Service_supported_build_targets
and it seems that RHEL 7.1 on ppc64le is currently not a supported by this service. Do we have any plans of supporting this in the near future? Binaries are not imported as far I can see. Neither 7.1.
Adrian, are there any plans to import 7.1?
I was also trying to build a package (nginx) on Ubuntu 14.04 ppc64le but the status is shown as "Excluded". Looks like there are no rules to build a debian package. I tried uploading a source package for nginx along with it .deb file in my project area and could build that successfully, but had to build the upload and build the missing dependencies recursively as well.
Is there any specific repository of packages that have been tried/built on ppc64LE Ubuntu 14.04? Or would a package need to be built from scratch along with all its dependencies (recursively?)? Is there any document that can help understanding this?
Could you please provide project/package so I can see your package/repository setup. So far that works for me: <repository name="u"> <path project="Ubuntu:14.04" repository="standard"/> <arch>ppc64le</arch> </repository> Along with rpm spec file you need to have foo.dsc describing how to build deb packages
Any help/pointers on this would be of great help.
Thanks! -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Thanks, Dinar for your response and apologies for the late reply. I am looking at the wordpress project as an example: https://build.opensuse.org/project/show/home:priya_seth:wordpress I have added the dsc file for wordpress to my project space, but looks like I have to do the same recursively for all its dependencies and sub-dependencies. Is that understanding correct? I noticed that most of the packages / repositories have the rpm spec files, but not the .dsc files for debian distributions. So, every time I have to build an Ubuntu package, I would need to add the .dsc file, even if it is the base version of the package which is already in the distro (with no additional porting changes). Is that correct? Thanks for your help with this. Regards, Priya On Fri, Aug 14, 2015 at 7:56 PM, Dinar Valeev <dinarv@gmail.com> wrote:
On Thu, Aug 13, 2015 at 9:06 AM, Priya Seth <seth.osc@gmail.com> wrote:
Hi All,
Hi,
I am new to the openSUSE:BuildService at , so please excuse me if my questions are too basic.
I was referring to the information at: https://en.opensuse.org/openSUSE:Build_Service_supported_build_targets
and it seems that RHEL 7.1 on ppc64le is currently not a supported by this service. Do we have any plans of supporting this in the near future? Binaries are not imported as far I can see. Neither 7.1.
Adrian, are there any plans to import 7.1?
I was also trying to build a package (nginx) on Ubuntu 14.04 ppc64le but the status is shown as "Excluded". Looks like there are no rules to build a debian package. I tried uploading a source package for nginx along with it .deb file in my project area and could build that successfully, but had to build the upload and build the missing dependencies recursively as well.
Is there any specific repository of packages that have been tried/built on ppc64LE Ubuntu 14.04? Or would a package need to be built from scratch along with all its dependencies (recursively?)? Is there any document that can help understanding this?
Could you please provide project/package so I can see your package/repository setup. So far that works for me: <repository name="u"> <path project="Ubuntu:14.04" repository="standard"/> <arch>ppc64le</arch> </repository>
Along with rpm spec file you need to have foo.dsc describing how to build deb packages
Any help/pointers on this would be of great help.
Thanks! -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Thanks, Dinar for your response and apologies for the late reply.
I am looking at the wordpress project as an example: https://build.opensuse.org/project/show/home:priya_seth:wordpress I have added the dsc file for wordpress to my project space, but looks like I have to do the same recursively for all its dependencies and sub-dependencies. Is that understanding correct? If imported distro have binaries, then you don't need to rebuild them. If you have dependency which is not part of a distro, you should rebuild or provide additional project path where binaries could be found. I noticed that most of the packages / repositories have the rpm spec files, but not the .dsc files for debian distributions. So, every time I have to build an Ubuntu package, I would need to add the .dsc file, even if it is the base version of the package which is already in the distro (with no additional porting changes). Is that correct? So you're pulling sources somewhere from OBS project? Well, it is up to project maintainer for what distro he wants to
On Wed, Aug 19, 2015 at 2:55 PM, Priya Seth <seth.osc@gmail.com> wrote: provide binaries. If imported distro have binary, it is used a build dependency. I don't understand you here. You want a build dependency which is part of a distro,but it doesn't have dsc file? Dinar,
Thanks for your help with this. Regards, Priya
On Fri, Aug 14, 2015 at 7:56 PM, Dinar Valeev <dinarv@gmail.com> wrote:
On Thu, Aug 13, 2015 at 9:06 AM, Priya Seth <seth.osc@gmail.com> wrote:
Hi All,
Hi,
I am new to the openSUSE:BuildService at , so please excuse me if my questions are too basic.
I was referring to the information at: https://en.opensuse.org/openSUSE:Build_Service_supported_build_targets
and it seems that RHEL 7.1 on ppc64le is currently not a supported by this service. Do we have any plans of supporting this in the near future? Binaries are not imported as far I can see. Neither 7.1.
Adrian, are there any plans to import 7.1?
I was also trying to build a package (nginx) on Ubuntu 14.04 ppc64le but the status is shown as "Excluded". Looks like there are no rules to build a debian package. I tried uploading a source package for nginx along with it .deb file in my project area and could build that successfully, but had to build the upload and build the missing dependencies recursively as well.
Is there any specific repository of packages that have been tried/built on ppc64LE Ubuntu 14.04? Or would a package need to be built from scratch along with all its dependencies (recursively?)? Is there any document that can help understanding this?
Could you please provide project/package so I can see your package/repository setup. So far that works for me: <repository name="u"> <path project="Ubuntu:14.04" repository="standard"/> <arch>ppc64le</arch> </repository>
Along with rpm spec file you need to have foo.dsc describing how to build deb packages
Any help/pointers on this would be of great help.
Thanks! -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (2)
-
Dinar Valeev
-
Priya Seth