Package Details: whatscli 1.0.11-1

Git Clone URL: https://aur.archlinux.org/whatscli.git (read-only, click to copy)
Package Base: whatscli
Description: A command line interface for whatsapp, based on go-whatsapp and tview
Upstream URL: https://github.com/normen/whatscli
Keywords: whatsapp
Submitter: pjvds
Maintainer: pjvds
Last Packager: pjvds
Votes: 9
Popularity: 0.000002
First Submitted: 2020-11-19 09:47 (UTC)
Last Updated: 2021-11-02 21:12 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

gurban commented on 2025-04-03 19:24 (UTC)

==> Making package: whatscli 1.0.11-1 (Thu 03 Apr 2025 10:49:48 PM +0330)
==> Retrieving sources...
  -> Found whatscli-1.0.11.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha1sums...
    whatscli-1.0.11.tar.gz ... Passed
:: (1/1) Parsing SRCINFO: whatscli
==> Making package: whatscli 1.0.11-1 (Thu 03 Apr 2025 10:49:51 PM +0330)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found whatscli-1.0.11.tar.gz
==> Validating source files with sha1sums...
    whatscli-1.0.11.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting whatscli-1.0.11.tar.gz with bsdtar
==> Sources are ready.
==> Making package: whatscli 1.0.11-1 (Thu 03 Apr 2025 10:49:58 PM +0330)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
# command-line-arguments
flag provided but not defined: -Wl,--sort-common
usage: link [options] main.o
  -B note
        set ELF NT_GNU_BUILD_ID note or Mach-O UUID; use "gobuildid" to generate it from the Go build ID; "none" to disable
  -E entry
        set entry symbol name
  -H type
        set header type
  -I linker
  .....
  .....
  .....
  -tmpdir directory
        use directory for temporary files
  -v    print link trace
  -w    disable DWARF generation
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: whatscli-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
whatscli - exit status 4

I changed PKGBUILD as following and package built successfully.

diff --git a/PKGBUILD b/PKGBUILD
index 991f475..24e0198 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ build() {
     export CGO_CFLAGS="${CFLAGS}"
     export CGO_CXXFLAGS="${CXXFLAGS}"
     export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-    go build -o ${pkgname} -ldflags "-extldflags ${LDFLAGS} -s -w -X main.version=${pkgver}" main.go
+    go build -o ${pkgname} -ldflags "-extldflags -s -w -X main.version=${pkgver}" main.go
 }

 package() {

gustaphe commented on 2024-03-25 08:21 (UTC)

Doesn't build for me.

# command-line-arguments
flag provided but not defined: -Wl,--sort-common
usage: link [options] main.o

felixfromspace commented on 2023-08-13 02:36 (UTC)

Seg faults as soon as I launch the CLI, please fix

waayne commented on 2023-07-18 12:44 (UTC)

This is definitely broken.

girxchin commented on 2022-06-17 16:39 (UTC)

@pjvds I'm having problems too, since always. I got this weird bug that prints every input I make. With every I mean even when I move the mouse.

pjvds commented on 2022-06-01 19:27 (UTC)

@sekret: what's the error, it's working for me ever since. Just uninstalled and installed is again with success. And also in a fresh Docker container running Arch this runs successfully for me.

sekret commented on 2022-06-01 14:59 (UTC)

It workED for me when it was first submitted here, but doesn't nowadays.

luigibu commented on 2021-12-07 15:05 (UTC)

Is this working for anyone?