惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
量子位
H
Help Net Security
Microsoft Azure Blog
Microsoft Azure Blog
MongoDB | Blog
MongoDB | Blog
小众软件
小众软件
爱范儿
爱范儿
博客园 - 【当耐特】
Vercel News
Vercel News
S
SegmentFault 最新的问题
M
MIT News - Artificial intelligence
F
Fortinet All Blogs
Apple Machine Learning Research
Apple Machine Learning Research
GbyAI
GbyAI
博客园 - 叶小钗
博客园_首页
V
Visual Studio Blog
宝玉的分享
宝玉的分享
B
Blog
MyScale Blog
MyScale Blog
C
Check Point Blog
博客园 - 三生石上(FineUI控件)
L
LangChain Blog
V
V2EX

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - letta-code
2026-05-29 · via AUR Newest Packages

Latest Comments

latte_macchiato commented on 2026-05-19 08:31 (UTC)

seems to fail to build in chroot

==> Starting build()...
bun install v1.3.14-canary.1 (0d9b296a)
> Checking prebuilds...
> Rebuilding because directory /build/letta-code/src/letta-code-0.25.10/node_modules/node-pty/prebuilds/linux-x64 does not exist

/usr/bin/bash: line 1: node-gyp: command not found

error: install script from "node-pty" exited with 127
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /var/lib/aurbuild/x86_64/latte/build
error: failed to build 'letta-code-0.25.10-1': failed to run: makechrootpkg -r /var/lib/aurbuild/x86_64 -d /var/cache/pacman/pkg/ -- -feA --noconfirm --noprepare --holdver: 
error: packages failed to build: letta-code-0.25.10-1

That1Calculator commented on 2026-02-27 20:25 (UTC) (edited on 2026-02-27 20:39 (UTC) by That1Calculator)

edtoml commented on 2026-02-27 15:24 (UTC) (edited on 2026-02-27 15:43 (UTC) by edtoml)

This update breaks letta-code

letta
115 |   }
116 |   help.push(
117 |     '- Consult the installation documentation:',
118 |     '    See https://sharp.pixelplumbing.com/install'
119 |   );
120 |   throw new Error(help.join('\n'));
                  ^
error: Could not load the "sharp" module using the linux-x64 runtime
ERR_DLOPEN_FAILED: libvips-cpp.so.8.17.3: cannot open shared object file: No such file or directory
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
      at <anonymous> (/home/ed/.bun/install/cache/sharp@0.34.5@@@1/lib/sharp.js:120:13)
      at <anonymous> (/home/ed/.bun/install/cache/sharp@0.34.5@@@1/lib/constructor.js:8:7)
      at <anonymous> (/home/ed/.bun/install/cache/sharp@0.34.5@@@1/lib/index.js:6:7)

Bun v1.3.9 (Linux x64)

You can bypass this error with:sudo ln -s /usr/lib/libvips-cpp.so /usr/lib/libvips-cpp.so.8.17.3 there is probably better way though...

That1Calculator commented on 2026-01-30 00:07 (UTC) (edited on 2026-01-30 05:48 (UTC) by That1Calculator)

@msaglietto this has now been merged upstream! As of 0.14.1, all related issues should be resolved.

That1Calculator commented on 2026-01-29 20:03 (UTC) (edited on 2026-01-29 20:03 (UTC) by That1Calculator)

That1Calculator commented on 2026-01-26 21:36 (UTC) (edited on 2026-01-26 22:19 (UTC) by That1Calculator)

@msaglietto I can repro that bug, and I'm not sure why it's happening -- it doesn't happen in the build dir but it does once installed.

msaglietto commented on 2026-01-24 15:49 (UTC)

Hello, thanks for the package =) I'm having problems running this since the last update I get the error:

❯ letta
file:///usr/bin/letta:16044
    throw new Error(help.join(`
          ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at file:///usr/bin/letta:16044:11

I dont know if you could specify the os aon cpu using bun