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
openra | |
Platform is Linux | |
Using Gl renderer | |
Desktop resolution: 1920x1200 | |
No custom resolution provided, using desktop resolution | |
Using resolution: 1920x1200 | |
Available mods: | |
cnc: C&C ({DEV_VERSION}) | |
ra: Red Alert ({DEV_VERSION}) | |
Loading mods: ra |
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
>>> Emerging (1 of 1) x11-misc/spacefm-9999 from hasufell-overlay | |
>>> Unpacking source... | |
GIT update --> | |
repository: git://github.com/IgnorantGuru/spacefm.git | |
at the commit: 049e1f5d4982e0853a6aeac8130a6e6b62d2a415 | |
branch: master | |
storage directory: "/usr/portage/distfiles/egit-src/spacefm.git" | |
checkout type: bare repository | |
Cloning into /var/tmp/portage/x11-misc/spacefm-9999/work/spacefm-9999... | |
done. |
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
[32;01m * [39;49;00mPackage: media-libs/devil-1.7.8-r1 | |
[32;01m * [39;49;00mRepository: hasufell-overlay | |
[32;01m * [39;49;00mMaintainer: games@gentoo.org | |
[32;01m * [39;49;00mUSE: X amd64 elibc_glibc gif glut jpeg kernel_linux mng multilib nvtt opengl png sdl sse sse2 tiff userland_GNU | |
[32;01m * [39;49;00mFEATURES: sandbox | |
>>> Unpacking source... | |
>>> Unpacking DevIL-1.7.8.tar.gz to /var/tmp/portage/media-libs/devil-1.7.8-r1/work | |
>>> Source unpacked in /var/tmp/portage/media-libs/devil-1.7.8-r1/work | |
>>> Preparing source in /var/tmp/portage/media-libs/devil-1.7.8-r1/work/devil-1.7.8 ... | |
[32;01m*[0m Applying devil-1.7.8-CVE-2009-3994.patch ... |
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
--- configure.ac | |
+++ configure.ac | |
@@ -693,11 +693,8 @@ | |
[enable_sdlout=$enableval], [enable_sdlout=yes]) | |
if test $enable_sdlout = yes ; then | |
- AM_PATH_SDL(1.2.5, [enable_sdlout=yes], [enable_sdlout=no]) | |
-fi | |
- | |
-if test $enable_sdlout = yes ; then |
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
#0 0x00000038d6c0fc9d in open64 () from /lib64/libpthread.so.0 | |
#1 0x0000000000419757 in open (__oflag=0, __path=0x95b300 "/home/jule/.g15fifo-jule") | |
at /usr/include/bits/fcntl2.h:54 | |
#2 mime_type_get_by_file (filepath=0x95b300 "/home/jule/.g15fifo-jule", statbuf=0x7fffffffd5f0, | |
basename=0xa3b740 ".g15fifo-jule") at mime-type/mime-type.c:184 | |
#3 0x000000000041c612 in vfs_mime_type_get_from_file (file_path=<optimized out>, base_name=<optimized out>, | |
pstat=<optimized out>) at vfs/vfs-mime-type.c:165 | |
#4 0x000000000041e165 in vfs_file_info_reload_mime_type (fi=0xa530e0, | |
full_path=0x95b300 "/home/jule/.g15fifo-jule") at vfs/vfs-file-info.c:223 | |
#5 0x000000000041e691 in reload_mime_type (key=<optimized out>, dir=0xa372a0, user_data=<optimized out>) |
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
--- data/Makefile.am | |
+++ data/Makefile.am | |
@@ -9,16 +9,10 @@ | |
spacefm-find.desktop \ | |
spacefm-folder-handler.desktop | |
-icondir = $(datadir)/pixmaps | |
-icon_DATA = spacefm.png \ | |
+icon48dir = $(datadir)/icons/hicolor/48x48/apps | |
+icon48_DATA = spacefm.png \ |
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
--- configure.in | |
+++ configure.in | |
@@ -183,6 +183,14 @@ | |
fi | |
AM_CONDITIONAL(DESKTOP_INTEGRATION, test "$desktop_integration" = "yes") | |
+AC_ARG_WITH( | |
+ [icondir], | |
+ AS_HELP_STRING([--with-icondir=VAL], | |
+ [0 for $datadir/pixmaps 1 for $datadir/icons/...(default: 0)]), |
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
ERROR: [22/Jun/2012:01:19:43] HTTP Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/cherrypy/_cprequest.py", line 656, in respond response.body = self.handler() File "/usr/lib64/python2.7/site-packages/cherrypy/lib/encoding.py", line 188, in __call__ self.body = self.oldhandler(*args, **kwargs) File "/usr/lib64/python2.7/site-packages/cherrypy/_cpdispatch.py", line 34, in __call__ return self.callable(*self. | |
args, **self.kwargs) File "/usr/lib64/python2.7/site-packages/sabnzbd/interface.py", line 394, in tapi return api_handler(kwargs) File "/usr/lib64/python2.7/site-packages/sabnzbd/api.py", line 100, in api_handler response = _api_table.get(mode, _api_undefined)(name, output, kwargs) File "/usr/lib64/python2.7/site-packages/sabnzbd/api.py", line 297, in _api_addfile size = len(name.value) TypeError: object of type 'NoneType' has no len() |
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
Every other use, especially the unauthorized leasing, public display or other demonstration (e.g. in schools or universities), copying, multiple installation or transfer, and any other process by which this software or parts of it may be made available to the general public (including via Internet or other online systems) without prior written consent is prohibited. |
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
# Copyright 1999-2012 Gentoo Foundation | |
# Distributed under the terms of the GNU General Public License v2 | |
# $Header: $ | |
EAPI=4 | |
inherit eutils fdo-mime gnome2-utils mono multilib | |
MY_PN="KeePass" |
OlderNewer