On 3/12/20 12:08 AM, Χάρης Καραχριστιανίδης via blfs-support wrote:



Sent with ProtonMail Secure Email.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Thursday, March 12, 2020 12:17 AM, Ken Moffat via blfs-support 
<blfs-support@lists.linuxfromscratch.org> wrote:

On Wed, Mar 11, 2020 at 04:09:46PM -0400, Scott Andrews via blfs-support wrote:

On 3/11/20 3:28 PM, Χάρης Καραχριστιανίδης via blfs-support wrote:

meson-test fails, any help why?
What should I do?
Thank you!
Sent with ProtonMail https://protonmail.com Secure Email.

Take your temperature and quarantine for 14 days

LOL.

We are not psychic, 'meson-test' probably means you tried to run
"meson test" in some package, but you have not given us any clues
about which package (or indeed which version of BLFS).

ĸen


OK, sorry about that. LFS SVN-20200302, BLFS (System V Edition)
Version 2020-03-10
It failed eg in libgusb-0.3.4 when "ninja test" and many more packages when I 
run the test which I don't remember.

"Full log written to /sources/libgusb-0.3.4/build/meson-logs/testlog.txt
FAILED: meson-test
/usr/bin/meson test --no-rebuild --print-errorlogs"

log:
"Log of Meson test suite run on 2020-03-12T06:54:30.162290

Inherited environment: SHELL='/bin/bash' XDG_CONFIG_DIRS='/etc/xdg/' 
HISTSIZE='1000' PWD='/sources/libgusb-0.3.4/build' LOGNAME='hk' 
MANPATH='/usr/share/man' XORG_PREFIX='/usr' _='/usr/bin/meson' HOME='/home/hk' 
LANG='en_US.utf8' 
LS_COLORS='rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'
 XORG_CONFIG='--prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static' INFOPATH='/usr/share/info' TERM='st-256color' USER='hk' SHLVL='1' 
INPUTRC='/etc/inputrc' XDG_RUNTIME_DIR='/tmp/xdg-hk' XDG_DATA_DIRS='/usr/share/' 
PATH='/opt/rustc/bin:/usr/local/bin:/bin:/usr/bin:/usr/sbin' 
HISTIGNORE='&:[bf]g:exit' HZ='100' OLDPWD='/sources/libgusb-0.3.4' 
BASH_FUNC_pathappend%%='() {  pathremove $1 $2;
  local PATHVARIABLE=${2:-PATH};
  export $PATHVARIABLE="${!PATHVARIABLE:+${!PATHVARIABLE}:}$1"
}' BASH_FUNC_pathprepend%%='() {  pathremove $1 $2;
  local PATHVARIABLE=${2:-PATH};
  export $PATHVARIABLE="$1${!PATHVARIABLE:+:${!PATHVARIABLE}}"
}' BASH_FUNC_pathremove%%='() {  local IFS=':';
  local NEWPATH;
  local DIR;
  local PATHVARIABLE=${2:-PATH};
  for DIR in ${!PATHVARIABLE};
  do
  if [ "$DIR" != "$1" ]; then
  NEWPATH=${NEWPATH:+$NEWPATH:}$DIR;
  fi;
  done;
  export $PATHVARIABLE="$NEWPATH"
}'

1/2 gusb-exported-api                       OK       0.01 s

--- command ---
04:54:30 /usr/bin/diff -urNp /sources/libgusb-0.3.4/gusb/libgusb.ver 
gusb/libgusb.ver
-------

2/2 gusb-self-test                          FAIL     0.01 s (killed by signal 6 
SIGABRT)

--- command ---
04:54:30 /sources/libgusb-0.3.4/build/gusb/gusb-self-test
--- stdout ---
# random seed: R02Scbc7a757717a299cb22abf2d4250c08c
1..6
# Start of gusb tests

Found 8087:8000,
Found 1d6b:0002,
Found 1d6b:0003,
Found 1d6b:0002,
Found 8087:8008,
Found 1d6b:0002,
Found 1d6b:0003,
Found 046d:c077,
Found 1d6b:0002,
ok 1 /gusb/context
Bail out! libgusb:ERROR:../gusb/gusb-self-test.c:53:gusb_context_lookup_func: 
assertion failed (error == NULL): Failed to open file 
?/usr/share/hwdata/usb.ids?: No such file or directory (g-file-error-quark, 4)
--- stderr ---
**
libgusb:ERROR:../gusb/gusb-self-test.c:53:gusb_context_lookup_func: assertion 
failed (error == NULL): Failed to open file ?/usr/share/hwdata/usb.ids?: No 
such file or directory (g-file-error-quark, 4)
-------

Read the output above: Failed to open file ?/usr/share/hwdata/usb.ids?: No such file or directory

You either didn't install usbutils or did not fetch usb.ids as documented there. We even document this on the libgusb page.

  -- Bruce



--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
  • [blfs-support... Χάρης Καραχριστιανίδης via blfs-support
    • Re: [blf... Scott Andrews via blfs-support
      • Re: ... Ken Moffat via blfs-support
        • ... Χάρης Καραχριστιανίδης via blfs-support
          • ... Bruce Dubbs via blfs-support
          • ... Ken Moffat via blfs-support

Reply via email to