Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Keyboard stopped working in GNOME after FF upgrade
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3551

PostPosted: Fri Jul 20, 2012 9:54 pm    Post subject: Keyboard stopped working in GNOME after FF upgrade Reply with quote

Hi, ALL,
I have a Gentoo install on a dual-boot laptop. It has GNOME alone with GTK+2.
Recently I tried to upgrade FireFox as I wanted to get rid of my old version. Unfortunately this upgrade required to run "revdep-rebuild" as it was dependent on some graphical library that introduced an incompatibility.

After performing the tasks, I booted Windows as my job required Windows at that time.

When completed I tried to boot back to Gentoo. To my surprise, I wasn't able to use keyboard in GNOME. None of the GNOME applications responded to the key presses. The screen was blank.

However right after the boot-up and after I exit the GNOME the terminal was responsive. I am able to issue any command from the plain terminal.

Thank you.


Last edited by ONEEYEMAN on Sun Aug 05, 2012 6:49 pm; edited 1 time in total
Back to top
View user's profile Send private message
turtles
Veteran
Veteran


Joined: 31 Dec 2004
Posts: 1651

PostPosted: Tue Jul 24, 2012 5:43 pm    Post subject: Reply with quote

Did you run cfg-update or etc-update or the config file updater of your choice?
Then revdep-rebuild again?
_________________
Donate to Gentoo
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3551

PostPosted: Thu Jul 26, 2012 7:26 am    Post subject: Reply with quote

Hi,
revdep-rebuild didn't find anything.

Thank you.
Back to top
View user's profile Send private message
turtles
Veteran
Veteran


Joined: 31 Dec 2004
Posts: 1651

PostPosted: Thu Jul 26, 2012 6:29 pm    Post subject: Reply with quote

You did not specify if you have updated all of your configuration files.
Try
Code:
emerge -1 xf86-input-evdev


or
Code:
emerge -a1 $(qlist -IC x11-drivers/)

and Comment out input stuff in xorg.conf

Here are some checks I would do:
Code:
etc-update
should show no config files needing updating
Code:
 emerge --info
no unstable / stable mixing
Code:
 grep 'EE' /var/log/Xorg.0.log
No errors should return nothing
Code:
/etc/init.d/udev status
should be started
Code:
ck-list-sessions
Should have a active session
Code:
grep CONFIG_INPUT_EVDEV /usr/src/linux/.config
Should be set Y
_________________
Donate to Gentoo
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3551

PostPosted: Thu Jul 26, 2012 11:16 pm    Post subject: Reply with quote

turtles wrote:

You did not specify if you have updated all of your configuration files.
Try
Code:
emerge -1 xf86-input-evdev



OK, this emerge finished without any errors.

turtles wrote:

or
Code:
emerge -a1 $(qlist -IC x11-drivers/)

and Comment out input stuff in xorg.conf

Here are some checks I would do:
Code:
etc-update
should show no config files needing updating

It does not.

turtles wrote:

Code:
 emerge --info
no unstable / stable mixing

No, this is stable system on amd64.

turtles wrote:

Code:
 grep 'EE' /var/log/Xorg.0.log
No errors should return nothing

Other than those:
Code:

(EE) Failed to load module "dri" (module does not exist, 0)
(EE) Failed to load module "dri2" (module does not exist, 0)
(EE) Query no Synaptics: 6003C8
(EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
(EE) PreInit returned NULL for SynPS/2 SYnaptics TouchPad"

nothing.

turtles wrote:

Code:
/etc/init.d/udev status
should be started

It is started.

turtles wrote:

Code:
ck-list-sessions
Should have a active session

There is nothing after executing this command.

turtles wrote:

Code:
grep CONFIG_INPUT_EVDEV /usr/src/linux/.config
Should be set Y

[/quote]
Yes, it set to 'Y'

All those performed from the terminal outside of GNOME/X.

Thank you.
Back to top
View user's profile Send private message
turtles
Veteran
Veteran


Joined: 31 Dec 2004
Posts: 1651

PostPosted: Sat Aug 04, 2012 5:15 pm    Post subject: Reply with quote

Something is making this thread really hard to read.
The posts and right side column are squished into the left.

Try
Code:
emerge -a1 $(qlist -IC x11-drivers/)

or
Code:
emerge -a1  x11-drivers/xf86-input-synaptics

And post your video card
Code:
lspci | grep 'Display'

To get rid of these X errors:

ONEEYEMAN wrote:

turtles wrote:

Code:
 grep 'EE' /var/log/Xorg.0.log
No errors should return nothing

Other than those:
Code:

(EE) Failed to load module "dri" (module does not exist, 0)
(EE) Failed to load module "dri2" (module does not exist, 0)
(EE) Query no Synaptics: 6003C8
(EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
(EE) PreInit returned NULL for SynPS/2 SYnaptics TouchPad"




ONEEYEMAN wrote:

turtles wrote:

Code:
ck-list-sessions
Should have a active session

There is nothing after executing this command.

If you login to your X session you should be able to get something from a console.
You should see something like:
Code:
Session1:
        unix-user = '1001'
        realname = '(null)'
        seat = 'Seat1'
        session-type = ''
        active = TRUE
        x11-display = ':0'
        x11-display-device = '/dev/tty7'
        display-device = ''
        remote-host-name = ''
        is-local = TRUE
        on-since = '2012-08-03T14:18:00.773898Z'
        login-session-id = '6'


This is from sys-auth/consolekit which you have ?
See 858965
_________________
Donate to Gentoo
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3551

PostPosted: Sun Aug 05, 2012 12:41 am    Post subject: Reply with quote

turtles wrote:

Something is making this thread really hard to read.
The posts and right side column are squished into the left.

Try
Code:
emerge -a1 $(qlist -IC x11-drivers/)

or
Code:
emerge -a1  x11-drivers/xf86-input-synaptics


OK, re-emerged synaptics driver.

turtles wrote:

And post your video card
Code:
lspci | grep 'Display'


I have this:

Code:

00:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310]


and that's it. If it helps it's Acer Aspire laptop.

turtles wrote:

To get rid of these X errors:

ONEEYEMAN wrote:

turtles wrote:

Code:
 grep 'EE' /var/log/Xorg.0.log
No errors should return nothing

Other than those:
Code:

(EE) Failed to load module "dri" (module does not exist, 0)
(EE) Failed to load module "dri2" (module does not exist, 0)
(EE) Query no Synaptics: 6003C8
(EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
(EE) PreInit returned NULL for SynPS/2 SYnaptics TouchPad"




ONEEYEMAN wrote:

turtles wrote:

Code:
ck-list-sessions
Should have a active session

There is nothing after executing this command.

If you login to your X session you should be able to get something from a console.
You should see something like:
Code:
Session1:
        unix-user = '1001'
        realname = '(null)'
        seat = 'Seat1'
        session-type = ''
        active = TRUE
        x11-display = ':0'
        x11-display-device = '/dev/tty7'
        display-device = ''
        remote-host-name = ''
        is-local = TRUE
        on-since = '2012-08-03T14:18:00.773898Z'
        login-session-id = '6'


This is from sys-auth/consolekit which you have ?
See 858965


OK, when I ran startx either from the regular user or root and start Terminal I don't see anything.
Also I don't have framebuffer set so the messages on the screen are going away.

I took a look at the thread you mentioned.
1. My USE-flags are set.
2. I set gdu USE-flag for gvfs as it was not set before.
3. For "emerge -C" there was nothing to uninstall.
4. I tried to do: "emerge -av gvfs udisks upower", but
4a. gvfs is trying to pull gtk+3 as a dependency and I don't want it.
4b. udisks-1.0.4-r1 (upgrade) is looking for CONFIG_USB_SUSPEND, but doing "cat .config | grep CONFIG_USB_SUSPEND" returns nothing. What surprises me is that when I do "make menuconfig" and hit "/" to do search and type "usb_suspend" I am getting the results. I have gentoo-sources-3.1.6.

It tried to upgrade udisks from 1.0.2-r1 to 1.0.4-r1 and upower from 0.9.8 to 0.9.16.

Any idea how to fix 4a and 4b. Also, AFAIU, I won't need to do "emerge -avDNut world" as I already have those USE-flags set.

The next step on the link is to install polkit-gnome. I tried to see, but:
1. It's pulling GTK+3, which I don't want.
2. It will install 0.105 in parallel with 0.102.

And yes, something or someone is playing with this thread. ;-)

Thank you.
Back to top
View user's profile Send private message
turtles
Veteran
Veteran


Joined: 31 Dec 2004
Posts: 1651

PostPosted: Sun Aug 05, 2012 3:10 am    Post subject: Reply with quote

4b check for CONFIG_USB && CONFIG_PM_RUNTIME these need to be enabled for it to show up.

EDIT : 4a
I think you dont absolutely need either of those.
i just checked on my system:
equery depends gnome-extra/polkit-gnome
* These packages depend on gnome-extra/polkit-gnome:
sys-auth/polkit-0.102 (>=gnome-extra/polkit-gnome-0.101)

the other I don't even have due to trouble in the past as well.

I just use sys-fs/udisks-glue
Cheers

Edit 2:
I use mostly JWM as a window manager though
_________________
Donate to Gentoo
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3551

PostPosted: Sun Aug 05, 2012 4:27 am    Post subject: Reply with quote

Hi,
Here is my lspci:

Code:

00:00.0 Host bridge: Advanced Micro Devices [AMD] Family 14h Processor Root Complex
00:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310]
00:01.1 Audio device: Advanced Micro Devices [AMD] nee ATI Wrestler HDMI Audio [Radeon HD 6250/6310]
00:11.0 SATA controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]
00:12.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:12.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:13.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:13.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:14.0 SMBus: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller (rev 42)
00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) (rev 40)
00:14.3 ISA bridge: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)
00:14.4 PCI bridge: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge (rev 40)
00:15.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0)
00:15.2 PCI bridge: Advanced Micro Devices [AMD] nee ATI SB900 PCI to PCI bridge (PCIE port 2)
00:15.3 PCI bridge: Advanced Micro Devices [AMD] nee ATI SB900 PCI to PCI bridge (PCIE port 3)
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 0 (rev 43)
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 1
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 2
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 3
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 4
00:18.5 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 6
00:18.6 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 5
00:18.7 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 7
06:00.0 Ethernet controller: Atheros Communications Inc. AR8151 v2.0 Gigabit Ethernet (rev c0)
07:00.0 Network controller: Atheros Communications Inc. AR9287 Wireless Network Adapter (PCI-Express) (rev 01)


I need a framebuffer to check the startx messages and I need to get rid of those X errors.

Any suggestions?

Thank you.
Back to top
View user's profile Send private message
turtles
Veteran
Veteran


Joined: 31 Dec 2004
Posts: 1651

PostPosted: Sun Aug 05, 2012 7:56 am    Post subject: Reply with quote

ONEEYEMAN wrote:
Hi,
Here is my lspci:

Code:

00:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310]



http://en.gentoo-wiki.com/wiki/Radeon

can you delete your original emerge log to see if that fixes the thread?
_________________
Donate to Gentoo
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3551

PostPosted: Sun Aug 05, 2012 8:05 pm    Post subject: Reply with quote

Hi,
I tried to follow this WiKi link.
I reconfigured kernel by adding "Enable modesetting by default..." and re-install mesa. For the X in /etc/make.conf I had VIDEO_CARD="fglrx". So I changed it to "radeon" as well.

After that I tried to issue "startx" as root.

All I saw was a black screen. But in the console I received a frame buffer. The log file for the X run located here.

So then I changed /etc/make.conf to use "fglrx" back, recompiled mesa with "-llvm" USE flag and running "startx" got "Oops". The X log is here.

As you can see the synaptics error is still here even though it works fine and operational. I will try to recompile mesa back with "llvm" turned on and see what will happen.

Thank you.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3551

PostPosted: Sun Aug 05, 2012 8:48 pm    Post subject: Reply with quote

Here is the thread about Gentoo install on that laptop for the reference.

Thank you.

[EDIT]
I just tried to run startx as regular user. GNOME started, but still no keyboard.
This is using radeon driver and not fglrx one.

This is sort of a good news.
However, when trying to log out from X Session, X crashed and I have a blank screen.
[/EDIT]
Back to top
View user's profile Send private message
turtles
Veteran
Veteran


Joined: 31 Dec 2004
Posts: 1651

PostPosted: Wed Aug 08, 2012 7:32 am    Post subject: Reply with quote

I really feel like it is a config file somewhere
just my gut.

EDIT more checks:
Code:
udevadm info --name=/dev/input/event0 --attribute-walk


Check /dev/input/event[1-?]

Code:
grep 'HID' /usr/src/linux/.config

_________________
Donate to Gentoo
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3551

PostPosted: Sat Aug 11, 2012 8:40 am    Post subject: Reply with quote

Code:


Udevadm info starts with the device specified by the devpath and then
walks up the chain of parent devices. It prints for every device
found, all possible attributes in the udev rules key format.
A rule to match, can be composed by the attributes of the device
and the attributes from one single parent device.

  looking at device '/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0':
    KERNEL=="event0"
    SUBSYSTEM=="input"
    DRIVER==""

  looking at parent device '/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0':
    KERNELS=="input0"
    SUBSYSTEMS=="input"
    DRIVERS==""
    ATTRS{name}=="Power Button"
    ATTRS{phys}=="PNP0C0C/button/input0"
    ATTRS{uniq}==""
    ATTRS{properties}=="0"

  looking at parent device '/devices/LNXSYSTM:00/device:00/PNP0C0C:00':
    KERNELS=="PNP0C0C:00"
    SUBSYSTEMS=="acpi"
    DRIVERS=="button"
    ATTRS{path}=="\_SB_.PWRB"
    ATTRS{hid}=="PNP0C0C"

  looking at parent device '/devices/LNXSYSTM:00/device:00':
    KERNELS=="device:00"
    SUBSYSTEMS=="acpi"
    DRIVERS==""
    ATTRS{path}=="\_SB_"

  looking at parent device '/devices/LNXSYSTM:00':
    KERNELS=="LNXSYSTM:00"
    SUBSYSTEMS=="acpi"
    DRIVERS==""
    ATTRS{path}=="\"
    ATTRS{hid}=="LNXSYSTM"



Code:

# CONFIG_HID_SUPPORT is not set


Thank you.
Back to top
View user's profile Send private message
turtles
Veteran
Veteran


Joined: 31 Dec 2004
Posts: 1651

PostPosted: Mon Aug 20, 2012 4:59 am    Post subject: Reply with quote

ONEEYEMAN wrote:
Code:


# CONFIG_HID_SUPPORT is not set


Thank you.


Sorry for the delay but I think you need to set that in the kernel.
Code:

CONFIG_HID_SUPPORT=y
CONFIG_HID=y
CONFIG_HIDRAW=y
CONFIG_USB_HID=y
CONFIG_HID_PID=y
CONFIG_USB_HIDDEV=y

_________________
Donate to Gentoo
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3551

PostPosted: Fri Aug 31, 2012 8:09 am    Post subject: Reply with quote

Hi,
Sorry for the long delay. I had to work in Windows and didn't want to reboot.
I just tried to turn those options on, but it didn't help. I still can't type in GNOME

Any other ideas?

Thank you.
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Fri Aug 31, 2012 9:40 am    Post subject: Reply with quote

If you are sure it's just because of FF upgrade, then it means FF or a FF dep broke a bit your system, i doubt that.
If by FF upgrade, you mean "i have emerge world to upgarde FF" then it mean the emerge world broke your system.

This way or the other, it will always mean your answer to whom is broken is in your emerge log, this will reduce your "guess who is broken" list.

And because gnome use its own keyboard handler, try disconnect from gnome and see if keyboard work in gdm
Working in gdm : X configuration ok, else the keyboard is broken for X too.

And don't mix gnome2 and gnome3, use the gnome3 mask to prevent that, else you'll get weirdness, you can find that mask in gnome3 thread somewhere in the forum
edit : there https://forums.gentoo.org/viewtopic-t-903280-highlight-gnome3.html
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3551

PostPosted: Fri Aug 31, 2012 3:31 pm    Post subject: Reply with quote

krinn,
Yes, I'm sure.
I upgraded FF, then one of the dependencies wanted revdep-rebuild To fix some linking issues.
I completed rebuilding, rebooted and then keyboard stopped working.

What do you mean by "disconnect from gnome"? Just run gdm?

Thank you.
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Fri Aug 31, 2012 4:02 pm    Post subject: Reply with quote

ONEEYEMAN wrote:

I completed rebuilding, rebooted and then keyboard stopped working.

then
genlop --list --date datewhenyoulostyourkeyboard
will gave you the list of packages when it happen, and one of them should be the one that bug you.

ONEEYEMAN wrote:

What do you mean by "disconnect from gnome"? Just run gdm?
yes
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3551

PostPosted: Sat Sep 01, 2012 12:50 am    Post subject: Reply with quote

krinn,
I just tried to run gdm. However I was not able to bypass the "Input Username" screen as I wasn't able to type anything.

And here is the result of running "genlop". I had to install it as I didn't have it on the system.

Code:

 * dev-cpp/pangomm

     Fri Jun  1 00:07:56 2012 >>> dev-cpp/pangomm-2.28.4
     Fri Jun  1 00:25:13 2012 >>> dev-cpp/gtkmm-2.24.0
     Fri Jun  1 00:31:32 2012 >>> gnome-base/libgnomeui-2.24.5
     Fri Jun  1 00:34:31 2012 >>> dev-util/glade-3.8.1
     Fri Jun  1 00:40:21 2012 >>> gnome-base/gdm-2.20.11-r1
     Fri Jun  1 00:48:26 2012 >>> gnome-base/gnome-panel-2.32.1-r3
     Sun Jun  3 01:53:16 2012 >>> dev-util/anjuta-2.32.1.1-r1
     Sun Jun  3 02:10:54 2012 >>> dev-util/anjuta-2.32.1.1-r1
     Thu Jul  5 21:25:09 2012 >>> x11-drivers/xf86-input-evdev-2.6.0
     Thu Jul  5 21:26:38 2012 >>> x11-drivers/xf86-input-keyboard-1.6.0
     Thu Jul  5 21:28:03 2012 >>> x11-drivers/xf86-input-synaptics-1.4.0
     Thu Jul  5 21:29:20 2012 >>> x11-drivers/xf86-input-mouse-1.7.1
     Thu Jul  5 22:00:25 2012 >>> media-gfx/graphviz-2.26.3-r4
     Thu Jul  5 22:15:08 2012 >>> app-text/libspectre-0.2.6
     Thu Jul  5 22:23:45 2012 >>> www-client/epiphany-2.30.6-r1
     Thu Jul  5 22:35:11 2012 >>> app-text/evince-2.32.0-r4
     Tue Jul 24 01:19:15 2012 >>> gnome-base/gnome-panel-2.32.1-r3
     Thu Jul 26 15:53:50 2012 >>> x11-drivers/xf86-input-evdev-2.6.0
     Sat Aug  4 16:47:58 2012 >>> x11-drivers/xf86-input-synaptics-1.4.0
     Sun Aug  5 02:21:01 2012 >>> x11-drivers/radeon-ucode-20110531
     Sun Aug  5 03:37:59 2012 >>> sys-devel/llvm-2.9-r2
     Sun Aug  5 03:46:56 2012 >>> media-libs/mesa-7.11.2
     Sun Aug  5 10:27:11 2012 >>> x11-misc/util-macros-1.17
     Sun Aug  5 10:27:20 2012 >>> x11-base/xorg-drivers-1.11
     Sun Aug  5 10:29:09 2012 >>> x11-drivers/xf86-video-ati-6.14.3
     Sun Aug  5 11:00:28 2012 >>> media-libs/mesa-7.11.2
     Sun Aug  5 12:14:10 2012 >>> x11-base/xorg-drivers-1.11
     Sun Aug  5 12:47:39 2012 >>> sys-devel/llvm-2.9-r2
     Sun Aug  5 12:54:42 2012 >>> media-libs/mesa-7.11.2
     Sun Aug  5 14:29:56 2012 >>> x11-drivers/xf86-video-ati-6.14.3
     Sun Aug  5 14:38:58 2012 >>> media-libs/mesa-7.11.2
     Sun Aug  5 14:39:08 2012 >>> x11-base/xorg-drivers-1.11
     Fri Aug 31 12:55:31 2012 >>> dev-perl/YAML-Syck-1.200.0
     Fri Aug 31 12:55:44 2012 >>> perl-core/version-0.940.0
     Fri Aug 31 12:55:55 2012 >>> perl-core/Perl-OSType-1.2.0
     Fri Aug 31 12:56:08 2012 >>> perl-core/JSON-PP-2.272.0
     Fri Aug 31 12:56:18 2012 >>> perl-core/CPAN-Meta-YAML-0.4.0
     Fri Aug 31 12:56:28 2012 >>> perl-core/ExtUtils-Manifest-1.580.0
     Fri Aug 31 12:56:39 2012 >>> perl-core/ExtUtils-Install-1.54
     Fri Aug 31 12:56:49 2012 >>> perl-core/ExtUtils-Command-1.170.0
     Fri Aug 31 12:57:01 2012 >>> perl-core/Test-Simple-0.980.0
     Fri Aug 31 12:57:13 2012 >>> perl-core/IO-1.25
     Fri Aug 31 12:57:19 2012 >>> virtual/perl-File-Temp-0.220.0-r2
     Fri Aug 31 12:57:25 2012 >>> virtual/perl-version-0.940.0
     Fri Aug 31 12:57:31 2012 >>> virtual/perl-JSON-PP-2.272.0-r1
     Fri Aug 31 12:57:38 2012 >>> virtual/perl-CPAN-Meta-YAML-0.4.0
     Fri Aug 31 12:57:44 2012 >>> virtual/perl-Perl-OSType-1.2.0-r1
     Fri Aug 31 12:57:50 2012 >>> virtual/perl-ExtUtils-Manifest-1.580.0-r1
     Fri Aug 31 12:57:56 2012 >>> virtual/perl-ExtUtils-Install-1.54
     Fri Aug 31 12:58:02 2012 >>> virtual/perl-ExtUtils-Command-1.170.0-r3
     Fri Aug 31 12:58:09 2012 >>> virtual/perl-Test-Simple-0.980.0-r2
     Fri Aug 31 12:58:15 2012 >>> virtual/perl-IO-1.25
     Fri Aug 31 12:58:25 2012 >>> perl-core/Module-Metadata-1.0.6
     Fri Aug 31 12:58:36 2012 >>> perl-core/Parse-CPAN-Meta-1.440.100
     Fri Aug 31 12:58:46 2012 >>> perl-core/Version-Requirements-0.101.20
     Fri Aug 31 12:58:53 2012 >>> virtual/perl-Parse-CPAN-Meta-1.440.100-r2
     Fri Aug 31 12:58:59 2012 >>> virtual/perl-Module-Metadata-1.0.6
     Fri Aug 31 12:59:05 2012 >>> virtual/perl-Version-Requirements-0.101.20-r2
     Fri Aug 31 12:59:19 2012 >>> perl-core/ExtUtils-MakeMaker-6.620.0
     Fri Aug 31 12:59:25 2012 >>> virtual/perl-ExtUtils-MakeMaker-6.620.0
     Fri Aug 31 12:59:37 2012 >>> perl-core/CPAN-Meta-2.112.621
     Fri Aug 31 12:59:43 2012 >>> virtual/perl-CPAN-Meta-2.112.621
     Fri Aug 31 13:00:00 2012 >>> perl-core/Module-Build-0.380.0
     Fri Aug 31 13:00:07 2012 >>> virtual/perl-Module-Build-0.380.0-r2
     Fri Aug 31 13:01:20 2012 >>> dev-perl/DateManip-6.310.0
     Fri Aug 31 13:01:29 2012 >>> app-portage/genlop-0.30.8-r2



Thank you.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3551

PostPosted: Mon Sep 10, 2012 2:47 am    Post subject: Reply with quote

So, is anybody have any other idea?

Thank you.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3551

PostPosted: Mon Sep 17, 2012 5:55 am    Post subject: Reply with quote

ping? Anybody?

Thank you.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum