This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [root@localhost one]# gem update | |
| Updating installed gems | |
| Updating addressable | |
| Fetching: addressable-2.3.2.gem (100%) | |
| Successfully installed addressable-2.3.2 | |
| Updating background_process | |
| Fetching: background_process-1.3.gem (100%) | |
| Successfully installed background_process-1.3 | |
| Updating builder | |
| Fetching: builder-3.1.4.gem (100%) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [sssss@kvm-host libpcap]$ ldd /sbin/ebt | |
| ebtables ebtables-restore ebtables-save | |
| [fdkit@kvm-host libpcap]$ ldd /sbin/ebtables | |
| linux-vdso.so.1 => (0x00007fff54dff000) | |
| libebtc.so => not found | |
| libebt_802_3.so => not found | |
| libebt_nat.so => not found | |
| libebt_arp.so => not found | |
| libebt_arpreply.so => not found | |
| libebt_ip.so => not found |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| strace /sbin/ebtables | |
| execve("/sbin/ebtables", ["/sbin/ebtables"], [/* 34 vars */]) = 0 | |
| brk(0) = 0xf6e000 | |
| mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3bb1c83000 | |
| access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
| open("/lib/ebtables/tls/x86_64/libebtc.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
| stat("/lib/ebtables/tls/x86_64", 0x7fffe4f8b110) = -1 ENOENT (No such file or directory) | |
| open("/lib/ebtables/tls/libebtc.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
| stat("/lib/ebtables/tls", 0x7fffe4f8b110) = -1 ENOENT (No such file or directory) | |
| open("/lib/ebtables/x86_64/libebtc.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| + make LD=armv7hl-mandriva-linux-gnueabihf-ld.bfd 'LDFLAGS=--hash-style=sysv --build-id=none' -s clean | |
| ls: cannot access /root/kernel/BUILD/kernel-arm/temp-root/usr/src/linux-3.15.8-versatile-1omv/Documentation/DocBook/media/*.b64: No such file or directory | |
| + popd | |
| + rm -f /root/kernel/BUILD/kernel-arm/temp-root/usr/src/linux-3.15.8-versatile-1omv/.config.old | |
| + chmod -R a+rX /root/kernel/BUILD/kernel-arm/temp-root/usr/src/linux-3.15.8-versatile-1omv | |
| + patch -p1 --fuzz=0 -d /root/kernel/BUILD/kernel-arm/temp-root/usr/src/linux-3.15.8-versatile-1omv -i /root/kernel/disable-mrproper-prepare-scripts-configs-in-devel-rpms.patch | |
| patching file Makefile | |
| Hunk #1 succeeded at 539 (offset 2 lines). | |
| Hunk #2 succeeded at 923 (offset 4 lines). | |
| Hunk #3 succeeded at 1105 (offset 4 lines). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| omv@cubie:~/abf-ansible$ ansible-playbook -i rosa-build.hosts rosa-build.yml -vvv | |
| PLAY [rosa-build] ************************************************************* | |
| GATHERING FACTS *************************************************************** | |
| <127.0.0.1> ESTABLISH CONNECTION FOR USER: root | |
| <127.0.0.1> REMOTE_MODULE setup | |
| <127.0.0.1> EXEC ['ssh', '-C', '-tt', '-q', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/home/omv/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'Port=22', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=root', '-o', 'ConnectTimeout=10', '127.0.0.1', "/bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1409995975.22-6574882931072 && echo $HOME/.ansible/tmp/ansible-tmp-1409995975.22-6574882931072'"] | |
| <127.0.0.1> PUT /tmp/tmpKFC_NU TO /root/.ansible/tmp/ansible-tmp-1409995975.22-6574882931072/setup | |
| <127.0.0.1> EXEC ['ssh', '-C', '-tt', '-q', '-o |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/filesystem.spec b/filesystem.spec | |
| index c2bbd38..032bbf0 100644 | |
| --- a/filesystem.spec | |
| +++ b/filesystem.spec | |
| @@ -95,11 +95,13 @@ mkdir -p %{buildroot}%{_var}/{adm,gopher,local,nis,preserve,empty} | |
| mkdir -p %{buildroot}%{_var}/spool/{lpd,mail,news,uucp} | |
| mkdir -p %{buildroot}%{_localstatedir}/lib/{games,misc,rpm-state} | |
| mkdir -p %{buildroot}%{_var}/{db,cache/man,opt,games,gopher,yp} | |
| -mkdir -p %{buildroot}%{_var}/lock/subsys | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/filesystem.spec b/filesystem.spec | |
| index c2bbd38..032bbf0 100644 | |
| --- a/filesystem.spec | |
| +++ b/filesystem.spec | |
| @@ -95,11 +95,13 @@ mkdir -p %{buildroot}%{_var}/{adm,gopher,local,nis,preserve,empty} | |
| mkdir -p %{buildroot}%{_var}/spool/{lpd,mail,news,uucp} | |
| mkdir -p %{buildroot}%{_localstatedir}/lib/{games,misc,rpm-state} | |
| mkdir -p %{buildroot}%{_var}/{db,cache/man,opt,games,gopher,yp} | |
| -mkdir -p %{buildroot}%{_var}/lock/subsys | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@localhost ~]# urpmi --no-suggests --no-verify-rpm --ignorearch --root /root/omv --urpmi-root /root/omv urpmi --debug | |
| getting lock on urpmi | |
| examining synthesis file [/root/omv/var/lib/urpmi/synthesis.hdlist.main_release.cz] | |
| would install instead of upgrade package kernel-kirkwood-devel-3.15.10-2omv-1-1-omv2015.0.armv7hl | |
| would install instead of upgrade package kernel-source-3.15.10-2omv-1-1-omv2015.0.noarch | |
| would install instead of upgrade package kernel-versatile-3.15.10-2omv-1-1-omv2015.0.armv7hl | |
| would install instead of upgrade package kernel-kirkwood-3.15.10-2omv-1-1-omv2015.0.armv7hl | |
| would install instead of upgrade package kernel-source-3.12.9-1omv-1-1-omv2014.1.noarch | |
| would install instead of upgrade package kernel-doc-3.12.9-1-omv2014.1.noarch | |
| would install instead of upgrade package kernel-versatile-devel-3.15.10-2omv-1-1-omv2015.0.armv7hl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [omv@cubie buildscripts]$ ./gyp_qtwebengine "/home/omv/qt5/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwebengine/src/core" -D qt_cross_compile=0 -D qt_os="desktop_linux" -D desktop_linux=1 -D toolkit_uses_gtk=0 -D use_aura=1 -D use_ash=0 -D use_cairo=0 -D use_clipboard_aurax11=0 -D use_cups=0 -D use_gconf=0 -D use_gio=0 -D use_gnome_keyring=0 -D use_kerberos=0 -D use_pango=0 -D disable_glibcxx_debug=1 -D remove_webcore_debug_symbols=1 | |
| using python: /usr/bin/python2 version: 2.7.8 (default, Jul 15 2014, 16:07:58) | |
| [GCC 4.9.1 Compatible Clang 3.5.0 (trunk)] | |
| Using extra options found in /home/omv/qt5/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwebengine/src/core/qmake_extras.gypi | |
| Using extra options found in /home/omv/qt5/BUILD/qt-everywhere-opensource-src-5.4.0-beta/qtwebengine/src/core/qtwebengine_extras.gypi | |
| Updating projects from gyp files... | |
| Traceback (most recent call last): | |
| File "./gyp_qtwebengine", line 167, in <module> | |
| sys.exit(gyp.main(args)) | |
| File "/home/omv/qt5/BUILD/qt-everywhere-ope |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/kwin/scene_xrender.cpp b/kwin/scene_xrender.cpp | |
| index fb53288..62e5826 100644 | |
| --- a/kwin/scene_xrender.cpp | |
| +++ b/kwin/scene_xrender.cpp | |
| @@ -392,7 +392,7 @@ void SceneXrender::Window::performPaint(int mask, QRegion region, WindowPaintDat | |
| { | |
| setTransformedShape(QRegion()); // maybe nothing will be painted | |
| // check if there is something to paint | |
| - bool opaque = isOpaque() && qFuzzyCompare(data.opacity(), 1.0); | |
| + bool opaque = isOpaque() && qFuzzyCompare(data.opacity(), qreal(1.0)); |
OlderNewer