https://bugzilla.redhat.com/show_bug.cgi?id=1396472
Bug ID: 1396472
Summary: Missing flannel package for ppc64le architecture
Product: Fedora
Version: 25
Component: flannel
Severity: urgent
Assignee: jchaloup(a)redhat.com
Reporter: mkumatag(a)in.ibm.com
QA Contact: extras-qa(a)fedoraproject.org
CC: eparis(a)redhat.com,
golang-updates(a)lists.fedoraproject.org,
jchaloup(a)redhat.com, linville(a)redhat.com,
nhorman(a)redhat.com, vbatts(a)redhat.com
Description of problem:
Missing flannel package for ppc64le architecture
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. dnf info flannel
Actual results:
[root@localhost ~]# dnf info flannel
Last metadata expiration check: 0:52:52 ago on Fri Nov 18 03:27:17 2016.
Error: No matching Packages to list
[root@localhost ~]#
Expected results:
Should have a package in the repository.
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1409931
Bug ID: 1409931
Summary: %gobuild incorrectly assumes all compiler flags are
compatible with getopt
Product: Fedora
Version: 25
Component: go-compilers
Assignee: jchaloup(a)redhat.com
Reporter: nalin(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: fpokorny(a)redhat.com,
golang-updates(a)lists.fedoraproject.org,
jcajka(a)redhat.com, jchaloup(a)redhat.com
Description of problem:
The current definition of %gobuild:
%gobuild(o:) go build -compiler gc -ldflags "${LDFLAGS:-} -B 0x$(head -c20
/dev/urandom|od -An -tx1|tr -d ' \\n')" -a -v -x %{?**};
produces an (apparently harmless) error message if I try to pass flags that
aren't a single character to the macro. (In my case, "-tags".) The set of
arguments that the "go" command accepts includes some which are multiple
characters long, so if %gobuild is meant to accept them, it needs to be
corrected.
Version-Release number of selected component (if applicable):
go-compilers-golang-compiler-1-8.fc25.x86_64
How reproducible:
Always
Steps to Reproduce:
1. Modify a .spec file to pass build tags ("-tags 'foo bar'") to %gobuild
Actual results:
gobuild: invalid option -- 't'
error: Unknown option t in gobuild()
(build continues)
Expected results:
No error message, build continues.
Additional info:
This definition seems to accept arbitrary flags and produces the results I
expect:
%define gobuild() go build -ldflags "${LDFLAGS:-} -B 0x$(head -c20
/dev/urandom|od -An -tx1|tr -d ' \\n')" -a -v -x %{**};
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1444767
Bug ID: 1444767
Summary: Not installable etcd-devel on F25
Product: Fedora
Version: 25
Component: etcd
Assignee: jchaloup(a)redhat.com
Reporter: praiskup(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: avagarwa(a)redhat.com, eparis(a)redhat.com,
golang-updates(a)lists.fedoraproject.org,
gscrivan(a)redhat.com, jcajka(a)redhat.com,
jchaloup(a)redhat.com, lacypret(a)gmail.com,
lemenkov(a)gmail.com, walters(a)redhat.com
v3.1.3 seems to have broken deps:
$ sudo dnf update
Last metadata expiration check: 1:40:35 ago on Mon Apr 24 09:21:50 2017.
Dependencies resolved.
=============================================================================================================================================================================================================================================
Package Arch
Version
Repository Size
=============================================================================================================================================================================================================================================
Skipping packages with broken dependencies:
etcd-devel noarch
3.1.3-1.fc25
updates 1.3 M
Transaction Summary
=============================================================================================================================================================================================================================================
Skip 1 Package
Nothing to do.
Complete!
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1405688
Bug ID: 1405688
Summary: go1: internal compiler error: in do_get_backend
Product: Fedora
Version: 24
Component: golang
Assignee: vbatts(a)redhat.com
Reporter: dridi.boukelmoune(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: admiller(a)redhat.com, amurdaca(a)redhat.com,
golang-updates(a)lists.fedoraproject.org,
jcajka(a)redhat.com, lemenkov(a)gmail.com,
renich(a)woralelandia.com, s(a)shk.io, vbatts(a)redhat.com
Created attachment 1232848
--> https://bugzilla.redhat.com/attachment.cgi?id=1232848&action=edit
The go snippet
Description of problem:
go1: internal compiler error: in do_get_backend, at
go/gofrontend/expressions.cc:8352
Version-Release number of selected component (if applicable):
$ rpm -qa golang gcc gcc-c++
gcc-c++-6.2.1-2.fc24.x86_64
golang-1.6.4-2.fc24.x86_64
gcc-6.2.1-2.fc24.x86_64
How reproducible:
Always.
Steps to Reproduce:
Attached is the go snippet from
https://stackoverflow.com/questions/9203526/mapping-an-array-to-a-file-via-…
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1423643
Bug ID: 1423643
Summary: golang-github-cpuguy83-go-md2man: FTBFS in rawhide
Product: Fedora
Version: rawhide
Component: golang-github-cpuguy83-go-md2man
Assignee: fpokorny(a)redhat.com
Reporter: releng(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: fpokorny(a)redhat.com,
golang-updates(a)lists.fedoraproject.org,
jcajka(a)redhat.com, jchaloup(a)redhat.com
Blocks: 1423041
Your package golang-github-cpuguy83-go-md2man failed to build from source in
current rawhide.
https://koji.fedoraproject.org/koji/taskinfo?taskID=17718405
For details on mass rebuild see
https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1423041
[Bug 1423041] Fedora 26 Mass Rebuild FTBFS Tracker
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1249049
Ed Marshall <esm(a)logic.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |esm(a)logic.net
--- Comment #38 from Ed Marshall <esm(a)logic.net> ---
Could these be pushed to stable?
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1250466
Ed Marshall <esm(a)logic.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |MODIFIED
CC| |esm(a)logic.net
Resolution|ERRATA |---
--- Comment #23 from Ed Marshall <esm(a)logic.net> ---
Could the EPEL7 build be pushed to stable?
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1250466
Ed Marshall <esm(a)logic.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |1499501
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1499501
[Bug 1499501] Review Request: gocomplete - A tool for bash writing bash
completion in Go (Golang)
--
You are receiving this mail because:
You are on the CC list for the bug.