Skip to content

Instantly share code, notes, and snippets.

View snorkellingcactus's full-sized avatar

Nadal Gonzalo García Zavala snorkellingcactus

  • Argentina, Berisso
View GitHub Profile
@snorkellingcactus
snorkellingcactus / varlogpaludis1579662893-install-sys-devel_gcc-9.2.0-r1:9::arbor.out
Created January 22, 2020 03:30
//var/log/paludis/1579662893-install-sys-devel_gcc-9.2.0-r1:9::arbor.out
This file has been truncated, but you can view the full file.
/usr/x86_64-pc-linux-gnu/libexec/paludis/ebuild.bash: line 68: warning: setlocale: LC_COLLATE: cannot change locale ()
/usr/x86_64-pc-linux-gnu/libexec/paludis/ebuild.bash: line 68: warning: setlocale: LC_COLLATE: cannot change locale ()
/usr/x86_64-pc-linux-gnu/libexec/paludis/ebuild.bash: line 68: warning: setlocale: LC_NUMERIC: cannot change locale ()
/usr/x86_64-pc-linux-gnu/libexec/paludis/ebuild.bash: line 68: warning: setlocale: LC_NUMERIC: cannot change locale ()
/usr/x86_64-pc-linux-gnu/libexec/paludis/ebuild.bash: line 68: warning: setlocale: LC_TIME: cannot change locale ()
/usr/x86_64-pc-linux-gnu/libexec/paludis/ebuild.bash: line 68: warning: setlocale: LC_TIME: cannot change locale ()
=== Running ebuild phase killold as root:root...
=== Starting builtin_killold
=== Done builtin_killold
=== Completed ebuild phase killold
This file has been truncated, but you can view the full file.
=== Running ebuild phase killold as root:root...
=== Starting builtin_killold
=== Done builtin_killold
=== Completed ebuild phase killold
=== Running ebuild phases init saveenv as paludisbuild:paludisbuild...
=== Starting builtin_init
=== Done builtin_init
=== Starting builtin_saveenv
=== Done builtin_saveenv
=== Completed ebuild phases init saveenv
#!/bin/bash
cd /home/iftech
rm -f fixes.patch
#wget https://gist.githubusercontent.com/snorkellingcactus/4fa8025d5d295803d0a3ed0ec23cc768/raw/0530016110371eff5b2fb7035bcc495971083756/fixes.patch
wget https://gist.githubusercontent.com/snorkellingcactus/efd73deecd17e7ae3f09f7aecda1ef25/raw/9c1c09b691ad80c72bba1d6ccd4132fb4dcc34e0/fixes.patch
echo "Aplying patch fixes.patch"
cd if-media-player
diff --git a/bin/install.sh b/bin/install.sh
index ffd66bb..a03c111 100755
--- a/bin/install.sh
+++ b/bin/install.sh
@@ -27,7 +27,18 @@ cd ~/tmp/if-media-player
blue "# update system dependencies"
-VERSION_CODENAME="$(lsb_release -a | grep Codename | cut -f2)"
+sudo apt-get install -y lsb-release
Program CentroComercial;
type
str30= string[30];
t_fecha = record
dia: 1..31;
mes: 1..12;
end;
t_targeta = record
=== Running ebuild phase killold as root:root...
=== Starting builtin_killold
=== Done builtin_killold
=== Completed ebuild phase killold
=== Running ebuild phases init saveenv as paludisbuild:paludisbuild...
=== Starting builtin_init
=== Done builtin_init
=== Starting builtin_saveenv
=== Done builtin_saveenv
=== Completed ebuild phases init saveenv
diff --git a/celt/tests/test_unit_mathops.c b/tmp/opus/test_unit_mathops.c
index fd3319d..8049f2a 100644
--- a/celt/tests/test_unit_mathops.c
+++ b/tmp/opus/test_unit_mathops.c
@@ -45,11 +45,6 @@
#include "bands.c"
#include "quant_bands.c"
#include "laplace.c"
-#include "vq.c"
-#include "cwrs.c"