You are not logged in.

#1 2008-01-18 05:19:05

colbert
Member
Registered: 2007-12-16
Posts: 809

Pacman upgrade problem with cairo and libxft

bobby@dabox:~$ pacup
Password: 
:: Synchronizing package databases...
 core                      23.1K  120.6K/s 00:00:00 [#############################################################################] 100%
 extra                    311.2K  513.4K/s 00:00:01 [#############################################################################] 100%
 community                354.7K  480.6K/s 00:00:01 [#############################################################################] 100%
:: Starting full system upgrade...
warning: perl-anyevent: forcing upgrade to version 2.8-5
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: pango: requires cairo>=1.4.10
:: pango: requires libxft>=2.1.10
bobby@dabox:~$

This has been happening for several days since I installed the *-lcd packages (which rock btw!). Is this just a matter of waiting till the next pacman upgrade? It just keeps doing this exact thing every attempt to upgrade.

Offline

#2 2008-01-18 05:25:29

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: Pacman upgrade problem with cairo and libxft

Perhaps you should upgrade pango with the missing packages then repeat the procedure that failed.


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#3 2008-01-18 05:32:02

toofishes
Developer
From: Chicago, IL
Registered: 2006-06-06
Posts: 602
Website

Re: Pacman upgrade problem with cairo and libxft

Offline

#4 2008-01-18 05:45:01

colbert
Member
Registered: 2007-12-16
Posts: 809

Re: Pacman upgrade problem with cairo and libxft

Ah ok, so it's a matter of waiting for pacman 3.1. Thanks.

Offline

#5 2008-01-18 06:06:26

schivmeister
Developer/TU
From: Singapore
Registered: 2007-05-17
Posts: 971
Website

Re: Pacman upgrade problem with cairo and libxft

Uhh, 3.1 is the current stable release. This is a new standard where the provision method has changed..so either remove the package concerned together with its dependencies, and then reinstall it. If that doesn't work, force with -Sd.

Or you would have to go ABS or to AUR depending on where you got your package from, in this case the *lcd ones, and edit the provides to include the exact version of the original package it is providing for; provides=('cairo=x.x.x'). Or wait til the mainainers fix it, and last i checked the *lcd ones have been updated already so pacman -S them first.


I need real, proper pen and paper for this.

Offline

#6 2008-01-18 06:27:36

colbert
Member
Registered: 2007-12-16
Posts: 809

Re: Pacman upgrade problem with cairo and libxft

Oh yeah, whoops I was referring to 3.1.1, not 3.1 coming out wink

Okay, so based on my pasted output, I should remove cairo-lcd and libxft-lcd and then reinstall them? And if that doesn't work, I should get both from ABS and just install them that way?

Just want to be clear and not mess any of these up by removing/reinstalling wrong one[s] smile

Last edited by colbert (2008-01-18 06:28:15)

Offline

#7 2008-01-18 06:46:02

schivmeister
Developer/TU
From: Singapore
Registered: 2007-05-17
Posts: 971
Website

Re: Pacman upgrade problem with cairo and libxft

http://bbs.archlinux.org/viewtopic.php? … 40#p318540 Here you go

Why not just force the ugrade since you know the issue already?

Strange, it hasn't been updated. But nevermind, yes, do a reinstall first (if you don't want to force, eg. with -d; ignoredeps). If not, the PKGBUILD in ABS already has that line, so uncomment it and comment the original provides line and that would be all smile

Last edited by schivmeister (2008-01-18 06:56:33)


I need real, proper pen and paper for this.

Offline

#8 2008-01-18 20:03:37

colbert
Member
Registered: 2007-12-16
Posts: 809

Re: Pacman upgrade problem with cairo and libxft

schivmeister,

Thanks! I was just about to do this but tried upgrading again, and am getting this now:

bobby@dabox:~$ pacup
Password: 
:: Synchronizing package databases...
 core is up to date
 extra                    311.2K  535.6K/s 00:00:01 [###########################################################################################################################################] 100%
 community                355.2K  589.3K/s 00:00:01 [###########################################################################################################################################] 100%
:: Starting full system upgrade...
warning: perl-anyevent: forcing upgrade to version 2.8-5
resolving dependencies...
looking for inter-conflicts...
:: freetype2 conflicts with freetype2-lcd. Remove freetype2-lcd? [Y/n] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: freetype2: conflicts with freetype2-lcd
bobby@dabox:~$

So now I am confused (sorry am still quite a beginner at this aspect) what to do? Not prompting about cairo or libxft this time.

Offline

#9 2008-01-18 20:38:52

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: Pacman upgrade problem with cairo and libxft

colbert wrote:

So now I am confused (sorry am still quite a beginner at this aspect) what to do? Not prompting about cairo or libxft this time.

freetype2-lcd has exactly the same problem than cairo-lcd.
You first have to wait for pacman 3.1.1 (we need to test it carefully this week end and get the remaining translation updates, so it might be available early next week). And then, have all of these packages (cairo-lcd, freetype2-lcd, etc) fixed :
http://archlinux.org/pipermail/arch-dev … 04263.html

I suppose freetype2-lcd is on AUR, so you will have to leave a comment on aur page, with the above link.


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#10 2008-01-19 20:24:16

colbert
Member
Registered: 2007-12-16
Posts: 809

Re: Pacman upgrade problem with cairo and libxft

shining,

Okay, so I should just wait for 3.1.1? No rush for me to do anything with this, I just like to hit upgrade daily. Thanks.

Offline

#11 2008-01-19 20:31:00

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: Pacman upgrade problem with cairo and libxft

Well, if there are no rush, then I would suggest waiting one week (a few days for pacman 3.1.1, and then a few days for packager to update their packages).

Otherwise, you could try what schivmeister suggested : using the -d flag for installing.


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#12 2008-01-29 21:34:31

colbert
Member
Registered: 2007-12-16
Posts: 809

Re: Pacman upgrade problem with cairo and libxft

Okay I just tried updating now, here is what I encountered:

:~/Desktop$ pacup
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
:: Starting full system upgrade...
:: Replace pyqt4 with extra/pyqt? [Y/n] y
:: Replace qt4 with extra/qt? [Y/n] y
warning: opera: forcing upgrade to version 9.25-2
warning: perl-anyevent: forcing upgrade to version 2.8-5
resolving dependencies...

Remove: qt4  pyqt4  freetype2-lcd

Total Removed Size:   74.74 MB

Targets: pcre-7.5-1  glib2-2.14.5-1  qt-4.3.3-4  qscintilla-2.1-3  pyqt-4.3.3-1  readline-5.2-7  jack-audio-connection-kit-0.109.0-1  kde-common-3.5.8-3
         libxft-lcd-2.1.12-5  qt3-3.3.8-6.1  arts-1.5.8-2  avahi-0.6.20-3  kdelibs-3.5.8-4  amarok-engine-xine-1.4.8-1  amarok-base-1.4.8-2  python-2.5.1-5
         tcl-8.5.0-1  tk-8.5.0-1  amsn-0.97-2  cairo-lcd-1.4.12-6  confuse-2.6-1  awesome-2.1-2  bluez-utils-3.24-2  bwidget-1.8.0-2  dbus-qt3-0.62-3
         dhcpcd-3.1.9-1  dvd+rw-tools-7.0-4  e2fsprogs-1.40.4-1  gnome-desktop-2.20.3-1  eog-2.20.4-1  gnome-keyring-2.20.3-1  evolution-data-server-1.12.3-1
         x264-20071202-1  ffmpeg-20071204-1  file-roller-2.20.3-1  ghc-6.8.2-1  gmime-2.2.15-1  pygobject-2.14.1-1  pygtk-2.12.1-1  gnome-menus-2.20.3-1
         libwnck-2.20.3-1  gnome-panel-2.20.3-1  gucharmap-1.10.2-1  libgtop-2.20.1-1  gnome-applets-2.20.1-1  gnome-python-desktop-2.20.0-3  guile-1.8.3-1
         gnome-games-2.20.3-1  gnome-session-2.20.3-1  gnome-system-monitor-2.20.2-1  vte-0.16.12-1  gnome-terminal-2.18.4-1  gnome-utils-2.20.0.1-2
         gstreamer0.10-x264-0.10.5-2  gtkhtml-3.16.3-1  haskell-x11-1.4.1-1  hddtemp-0.3.beta15.38-1  imagemagick-6.3.8.0-1  kdebase-3.5.8-3
         kernel26-2.6.23.14-1  ktorrent-2.2.5-1  libao-0.8.8-2  libmikmod-3.1.12-1  freetype2-2.3.5-1  libxfont-1.3.1-2  lvm2-2.02.31-1  mplayer-1.0rc2-2.1
         nitrogen-1.2-2  obconf-2.0.2-3  obmenu-1.0-4  opera-9.25-2  orca-2.20.3-1  perl-anyevent-2.8-5  rxvt-unicode-9.0-1  seahorse-2.20.3-1
         skype-2.0.0.27-2  sonata-1.4-1  sox-14.0.0-1  thunar-0.9.0-2  totem-plparser-2.21.90-1  totem-2.20.1-3  ttf-dejavu-2.23-1  vbetool-1.0-2
         vi-7.1.228-1  which-2.19-2  wine-0.9.53-1  xchat-2.8.4-2  xmonad-0.6-1  xorg-server-1.4.0.90-5  xorg-xinit-1.0.7-3  yakuake-2.8.1-1

Total Download Size:    344.36 MB
Total Installed Size:   360.75 MB

Proceed with installation? [Y/n] y
:: Retrieving packages from core...
 pcre-7.5-1-i686          347.6K  593.3K/s 00:00:01 [####################################################################################################] 100%
 glib2-2.14.5-1-i686     1351.4K  765.4K/s 00:00:02 [####################################################################################################] 100%
 readline-5.2-7-i686      271.5K  535.2K/s 00:00:01 [####################################################################################################] 100%
 dhcpcd-3.1.9-1-i686       32.3K  151.5K/s 00:00:00 [####################################################################################################] 100%
 e2fsprogs-1.40.4-1-i686 1339.2K  895.9K/s 00:00:01 [####################################################################################################] 100%
 kernel26-2.6.23.14-1...   23.0M  515.9K/s 00:00:46 [####################################################################################################] 100%
 lvm2-2.02.31-1-i686      777.0K  972.2K/s 00:00:01 [####################################################################################################] 100%
 vi-7.1.228-1-i686          7.6M  846.7K/s 00:00:09 [####################################################################################################] 100%
 which-2.19-2-i686         11.1K   84.6K/s 00:00:00 [####################################################################################################] 100%
:: Retrieving packages from extra...
 qt-4.3.3-4-i686           16.0M  502.1K/s 00:00:33 [####################################################################################################] 100%
 qscintilla-2.1-3-i686   1976.6K  918.8K/s 00:00:02 [####################################################################################################] 100%
 pyqt-4.3.3-1-i686          2.6M  946.8K/s 00:00:03 [####################################################################################################] 100%
 jack-audio-connectio...  285.2K  449.7K/s 00:00:01 [####################################################################################################] 100%
 kde-common-3.5.8-3-i686  113.9K  337.6K/s 00:00:00 [####################################################################################################] 100%
 qt3-3.3.8-6.1-i686         9.9M  630.6K/s 00:00:16 [####################################################################################################] 100%
 arts-1.5.8-2-i686       1386.1K  480.9K/s 00:00:03 [####################################################################################################] 100%
 avahi-0.6.20-3-i686      654.9K  760.4K/s 00:00:01 [####################################################################################################] 100%
 kdelibs-3.5.8-4-i686      19.8M  567.1K/s 00:00:36 [####################################################################################################] 100%
 amarok-engine-xine-1...   66.5K  191.7K/s 00:00:00 [####################################################################################################] 100%
 sonata-1.4-1-i686        362.1K  463.0K/s 00:00:01 [####################################################################################################] 100%
 sox-14.0.0-1-i686        569.6K  473.0K/s 00:00:01 [####################################################################################################] 100%
 thunar-0.9.0-2-i686     1293.6K  574.7K/s 00:00:02 [####################################################################################################] 100%
 totem-plparser-2.21....  938.4K  514.4K/s 00:00:02 [####################################################################################################] 100%
 totem-2.20.1-3-i686        2.3M  702.1K/s 00:00:03 [####################################################################################################] 100%
 ttf-dejavu-2.23-1-i686     4.0M  905.1K/s 00:00:04 [####################################################################################################] 100%
 vbetool-1.0-2-i686        16.9K  113.0K/s 00:00:00 [####################################################################################################] 100%
 wine-0.9.53-1-i686        13.1M  843.4K/s 00:00:16 [####################################################################################################] 100%
 xchat-2.8.4-2-i686         2.3M  809.1K/s 00:00:03 [####################################################################################################] 100%
 xorg-server-1.4.0.90...    7.3M  896.7K/s 00:00:08 [####################################################################################################] 100%
 xorg-xinit-1.0.7-3-i686   14.4K   88.6K/s 00:00:00 [####################################################################################################] 100%
 yakuake-2.8.1-1-i686     191.4K  440.5K/s 00:00:00 [####################################################################################################] 100%
:: Retrieving packages from community...
 libxft-lcd-2.1.12-5       83.9K  242.8K/s 00:00:00 [####################################################################################################] 100%
 amsn-0.97-2                3.2M  821.1K/s 00:00:04 [####################################################################################################] 100%
 cairo-lcd-1.4.12-6       554.0K  418.7K/s 00:00:01 [####################################################################################################] 100%
 confuse-2.6-1             47.3K  158.8K/s 00:00:00 [####################################################################################################] 100%
 awesome-2.1-2             60.6K  178.1K/s 00:00:00 [####################################################################################################] 100%
 bwidget-1.8.0-2          214.0K  411.3K/s 00:00:01 [####################################################################################################] 100%
 haskell-x11-1.4.1-1      701.6K  465.2K/s 00:00:02 [####################################################################################################] 100%
 hddtemp-0.3.beta15.38-1   22.7K  106.9K/s 00:00:00 [####################################################################################################] 100%
 obmenu-1.0-4              22.7K  121.3K/s 00:00:00 [####################################################################################################] 100%
 skype-2.0.0.27-2          14.5M  817.5K/s 00:00:18 [####################################################################################################] 100%
 xmonad-0.6-1             810.0K  635.8K/s 00:00:01 [####################################################################################################] 100%
checking package integrity...
(91/91) checking for file conflicts                 [####################################################################################################] 100%
error: could not prepare transaction
error: failed to commit transaction (conflicting files)
tk: /usr/include/ttkDecls.h exists in filesystem
Errors occurred, no packages were upgraded.
:~/Desktop$

Unsure how to proceed hmm

Offline

#13 2008-01-29 22:27:08

jacko
Member
Registered: 2007-11-23
Posts: 840

Re: Pacman upgrade problem with cairo and libxft

tk: /usr/include/ttkDecls.h exists in filesystem

edit: shining's command says its a tk dependency, so I would follow his advice and force tk package upgrade.


edit, also, I am not sure which version of pacman is in core, but I am using pacman 3.1.1 and it has worked ok for me since I d/l'd weeks ago. I haven't found any real bugs.
I would enable testing repository and issue

pacman -Sy testing/pacman

to get the newest pacman and then disbale the testing repository again and continue on. Just my 2 cents.

Last edited by jacko (2008-01-29 22:32:01)

Offline

#14 2008-01-29 22:28:00

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: Pacman upgrade problem with cairo and libxft

What does pacman -Qo /usr/include/ttkDecls.h say?
You might be able to force tk update with : pacman -Sf tk .


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#15 2008-01-29 22:37:40

colbert
Member
Registered: 2007-12-16
Posts: 809

Re: Pacman upgrade problem with cairo and libxft

bobby@dabox:~/Desktop$ pacman -Qo /usr/include/ttkDecls.h
/usr/include/ttkDecls.h is owned by tile 0.7.8-1
bobby@dabox:~/Desktop$

Should I do pacman -Sf tk now??

Offline

#16 2008-01-29 22:56:03

colbert
Member
Registered: 2007-12-16
Posts: 809

Re: Pacman upgrade problem with cairo and libxft

Okay it worked!

bobby@dabox:~$ sudo pacman -Sf tk
Password: 
resolving dependencies...
looking for inter-conflicts...

Targets: tcl-8.5.0-1  tk-8.5.0-1  

Total Download Size:    0.00 MB
Total Installed Size:   3.64 MB

Proceed with installation? [Y/n] y
checking package integrity...
(1/2) upgrading tcl                                 [####################################################################################################] 100%
(2/2) upgrading tk                                  [####################################################################################################] 100%
bobby@dabox:~$ pacup
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
:: Starting full system upgrade...
warning: opera: forcing upgrade to version 9.25-2
warning: perl-anyevent: forcing upgrade to version 2.8-5
resolving dependencies...
looking for inter-conflicts...

Targets: pcre-7.5-1  glib2-2.14.5-1  readline-5.2-7  jack-audio-connection-kit-0.109.0-1  kde-common-3.5.8-3  libxft-lcd-2.1.12-5  qt3-3.3.8-6.1  
         arts-1.5.8-2  avahi-0.6.20-3  kdelibs-3.5.8-4  amarok-engine-xine-1.4.8-1  amarok-base-1.4.8-2  python-2.5.1-5  amsn-0.97-2  cairo-lcd-1.4.12-6  
         confuse-2.6-1  awesome-2.1-2  bluez-utils-3.24-2  bwidget-1.8.0-2  dbus-qt3-0.62-3  dhcpcd-3.1.9-1  dvd+rw-tools-7.0-4  e2fsprogs-1.40.4-1  
         gnome-desktop-2.20.3-1  eog-2.20.4-1  gnome-keyring-2.20.3-1  evolution-data-server-1.12.3-1  x264-20071202-1  ffmpeg-20071204-1  
         file-roller-2.20.3-1  ghc-6.8.2-1  gmime-2.2.15-1  pygobject-2.14.1-1  pygtk-2.12.1-1  gnome-menus-2.20.3-1  libwnck-2.20.3-1  gnome-panel-2.20.3-1  
         gucharmap-1.10.2-1  libgtop-2.20.1-1  gnome-applets-2.20.1-1  gnome-python-desktop-2.20.0-3  guile-1.8.3-1  gnome-games-2.20.3-1  
         gnome-session-2.20.3-1  gnome-system-monitor-2.20.2-1  vte-0.16.12-1  gnome-terminal-2.18.4-1  gnome-utils-2.20.0.1-2  gstreamer0.10-x264-0.10.5-2  
         gtkhtml-3.16.3-1  haskell-x11-1.4.1-1  hddtemp-0.3.beta15.38-1  imagemagick-6.3.8.0-1  kdebase-3.5.8-3  kernel26-2.6.23.14-1  ktorrent-2.2.5-1  
         libao-0.8.8-2  libmikmod-3.1.12-1  freetype2-2.3.5-1  libxfont-1.3.1-2  lvm2-2.02.31-1  mplayer-1.0rc2-2.1  nitrogen-1.2-2  obconf-2.0.2-3  
         obmenu-1.0-4  opera-9.25-2  orca-2.20.3-1  perl-anyevent-2.8-5  qt-4.3.3-4  qscintilla-2.1-3  pyqt-4.3.3-1  rxvt-unicode-9.0-1  seahorse-2.20.3-1  
         skype-2.0.0.27-2  sonata-1.4-1  sox-14.0.0-1  thunar-0.9.0-2  totem-plparser-2.21.90-1  totem-2.20.1-3  ttf-dejavu-2.23-1  vbetool-1.0-2  
         vi-7.1.228-1  which-2.19-2  wine-0.9.53-1  xchat-2.8.4-2  xmonad-0.6-1  xorg-server-1.4.0.90-5  xorg-xinit-1.0.7-3  yakuake-2.8.1-1  

Total Download Size:    0.00 MB
Total Installed Size:   357.11 MB

Proceed with installation? [Y/n] y
checking package integrity...
(89/89) checking for file conflicts                 [####################################################################################################] 100%
( 1/89) upgrading pcre                              [####################################################################################################] 100%
( 2/89) upgrading glib2                             [####################################################################################################] 100%
( 3/89) upgrading readline                          [####################################################################################################] 100%
( 4/89) upgrading jack-audio-connection-kit         [####################################################################################################] 100%

 --> The audio server comes with a daemon script that runs it as root.
 --> Configuration happens in /etc/conf.d/jack-audio-connection-kit and is
 --> documented there. If you like to run it as normal user you can
 --> download qjackctl and control the server with a gui.

 --> NOTE: Running jack as root to enable realtime capabilities isn't
 --> needed any longer. As of kernel-2.6.12 and pam > 0.80-2 you can
 --> achieve the rights to run real-time on a per group basis, which is
 --> controlled by /etc/security/limits.conf

( 5/89) upgrading kde-common                        [####################################################################################################] 100%
For more info on KDE please have a look at:
'http://wiki.archlinux.org/index.php/KDE'
( 6/89) upgrading libxft-lcd                        [####################################################################################################] 100%
( 7/89) installing qt3                              [####################################################################################################] 100%
INFORMATION:
Documentation is seperated it's called qt3-doc
( 8/89) upgrading arts                              [####################################################################################################] 100%
( 9/89) upgrading avahi                             [####################################################################################################] 100%
(10/89) upgrading kdelibs                           [####################################################################################################] 100%
(11/89) upgrading amarok-engine-xine                [####################################################################################################] 100%
(12/89) upgrading amarok-base                       [####################################################################################################] 100%
==> amarok: advanced feature dependences:
    -------------------------------------
    visualisations: 'sdl' + 'libvisual' + 'libvisual-plugins' >=0.4.0
    advanced scripting:                      'python'     
    collection database:                                  
     \-  MySQL:                              'mysql'      
     \-  PostgreSQL:                         'postgresql' 
    media device support:                                 
     \-  iPod:                               'libgpod'    
     \-  iRiver:                             'libifp'     
     \-  Creative Nomad, Dell DJ and others: 'libnjb' >=2.0  
     \-  devices supporting Microsoft MTP:   'libmtp' >=0.2.4 
        
(13/89) upgrading python                            [####################################################################################################] 100%
(14/89) upgrading amsn                              [####################################################################################################] 100%
(15/89) upgrading cairo-lcd                         [####################################################################################################] 100%
(16/89) upgrading confuse                           [####################################################################################################] 100%
(17/89) upgrading awesome                           [####################################################################################################] 100%
(18/89) upgrading bluez-utils                       [####################################################################################################] 100%
(19/89) upgrading bwidget                           [####################################################################################################] 100%
(20/89) upgrading dbus-qt3                          [####################################################################################################] 100%
(21/89) upgrading dhcpcd                            [####################################################################################################] 100%
(22/89) upgrading dvd+rw-tools                      [####################################################################################################] 100%
(23/89) upgrading e2fsprogs                         [####################################################################################################] 100%
(24/89) upgrading gnome-desktop                     [####################################################################################################] 100%
(25/89) upgrading eog                               [####################################################################################################] 100%
(26/89) upgrading gnome-keyring                     [####################################################################################################] 100%
(27/89) upgrading evolution-data-server             [####################################################################################################] 100%
(28/89) upgrading x264                              [####################################################################################################] 100%
(29/89) upgrading ffmpeg                            [####################################################################################################] 100%
(30/89) upgrading file-roller                       [####################################################################################################] 100%
(31/89) upgrading ghc                               [####################################################################################################] 100%
(32/89) upgrading gmime                             [####################################################################################################] 100%
(33/89) upgrading pygobject                         [####################################################################################################] 100%
(34/89) upgrading pygtk                             [####################################################################################################] 100%
(35/89) upgrading gnome-menus                       [####################################################################################################] 100%
(36/89) upgrading libwnck                           [####################################################################################################] 100%
(37/89) upgrading gnome-panel                       [####################################################################################################] 100%
(38/89) upgrading gucharmap                         [####################################################################################################] 100%
(39/89) upgrading libgtop                           [####################################################################################################] 100%
(40/89) upgrading gnome-applets                     [####################################################################################################] 100%
(41/89) upgrading gnome-python-desktop              [####################################################################################################] 100%
(42/89) upgrading guile                             [####################################################################################################] 100%
(43/89) upgrading gnome-games                       [####################################################################################################] 100%
(44/89) upgrading gnome-session                     [####################################################################################################] 100%
(45/89) upgrading gnome-system-monitor              [####################################################################################################] 100%
(46/89) upgrading vte                               [####################################################################################################] 100%
(47/89) upgrading gnome-terminal                    [####################################################################################################] 100%
(48/89) upgrading gnome-utils                       [####################################################################################################] 100%
(49/89) upgrading gstreamer0.10-x264                [####################################################################################################] 100%
(50/89) upgrading gtkhtml                           [####################################################################################################] 100%
ghc-pkg: cannot find package X11-1.4.0
(51/89) upgrading haskell-x11                       [####################################################################################################] 100%
Reading package info from stdin ... done.
Saving old package config file... done.
Writing new package config file... done.
(52/89) upgrading hddtemp                           [####################################################################################################] 100%
(53/89) upgrading imagemagick                       [####################################################################################################] 100%
(54/89) upgrading kdebase                           [####################################################################################################] 100%
(55/89) upgrading kernel26                          [####################################################################################################] 100%
>>>
>>> If you use the LILO bootloader, you should run 'lilo' before rebooting.
>>>
>>> Updating module dependencies. Please wait ...
>>> MKINITCPIO SETUP
>>> ----------------
>>> If you use LVM2, Encrypted root or software RAID,
>>> Ensure you enable support in /etc/mkinitcpio.conf .
>>> More information about mkinitcpio setup can be found here:
>>> http://wiki.archlinux.org/index.php/Mkinitcpio

>>> Generating initial ramdisk, using mkinitcpio.  Please wait...
==> Building image "default"
==> Running command: /sbin/mkinitcpio -k 2.6.23-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
:: Begin build
:: Parsing hook [base]
:: Parsing hook [udev]
:: Parsing hook [autodetect]
:: Parsing hook [scsi]
:: Parsing hook [sata]
:: Parsing hook [usb]
:: Parsing hook [usbinput]
:: Parsing hook [keymap]
:: Parsing hook [filesystems]
:: Generating module dependencies
:: Generating image '/boot/kernel26.img'...SUCCESS
==> SUCCESS
==> Building image "fallback"
==> Running command: /sbin/mkinitcpio -k 2.6.23-ARCH -c /etc/mkinitcpio.d/kernel26-fallback.conf -g /boot/kernel26-fallback.img
:: Begin build
:: Parsing hook [base]
:: Parsing hook [udev]
:: Parsing hook [ide]
:: Parsing hook [pata]
:: Parsing hook [scsi]
:: Parsing hook [sata]
:: Parsing hook [usbinput]
:: Parsing hook [raid]
:: Parsing hook [filesystems]
:: Generating module dependencies
:: Generating image '/boot/kernel26-fallback.img'...SUCCESS
==> SUCCESS
(56/89) upgrading ktorrent                          [####################################################################################################] 100%
(57/89) upgrading libao                             [####################################################################################################] 100%
(58/89) upgrading libmikmod                         [####################################################################################################] 100%
(59/89) installing freetype2                        [####################################################################################################] 100%
(60/89) upgrading libxfont                          [####################################################################################################] 100%
(61/89) upgrading lvm2                              [####################################################################################################] 100%
(62/89) upgrading mplayer                           [####################################################################################################] 100%
(63/89) upgrading nitrogen                          [####################################################################################################] 100%
(64/89) upgrading obconf                            [####################################################################################################] 100%
update desktop mime database...
(65/89) upgrading obmenu                            [####################################################################################################] 100%
(66/89) upgrading opera                             [####################################################################################################] 100%
(67/89) upgrading orca                              [####################################################################################################] 100%
(68/89) upgrading perl-anyevent                     [####################################################################################################] 100%
(69/89) upgrading qt                                [####################################################################################################] 100%
(70/89) upgrading qscintilla                        [####################################################################################################] 100%
(71/89) upgrading pyqt                              [####################################################################################################] 100%
(72/89) upgrading rxvt-unicode                      [####################################################################################################] 100%
(73/89) upgrading seahorse                          [####################################################################################################] 100%
(74/89) upgrading skype                             [####################################################################################################] 100%
(75/89) upgrading sonata                            [####################################################################################################] 100%
Sonata optional deps:
gnome-python-extras for enhanced system tray support
tagpy for tag editing functionality
zsi for lyric fetching functionality
(76/89) upgrading sox                               [####################################################################################################] 100%
(77/89) upgrading thunar                            [####################################################################################################] 100%
(78/89) upgrading totem-plparser                    [####################################################################################################] 100%
(79/89) upgrading totem                             [####################################################################################################] 100%

==> Totem has been built with GStreamer. By default, totem does not depend
==> on any GStreamer plugin.
==> To play media files, each required codec has a gstreamer0.10-[codec]
==> package.
==>
==> There's also a xine build of Totem available, install totem-xine instead of
==> this package if you want xine to play your media files.

(80/89) upgrading ttf-dejavu                        [####################################################################################################] 100%
Updating font cache... done.
(81/89) upgrading vbetool                           [####################################################################################################] 100%
Remove vi related symlinks ...
(82/89) upgrading vi                                [####################################################################################################] 100%
Create vi related symlinks...
Updating vi help tags...done.
(83/89) upgrading which                             [####################################################################################################] 100%
(84/89) upgrading wine                              [####################################################################################################] 100%
(85/89) upgrading xchat                             [####################################################################################################] 100%
ghc-pkg: cannot find package xmonad-0.5
(86/89) upgrading xmonad                            [####################################################################################################] 100%
Reading package info from stdin ... done.
Saving old package config file... done.
Writing new package config file... done.
(87/89) upgrading xorg-server                       [####################################################################################################] 100%
:: Another libwfb has been detected.
(88/89) upgrading xorg-xinit                        [####################################################################################################] 100%
(89/89) upgrading yakuake                           [####################################################################################################] 100%
bobby@dabox:~$

Thanks a lot guys big_smile smile smile

Last edited by colbert (2008-01-29 22:59:15)

Offline

Board footer

Powered by FluxBB