[opensuse-packaging] go* packages failures for Leap 42.2 ppc64le
Hello Marguerite, I am trying to reduce the number of build failure for Leap 42.2 for ppc64le arch, looking specifically for go packages in (1) and (2) I did few build trials in ppc64le guest and identify changes detailed in (3) that raised some actions/questions for Leap 42.2: 1- wait for Leap 42.2 two pending sr (423038, 423063) 2- do we need go-mango-doc to be replaced as per sr 423038 comment ? 3- need to create golang-org-x-crypto in Leap 42.2 <= Do I have to create an osc sr ? 4- need to trigger rebuild of some go* packages for Leap 42.2 ppc64le 5- seems to have a bootstrap problem to build 3 packages for Leap 42.2 ppc64le: golang-org-x-oauth2 depends on golang-google-golangorg-cloud golang-google-golangorg-cloud depends on golang-google-golangorg-api golang-google-golangorg-api depends on golang-org-x-oauth2 * to continue investigation on 5- I am wondering if would be interesting to add Leap 42.2 ppc64le build arch in devel:languages:go project ? what do you think about change in related meta file (4) (1) https://build.opensuse.org/project/monitor/openSUSE:Leap:42.2:Ports?arch_ppc64le=1&defaults=0&failed=1&repo_ports=1 === go failed go-mango-doc failed golang-github-golang-glog failed golang-github-golang-protobuf failed golang-github-shurc...itized_anchor_name failed golang-org-x-text failed === (2) https://build.opensuse.org/project/monitor/openSUSE:Leap:42.2:Ports?arch_ppc64le=1&defaults=0&repo_ports=1&unresolvable=1 === golang-github-cpuguy83-go-md2man unresolvable golang-github-russross-blackfriday unresolvable golang-google-golangorg-api unresolvable golang-google-golangorg-appengine unresolvable golang-google-golangorg-cloud unresolvable golang-org-x-net unresolvable golang-org-x-oauth2 unresolvable golang-org-x-tools unresolvable === (3) === go (1.6.2) need to trigger rebuild in OBS go-mango-doc new osc sr 423038 (update from TW) golang-github-golang-protobuf new osc sr 423063 golang-org-x-text need to trigger rebuild in OBS golang-github-russross-blackfriday has missing golang-org-x-oauth2 failed unresolvable golang-google-golangorg-cloud golang-google-golangorg-cloud unresolvable golang-google-golangorg-api golang-google-golangorg-api unresolvable golang-org-x-net golang-org-x-net mising golang-org-x-crypto golang-org-x-text need to trigger rebuild in OBS golang-org-x-crypto need to be created in Leap 42.2 golang-google-golangorg-api cannot find package "golang.org/x/oauth2" === (4) https://build.opensuse.org/project/meta/devel:languages:go === <repository name="openSUSE_Leap_42.2"> <path project="openSUSE:Leap:42.2" repository="standard"/> <path project="openSUSE:Leap:42.2:Ports" repository="ports"/> <arch>i586</arch> <arch>x86_64</arch> <arch>ppc64le</arch> </repository> === -- Michel Normand -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
* to continue investigation on 5- I am wondering if would be interesting to add Leap 42.2 ppc64le build arch in devel:languages:go project ?
Hi Normand, I just added ppc64le builds into devel:languages:go so we don't have to rebuild go and related packages into Virtualization:containers . I am waiting for some builds to finish and so on. I will keep an eye on it. regards jordi -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On 29/08/2016 16:01, Jordi Massaguer Pla wrote:
* to continue investigation on 5- I am wondering if would be interesting to add Leap 42.2 ppc64le build arch in devel:languages:go project ?
Hi Normand,
I just added ppc64le builds into devel:languages:go so we don't have to rebuild go and related packages into Virtualization:containers . I am waiting for some builds to finish and so on. I will keep an eye on it.
Jordi, may be you forget the second path line when updating meta file ? I previously suggested: === <repository name="openSUSE_Leap_42.2"> <path project="openSUSE:Leap:42.2" repository="standard"/> <path project="openSUSE:Leap:42.2:Ports" repository="ports"/> <arch>i586</arch> <arch>x86_64</arch> <arch>ppc64le</arch> </repository> === But meta file has one missing line: === <repository name="openSUSE_Leap_42.2"> <path project="openSUSE:Leap:42.2" repository="standard"/> <arch>i586</arch> <arch>x86_64</arch> <arch>ppc64le</arch> </repository> ===
regards
jordi
-- Michel Normand -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On 08/29/2016 04:12 PM, Normand wrote:
On 29/08/2016 16:01, Jordi Massaguer Pla wrote:
* to continue investigation on 5- I am wondering if would be interesting to add Leap 42.2 ppc64le build arch in devel:languages:go project ?
Hi Normand,
I just added ppc64le builds into devel:languages:go so we don't have to rebuild go and related packages into Virtualization:containers . I am waiting for some builds to finish and so on. I will keep an eye on it.
Jordi, may be you forget the second path line when updating meta file ?
is the openSUSE:Leap:42.2:Ports path required? I took a look at which packages are in this project and I have just seen a few ... -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On 29/08/2016 16:17, Jordi Massaguer Pla wrote:
On 08/29/2016 04:12 PM, Normand wrote:
On 29/08/2016 16:01, Jordi Massaguer Pla wrote:
* to continue investigation on 5- I am wondering if would be interesting to add Leap 42.2 ppc64le build arch in devel:languages:go project ?
Hi Normand,
I just added ppc64le builds into devel:languages:go so we don't have to rebuild go and related packages into Virtualization:containers . I am waiting for some builds to finish and so on. I will keep an eye on it.
Jordi, may be you forget the second path line when updating meta file ?
is the openSUSE:Leap:42.2:Ports path required? I took a look at which packages are in this project and I have just seen a few ...
the path is for a repo access (ports repo in openSUSE:Leap:42.2:Ports project) that save builds results of local and inherited packages (20 + 8715) so yes for the the path is required. -- Michel Normand -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On 08/29/2016 04:26 PM, Normand wrote:
On 29/08/2016 16:17, Jordi Massaguer Pla wrote:
On 08/29/2016 04:12 PM, Normand wrote:
On 29/08/2016 16:01, Jordi Massaguer Pla wrote:
* to continue investigation on 5- I am wondering if would be interesting to add Leap 42.2 ppc64le build arch in devel:languages:go project ?
Hi Normand,
I just added ppc64le builds into devel:languages:go so we don't have to rebuild go and related packages into Virtualization:containers . I am waiting for some builds to finish and so on. I will keep an eye on it.
Jordi, may be you forget the second path line when updating meta file ?
is the openSUSE:Leap:42.2:Ports path required? I took a look at which packages are in this project and I have just seen a few ...
the path is for a repo access (ports repo in openSUSE:Leap:42.2:Ports project) that save builds results of local and inherited packages (20 + 8715) so yes for the the path is required.
go is building for ppc64le in devel:languages:go now. The golang packages are "scheduled" ... don't know what will happen with that. I'll keep an eye. https://build.opensuse.org/project/monitor/devel:languages:go -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On 31/08/2016 13:37, Jordi Massaguer Pla wrote:
On 08/29/2016 04:26 PM, Normand wrote:
On 29/08/2016 16:17, Jordi Massaguer Pla wrote:
On 08/29/2016 04:12 PM, Normand wrote:
On 29/08/2016 16:01, Jordi Massaguer Pla wrote:
* to continue investigation on 5- I am wondering if would be interesting to add Leap 42.2 ppc64le build arch in devel:languages:go project ?
Hi Normand,
I just added ppc64le builds into devel:languages:go so we don't have to rebuild go and related packages into Virtualization:containers . I am waiting for some builds to finish and so on. I will keep an eye on it.
Jordi, may be you forget the second path line when updating meta file ?
is the openSUSE:Leap:42.2:Ports path required? I took a look at which packages are in this project and I have just seen a few ...
the path is for a repo access (ports repo in openSUSE:Leap:42.2:Ports project) that save builds results of local and inherited packages (20 + 8715) so yes for the the path is required.
go is building for ppc64le in devel:languages:go now.
The golang packages are "scheduled" ... don't know what will happen with that. I'll keep an eye.
https://build.opensuse.org/project/monitor/devel:langu(ages:go
The scheduled/blocked status are related to new builds triggered by source changes in this project and dependencies repos. only few failed in last run of August 29th: === $osc jobhist -l1000 devel:languages:go openSUSE_Leap_42.2 ppc64le |grep failed 2016-08-29 15:18:11 golang-bitbucket-taruti-bigendian new build failed 0m 39s build95:20 2016-08-29 15:29:06 golang-github-alecthomas-gozmq new build failed 0m 39s build89:16 2016-08-29 16:03:52 golang-github-prometheus-procfs new build failed 0m 43s build95:6 2016-08-29 16:22:57 golang-gopkgin-qml.v1 new build failed 2m 39s build96:2 2016-08-31 09:14:49 golang-bitbucket-taruti-bigendian meta change failed 1m 22s build96:3 2016-08-31 09:16:18 golang-github-alecthomas-gozmq meta change failed 0m 43s build95:14 2016-08-31 09:41:28 golang-github-prometheus-procfs meta change failed 0m 39s build89:7 2016-08-31 10:01:53 golang-gopkgin-qml.v1 meta change failed 2m 30s build96:4 === -- Michel Normand -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Aug 29 2016, Jordi Massaguer Pla <jmassaguerpla@suse.de> wrote:
On 08/29/2016 04:12 PM, Normand wrote:
On 29/08/2016 16:01, Jordi Massaguer Pla wrote:
* to continue investigation on 5- I am wondering if would be interesting to add Leap 42.2 ppc64le build arch in devel:languages:go project ?
Hi Normand,
I just added ppc64le builds into devel:languages:go so we don't have to rebuild go and related packages into Virtualization:containers . I am waiting for some builds to finish and so on. I will keep an eye on it.
Jordi, may be you forget the second path line when updating meta file ?
is the openSUSE:Leap:42.2:Ports path required? I took a look at which packages are in this project and I have just seen a few ...
ppc64le is built in openSUSE:Leap:42.2:Ports, not openSUSE:Leap:42.2. The latter contains no ppc64le packages, not even in the ports repository. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On 08/29/2016 02:47 PM, Normand wrote:
Hello Marguerite,
I am trying to reduce the number of build failure for Leap 42.2 for ppc64le arch, looking specifically for go packages in (1) and (2)
I did few build trials in ppc64le guest and identify changes detailed in (3) that raised some actions/questions for Leap 42.2: 1- wait for Leap 42.2 two pending sr (423038, 423063) 2- do we need go-mango-doc to be replaced as per sr 423038 comment ? 3- need to create golang-org-x-crypto in Leap 42.2 <= Do I have to create an osc sr ? 4- need to trigger rebuild of some go* packages for Leap 42.2 ppc64le 5- seems to have a bootstrap problem to build 3 packages for Leap 42.2 ppc64le: golang-org-x-oauth2 depends on golang-google-golangorg-cloud golang-google-golangorg-cloud depends on golang-google-golangorg-api golang-google-golangorg-api depends on golang-org-x-oauth2
* to continue investigation on 5- I am wondering if would be interesting to add Leap 42.2 ppc64le build arch in devel:languages:go project ? what do you think about change in related meta file (4)
(1) https://build.opensuse.org/project/monitor/openSUSE:Leap:42.2:Ports?arch_ppc64le=1&defaults=0&failed=1&repo_ports=1 === go failed go-mango-doc failed golang-github-golang-glog failed golang-github-golang-protobuf failed golang-github-shurc...itized_anchor_name failed golang-org-x-text failed ===
(2) https://build.opensuse.org/project/monitor/openSUSE:Leap:42.2:Ports?arch_ppc64le=1&defaults=0&repo_ports=1&unresolvable=1 === golang-github-cpuguy83-go-md2man unresolvable golang-github-russross-blackfriday unresolvable golang-google-golangorg-api unresolvable golang-google-golangorg-appengine unresolvable golang-google-golangorg-cloud unresolvable golang-org-x-net unresolvable golang-org-x-oauth2 unresolvable golang-org-x-tools unresolvable ===
(3) === go (1.6.2) need to trigger rebuild in OBS go-mango-doc new osc sr 423038 (update from TW) golang-github-golang-protobuf new osc sr 423063 golang-org-x-text need to trigger rebuild in OBS golang-github-russross-blackfriday has missing golang-org-x-oauth2 failed unresolvable golang-google-golangorg-cloud golang-google-golangorg-cloud unresolvable golang-google-golangorg-api golang-google-golangorg-api unresolvable golang-org-x-net golang-org-x-net mising golang-org-x-crypto golang-org-x-text need to trigger rebuild in OBS golang-org-x-crypto need to be created in Leap 42.2 golang-google-golangorg-api cannot find package "golang.org/x/oauth2" ===
(4) https://build.opensuse.org/project/meta/devel:languages:go === <repository name="openSUSE_Leap_42.2"> <path project="openSUSE:Leap:42.2" repository="standard"/> <path project="openSUSE:Leap:42.2:Ports" repository="ports"/> <arch>i586</arch> <arch>x86_64</arch> <arch>ppc64le</arch> </repository> ===
golang-google-golangorg-cloud will get fixed once this is accepted: https://build.opensuse.org/request/show/429013 this will fix the remained unresolvables. All the rest a building fine now in Leap:42.2 regards jordi -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (3)
-
Andreas Schwab
-
Jordi Massaguer Pla
-
Normand