This file has been truncated, but you can view the full file.
This file contains 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
/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 () | |
[35;01m===[0m Running ebuild phase killold as root:root... | |
[35;01m===[0m Starting builtin_killold | |
[35;01m===[0m Done builtin_killold | |
[35;01m===[0m Completed ebuild phase killold |
This file has been truncated, but you can view the full file.
This file contains 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
[35;01m===[0m Running ebuild phase killold as root:root... | |
[35;01m===[0m Starting builtin_killold | |
[35;01m===[0m Done builtin_killold | |
[35;01m===[0m Completed ebuild phase killold | |
[35;01m===[0m Running ebuild phases init saveenv as paludisbuild:paludisbuild... | |
[35;01m===[0m Starting builtin_init | |
[35;01m===[0m Done builtin_init | |
[35;01m===[0m Starting builtin_saveenv | |
[35;01m===[0m Done builtin_saveenv | |
[35;01m===[0m Completed ebuild phases init saveenv |
This file contains 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
#!/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 |
This file contains 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/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 |
This file contains 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
Program CentroComercial; | |
type | |
str30= string[30]; | |
t_fecha = record | |
dia: 1..31; | |
mes: 1..12; | |
end; | |
t_targeta = record |
This file contains 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
=== 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 |
This file contains 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/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" |