https://bugzilla.redhat.com/show_bug.cgi?id=1105046
Bug ID: 1105046 Summary: argument prototype mismatch spew on update Product: Fedora Version: rawhide Component: golang Assignee: vbatts@redhat.com Reporter: yaneti@declera.com QA Contact: extras-qa@fedoraproject.org CC: admiller@redhat.com, golang@lists.fedoraproject.org, lemenkov@gmail.com, lsm5@redhat.com, renich@woralelandia.com, s@shk.io, vbatts@redhat.com
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:
https://bugzilla.redhat.com/show_bug.cgi?id=1105046
Yanko Kaneti yaneti@declera.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Environment|.... | | Updating : | |golang-pkg-linux-amd64-1.3r | |c1-1.fc21.noarch | | 16/141 | |# runtime | |usr/lib/golang/src/pkg/runt | |ime/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/runt | |ime/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/runt | |ime/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/runt | |ime/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/runt | |ime/chan.c:982 not a member | |of struct/union: selgen | |usr/lib/golang/src/pkg/runt | |ime/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/runt | |ime/chan.c:1332 not a | |member of struct/union: | |selgen | |usr/lib/golang/src/pkg/runt | |ime/chan.c:1333 not a | |member of struct/union: | |selgen | |warning: | |%post(golang-pkg-linux-amd6 | |4-1.3rc1-1.fc21.noarch) | |scriptlet failed, exit | |status 2 | |Non-fatal POSTIN scriptlet | |failure in rpm package | |golang-pkg-linux-amd64-1.3r | |c1-1.fc21.noarch | |... |
--- Comment #1 from Yanko Kaneti yaneti@declera.com --- ... ---> 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
https://bugzilla.redhat.com/show_bug.cgi?id=1105046
Vincent Batts vbatts@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |DUPLICATE Last Closed| |2014-07-08 11:04:15
--- Comment #2 from Vincent Batts vbatts@redhat.com --- 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 ***
golang@lists.fedoraproject.org