Juan Simón
Juan Simón
With `beet convert` it works: ``` $ beet -vv convert salvatore -d /tmp user configuration: /home/simon/.config/beets/config.yaml data directory: /home/simon/.config/beets plugin paths: Sending event: pluginload library database: /home/simon/.beets/musiclibrary.blb library directory: /home/simon/Música...
With `beet import`: ``` user configuration: /home/simon/.config/beets/config.yaml data directory: /home/simon/.config/beets plugin paths: Sending event: pluginload library database: /home/simon/.beets/musiclibrary.blb library directory: /home/simon/Música Sending event: library_opened Sending event: import_begin Sending event: import_task_created...
`Response { type: "basic", url: "http://localhost:32400/", redirected: false, status: 401, ok: false, statusText: "Unauthorized", headers: Headers(9), body: ReadableStream, bodyUsed: false }`
I am trying to create an AUR package for [linux-xanmod](https://aur.archlinux.org/packages/linux-xanmod) compiled with Clang, but `configure` step fails: ``` ./configure CC=clang LD=ld.lld LLVM=1 LLVM_IAS=1 KERNEL_LLVM=1 --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --libdir=/usr/lib \ --datadir=/usr/share...
Does specifying `KERNEL_LLVM=1` in `configure` step already select _Clang_ as compiler and activate LTO? output of configure: https://gist.github.com/simonbcn/b510ff727d9532e803efdf684a3ae02a
Ok, If I set `KERNEL_LLVM=1` in the `configure` step it does compile, but the ZFS modules are still compiled with gcc and without LTO.
It doesn't work with websites like: https://web.whatsapp.com/ It gives the impression that this project is abandoned. Maybe it's time to migrate somewhere else.