Package Details: slackdump 3.1.6-1

Git Clone URL: https://aur.archlinux.org/slackdump.git (read-only, click to copy)
Package Base: slackdump
Description: Save your private and public slack messages, threads, files, and users locally
Upstream URL: https://github.com/rusq/slackdump
Licenses: GPL-3.0-only
Submitter: iyanmv
Maintainer: iyanmv
Last Packager: iyanmv
Votes: 2
Popularity: 0.000007
First Submitted: 2022-09-27 19:20 (UTC)
Last Updated: 2025-06-30 09:28 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

iyanmv commented on 2025-06-08 23:04 (UTC)

missingSleepDeps: That looks like network issues on your side.

missingSleepDeps commented on 2025-06-08 22:43 (UTC)

==> Making package: slackdump 3.1.3-1 (Sun 08 Jun 2025 03:36:10 PM PDT)
==> Retrieving sources...
  -> Downloading slackdump-3.1.3.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1056k    0 1056k    0     0  1375k      0 --:--:-- --:--:-- --:--:-- 4834k
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with b2sums...
    slackdump-3.1.3.tar.gz ... Passed
:: (1/1) Parsing SRCINFO: slackdump
==> Making package: slackdump 3.1.3-1 (Sun 08 Jun 2025 03:36:12 PM PDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found slackdump-3.1.3.tar.gz
==> Validating source files with b2sums...
    slackdump-3.1.3.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting slackdump-3.1.3.tar.gz with bsdtar
==> Starting prepare()...
==> Sources are ready.
==> Making package: slackdump 3.1.3-1 (Sun 08 Jun 2025 03:36:13 PM PDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
go: downloading modernc.org/sqlite v1.37.1
cmd/slackdump/main.go:19:2: modernc.org/sqlite@v1.37.1: Get "https://proxy.golang.org/modernc.org/sqlite/@v/v1.37.1.zip": dial tcp: lookup proxy.golang.org on 192.168.1.1:53: no such host
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: slackdump-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
slackdump - exit status 4
PAKtC

iyanmv commented on 2023-05-09 22:25 (UTC)

dreieck: ping me back when discussion is over. My opinion is that if you are so worried about caches and other files ending up in your home folder, always use makechrootpkg, or extra-x86_64-build.

dreieck commented on 2023-05-06 09:25 (UTC)

@iyanmv:

Can you point me in the right direction to what you are asking? I cannot find anything in the Go guidelines.

I have looked at this. I cannot find either regarding the prepare() issue, but regarding the download location, I find something for Node.js packages in the ↗ Node.js package guidelines. If it applies there, I do not see why it should not apply elsewhere.

I have started a ↗ topic about this question in the Arch Linux forum.

iyanmv commented on 2023-04-24 21:56 (UTC)

Hi dreieck: Now I have some time to have a look at this. Can you point me in the right direction to what you are asking? I cannot find anything in the Go guidelines.

https://wiki.archlinux.org/title/Go_package_guidelines

Thanks

iyanmv commented on 2023-04-12 08:07 (UTC)

dreieck: I will also take a look at your suggestion.

iyanmv commented on 2023-04-12 08:07 (UTC)

I know this (and many other of the packages I maintain) are out of date. I've had almost no time these couple of weeks, but I will start taking care of them this weekend.

dreieck commented on 2023-03-26 16:22 (UTC)

Ahoj, thanks for the package!

Can you transform the package so that the go-specific downloads are carried out in prepare(), so that after prepare() the sources are really ready?

And can you utilise go's environment variables so that the downloads are contained within $srcdir, not cluttering $HOME?

Regards!