View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 22 posts ] 
Go to page 1, 2  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: Latest Updates
PostPosted: Mon Oct 28, 2013 10:30 am 
Offline
Joined: Mon Apr 10, 2006 3:48 pm
Posts: 997
Location: Lexington, Ky
Noticed that there were 54 new packages that could be installed. I ran pacman to install the updates but got the following error message.

Code:
(53/53) checking for file conflicts                [######################] 100%
error: failed to commit transaction (conflicting files)
supplemental-web: /data/srv/httpd/htdocs/favicon.ico exists in filesystem
glu: /usr/include/GL/glu.h exists in filesystem
glu: /usr/include/GL/glu_mangle.h exists in filesystem
glu: /usr/lib/libGLU.so exists in filesystem
glu: /usr/lib/libGLU.so.1 exists in filesystem
glu: /usr/lib/pkgconfig/glu.pc exists in filesystem
Errors occured, no packages were upgraded.


I think I can just delete the offending files but wanted to make sure before doing so.

Am sure that the Dev's would also like to know about the problem as well.


Top
 Profile  
 
 Post subject: Re: Latest Updates
PostPosted: Mon Oct 28, 2013 1:54 pm 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
The supplemental-web conflict is because you have local-website installed. supplemental-web replaces local-website and you can remove local-website
Code:
pacman -R local-website
or if you want to leave local-website installed just force supplemental-web
Code:
pacman -S --force supplemental-web


For glu can you tell me what owns the current files?
Code:
pacman -Qo /usr/include/GL/glu.h


Top
 Profile  
 
 Post subject: Re: Latest Updates
PostPosted: Mon Oct 28, 2013 2:29 pm 
Offline
Joined: Mon Apr 10, 2006 3:48 pm
Posts: 997
Location: Lexington, Ky
Here is the information requested.

Code:
[root@mythtv2 ~]# pacman -Qo /usr/include/GL/glu.h

/usr/include/GL/glu.h is owned by mesa 8.0.4-1


Thanks


Top
 Profile  
 
 Post subject: Re: Latest Updates
PostPosted: Mon Oct 28, 2013 3:04 pm 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
Are the rest of them owned by mesa too?


Top
 Profile  
 
 Post subject: Re: Latest Updates
PostPosted: Mon Oct 28, 2013 3:49 pm 
Offline
Joined: Mon Apr 10, 2006 3:48 pm
Posts: 997
Location: Lexington, Ky
Yes they are all owned by mesa 8.0.4-1


Top
 Profile  
 
 Post subject: Re: Latest Updates
PostPosted: Mon Oct 28, 2013 8:04 pm 
Offline
Joined: Mon Apr 10, 2006 3:48 pm
Posts: 997
Location: Lexington, Ky
Just as a note for reference this install was from the LinHES_R8.0.iso with a Partial Restore. XMBC was added an extra with pacman.

All updates have been applied using pacman.


Top
 Profile  
 
 Post subject: Re: Latest Updates
PostPosted: Mon Oct 28, 2013 9:52 pm 
Offline
Joined: Sun Sep 05, 2004 7:06 pm
Posts: 690
It's really an upgrade. I got the exact same messages as tscholl

Quote:
(53/53) checking for file conflicts [######################] 100%
error: failed to commit transaction (conflicting files)
supplemental-web: /data/srv/httpd/htdocs/favicon.ico exists in filesystem
glu: /usr/include/GL/glu.h exists in filesystem
glu: /usr/include/GL/glu_mangle.h exists in filesystem
glu: /usr/lib/libGLU.so exists in filesystem
glu: /usr/lib/libGLU.so.1 exists in filesystem
glu: /usr/lib/pkgconfig/glu.pc exists in filesystem
Errors occured, no packages were upgraded.

So I ran

Code:
pacman -S --force supplemental-web


and then

Code:
rm /usr/include/GL/glu.h
rm /usr/include/GL/glu_mangle.h
rm /usr/lib/libGLU.so
rm /usr/lib/libGLU.so.1
rm /usr/lib/pkgconfig/glu.pc

and then
Quote:
pacman -Syu


This kicked off the upgrade.

Once everything finished I just rebooted and my mythbox R8.0-2 came up fine.

I tested XBMC and ran some updates. I had to adjust the source for sound. All the other stuff like time and city and time zone was correct.
Really happy to be on XBMC 12.2 across the board again.

My remote snapstream firefly still works perfect in myth and xbmc so that's great

Launched google-chome and added the ad block extension. Check out flash and it works properly and it the lastest and greatest so that's super

Really like the change to mythweb. It is much easier to manage with all the links on the left. Really nice to see the whole list of all my shows in mythweb

Finally, mythwelcome still works and the messages,log looks good!!!!! :D


Thanks for the upgrade it's a good improvement!!!


Top
 Profile  
 
 Post subject: Re: Latest Updates
PostPosted: Tue Oct 29, 2013 6:35 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
Like supplemental-web it is fine to force glu
Code:
pacman -S --force glu


Top
 Profile  
 
 Post subject: Re: Latest Updates
PostPosted: Tue Oct 29, 2013 12:20 pm 
Offline
Joined: Mon Apr 10, 2006 3:48 pm
Posts: 997
Location: Lexington, Ky
Any advantage to leaving the local website installed?


Top
 Profile  
 
 Post subject: Re: Latest Updates
PostPosted: Tue Oct 29, 2013 1:45 pm 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
tscholl wrote:
Any advantage to leaving the local website installed?

No. I am working on having the supplemental-web pkg automatically replace local-website now.


Top
 Profile  
 
 Post subject: Re: Latest Updates
PostPosted: Tue Oct 29, 2013 3:32 pm 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
supplemental-web should now replace local-website but due to a file conflict you will have to force the install:
Code:
pacman -S --force supplemental-web


Top
 Profile  
 
 Post subject: Re: Latest Updates
PostPosted: Tue Oct 29, 2013 4:00 pm 
Offline
Joined: Mon Apr 10, 2006 3:48 pm
Posts: 997
Location: Lexington, Ky
brfransen

Thanks for the information. It sounds like the correct path to install the updates are the following steps:

Code:
pacman -S --force supplemental-web
pacman -S --force glu
pacman -Syu


Top
 Profile  
 
 Post subject: Re: Latest Updates
PostPosted: Wed Oct 30, 2013 12:45 pm 
Offline
Joined: Mon Apr 10, 2006 3:48 pm
Posts: 997
Location: Lexington, Ky
Tried the commands from the previous post and got the following messages.

Code:
[root@mythtv2 ~]# pacman -S --force supplemental-web
resolving dependencies...
looking for inter-conflicts...

Packages (3):

Name                   Old Version  New Version  Net Change

core/runit-scripts     8.0-1        8.0-6         -0.73 MiB
extra/shellinabox                   2.14-6         0.35 MiB
core/supplemental-web  8.0-1        8.0-9         -0.19 MiB

Total Installed Size:   1.04 MiB
Net Upgrade Size:       -0.57 MiB

:: Proceed with installation? [Y/n] Y
(3/3) checking keys in keyring                     [######################] 100%
(3/3) checking package integrity                   [######################] 100%
(3/3) loading package files                        [######################] 100%
(3/3) checking for file conflicts                  [######################] 100%
(1/3) upgrading runit-scripts                      [######################] 100%
warning: directory permissions differ on /etc/
filesystem: 775  package: 755
warning: directory permissions differ on /etc/rc.d/
filesystem: 775  package: 755
warning: directory permissions differ on /etc/rc.d/functions.d/
filesystem: 775  package: 755
(2/3) installing shellinabox                       [######################] 100%
warning: directory permissions differ on /etc/
filesystem: 775  package: 755
warning: directory permissions differ on /etc/rc.d/
filesystem: 775  package: 755
warning: directory permissions differ on /etc/conf.d/
filesystem: 775  package: 755
Generate lighttpd include...
    gen_light_conf: reading in shellinaboxd.conf
    gen_light_conf: reading in ssl-inc.conf
    gen_light_conf: reading in lighttpd-supplement.conf
    gen_light_conf: reading in mythweb.conf
Create link to linhes.pem...
Start runit service for shellinaboxd...
adding shellinaboxd
warning: shellinaboxd: unable to open supervise/ok: file does not exist
error: command failed to execute correctly
Optional dependencies for shellinabox
    openssh: SSL support [installed]
(3/3) upgrading supplemental-web                   [######################] 100%
warning: directory permissions differ on /data/srv/httpd/htdocs/
filesystem: 775  package: 755
warning: directory permissions differ on /etc/
filesystem: 775  package: 755
    gen_light_conf: reading in shellinaboxd.conf
    gen_light_conf: reading in ssl-inc.conf
    gen_light_conf: reading in lighttpd-supplement.conf
    gen_light_conf: reading in mythweb.conf
==> Forcing a re-read of lighttpd's configuration file.

[root@mythtv2 ~]# pacman -S --force glu
resolving dependencies...
looking for inter-conflicts...

Packages (1):

Name       New Version  Net Change

extra/glu  9.0.0-2        0.52 MiB

Total Installed Size:   0.52 MiB

:: Proceed with installation? [Y/n] Y
(1/1) checking keys in keyring                     [######################] 100%
(1/1) checking package integrity                   [######################] 100%
(1/1) loading package files                        [######################] 100%
(1/1) checking for file conflicts                  [######################] 100%
(1/1) installing glu                               [######################] 100%
[root@mythtv2 ~]# pacman -Syu
:: Synchronizing package databases...
 core                     162.6 KiB   351K/s 00:00 [######################] 100%
 extra                     81.3 KiB   275K/s 00:00 [######################] 100%
:: Starting full system upgrade...
:: Replace chromium with extra/google-chrome? [Y/n] Y
:: Replace local-website with core/supplemental-web? [Y/n] Y
resolving dependencies...
warning: dependency cycle detected:
warning: php-gd will be installed before its php dependency
warning: dependency cycle detected:
warning: php-mcrypt will be installed before its php dependency
looking for inter-conflicts...

warning: insufficient columns available for table display
Packages (52): LinHES-config-8.0-13  LinHES-system-8.0-29  bash-4.2.045-2
               certmaster-0.28-4  ceton_infinitv-2012_1116_1219-3
               chromium-23.0.1271.64-1 [removal]  dcron-4.5-3
               dvb-firmware-1-19  e16_theme_settings-1.0-16  func-0.25-16
               google-chrome-30.0.1599.101-1  keylaunch-1.3.9-9  libcec-2.1.3-1
               libmcrypt-2.5.8-3  libmicrohttpd-0.9.27-1  lighttpd-1.4.32-2
               linhes-scripts-7-58  linhes-theme-1.4-4  linhes-udev-rules-8-4
               linux-firmware-20130905-1  local-website-2-30 [removal]
               mytharchive-0.25-19  mythbrowser-0.25-19  mythgallery-0.25-19
               mythgame-0.25-19  mythinstall-3-80  mythmusic-0.25-19
               mythnetvision-0.25-19  mythnews-0.25-19  mythtv-0.25-33
               mythweather-0.25-19  mythweb-0.25-9  nettle-2.7.1-1  nspr-4.10-2
               nss-3.15.1-1  php-5.4.8-2  php-cgi-5.4.8-2  php-gd-5.4.8-2
               php-mcrypt-5.4.8-2  postfix-2.10.2-1  pygobject2-devel-2.28.6-9
               python2-gobject2-2.28.6-9  rsyslog-5.8.6-9
               supplemental-web-8.0-11  taglib-1.8-1  tinyxml-2.6.2-3
               ttf-dejavu-2.33-4  ttf-overlock-1.0-1  wmaker_settings-1.0-19
               xbmc-12.2-6  xcursor-vanilla-dmz-aa-0.4.3-1
               xymonserver-4.3.5-49

Total Download Size:    0.53 MiB
Total Installed Size:   485.47 MiB
Net Upgrade Size:       51.08 MiB

:: Proceed with installation? [Y/n] Y
:: Retrieving packages ...
 supplemental-web-8....   545.5 KiB   508K/s 00:01 [######################] 100%
(50/50) checking keys in keyring                   [######################] 100%
(50/50) checking package integrity                 [######################] 100%
(50/50) loading package files                      [######################] 100%
(50/50) checking for file conflicts                [######################] 100%
error: failed to commit transaction (conflicting files)
supplemental-web: /data/srv/httpd/htdocs/index.html exists in filesystem
Errors occurred, no packages were upgraded.


Do I need to force supplemental-web again? And then run the upgrade?


Top
 Profile  
 
 Post subject: Re: Latest Updates
PostPosted: Wed Oct 30, 2013 1:57 pm 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
Forcing glu shouldn't be needed anymore.


Top
 Profile  
 
 Post subject: Re: Latest Updates
PostPosted: Wed Oct 30, 2013 2:02 pm 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
tscholl wrote:
Do I need to force supplemental-web again? And then run the upgrade?
Yes or delete /data/srv/httpd/htdocs/index.html.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 22 posts ] 
Go to page 1, 2  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 99 guests


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 post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu