[Testing Update] 2021-09-20 - Kernels, Firefox, XFCE, KDE

I’m not sure if this is related, but the mirror status list wasn’t updated in the last two days. If you look at the top right corner of repo.manjaro.org, the generated date is from the 19th. As a result, I was unable to add all mirrors for both Global and United States to my mirrorlist with pacman-mirrors like with every testing update before this one. I was able to get package updates despite all that, however.

Yeah I can see that. @philm you may want to look into this. Yes the global mirrors work, but it isn’t a good idea to leave the community mirrors which people are volunteering to give going to waste.

4 Likes

Plus, the global mirror is substantially slower than i’m used to with manjaro.re or manjaro.moson.eu that i used most of the time - only around 20MB/s and noticably longer latency between steps.

I try to download it with git and build, but have error:

tomek@tomek-pc ~/P/v/vhba-module (master)> makepkg -Acs
==> Tworzenie pakietu: linux515-vhba-module 20210418-0.1 (wto, 21 wrz 2021, 22:47:42)
==> Sprawdzanie zależności potrzebnych do uruchomienia...
==> Sprawdzanie zależności potrzebnych do budowy...
==> Pobieranie źródeł...
  -> Pobieranie vhba-module-20210418.tar.xz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   384  100   384    0     0    683      0 --:--:-- --:--:-- --:--:--   684
100   351  100   351    0     0    422      0 --:--:-- --:--:-- --:--:--     0
100 16112  100 16112    0     0   1081      0  0:00:14  0:00:14 --:--:--  4245
  -> Znaleziono 60-vhba.rules
==> Sprawdzanie plików source za pomocą sha256sums...
    vhba-module-20210418.tar.xz ... Zgadza się
    60-vhba.rules ... Zgadza się
==> Rozpakowywanie źródeł...
  -> Rozpakowywanie vhba-module-20210418.tar.xz za pomocą bsdtar
==> Rozpoczynanie prepare()...
==> Rozpoczynanie build()...
make -C /usr/lib/modules/5.15.0-1-MANJARO/build M=/home/tomek/Pobrane/vhba-module-master/vhba-module/src/vhba-module-20210418 modules
make[1]: Wejście do katalogu '/usr/lib/modules/5.15.0-1-MANJARO/build'
  CC [M]  /home/tomek/Pobrane/vhba-module-master/vhba-module/src/vhba-module-20210418/vhba.o
/home/tomek/Pobrane/vhba-module-master/vhba-module/src/vhba-module-20210418/vhba.c: In function ‘vhba_device_queue’:
/home/tomek/Pobrane/vhba-module-master/vhba-module/src/vhba-module-20210418/vhba.c:206:30: error: ‘struct scsi_cmnd’ has no member named ‘request’
  206 |     vcmd->metatag = vcmd->cmd->request->tag;
      |                              ^~
In file included from ./include/linux/printk.h:555,
                 from ./include/linux/kernel.h:19,
                 from ./include/linux/list.h:9,
                 from ./include/linux/module.h:12,
                 from /home/tomek/Pobrane/vhba-module-master/vhba-module/src/vhba-module-20210418/vhba.c:26:
/home/tomek/Pobrane/vhba-module-master/vhba-module/src/vhba-module-20210418/vhba.c: In function ‘vhba_queuecommand’:
/home/tomek/Pobrane/vhba-module-master/vhba-module/src/vhba-module-20210418/vhba.c:476:48: error: ‘struct scsi_cmnd’ has no member named ‘request’
  476 |     scmd_dbg(cmd, "queue %p tag %i\n", cmd, cmd->request->tag);
      |                                                ^~
./include/linux/dynamic_debug.h:134:29: note: in definition of macro ‘__dynamic_func_call’
  134 |                 func(&id, ##__VA_ARGS__);               \
      |                             ^~~~~~~~~~~
./include/linux/dynamic_debug.h:166:9: note: in expansion of macro ‘_dynamic_func_call’
  166 |         _dynamic_func_call(fmt,__dynamic_dev_dbg,               \
      |         ^~~~~~~~~~~~~~~~~~
./include/linux/dev_printk.h:155:9: note: in expansion of macro ‘dynamic_dev_dbg’
  155 |         dynamic_dev_dbg(dev, dev_fmt(fmt), ##__VA_ARGS__)
      |         ^~~~~~~~~~~~~~~
./include/scsi/scsi_device.h:258:9: note: in expansion of macro ‘dev_dbg’
  258 |         dev_dbg(&(sdev)->sdev_gendev, fmt, ##a)
      |         ^~~~~~~
./include/scsi/scsi_device.h:279:25: note: in expansion of macro ‘sdev_dbg’
  279 |                         sdev_dbg((scmd)->device, "[%s] " fmt,           \
      |                         ^~~~~~~~
/home/tomek/Pobrane/vhba-module-master/vhba-module/src/vhba-module-20210418/vhba.c:476:5: note: in expansion of macro ‘scmd_dbg’
  476 |     scmd_dbg(cmd, "queue %p tag %i\n", cmd, cmd->request->tag);
      |     ^~~~~~~~
/home/tomek/Pobrane/vhba-module-master/vhba-module/src/vhba-module-20210418/vhba.c:476:48: error: ‘struct scsi_cmnd’ has no member named ‘request’
  476 |     scmd_dbg(cmd, "queue %p tag %i\n", cmd, cmd->request->tag);
      |                                                ^~
./include/linux/dynamic_debug.h:134:29: note: in definition of macro ‘__dynamic_func_call’
  134 |                 func(&id, ##__VA_ARGS__);               \
      |                             ^~~~~~~~~~~
./include/linux/dynamic_debug.h:166:9: note: in expansion of macro ‘_dynamic_func_call’
  166 |         _dynamic_func_call(fmt,__dynamic_dev_dbg,               \
      |         ^~~~~~~~~~~~~~~~~~
./include/linux/dev_printk.h:155:9: note: in expansion of macro ‘dynamic_dev_dbg’
  155 |         dynamic_dev_dbg(dev, dev_fmt(fmt), ##__VA_ARGS__)
      |         ^~~~~~~~~~~~~~~
./include/scsi/scsi_device.h:258:9: note: in expansion of macro ‘dev_dbg’
  258 |         dev_dbg(&(sdev)->sdev_gendev, fmt, ##a)
      |         ^~~~~~~
./include/scsi/scsi_device.h:282:25: note: in expansion of macro ‘sdev_dbg’
  282 |                         sdev_dbg((scmd)->device, fmt, ##a);             \
      |                         ^~~~~~~~
/home/tomek/Pobrane/vhba-module-master/vhba-module/src/vhba-module-20210418/vhba.c:476:5: note: in expansion of macro ‘scmd_dbg’
  476 |     scmd_dbg(cmd, "queue %p tag %i\n", cmd, cmd->request->tag);
      |     ^~~~~~~~
make[2]: *** [scripts/Makefile.build:277: /home/tomek/Pobrane/vhba-module-master/vhba-module/src/vhba-module-20210418/vhba.o] Błąd 1
make[1]: *** [Makefile:1868: /home/tomek/Pobrane/vhba-module-master/vhba-module/src/vhba-module-20210418] Błąd 2
make[1]: Opuszczenie katalogu '/usr/lib/modules/5.15.0-1-MANJARO/build'
make: *** [Makefile:14: modules] Błąd 2
==> BŁĄD: Wystąpił błąd w build().
    Przerywam...

May you help? Błąd = error.

Another problem is a old bug about translation of Manjaro Settings Manager:

I have created an issue on GitLab

Please fix it as soon as possible, thanks!

Maybe it should be “安装软件包”, neither “已安装的软件包” or “安装语言包”, you can see it in the original ts

1 Like