Bug 1105046

Summary: argument prototype mismatch spew on update
Product: [Fedora] Fedora Reporter: Yanko Kaneti <yaneti>
Component: golangAssignee: Vincent Batts <vbatts>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: admiller, golang-updates, jkeck, lemenkov, renich, s, vbatts
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-08 15:04:15 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Yanko Kaneti 2014-06-05 09:34:42 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Yanko Kaneti 2014-06-05 09:36:29 UTC
...
---> Package golang-pkg-bin-linux-amd64.x86_64 0:1.2.2-7.fc21 will be updated
---> Package golang-pkg-bin-linux-amd64.x86_64 0:1.3rc1-1.fc21 will be an update
.....
  Updating   : golang-pkg-linux-amd64-1.3rc1-1.fc21.noarch                    16/141 
# runtime
usr/lib/golang/src/pkg/runtime/chan.c:224 argument prototype mismatch "IND FUNC(IND STRUCT Lock) VOID" for "IND FUNC(IND STRUCT G, IND VOID) UCHAR": runtime.park
usr/lib/golang/src/pkg/runtime/chan.c:252 argument prototype mismatch "IND FUNC(IND STRUCT Lock) VOID" for "IND FUNC(IND STRUCT G, IND VOID) UCHAR": runtime.park
usr/lib/golang/src/pkg/runtime/chan.c:354 argument prototype mismatch "IND FUNC(IND STRUCT Lock) VOID" for "IND FUNC(IND STRUCT G, IND VOID) UCHAR": runtime.park
usr/lib/golang/src/pkg/runtime/chan.c:385 argument prototype mismatch "IND FUNC(IND STRUCT Lock) VOID" for "IND FUNC(IND STRUCT G, IND VOID) UCHAR": runtime.park
usr/lib/golang/src/pkg/runtime/chan.c:982 not a member of struct/union: selgen
usr/lib/golang/src/pkg/runtime/chan.c:996 argument prototype mismatch "IND FUNC(IND STRUCT Lock) VOID" for "IND FUNC(IND STRUCT G, IND VOID) UCHAR": runtime.park
usr/lib/golang/src/pkg/runtime/chan.c:1332 not a member of struct/union: selgen
usr/lib/golang/src/pkg/runtime/chan.c:1333 not a member of struct/union: selgen
warning: %post(golang-pkg-linux-amd64-1.3rc1-1.fc21.noarch) scriptlet failed, exit status 2
Non-fatal POSTIN scriptlet failure in rpm package golang-pkg-linux-amd64-1.3rc1-1.fc21.noarch

Comment 2 Vincent Batts 2014-07-08 15:04:15 UTC
two issues. this failure was during the go1.3 release-candidate cycle, and that was fixed for the go1.3 release (which is only in fedora rawhide presently).
Second, the POSTIN failure is a duplicate of an existing issue, which will be fixed shortly.

*** This bug has been marked as a duplicate of bug 1101508 ***