Tx16wx-bin checksums failing

Good morning, I am trying to install the TX16WX sampler on Manjaro Linux from the AUR using octopi . I am getting the following error :

=> Making package: tx16wx-bin 3.7.0r7685.1421-1 (Fri 27 Mar 2026 08:02:21 GMT)
==> Checking runtime dependencies…
==> Checking buildtime dependencies…
==> Retrieving sources…
→ Found ?wpdmdl=19516&refresh=69b42c003503c1773415424
==> Validating source files with sha256sums…
?wpdmdl=19516&refresh=69b42c003503c1773415424 … FAILED
==> ERROR: One or more files did not pass the validity check!
→ error making: tx16wx-bin-exit status 1
→ Failed to install the following packages. Manual intervention is required:
tx16wx-bin - exit status 1
PAKtC

As an aside, the program’s author was a little irate when I posted on the KVR forum asking for support; he is claiming that he does not authorise the AUR version and is breaching the license

Many thanks

Alastair


Moderator edit: Topic title edited to reflect issue

Why not instead install tx16wx-bin with pamac?

pamac build tx16wx-bin

Haha ok, that’s what’s in the code…

Summary
❯ pamac install tx16wx-bin
Warning: tx16wx-bin is only available from AUR
Preparing...
Checking tx16wx-bin dependencies...
cp: cannot access '/var/lib/pacman/sync/download-9VJAm2': Permission denied
Resolving dependencies...
Checking inter-conflicts...

To install (2):
  xcb-util-xrm  1.3-4              (Required By: tx16wx-bin)  extra  15.0 kB
  patchelf      0.18.0-4           (Required By: tx16wx-bin)  extra  107.4 kB
To build (1):
  tx16wx-bin    3.7.0r7685.1421-1                             AUR

Total download size: 122.4 kB
Total installed size: 306.8 kB

Edit build files : [e] 
Apply transaction ? [e/y/N] y

Cloning tx16wx-bin build files...
Generating tx16wx-bin information...
==== AUTHENTICATING FOR org.manjaro.pamac.commit ====
Authentication is required to install, update, or remove packages
Authenticating as: ben
Password: 
==== AUTHENTICATION COMPLETE ====
Download of xcb-util-xrm (1.3-4) started                                                             
Download of xcb-util-xrm (1.3-4) finished                                                            
Download of patchelf (0.18.0-4) finished                                                             
Checking keyring...                                                                             [2/2]
Checking integrity...                                                                           [2/2]
Loading package files...                                                                        [2/2]
Checking file conflicts...                                                                      [2/2]
Checking available disc space...                                                                [2/2]
Running pre-transaction hooks...
Scanning packages for security issues...                                                        [1/1]
Installing xcb-util-xrm (1.3-4)...                                                              [1/2]
Installing patchelf (0.18.0-4)...                                                               [2/2]
Running post-transaction hooks...
Arming ConditionNeedsUpdate...                                                                  [1/3]
Refreshing PackageKit...                                                                        [2/3]
Removing old packages from pacman cache...                                                      [3/3]
Removing old installed packages...
==> no candidate packages found for pruning
Removing old uninstalled packages...
==> no candidate packages found for pruning
cp: cannot access '/var/lib/pacman/sync/download-9VJAm2': Permission denied

Building tx16wx-bin...
==> Making package: tx16wx-bin 3.7.0r7685.1421-1 (Fri 27 Mar 2026 16:55:24 +07)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading ?wpdmdl=19516&refresh=69b42c003503c1773415424...
  % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
                                 Dload  Upload  Total   Spent   Left   Speed
100 75.96M 100 75.96M   0      0  2.75M      0   00:27   00:27          4.11M
==> Validating source files with sha256sums...
    ?wpdmdl=19516&refresh=69b42c003503c1773415424 ... FAILED
==> ERROR: One or more files did not pass the validity check!
Error: Failed to build tx16wx-bin

You could take a gamble:

pamac build tx16wx-bin --skip-checksum

Or:

pamac build tx16wx-bin --download-only

cd ~/.cache/pamac/tx16wx-bin

makepkg -g >> PKGBUILD

build and install:

makepkg -si
1 Like

Hello Ben . Thank you for your prompt reply ! Both the --skip-checksum and --download-only give me

Build packages from AUR and install them with their dependencies

If no package name is given, use the PKGBUILD file in the current directory
The build directory will be the parent directory, --builddir option will be ignored
and --no-clone option will be enforced

pamac build [options] [package(s)]

options:
–builddir : build directory, if no directory is given the one
specified in pamac.conf file is used
–keep, -k : keep built packages in cache after installation
–no-keep : do not keep built packages in cache after installation
–dry-run, -d : only print what would be done but do not run the
transaction
–no-clone : do not clone build files from AUR, only use local files
–no-confirm : bypass any and all confirmation messages

When I try to cd ~/.cache/pamac/tx16wx-bin

I get

bash: cd: /home/alastair/.cache/pamac/tx16wx-bin: No such file or directory

When I try to cd in single steps, I only get as far as .cache

many thanks

Alastair

Pkgbuild is a recipe, and that is a bad recipe, since it points to some redirection url instead of a real file. It might or might not work. Try to download the source manually and then create a custom pkgbuild as advised above (unfortunately seems cache is empty, so you will have to figure it out yourself.

P.s. it seems the .deb is there if you put the whole url in a browser

https://www.tx16wx.com/download/tx16wx-software-sampler-3-linux-x64-debian-2/?wpdmdl=19516&refresh=69b42c003503c1773415424
1 Like

AUR (en) - tx16wx-bin
Sources (1)
https://www.tx16wx.com/download/tx16wx-software-sampler-3-linux-x64-debian-2/?wpdmdl=19516&refresh=69b42c003503c1773415424

$ sha256sum tx16wx-software-sampler-3.7.0s-amd64.deb 
22e260c2982e867230c3ab222f77b12cd6a3208560d34745f33d410bd07e8b0a  tx16wx-software-sampler-3.7.0s-amd64.deb

If the sha256sum is edited in AUR PKGBUILD to:

sha256sums=('22e260c2982e867230c3ab222f77b12cd6a3208560d34745f33d410bd07e8b0a')

package passes validation and should build successfully

Building tx16wx-bin...
==> Making package: tx16wx-bin 3.7.0r7685.1421-1 (Fri 27 Mar 2026 12:20:27 GMT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading ?wpdmdl=19516&refresh=69b42c003503c1773415424...
  % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
                                 Dload  Upload  Total   Spent   Left   Speed
100 75.96M 100 75.96M   0      0  3.73M      0   00:20   00:20          3.87M
==> Validating source files with sha256sums...
    ?wpdmdl=19516&refresh=69b42c003503c1773415424 ... Passed


Installing tx16wx-bin (3.7.0r7685.1421-1)...                                                                       [1/1]
Transaction successfully finished.
1 Like

Thank you for your contribution. I will have a look at this soon

Good afternoon. I am marking this as solved. I am probably going to buy tal sampler:

The author of TX16w apparently does not want to have his software repackaged . Thank you to all of the contributors. I am now able to install packages from the AUR using the terminal :slight_smile:

There are many other samplers available from Manjaro repositories and AUR

1 Like

Thank you, I have found the one I want, I think :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.