Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Checksum Mismatch when Compiling Package from Source
@ 2024-05-03 23:16 rad1914
  2024-05-04  0:11 ` classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: rad1914 @ 2024-05-03 23:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1665 bytes --]

New issue by rad1914 on void-packages repository

https://github.com/void-linux/void-packages/issues/50184

Description:
### Is this a new report?

Yes

### System Info

Void 6.6.29_1 x86_64 Genuine Intel uptodate FF

### Package(s) Affected

 Anydesk

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

The expected outcome is that the compilation process for the Anydesk package completes successfully without encountering any checksum mismatch errors. This would allow the package to be built from source and installed on the Void Linux system. However, despite attempts to address the issue by editing the Anydesk template build script, the problem persists. It is suspected that the checksum mismatch error may be due to deprecated package checksums or outdated file versions.

### Actual behaviour

When attempting to compile the Anydesk package from source using the xbps-src pkg command, the compilation process halts due to a checksum mismatch error. Specifically, the checksum of one or more source files does not match the expected value, causing the compilation to fail. As a result, the Anydesk package cannot be successfully built from source, preventing its installation on the Void Linux system.

### Steps to reproduce

 1. Clone the void-packages repository: `git clone https://github.com/void-linux/void-packages.git`
2. Navigate to the Anydesk package directory: `cd void-packages/srcpkgs/anydesk`
3. Run the xbps-src command to compile the Anydesk package from source: `./xbps-src pkg`
4. Observe the checksum mismatch error during the compilation process.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Checksum Mismatch when Compiling Package from Source
  2024-05-03 23:16 [ISSUE] Checksum Mismatch when Compiling Package from Source rad1914
@ 2024-05-04  0:11 ` classabbyamp
  2024-05-04 21:05 ` rad1914
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2024-05-04  0:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 325 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/50184#issuecomment-2093904137

Comment:
the distfile appears to be 404ing now: https://download.anydesk.com/linux/anydesk_6.3.0-1_amd64.deb

probably just needs to be updated to the latest version

cc: @mobinmob 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Checksum Mismatch when Compiling Package from Source
  2024-05-03 23:16 [ISSUE] Checksum Mismatch when Compiling Package from Source rad1914
  2024-05-04  0:11 ` classabbyamp
@ 2024-05-04 21:05 ` rad1914
  2024-05-04 21:25 ` classabbyamp
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rad1914 @ 2024-05-04 21:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 620 bytes --]

New comment by rad1914 on void-packages repository

https://github.com/void-linux/void-packages/issues/50184#issuecomment-2094397165

Comment:
Hi, I attempted to update the Anydesk package locally by modifying the template with the latest package URLs (https://download.anydesk.com/linux/anydesk-6.3.2-amd64.tar.gz). However, I encountered difficulties with the checksums of the files, even after using the new ones from the summary.

Could you please advise if there is anything I can do on my end to assist with resolving this issue, or if we need to wait for further updates from the source packages?

Thank you.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Checksum Mismatch when Compiling Package from Source
  2024-05-03 23:16 [ISSUE] Checksum Mismatch when Compiling Package from Source rad1914
  2024-05-04  0:11 ` classabbyamp
  2024-05-04 21:05 ` rad1914
@ 2024-05-04 21:25 ` classabbyamp
  2024-05-14 15:12 ` MIvanchev
  2024-05-14 15:24 ` mobinmob
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2024-05-04 21:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/50184#issuecomment-2094402703

Comment:
use `xgensum -i` from xtools

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Checksum Mismatch when Compiling Package from Source
  2024-05-03 23:16 [ISSUE] Checksum Mismatch when Compiling Package from Source rad1914
                   ` (2 preceding siblings ...)
  2024-05-04 21:25 ` classabbyamp
@ 2024-05-14 15:12 ` MIvanchev
  2024-05-14 15:24 ` mobinmob
  4 siblings, 0 replies; 6+ messages in thread
From: MIvanchev @ 2024-05-14 15:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 275 bytes --]

New comment by MIvanchev on void-packages repository

https://github.com/void-linux/void-packages/issues/50184#issuecomment-2110499911

Comment:
Keep in mind this will not work because currently Anydesk's versions for RPI and x64 do not match; no idea how to deal with this.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Checksum Mismatch when Compiling Package from Source
  2024-05-03 23:16 [ISSUE] Checksum Mismatch when Compiling Package from Source rad1914
                   ` (3 preceding siblings ...)
  2024-05-14 15:12 ` MIvanchev
@ 2024-05-14 15:24 ` mobinmob
  4 siblings, 0 replies; 6+ messages in thread
From: mobinmob @ 2024-05-14 15:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 331 bytes --]

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/issues/50184#issuecomment-2110523867

Comment:
> Keep in mind this will not work because currently Anydesk's versions for RPI and x64 do not match; no idea how to deal with this.

I am just going to send a PR for the x86_64 only...

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-05-14 15:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-03 23:16 [ISSUE] Checksum Mismatch when Compiling Package from Source rad1914
2024-05-04  0:11 ` classabbyamp
2024-05-04 21:05 ` rad1914
2024-05-04 21:25 ` classabbyamp
2024-05-14 15:12 ` MIvanchev
2024-05-14 15:24 ` mobinmob

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).