[GH-ISSUE #50] fails to build on some architectures.. #40

Closed
opened 2026-03-02 04:08:58 +03:00 by kerem · 11 comments
Owner

Originally created by @alexmyczko on GitHub (Feb 12, 2024).
Original GitHub issue: https://github.com/gen2brain/cam2ip/issues/50

see https://buildd.debian.org/status/package.php?p=cam2ip

Originally created by @alexmyczko on GitHub (Feb 12, 2024). Original GitHub issue: https://github.com/gen2brain/cam2ip/issues/50 see https://buildd.debian.org/status/package.php?p=cam2ip
kerem closed this issue 2026-03-02 04:08:58 +03:00
Author
Owner

@gen2brain commented on GitHub (Feb 12, 2024):

I am not sure how that is an issue with this repo, what fails to build, and what the error is. I hope you don't expect me to go through all this. The requirements are clearly stated, so what this repo can do to help you?

<!-- gh-comment-id:1939197815 --> @gen2brain commented on GitHub (Feb 12, 2024): I am not sure how that is an issue with this repo, what fails to build, and what the error is. I hope you don't expect me to go through all this. The requirements are clearly stated, so what this repo can do to help you?
Author
Owner

@gen2brain commented on GitHub (Feb 14, 2024):

There is nothing not planned here, the screenshot of "something" is not an issue at all. So what is the real issue here?

<!-- gh-comment-id:1944487768 --> @gen2brain commented on GitHub (Feb 14, 2024): There is nothing `not planned` here, the screenshot of "something" is not an issue at all. So what is the real issue here?
Author
Owner

@alexmyczko commented on GitHub (Feb 14, 2024):

nothing really, i have no idea of golang, so i do not know why ot failed to build on these architectures. thought maybe you might know..

<!-- gh-comment-id:1944526923 --> @alexmyczko commented on GitHub (Feb 14, 2024): nothing really, i have no idea of golang, so i do not know why ot failed to build on these architectures. thought maybe you might know..
Author
Owner

@gen2brain commented on GitHub (Feb 14, 2024):

This project uses cgo, i.e. C libraries, so if you are to cross-compile, you need to know what you are doing. I think that is all, but if there is anything else I am willing to fix it.

<!-- gh-comment-id:1944529898 --> @gen2brain commented on GitHub (Feb 14, 2024): This project uses cgo, i.e. C libraries, so if you are to cross-compile, you need to know what you are doing. I think that is all, but if there is anything else I am willing to fix it.
Author
Owner

@alexmyczko commented on GitHub (Feb 14, 2024):

i am not cross compiling, what happens at posted url is. the source is downloaded to a comouter of the architecture, and is being tried to be compiled… but really, it is not important, and i have no such architecture to run it on. i am fine with arm64 and amd64…

<!-- gh-comment-id:1944559990 --> @alexmyczko commented on GitHub (Feb 14, 2024): i am not cross compiling, what happens at posted url is. the source is downloaded to a comouter of the architecture, and is being tried to be compiled… but really, it is not important, and *i* have no such architecture to run it on. i am fine with arm64 and amd64…
Author
Owner

@gen2brain commented on GitHub (Feb 14, 2024):

The error mesage would be fine. I still have no idea what fails, and what is the actuall error and for what arch etc. You only sent some screenshot.

<!-- gh-comment-id:1944567715 --> @gen2brain commented on GitHub (Feb 14, 2024): The error mesage would be fine. I still have no idea what fails, and what is the actuall error and for what arch etc. You only sent some screenshot.
Author
Owner

@alexmyczko commented on GitHub (Feb 14, 2024):

no i sent an url, this https://buildd.debian.org/status/package.php?p=cam2ip

and it says it can not build for ppc64, and a few more it failed. scrolling down all the red ones are not good. green is it built…

<!-- gh-comment-id:1944573093 --> @alexmyczko commented on GitHub (Feb 14, 2024): no i sent an url, this https://buildd.debian.org/status/package.php?p=cam2ip and it says it can not build for ppc64, and a few more it failed. scrolling down all the red ones are not good. green is it built…
Author
Owner

@gen2brain commented on GitHub (Feb 14, 2024):

Well, I have no idea and don't want to follow any links, I need the error, arch, what fails to build, and where is the error. Nobody wants to follow some screenshots. If you cannot even describe it I will not waste my time on it, sorry.

<!-- gh-comment-id:1944579307 --> @gen2brain commented on GitHub (Feb 14, 2024): Well, I have no idea and don't want to follow any links, I need the error, arch, what fails to build, and where is the error. Nobody wants to follow some screenshots. If you cannot even describe it I will not waste my time on it, sorry.
Author
Owner

@alexmyczko commented on GitHub (Feb 14, 2024):

Tail of log for [cam2ip](https://buildd.debian.org/status/package.php?p=cam2ip&suite=sid) on [mips64el](https://buildd.debian.org/status/fetch.php?pkg=cam2ip&arch=mips64el&ver=1.6-2&stamp=1707749800&raw=0):

crypto/x509
github.com/spf13/pflag
mime/multipart
vendor/golang.org/x/net/http/httpguts
crypto/tls
github.com/spf13/cobra
github.com/jamiealquiza/envy
net/http/httptrace
net/http
github.com/abbot/go-http-auth
nhooyr.io/websocket
github.com/gen2brain/cam2ip/handlers
github.com/gen2brain/cam2ip/server
dh_auto_build: error: cd _build && go install -trimpath -v -p 4 github.com/gen2brain/cam2ip/cmd/cam2ip returned exit code 1
make: *** [debian/rules:7: binary-arch] Error 25
<!-- gh-comment-id:1944583748 --> @alexmyczko commented on GitHub (Feb 14, 2024): ``` Tail of log for [cam2ip](https://buildd.debian.org/status/package.php?p=cam2ip&suite=sid) on [mips64el](https://buildd.debian.org/status/fetch.php?pkg=cam2ip&arch=mips64el&ver=1.6-2&stamp=1707749800&raw=0): crypto/x509 github.com/spf13/pflag mime/multipart vendor/golang.org/x/net/http/httpguts crypto/tls github.com/spf13/cobra github.com/jamiealquiza/envy net/http/httptrace net/http github.com/abbot/go-http-auth nhooyr.io/websocket github.com/gen2brain/cam2ip/handlers github.com/gen2brain/cam2ip/server dh_auto_build: error: cd _build && go install -trimpath -v -p 4 github.com/gen2brain/cam2ip/cmd/cam2ip returned exit code 1 make: *** [debian/rules:7: binary-arch] Error 25
Author
Owner

@gen2brain commented on GitHub (Feb 14, 2024):

Exactly, I have no idea what you are doing, and there is no error message, you are trying to build deb package right? How and why I do not care. Why not try to build cam2ip instead and send the error? I don't care about some deb errors, how is that related to this repo?

<!-- gh-comment-id:1944604242 --> @gen2brain commented on GitHub (Feb 14, 2024): Exactly, I have no idea what you are doing, and there is no error message, you are trying to build deb package right? How and why I do not care. Why not try to build cam2ip instead and send the error? I don't care about some deb errors, how is that related to this repo?
Author
Owner

@gen2brain commented on GitHub (Feb 14, 2024):

@alexmyczko can you simple do a go build and paste errors here?

<!-- gh-comment-id:1944663092 --> @gen2brain commented on GitHub (Feb 14, 2024): @alexmyczko can you simple do a go build and paste errors here?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cam2ip#40
No description provided.