Skip to content

Instantly share code, notes, and snippets.

View Gottox's full-sized avatar

Enno T. Boland Gottox

View GitHub Profile
@Gottox
Gottox / -
Created March 21, 2014 09:41
Integrated Sata device found
[0 0 0]: Enable DMA mode (6)
Device 0 @ 0 0:
Model: ST2000DL003-9VT166 Firm: CC32 Ser#: 5YD4VFZW
Type: Hard Disk
Supports 48-bit addressing
Capacity: 1907729.0 MB = 1863.0 GB (3907029168 x 512)
[0 1 0]: Enable DMA mode (6)
Device 1 @ 0 1:
Model: ST2000DL003-9VT166 Firm: CC32 Ser#: 5YD4VXZC
@Gottox
Gottox / -
Created March 23, 2014 08:36
~/src/xbps-packages(master ✗) sudo make setup
chown root:xbuilder common/xbps-src/libexec/xbps-src-chroot-helper
chown: cannot access ‘common/xbps-src/libexec/xbps-src-chroot-helper’: No such file or directory
Makefile:30: recipe for target 'setup' failed
make: *** [setup] Error 1
# This hook checks for sobumps and warns the user if there are any
hook() {
local filename= rev= libname= conflictPkg= conflictFile= conflictRev= \
mapshlibs=$XBPS_COMMONDIR/shlibs
find $DESTDIR -name '*.so.*' -type f | while read filename; do
rev=${filename#*.so.}
libname=`basename ${filename%.so.*}`
grep -E "^${libname}\.so\..*[[:blank:]]$pkgname" $mapshlibs | \
diff --git a/common/hooks/post-install/99-pkglint.sh b/common/hooks/post-install/99-pkglint.sh
index bee6a90..2b2d076 100644
--- a/common/hooks/post-install/99-pkglint.sh
+++ b/common/hooks/post-install/99-pkglint.sh
@@ -1,7 +1,8 @@
# This hook checks for common issues related to void.
hook() {
- local error=0
+ local error=0 filename= rev= libname= conflictPkg= conflictFile=
diff --git a/common/hooks/post-install/99-pkglint.sh b/common/hooks/post-install/99-pkglint.sh
index bee6a90..a747e95 100644
--- a/common/hooks/post-install/99-pkglint.sh
+++ b/common/hooks/post-install/99-pkglint.sh
@@ -1,7 +1,8 @@
# This hook checks for common issues related to void.
hook() {
- local error=0
+ local error=0 filename= rev= libname= conflictPkg= conflictFile=
@Gottox
Gottox / -
Created March 24, 2014 10:33
~/src/xbps-packages/srcpkgs/zlib(master ✗) ../../xbps-src build
ERROR Failed to bind mount /sys at ../../masterdir//sys (No such file or directory)
ERROR Failed to bind mount /sys at ../../masterdir//sys (No such file or directory)
diff --git a/srcpkgs/gnome-desktop/template b/srcpkgs/gnome-desktop/template
index 409ab43..4a18d24 100644
--- a/srcpkgs/gnome-desktop/template
+++ b/srcpkgs/gnome-desktop/template
@@ -1,7 +1,7 @@
# Template file for 'gnome-desktop'
pkgname=gnome-desktop
version=3.10.2
-revision=1
+revision=2
@Gottox
Gottox / -
Created March 29, 2014 12:40
[*] Updating `http://repo.voidlinux.eu/current/x86_64-repodata' ...
[*] Updating `http://repo.voidlinux.eu/current/nonfree/x86_64-repodata' ...
[*] Updating `http://repo.voidlinux.eu/current/armv7l-repodata' ...
[*] Updating `http://repo.voidlinux.eu/current/nonfree/armv7l-repodata' ...
=> ImageMagick-6.8.8.9_3: required dependencies:
[host] pkg-config>=0: found 'pkg-config-0.28_2'.
[host] perl>=5.18: found 'perl-5.18.2_2'.
[target] perl>=5.18: found perl-5.18.2_2 in http://repo.voidlinux.eu/current.
[target] libjpeg-turbo-devel>=0: found 'libjpeg-turbo-devel-1.3.0_6'.
[target] libpng-devel>=1.6: found 'libpng-devel-1.6.10_1'.
@Gottox
Gottox / -
Created March 29, 2014 23:35
~ gdb --args nemiver /bin/sh
GNU gdb (GDB) 7.7
Copyright (C) 2014 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. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
~/src/xbps-packages/srcpkgs/wireshark(master ✗) ../../xbps-src pkg
ERROR: requires xbps>=0.35
Bootstrap packages must be updated with 'xbps-src bootstrap-update'
~/src/xbps-packages/srcpkgs/wireshark(master ✗) xbps-src bootstrap-update
~/src/xbps-packages/srcpkgs/wireshark(master ✗) ../../xbps-src pkg
ERROR: requires xbps>=0.35
Bootstrap packages must be updated with 'xbps-src bootstrap-update'
~/src/xbps-packages/srcpkgs/wireshark(master ✗)