I am writing a .spec file to build an app written in GO.
$ fedpkg --dist f24 local error: Failed build dependencies: compiler(go-compiler) is needed by mattermost-3.4-0.1.gitf79f607.fc24.x86_64
Could not execute local: Non zero exit
# dnf install go-compiler Last metadata expiration check: 0:26:15 ago on Sat Nov 5 12:39:05 2016. No package go-compiler available.
There is a "go-compilers" (note the s at the end) which exists[0] # dnf install go-compilers Last metadata expiration check: 0:27:22 ago on Sat Nov 5 12:39:05 2016. No package go-compilers available.
???? How can I solve this dependecy issue ? I have everything installed to build the package as
Thank you for help
On Sat, Nov 5, 2016 at 1:10 PM arnaud gaboury arnaud.gaboury@gmail.com wrote:
I am writing a .spec file to build an app written in GO.
$ fedpkg --dist f24 local error: Failed build dependencies: compiler(go-compiler) is needed by mattermost-3.4-0.1.gitf79f607.fc24.x86_64
Could not execute local: Non zero exit
# dnf install go-compiler Last metadata expiration check: 0:26:15 ago on Sat Nov 5 12:39:05 2016. No package go-compiler available.
There is a "go-compilers" (note the s at the end) which exists[0] # dnf install go-compilers Last metadata expiration check: 0:27:22 ago on Sat Nov 5 12:39:05 2016. No package go-compilers available.
???? How can I solve this dependecy issue ? I have everything installed to build the package as
After a closer look, I write my spec file with the help of the one given by the gofed command[1]: BuildRequires: %{?go_compiler:compiler(go-compilers)}%{!?go_compiler:golang}
As you can see, the "s" is missing here. But this does not solve the fact I can't dnf install go-compilers.
Thank you for help
[0]https://apps.fedoraproject.org/packages/go-compilers [1]https://github.com/gofed/gofed
Den 2016-11-05 kl. 13:23, skrev arnaud gaboury:
On Sat, Nov 5, 2016 at 1:10 PM arnaud gaboury <arnaud.gaboury@gmail.com mailto:arnaud.gaboury@gmail.com> wrote:
I am writing a .spec file to build an app written in GO. $ fedpkg --dist f24 local error: Failed build dependencies: compiler(go-compiler) is needed by mattermost-3.4-0.1.gitf79f607.fc24.x86_64 Could not execute local: Non zero exit # dnf install go-compiler
You should install golang, dnf install golang.
See:
$ dnf info golang Senaste kontroll av utgång av metadata: för 10 days, 3:19:15 sedan den Wed Oct 26 11:54:05 2016. Installerade paket Namn : golang Ark : x86_64 Epok : 0 Version : 1.6.3 Utgåva : 3.fc24 Storlek : 11 M Förråd : @System Från förråd : updates Sammanfattn : The Go Programming Language URL : http://golang.org/ Licens : BSD and Public Domain Beskrivning : The Go Programming Language.
(
Thank you for help [0]https://apps.fedoraproject.org/packages/go-compilers [1]https://github.com/gofed/gofed
users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org
On Sat, Nov 5, 2016 at 2:15 PM Jon Ingason jon.ingason@telia.com wrote:
Den 2016-11-05 kl. 13:23, skrev arnaud gaboury:
On Sat, Nov 5, 2016 at 1:10 PM arnaud gaboury <arnaud.gaboury@gmail.com mailto:arnaud.gaboury@gmail.com> wrote:
I am writing a .spec file to build an app written in GO. $ fedpkg --dist f24 local error: Failed build dependencies: compiler(go-compiler) is needed by mattermost-3.4-0.1.gitf79f607.fc24.x86_64 Could not execute local: Non zero exit # dnf install go-compilerYou should install golang, dnf install golang.
It is installed:
$ dnf info golang Last metadata expiration check: 7:13:01 ago on Sat Nov 5 12:59:17 2016. Installed Packages <<<<<< Name : golang Arch : x86_64 Epoch : 0 Version : 1.6.3 Release : 3.fc24 Size : 11 M Repo : @System From repo : updates Summary : The Go Programming Language URL : http://golang.org/ License : BSD and Public Domain Description : The Go Programming Language.
See:
$ dnf info golang Senaste kontroll av utgång av metadata: för 10 days, 3:19:15 sedan den Wed Oct 26 11:54:05 2016. Installerade paket Namn : golang Ark : x86_64 Epok : 0 Version : 1.6.3 Utgåva : 3.fc24 Storlek : 11 M Förråd : @System Från förråd : updates Sammanfattn : The Go Programming Language URL : http://golang.org/ Licens : BSD and Public Domain Beskrivning : The Go Programming Language.
(
Thank you for help [0]https://apps.fedoraproject.org/packages/go-compilers [1]https://github.com/gofed/gofed
users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org
-- Regards
Jon Ingason _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org
On 11/05/2016 05:10 AM, arnaud gaboury wrote:
I am writing a .spec file to build an app written in GO.
$ fedpkg --dist f24 local error: Failed build dependencies: compiler(go-compiler) is needed by mattermost-3.4-0.1.gitf79f607.fc24.x86_64
Could not execute local: Non zero exit
# dnf install go-compiler Last metadata expiration check: 0:26:15 ago on Sat Nov 5 12:39:05 2016. No package go-compiler available.
There is a "go-compilers" (note the s at the end) which exists[0] # dnf install go-compilers Last metadata expiration check: 0:27:22 ago on Sat Nov 5 12:39:05 2016. No package go-compilers available.
???? How can I solve this dependecy issue ? I have everything installed to build the package as
dnf install 'compiler(go-compiler)'