This file contains hidden or 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 migrations for boards: | |
- Migrating forwards to 0028_auto__del_field_post_image_pre_height__del_field_post_image__del_field. | |
> boards:0001_initial | |
Traceback (most recent call last): | |
File "./manage.py", line 10, in <module> | |
execute_from_command_line(sys.argv) | |
File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 399, in execute_from_command_line | |
utility.execute() | |
File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 392, in execute | |
self.fetch_command(subcommand).run_from_argv(self.argv) |
This file contains hidden or 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/local/lib/python2.7/dist-packages/django_debug_toolbar-1.2.1-py2.7.egg/debug_toolbar/settings.py:58: DeprecationWarning: HIDE_DJANGO_SQL was removed. Update your DEBUG_TOOLBAR_CONFIG setting. | |
"DEBUG_TOOLBAR_CONFIG setting.", DeprecationWarning) | |
/usr/local/lib/python2.7/dist-packages/django_debug_toolbar-1.2.1-py2.7.egg/debug_toolbar/settings.py:71: DeprecationWarning: SHOW_TOOLBAR_CALLBACK is now a dotted path. Update your DEBUG_TOOLBAR_CONFIG setting. | |
"DEBUG_TOOLBAR_CONFIG setting.", DeprecationWarning) | |
/usr/local/lib/python2.7/dist-packages/django_debug_toolbar-1.2.1-py2.7.egg/debug_toolbar/settings.py:126: DeprecationWarning: 'debug_toolbar.panels.version.VersionDebugPanel' was renamed to u'debug_toolbar.panels.versions.VersionsPanel'. Update your DEBUG_TOOLBAR_PANELS setting. | |
"setting." % (old_panel, new_panel), DeprecationWarning) | |
/usr/local/lib/python2.7/dist-packages/django_debug_toolbar-1.2.1-py2.7.egg/debug_toolbar/settings.py:126: DeprecationWarning: 'debug_toolbar.panels.timer.TimerDe |
This file contains hidden or 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
package simulations | |
import org.scalatest.FunSuite | |
import org.junit.runner.RunWith | |
import org.scalatest.junit.JUnitRunner | |
@RunWith(classOf[JUnitRunner]) | |
class CircuitSuite extends CircuitSimulator with FunSuite { | |
val InverterDelay = 1 |
This file contains hidden or 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
/home/sh> ldd /usr/local/sbin/miredo ; echo ; miredo ; echo ; file /usr/local/lib64/libtun6.so.0.1.1 ; echo ; echo $LDPATH | |
linux-vdso.so.1 (0x00007fffdabff000) | |
libtun6.so.0 => not found | |
libteredo.so.5 => not found | |
libcap.so.2 => /lib64/libcap.so.2 (0x00007ff5cbc01000) | |
librt.so.1 => /lib64/librt.so.1 (0x00007ff5cb9f9000) | |
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007ff5cb7dd000) | |
libc.so.6 => /lib64/libc.so.6 (0x00007ff5cb436000) | |
libattr.so.1 => /lib64/libattr.so.1 (0x00007ff5cb232000) | |
/lib64/ld-linux-x86-64.so.2 (0x00007ff5cbe06000) |
This file contains hidden or 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
asdf |
This file contains hidden or 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
From 9cb2f44f2af840b051f32f40f4919130cd739e1d Mon Sep 17 00:00:00 2001 | |
From: Sergei Shilovsky <[email protected]> | |
Date: Sun, 2 Dec 2012 08:27:52 +0000 | |
Subject: [PATCH 1/2] Require SDL-mixer[ogg] for media-libs/ufoai. | |
Otherwise the game plays with no sound. | |
--- | |
packages/games-strategy/ufoai/ufoai-2.4.exheres-0 | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) |
This file contains hidden or 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
From bb465f12939b51b7c813cb98fecd6b5a179fade3 Mon Sep 17 00:00:00 2001 | |
From: Sergei Shilovsky <[email protected]> | |
Date: Sun, 25 Nov 2012 18:36:01 +0000 | |
Subject: [PATCH] 'screensaver' and 'enca' options for media/mplayer2 | |
--- | |
packages/media/mplayer2/mplayer2.exlib | 7 ++++++- | |
1 file changed, 6 insertions(+), 1 deletion(-) | |
diff --git a/packages/media/mplayer2/mplayer2.exlib b/packages/media/mplayer2/mplayer2.exlib |
NewerOlder