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
| * | |
| * ERROR: x11-drivers/xf86-input-virtualbox-2.2.4 failed. | |
| * Call stack: | |
| * misc-functions.sh, line 729: Called install_qa_check | |
| * misc-functions.sh, line 468: Called die | |
| * The specific snippet of code: | |
| * [[ ${abort} == yes ]] && die "multilib-strict check failed!" | |
| * The die message: | |
| * multilib-strict check failed! | |
| * |
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
| >>> Source compiled. | |
| >>> Test phase [not enabled]: x11-drivers/xf86-input-virtualbox-2.2.4 | |
| >>> Install xf86-input-virtualbox-2.2.4 into /var/tmp/portage/x11-drivers/xf86-input-virtualbox-2.2.4/image/ category x11-drivers | |
| >>> Completed installing xf86-input-virtualbox-2.2.4 into /var/tmp/portage/x11-drivers/xf86-input-virtualbox-2.2.4/image/ | |
| * QA Notice: Pre-stripped files found: | |
| * /usr/lib/xorg/modules/input/vboxmouse_drv.so |
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
| `--> sudo aptitude | |
| [sudo] password for james: | |
| (Reading database ... 70818 files and directories currently installed.) | |
| Preparing to replace console-tools 1:0.2.3dbs-66 (using .../console-tools_1%3a0.2.3dbs-67_amd64.deb) ... | |
| Unpacking replacement console-tools ... | |
| Preparing to replace libconsole 1:0.2.3dbs-66 (using .../libconsole_1%3a0.2.3dbs-67_amd64.deb) ... | |
| Unpacking replacement libconsole ... | |
| Processing triggers for man-db ... | |
| Setting up libconsole (1:0.2.3dbs-67) ... | |
| Setting up console-tools (1:0.2.3dbs-67) ... |
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
| ;;;This opens an issue on sonicrules1234/sonicIRCd | |
| (open-issue "sonicrules1234" "sonicIRCd" "PASS on connect should go to nickserv" | |
| "When a user connects according to rfc2812 the client sends 2 or optionally 3 messages: | |
| PASS <foo> (optional) | or PASS :<foo> is also valid | |
| NICK <bar> | |
| USER ... | |
| Since PASS is not used much these days to make an IRC network private, a better use for it that most major networks and services packages have picked up is to use it to identify the connecting user to services on login. |
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
| <nixeagle> \o/ [06:33] | |
| <nixeagle> badipod: this ... is why you profile before you | |
| optimize the wrong blasted thing XD [06:36] | |
| <nixeagle> 11.417 | 1,049,028,592 | 126 | 0.090610 | | |
| ENSURE-TREE-SYMBOLS | |
| <nixeagle> 0.652 | 10,066,976 | 126 | 0.005171 | | |
| INTERN-TREE-SPECIALIZER | |
| <badipod> lol? .-. [06:39] | |
| <nixeagle> badipod: I optimized INTERN-TREE-SPECIALIZER :P | |
| <badipod> hmm, I seem to remember having problens getting |
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
| (setq inferior-lisp-program "sbcl") ; your Lisp system | |
| (add-to-list 'load-path "~/lisp/slime") ; your SLIME directory | |
| (require 'slime) | |
| (slime-setup '(slime-repl | |
| slime-fancy-inspector | |
| slime-asdf | |
| slime-parse | |
| slime-autodoc | |
| slime-references | |
| slime-sprof |
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
| 2010-02-26 21:20:36 INFO 55 bytes transferred | | |
| 2010-02-26 21:20:38 INFO Counting objects: 117 0 | |
| 2010-02-26 21:20:41 INFO finding revisions to fetch:generating index 0/4528 | |
| 2010-02-26 21:20:41 INFO finding revisions to fetch 1/1876 | |
| 2010-02-26 21:20:45 INFO | |
| Traceback (most recent call last): | |
| File "/srv/importd.launchpad.net/production/launchpad-rev-8939/scripts/code-import-worker.py", line 66, in <module> | |
| script.main() | |
| File "/srv/importd.launchpad.net/production/launchpad-rev-8939/scripts/code-import-worker.py", line 61, in main | |
| import_worker.run() |
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
| title Debian GNU/Linux, kernel 2.6.32-trunk-amd64 | |
| root (hd0,7) | |
| kernel /boot/vmlinuz-2.6.32-trunk-amd64 root=/dev/sda8 ro | |
| initrd /boot/initrd.img-2.6.32-trunk-amd64 |
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
| (progn | |
| (defmethod test-tree-generic-function ((tree (eql "hi2")) arg1) | |
| (list tree (and (> arg1 0) (next-node)))) | |
| (defmethod test-tree-generic-function ((tree (eql "hi2 there")) arg1) | |
| (list tree (and (> arg1 1) (next-node)))) | |
| (defmethod test-tree-generic-function ((tree (eql "hi2 there hi")) arg1) | |
| (list tree (and (> arg1 2) (next-node)))) | |
| (defmethod test-tree-generic-function ((tree (eql "hi2 there hi how")) arg1) | |
| (list tree (and (> arg1 3) (next-node)))) | |
| (defmethod test-tree-generic-function ((tree (eql "hi2 there hi how are")) arg1) |
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
| Creating resource group General | |
| Creating resource group Internal | |
| Creating resource group Autodetect | |
| SceneManagerFactory for type 'DefaultSceneManager' registered. | |
| Registering ResourceManager for type Material | |
| Registering ResourceManager for type Mesh | |
| Registering ResourceManager for type Skeleton | |
| MovableObjectFactory for type 'ParticleSystem' registered. | |
| OverlayElementFactory for type Panel registered. | |
| OverlayElementFactory for type BorderPanel registered. |
OlderNewer