You are not logged in.

#1 2023-10-21 06:27:55

ddsff
Member
Registered: 2023-10-21
Posts: 2

[solved] bsdtar: write error

when i exc makepkg. terminal will show this. maybe i don't have space?

[ddsff@xdkpc google-chrome]$ pwd
/home/ddsff/.cache/yay/google-chrome
[ddsff@xdkpc google-chrome]$ makepkg -if
==> Making package: google-chrome 118.0.5993.88-1 (Sat 21 Oct 2023 03:19:37 PM CST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found google-chrome-stable_118.0.5993.88-1_amd64.deb
  -> Found eula_text.html
  -> Found google-chrome-stable.sh
==> Validating source files with sha512sums...
    google-chrome-stable_118.0.5993.88-1_amd64.deb ... Passed
    eula_text.html ... Passed
    google-chrome-stable.sh ... Passed
==> Extracting sources...
  -> Extracting google-chrome-stable_118.0.5993.88-1_amd64.deb with bsdtar
==> Removing existing $pkgdir/ directory...
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "google-chrome"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
bsdtar: Write error
==> ERROR: Failed to create package file.
[ddsff@xdkpc google-chrome]$ df -h
Filesystem      Size  Used Avail Use% Mounted on
dev              16G     0   16G   0% /dev
run              16G  1.7M   16G   1% /run
efivarfs        128K   51K   73K  41% /sys/firmware/efi/efivars
/dev/nvme0n1p2  295G   17G  263G   6% /
tmpfs            16G     0   16G   0% /dev/shm
tmpfs            16G  420M   16G   3% /tmp
/dev/nvme0n1p1  511M   70M  442M  14% /boot
/dev/nvme0n1p3  173G  382M  164G   1% /home
tmpfs           3.2G   36K  3.2G   1% /run/user/0
tmpfs           3.2G   80K  3.2G   1% /run/user/1000

Last edited by ddsff (2023-10-21 15:40:59)

Offline

#2 2023-10-21 07:03:02

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,074

Re: [solved] bsdtar: write error

"bsdtar", not "bsdrar"
Please use [code][/code] tags. Edit your post in this regard.


The error out of context could have a whole slew of reasons
Post the entire makepkg output and also in what path you're trying to build the package, none of your FS look particularly full, though.

Offline

#3 2023-10-21 15:40:00

ddsff
Member
Registered: 2023-10-21
Posts: 2

Re: [solved] bsdtar: write error

It is a typo. I wrote -threads=0 either --threads=0 in makepkg.conf. so zstd is broken, but it doesn't report err.

COMPRESSZST=(zstd -c -z -q --threads=0 -)
COMPRESSZST=(zstd -c -z -q -threads=0 -)

Last edited by ddsff (2023-10-21 15:40:14)

Offline

Board footer

Powered by FluxBB