[ create a new paste ] login | about

Project: Gentoo-BR
http://gentoo-br.net/
Language:













Description:
Grupo de usuários brasileiro do Gentoo Linux

Recent Pastes:

PHP, pasted yesterday:
1
2
3
4
5
<?php

echo "Estou vivo!";

?>
view (5 lines, 1 line of output)
C, pasted on Jul 29:
1
2
3
4
5
#include<stdio.h>
int main(){
   printf("hello world!");

}
...
view (7 lines, 2 lines of output)
C, pasted on Jul 29:
1
2
3
4
#include<stdio.h>
int main(){
   printf("hello world!");
}
...
view (6 lines, 2 lines of output)
Ruby, pasted on Jul 22:
1
puts "Olá mamãe"
view (1 line, 1 line of output)
C, pasted on Jul 22:
1
puts "Olá mamãe"
view (1 line, 1 line of output)
C, pasted on Jun 14:
1
2
3
4
5
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
ACCEPT_KEYWORDS="x86"
...
view (17 lines, 8 lines of output)
C, pasted on Jun 13:
1
2
3
4
5
walthari@freeside ~ $ thunar
process 4804: arguments to dbus_connection_send_with_reply_and_block() were incorrect, assertion "(error) == NULL || !dbus_error_is_set ((error))" failed in file dbus-connection.c line 3346.
This is normally a bug in some application using the D-Bus library.
  D-Bus not built with -rdynamic so unable to print a backtrace
Aborted
view (5 lines, 2 lines of output)
C, pasted on Jun 13:
1
printf("oi");
view (1 line, 4 lines of output)
C, pasted on May 30:
1
printf("oi");
view (1 line, 4 lines of output)
C, pasted on May 18:
1
2
3
4
Microsoft Windows XP [versão 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\root>ping 192.168.254.1
...
view (41 lines, 75 lines of output)
C, pasted on May 17:
1
2
3
4
5
 ipconfig -all
Adaptador Ethernet Conexão local:

        Sufixo DNS específico de conexão  . :
        Descrição . . . . . . . . . . . . . : Realtek RTL8102E/RTL8103E Family P
...
view (20 lines, 42 lines of output)
Plain Text, pasted on Apr 20:
1
2
3
4
5
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "SendCoreEvents"
...
view (7 lines)
Plain Text, pasted on Apr 20:
1
2
3
4
5
Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "evdev"
#    Option         "Protocol" "imps2" # "auto" # "ImPS/2"
    Option         "Device" "/dev/input/by-path/pci-0000:00:1d.2-usb-0:2:1.1-event-mouse"
...
view (7 lines)
Ruby, pasted on Apr 8:
1
puts "Olá mamãe"
view (1 line, 1 line of output)
D, pasted on Mar 24:
1
pp
view (1 line, 2 lines of output)
Plain Text, pasted on Mar 22:
1
2
3
4
5
for i in $(qlist -IC kde-base); do qlop -Ht $i; done

ark: 1 minute, 15 seconds for 1 merges
attica: 22 seconds for 1 merges
dolphin: 2 minutes, 14 seconds for 2 merges
...
view (105 lines)
C, pasted on Mar 12:
1
2
3
4
5
If c>1 then
 c = c+1
Else
 c = c-1
End If
view (5 lines, 1 line of output)
Plain Text, pasted on Feb 22:
1
2
3
4
5
nyquist rafael # emerge --unmerge sys-apps/hal
 * This action can remove important packages! In order to be safer, use
 * `emerge -pv --depclean <atom>` to check for reverse dependencies before
 * removing packages.

...
view (8 lines)
Plain Text, pasted on Feb 18:
1
2
3
4
5
Why not try to use Mercurial?

The lack of interest of the Gentoo developers in use mercurial makes me very sad.

I'm using Mercurial with all my projects, including my overlay [1], and I'm not alone [2] :D
...
view (17 lines)
Python, pasted on Feb 8:
1
2
3
4
5
Valbook corosync # ebuild corosync-1.2.0.ebuild manifest
Appending /usr/local/portage to PORTDIR_OVERLAY...
/usr/lib64/portage/bin/ebuild.sh: line 1818: /usr/local/portage/sys-cluster/corosync/corosync-1.2.0.ebuild: Permission denied
 *
 * ERROR: sys-cluster/corosync-1.2.0 failed.
...
view (17 lines, 4 lines of output)