Skip to content

Instantly share code, notes, and snippets.

$ cat /var/log/Xorg.0.log
[ 10.463]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[ 10.463] Build Operating System: Linux Archlinux
[ 10.463] Current Operating System: Linux x96 5.11.13-1-MANJARO-ARM #1 SMP PREEMPT Thu Apr 15 03:57:19 +03 2021 aarch64
[ 10.463] Kernel command line: root=LABEL=ROOT_MNJRO rootflags=data=writeback rw console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 quiet splash plymouth.ignore-serial-consoles
[ 10.464] Build Date: 13 April 2021 09:16:13PM
[ 10.464]
[ 10.464] Current version of pixman: 0.40.0
@danboid
danboid / gist:9dad67e4c672b84517c9b4c52dfee37e
Created May 12, 2021 23:11
glmark2-es2 scores for T95 MAX Plus S905X3 running Manjaro ARM Linux, Linux 5.11.13 + mesa 21.0.3-3
glmark2-es2 scores for T95 MAX Plus S905X3 running Manjaro ARM Linux
Linux 5.11.13 + mesa 21.0.3-3
root@ploos sys]# cat ./devices/platform/soc/ffe40000.gpu/devfreq/ffe40000.gpu/governor
performance
[root@ploos sys]# glmark2-es2
=======================================================
glmark2 2021.02
=======================================================
./package.sh
Fetching ft2-clone!
+ curl -L https://github.com/danboid/ft2-clone/archive/master.zip -o master.zip (nocd)
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 122 0 122 0 0 493 0 --:--:-- --:--:-- --:--:-- 493
100 3327k 0 3327k 0 0 1855k 0 --:--:-- 0:00:01 --:--:-- 2496k
+ bsdtar xf master.zip (nocd)
This port does not use a configure script. Skipping configure step.
Building ft2-clone!
Building ft2-clone!
Compiling, please wait patiently...
rm: cannot remove 'release/other/ft2-clone': No such file or directory
In file included from /home/local/ISDADS/sgs548/src/serenity/Toolchain/Local/i686-pc-serenity/include/c++/8.3.0/bits/postypes.h:40,
from /home/local/ISDADS/sgs548/src/serenity/Toolchain/Local/i686-pc-serenity/include/c++/8.3.0/iosfwd:40,
from /home/local/ISDADS/sgs548/src/serenity/Toolchain/Local/i686-pc-serenity/include/c++/8.3.0/ios:38,
from /home/local/ISDADS/sgs548/src/serenity/Toolchain/Local/i686-pc-serenity/include/c++/8.3.0/ostream:38,
from /home/local/ISDADS/sgs548/src/serenity/Toolchain/Local/i686-pc-serenity/include/c++/8.3.0/iostream:39,
from src/rtmidi/RtMidi.h:64,
from src/rtmidi/RtMidi.cpp:40:
/home/local/ISDADS/sgs548/src/serenity/Toolchain/Local/bin/i686-pc-serenity-gcc -std=gnu99 -Wcast-qual -Wbad-function-cast -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wall -Wwrite-strings -Wsign-compare -Wformat-security -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -rdynamic CMakeFiles/build68k.dir/build68k.c.o CMakeFiles/build68k.dir/writelog.c.o -o build68k -L/home/local/ISDADS/sgs548/src/serenity/Ports/hatari/hatari-2.2.1/src/debug -L/home/local/ISDADS/sgs548/src/serenity/Ports/hatari/hatari-2.2.1/src/falcon -L/home/local/ISDADS/sgs548/src/serenity/Ports/hatari/hatari-2.2.1/src/gui-sdl -L/home/local/ISDADS/sgs548/src/serenity/Ports/hatari/hatari-2.2.1/src/cpu
@danboid
danboid / gist:42719c8d0255a85bf3478a95347cca19
Created December 5, 2019 15:39
Serenity hatari build error
./package.sh
Fetching hatari!
+ curl https://download.tuxfamily.org/hatari/2.2.1/hatari-2.2.1.tar.bz2 -o hatari-2.2.1.tar.bz2 (nocd)
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 4065k 100 4065k 0 0 5327k 0 --:--:-- --:--:-- --:--:-- 5327k
+ tar xf hatari-2.2.1.tar.bz2 (nocd)
+ patch -p1
patching file CMakeLists.txt
+ patch -p1
CXX GWindow.cpp
LIB libgui.a
make: Leaving directory '/home/local/ISDADS/sgs548/src/serenity/Libraries/LibGUI'
Installing ../Libraries/LibGUI
Building ../Libraries/LibHTML
make: Entering directory '/home/local/ISDADS/sgs548/src/serenity/Libraries/LibHTML'
CLEAN
make: Leaving directory '/home/local/ISDADS/sgs548/src/serenity/Libraries/LibHTML'
make: Entering directory '/home/local/ISDADS/sgs548/src/serenity/Libraries/LibHTML'
GENERATE CSS/DefaultStyleSheetSource.cpp
i686-pc-serenity-gcc -DHAVE_CONFIG_H -I. -I.. -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -g -O2 -MT expand.o -MD -MP -MF $depbase.Tpo -c -o expand.o expand.c &&\
mv -f $depbase.Tpo $depbase.Po
In file included from arith_yylex.c:44:
system.h:65:22: error: static declaration of 'strtod' follows non-static declaration
static inline double strtod(const char *nptr, char **endptr)
^~~~~~
In file included from arith_yylex.c:36:
/home/local/ISDADS/sgs548/src/serenity/Root/usr/include/stdlib.h:25:8: note: previous declaration of 'strtod' was here
double strtod(const char*, char** endptr);
^~~~~~
ISDADS\sgs548@salv13603-ub:~/src/serenity/Ports/dash$ ./package.sh
Fetching dash!
+ curl http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.10.2.tar.gz -o dash-0.5.10.2.tar.gz (nocd)
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 219k 100 219k 0 0 116k 0 0:00:01 0:00:01 --:--:-- 116k
+ tar xf dash-0.5.10.2.tar.gz (nocd)
+ patch -p1
patching file src/cd.c
+ patch -p1
i686-pc-serenity-gcc -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -g -O2 -MT nodes.o -MD -MP -MF $depbase.Tpo -c -o nodes.o nodes.c &&\
mv -f $depbase.Tpo $depbase.Po
cc -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -g -O2 -Wall -o mksignames mksignames.c
In file included from <command-line>:
./../config.h:197:16: error: redefinition of ‘struct stat’
#define stat64 stat
^~~~
In file included from /usr/include/fcntl.h:78,
from mkinit.c:50:
/usr/include/x86_64-linux-gnu/bits/stat.h:46:8: note: originally defined here