https://bugzilla.novell.com/show_bug.cgi?id=735320 https://bugzilla.novell.com/show_bug.cgi?id=735320#c1 Sascha Peilicke <speilicke@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED AssignedTo|bnc-team-screening@forge.pr |speilicke@suse.com |ovo.novell.com | --- Comment #1 from Sascha Peilicke <speilicke@suse.com> 2011-12-13 14:57:28 UTC --- As an initial 'fix', I added GOBIN to %go_make_install, as some Go packages (that include $(GOROOT)/src/Make.pkg) like to add Makefile targets similar to: tools: ... install -m 0755 redis-load $(GOBIN) Unfortunately, the whole gomake situation isn't yet thought out very well, especially for Go projects that create both binaries and (statis) libraries. Some use individual Makefile targets, some use separate Makefiles (may be the best solution ATM for upstream developers). However, in order to fix this, I changed src/Make.cmd to always use $GOBIN (set correctly as above), regardless of TARGDIR, this allows to retain %go_make_install in it's current form. Please note that I updated the spec file of 'go-gb' accordingly, please have a look (and similarly, go-redis.go). Maybe worth another update of Go in 12.1 ... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.