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

推荐订阅源

Martin Fowler
Martin Fowler
Engineering at Meta
Engineering at Meta
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
阮一峰的网络日志
阮一峰的网络日志
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
量子位
Jina AI
Jina AI
Microsoft Azure Blog
Microsoft Azure Blog
博客园_首页
L
LangChain Blog
A
About on SuperTechFans
人人都是产品经理
人人都是产品经理
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
美团技术团队
博客园 - 三生石上(FineUI控件)
N
Netflix TechBlog - Medium
D
DataBreaches.Net
P
Proofpoint News Feed
小众软件
小众软件
Vercel News
Vercel News
T
The Blog of Author Tim Ferriss
WordPress大学
WordPress大学
雷峰网
雷峰网
G
Google Developers Blog

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) - vwm
2026-06-15 · via AUR Newest Packages

Latest Comments

TrialnError commented on 2020-01-12 02:50 (UTC)

Work in progress.. Need to investigate, why libprotothread isn't found by the build process of the latest version

Zeniff commented on 2016-04-08 14:19 (UTC)

Even though the pkg built, it doesn't seem to work.. :( First, it said it could not find any modules.. vwm's INSTALL file says "/usr/lib/vwm/modules" is "hard-coded" and needs to be created. So, I changed the PKBUILD: # In the package_vwm-modules-sysmon() section: # "$pkgdir/usr/lib/$pkgname/modules/sysmon.so" "$pkgdir/usr/lib/${pkgname%%-*}/modules/sysmon.so" # In the package_vwm-modules-vwmterm3() section: # "$pkgdir/usr/lib/$pkgname/modules/vwmterm3.so" "$pkgdir/usr/lib/${pkgname%%-*}/modules/vwmterm3.so" # So, it changed $pkgname TO ${pkgname%%-*} in both sections to try to put them into "/usr/lib/vwm/modules" instead of "/usr/lib/vwm-modules-sysmon/modules" and "/usr/lib/vwm-modules-vwmterm3/modules" That fixed the problem for it not finding modules..... But... ..after running the program, there's still no way to do anything.. no terminal, etc.. And, the screen gets weird after trying to select the menu and exits with a lot of repeated text, which ends with "Aborted (core dumped)". Does anyone have any ideas? :(

Zeniff commented on 2016-04-08 11:27 (UTC) (edited on 2016-04-08 12:55 (UTC) by Zeniff)

Hi~ At first I got this error: make[1]: Entering directory '/builds/vwm/src/vwm/modules/vwmterm3' rm -f *.o rm -f *.so gcc -Wall -std=gnu99 -O2 -D_REENTRANT -D_GNU_SOURCE `pkg-config --cflags glib-2.0 gmodule-2.0` -I/usr/include -I../.. -c -fpic *.c events.c:5:19: fatal error: vterm.h: No such file or directory compilation terminated. init.c:24:19: fatal error: vterm.h: No such file or directory compilation terminated. psthread.c:31:19: fatal error: vterm.h: No such file or directory compilation terminated. Makefile:22: recipe for target 'vwmterm3' failed make[1]: *** [vwmterm3] Error 1 make[1]: Leaving directory '/builds/vwm/src/vwm/modules/vwmterm3' Makefile:30: recipe for target 'vwmterm' failed make: *** [vwmterm] Error 2 ==> ERROR: A failure occurred in build(). Aborting... Before that, I already built and installed the other dependencies: libpseudo, libviper, and libvterm-vwm Later, I found out it was because libvterm-vwm's PKBUILD did not actually install any files. I modified it to install them, allowing this pkg to build. :) I left a comment in that pkg as well. Thank you for this package~:)

JonnyJD commented on 2015-06-22 21:53 (UTC)

Please note that the libvterm dependency is now https://aur4.archlinux.org/packages/libvterm-vwm/ There will be a different libvterm at the old location, see https://lists.archlinux.org/pipermail/aur-general/2015-June/031037.html for the reason.

strugee commented on 2014-03-29 08:21 (UTC)

I posted a diff to fix the libvterm breakage. It was caused due to a change in makepkg that made the package not build properly.

tdy commented on 2013-05-11 17:42 (UTC)

I have no issues with `makepkg -sr' http://sprunge.us/ihed

tdy commented on 2013-01-13 00:43 (UTC)