Skip to content

Instantly share code, notes, and snippets.

@yopito
yopito / gist:44ff2e644060ab6deee8
Created February 29, 2016 10:29
burp2 packages content
# rpm -qpl RPMS/x86_64/burp2-client-2.0.32-1.el7.centos.x86_64.rpm | sort
/etc/burp
/etc/burp/CA-client
/etc/burp/burp.conf
/usr/sbin/burp
/usr/sbin/burp_ca
/usr/share/doc/burp2-client-2.0.32
/usr/share/doc/burp2-client-2.0.32/CHANGELOG
/usr/share/doc/burp2-client-2.0.32/CONTRIBUTORS
/usr/share/doc/burp2-client-2.0.32/DONATIONS
@yopito
yopito / 2016-06-02_203022.freecad.log
Created June 3, 2016 15:38
freecad: build log and package content
=> Using `/build/packages/hostdir/binpkgs/freecad' as local repository.
[*] Updating `https://repo.voidlinux.eu/current/x86_64-repodata' ...
[*] Updating `https://repo.voidlinux.eu/current/nonfree/x86_64-repodata' ...
x86_64-repodata: [11KB 36%] -- stalled -- ETA: 00m00s
x86_64-repodata: 11KB [avg rate: -- stalled --]
[*] Updating `https://repo.voidlinux.eu/current/musl/x86_64-repodata' ...
[*] Updating `https://repo.voidlinux.eu/current/musl/nonfree/x86_64-repodata' ...
[*] Updating `https://repo.voidlinux.eu/current/multilib/x86_64-repodata' ...
x86_64-repodata: [402KB 0%] -- stalled -- ETA: 00m00s
x86_64-repodata: 402KB [avg rate: -- stalled --]
@yopito
yopito / gist:e7b86aca2ffa4c833fd420d651bcf2e8
Created October 11, 2018 05:02
rust crossbuild fails
Working within an xbps-src chroot:
$ xbps-query -p pkgver rust
rust-1.28.0_2
$ xbps-query -p pkgver -s cross
cross-aarch64-linux-gnu-0.28_1: cross-aarch64-linux-gnu-0.28_1
cross-aarch64-linux-gnu-libc-0.28_1: cross-aarch64-linux-gnu-libc-0.28_1
@yopito
yopito / gist:90a97f0fc5e1e1812a4395a07537503c
Last active November 11, 2018 17:33
firefox ESR 60.3.0 aarch64 crossbuild
=> Using `/build/packages/hostdir/binpkgs/firefox.esr.60.2.2' as local repository.
[*] Updating `https://alpha.de.repo.voidlinux.org/current/musl/x86_64-repodata' ...
[*] Updating `https://alpha.de.repo.voidlinux.org/current/musl/nonfree/x86_64-repodata' ...
x86_64-repodata: [1800B 100%] 34MB/s ETA: 00m00s
x86_64-repodata: 1800B [avg rate: 34MB/s]
[*] Updating `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ...
[*] Updating `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ...
x86_64-repodata: [15KB 27%] 66MB/s ETA: 00m00s
x86_64-repodata: 15KB [avg rate: 244MB/s]
[*] Updating `https://alpha.de.repo.voidlinux.org/current/aarch64/x86_64-repodata' ...
@yopito
yopito / gist:20617ff14c9a393ee4dd06ddd859c201
Created November 11, 2018 17:34
firefox ESR 60.3.0 i686 croosbuild
This file has been truncated, but you can view the full file.
=> Using `/build/packages/hostdir/binpkgs/firefox.esr.60.2.2' as local repository.
[*] Updating `https://alpha.de.repo.voidlinux.org/current/musl/x86_64-repodata' ...
[*] Updating `https://alpha.de.repo.voidlinux.org/current/musl/nonfree/x86_64-repodata' ...
x86_64-repodata: [1800B 100%] 32MB/s ETA: 00m00s
x86_64-repodata: 1800B [avg rate: 32MB/s]
[*] Updating `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ...
[*] Updating `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ...
x86_64-repodata: [15KB 27%] 115MB/s ETA: 00m00s
x86_64-repodata: 15KB [avg rate: 423MB/s]
[*] Updating `https://alpha.de.repo.voidlinux.org/current/aarch64/x86_64-repodata' ...
@yopito
yopito / gist:3408054baf3626f6a167d6521dfa2d50
Last active February 26, 2019 22:09
FreeCAD 0.17 with qt5, python3: SIGSEGV in libQt5WebKit.so
[yopito@voidm ~]$ file /usr/lib/freecad/bin/FreeCAD
/usr/lib/freecad/bin/FreeCAD: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-musl-x86_64.so.1, BuildID[sha1]=b759fb751d2f5f7daaa79154293f906d222171f7, stripped
[yopito@voidm ~]$ gdb /usr/lib/freecad/bin/FreeCAD
GNU gdb (GDB) 8.2.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
@yopito
yopito / qt-5.13-support-core-qmessagelogcontext.patch
Created January 19, 2020 17:48
pyside 5.14.0: Support of Qt 5.13.2 instead of Qt 5.14.0 #WIP
Revert to Qt 5.13 support, quick and dirty
source: https://codereview.qt-project.org/c/pyside/pyside-setup/+/272581
--- sources/pyside2/PySide2/QtCore/typesystem_core_common.xml.ORIG
+++ sources/pyside2/PySide2/QtCore/typesystem_core_common.xml
@@ -2830,7 +2830,9 @@
<include file-name="qobjectdefs.h" location="global"/>
</value-type>
- <object-type name="QMessageLogContext"/>
@yopito
yopito / org.kde.kwallet.xml.diff
Created November 18, 2020 23:14
qtkeychain: compare org.kde.KWallet.xml with the one from kwallet
# kf5_org.kde.KWallet.xml from kwallet 5.75
$ diff -bu ~/tmp/qtkeychain-0.11.1/org.kde.KWallet.xml /build/packages/masterdir//usr/share/dbus-1/interfaces/kf5_org.kde.KWallet.xml
--- ~/tmp/qtkeychain-0.11.1/org.kde.KWallet.xml 2020-09-08 15:13:16.000000000 +0200
+++ /build/packages/masterdir//usr/share/dbus-1/interfaces/kf5_org.kde.KWallet.xml 2020-10-14 22:16:47.000000000 +0200
@@ -156,27 +156,51 @@
</method>
<method name="readEntryList">
<arg type="a{sv}" direction="out"/>
- <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
=> xbps-src: updating repositories for host (x86_64-musl)...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/musl/x86_64-musl-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/musl/nonfree/x86_64-musl-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/musl/debug/x86_64-musl-repodata' ...
=> xbps-src: updating software in / masterdir...
=> xbps-src: cleaning up / masterdir...
=> nextcloud-client-3.1.2_1: the following build options are set:
dolphin: Build KDE dolphin support (ON)
shibboleth: Build Shibboleth support (needs Qt5 WebKit) (ON)
webengine: Build Qt5 WebEngine support (ON)
@yopito
yopito / scribus.build.log
Last active June 11, 2021 06:27
scribus 1.5.7 : verbose build output and template (issue 31343)
=> xbps-src: updating repositories for host (x86_64-musl)...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/musl/x86_64-musl-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/musl/nonfree/x86_64-musl-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/musl/debug/x86_64-musl-repodata' ...
=> xbps-src: updating software in / masterdir...
=> xbps-src: cleaning up / masterdir...
=> scribus-1.5.7_3: building [cmake] for x86_64-musl...
[host] pkg-config-0.29.2_2: found (https://alpha.de.repo.voidlinux.org/current/musl)
[host] qt5-qmake-5.15.3+20210429_2: found (https://alpha.de.repo.voidlinux.org/current/musl)
[host] qt5-host-tools-5.15.3+20210429_2: found (https://alpha.de.repo.voidlinux.org/current/musl)