Advertisement
Guest User

Untitled

a guest
Sep 30th, 2020
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1.  
  2. /data/Projects/Buildstream/kde-build-meta on  master! ⌚ 9:30:15
  3. $ bst shell -b qt5/qtx11extras.bst
  4. [--:--:--][][] START Loading elements
  5. [00:00:01][][] SUCCESS Loading elements
  6. [--:--:--][][] START Resolving elements
  7. [00:00:00][][] SUCCESS Resolving elements
  8. [--:--:--][][] START Resolving cached state
  9. [00:00:02][][] SUCCESS Resolving cached state
  10. [--:--:--][69f39856][ main:qt5/qtx11extras.bst ] START Staging dependencies
  11. [00:00:06][69f39856][ main:qt5/qtx11extras.bst ] SUCCESS Staging dependencies
  12. [--:--:--][69f39856][ main:qt5/qtx11extras.bst ] START Integrating sandbox
  13. [--:--:--][aee61300][ main:freedesktop-sdk.bst:components/glib.bst] STATUS Running integration command
  14.  
  15. glib-compile-schemas /usr/share/glib-2.0/schemas
  16.  
  17. Warning: Schema “org.gnome.system.locale” has path “/system/locale/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
  18. Warning: Schema “org.gnome.system.proxy” has path “/system/proxy/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
  19. Warning: Schema “org.gnome.system.proxy.http” has path “/system/proxy/http/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
  20. Warning: Schema “org.gnome.system.proxy.https” has path “/system/proxy/https/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
  21. Warning: Schema “org.gnome.system.proxy.ftp” has path “/system/proxy/ftp/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
  22. Warning: Schema “org.gnome.system.proxy.socks” has path “/system/proxy/socks/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
  23. [--:--:--][aee61300][ main:freedesktop-sdk.bst:components/glib.bst] STATUS Running integration command
  24.  
  25. if [ -d "/usr/lib/x86_64-linux-gnu/gio/modules" ]; then
  26. gio-querymodules "/usr/lib/x86_64-linux-gnu/gio/modules"
  27. fi
  28.  
  29. [--:--:--][cc7baf96][ main:freedesktop-sdk.bst:components/fontconfig.bst] STATUS Running integration command
  30.  
  31. if [ -d "/usr/share/fonts" ]; then
  32. touch -d @0 "/usr/share/fonts" /usr/share/fonts/*
  33. fc-cache -rs
  34. fi
  35.  
  36. [--:--:--][08aa82ad][ main:freedesktop-sdk.bst:components/shared-mime-info.bst] STATUS Running integration command
  37.  
  38. PKGSYSTEM_ENABLE_FSYNC=0 update-mime-database "/usr/share/mime"
  39.  
  40. [--:--:--][ca0d5da6][ main:freedesktop-sdk.bst:components/gdk-pixbuf.bst] STATUS Running integration command
  41.  
  42. gdk-pixbuf-query-loaders --update-cache
  43.  
  44. [--:--:--][41550b8d][ main:freedesktop-sdk.bst:components/gtk3.bst] STATUS Running integration command
  45.  
  46. gtk-query-immodules-3.0 --update-cache
  47.  
  48. [--:--:--][41550b8d][ main:freedesktop-sdk.bst:components/gtk3.bst] STATUS Running integration command
  49.  
  50. gtk-update-icon-cache /usr/share/icons/hicolor
  51.  
  52. gtk-update-icon-cache: Cache file created successfully.
  53. [00:00:04][69f39856][ main:qt5/qtx11extras.bst ] SUCCESS Integrating sandbox
  54. [--:--:--][69f39856][ main:qt5/qtx11extras.bst ] START Staging sources
  55. [00:00:00][69f39856][ main:qt5/qtx11extras.bst ] SUCCESS Staging sources
  56. [--:--:--][69f39856][ main:qt5/qtx11extras.bst ] STATUS Running command
  57.  
  58. bash --noprofile --norc -i
  59.  
  60. <:/buildstream/kde/qt5/qtx11extras.bst]$ ls
  61. dist LICENSE.FDL LICENSE.GPL3 LICENSE.LGPL3 src tests
  62. include LICENSE.GPL2 LICENSE.GPL3-EXCEPT qtx11extras.pro sync.profile
  63. <:/buildstream/kde/qt5/qtx11extras.bst]$ mkdir build
  64. <:/buildstream/kde/qt5/qtx11extras.bst]$ cd build/
  65. <[2m:/buildstream/kde/qt5/qtx11extras.bst/build]$ qmake ..
  66. Info: creating stash file /buildstream/kde/qt5/qtx11extras.bst/build/.qmake.stash
  67. Info: creating cache file /buildstream/kde/qt5/qtx11extras.bst/build/.qmake.cache
  68. <[2m:/buildstream/kde/qt5/qtx11extras.bst/build]$ make
  69. cd src/ && ( test -e Makefile || /usr/bin/qmake -o Makefile /buildstream/kde/qt5/qtx11extras.bst/src/src.pro ) && make -f Makefile
  70. make[1]: Entering directory '/buildstream/kde/qt5/qtx11extras.bst/build/src'
  71. make[1]: Nothing to be done for 'first'.
  72. make[1]: Leaving directory '/buildstream/kde/qt5/qtx11extras.bst/build/src'
  73. <[2m:/buildstream/kde/qt5/qtx11extras.bst/build]$
  74.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement