You are not logged in.

#1 2007-01-23 18:26:51

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

Pacman -Syu repeats the same downloads/installs(solved)

Todays downloads repeat again and again with pacman -Syu and always the same items...


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

#2 2007-01-23 20:40:22

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

Re: Pacman -Syu repeats the same downloads/installs(solved)

#
# /etc/pacman.conf
#
# NOTE: If you find a mirror that is geographically close to you, please
#       move it to the top of the server list, so pacman will choose it
#       first.
#
# To re-sort your mirror lists by ping/traceroute results, use the
# /usr/bin/sortmirrors script.  It requires the "netselect" package.
#

# See the pacman manpage for option directives

#
# GENERAL OPTIONS
#
#
#
[options]
LogFile     = /var/log/pacman.log
NoUpgrade   = etc/passwd etc/group etc/shadow etc/sudoers
NoUpgrade   = etc/fstab etc/raidtab etc/ld.so.conf
NoUpgrade   = etc/rc.conf etc/rc.local
NoUpgrade   = etc/modprobe.conf etc/modules.conf
NoUpgrade   = etc/lilo.conf boot/grub/menu.lst
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#Xfercommand = /usr/bin/aria2c - s 2 -m 2 -o %o %u
#XferCommand = /usr/bin/pacget %u %o
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here.
#   - local/custom mirrors can be added here or in separate files
#

#[testing]
#Server = ftp://ftp.archlinux.org/testing/os/i686

[current]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/current

[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/extra

#[unstable]
# Add your preferred servers here, they will be used first
#Include = /etc/pacman.d/unstable

#[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/community

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs

The above is pacman.conf on my machine.  I receive the following from pacman each time I use ....pacman -Syu....

====================================================================================
[root@n6re ~]# pacman -Syu
config: line 16: syntax error
:: Synchronizing package databases...
:: current is up to date
:: extra is up to date
:: community is up to date

Targets: glib2-2.12.9-1 xf86-video-ati-6.6.3-3

Total Package Size:   5.3 MB

Proceed with upgrade? [Y/n]

What is the syntax error?


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 2007-01-24 01:16:07

noriko
Member
From: In My Mind
Registered: 2006-06-09
Posts: 535
Website

Re: Pacman -Syu repeats the same downloads/installs(solved)

#[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/community 


The.Revolution.Is.Coming - - To fight, To hunger, To Resist!

Offline

#4 2007-01-24 01:39:02

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

Re: Pacman -Syu repeats the same downloads/installs(solved)

Noriko;

I do not see what you have indicated with your post ?


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

#5 2007-01-24 02:15:19

wickedlester
Member
From: Texas, USA
Registered: 2004-07-22
Posts: 144

Re: Pacman -Syu repeats the same downloads/installs(solved)

uncomment community. you have:

#[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/community

you need:

[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/community

Offline

#6 2007-01-24 08:10:12

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Pacman -Syu repeats the same downloads/installs(solved)

community has nothing to do with this

Offline

#7 2007-01-24 15:37:15

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

Re: Pacman -Syu repeats the same downloads/installs(solved)

Changed the community line as reuested.

The following is the pacman activity for this morning:


=====================================================================================

[root@n6re ~]# pacman -Syu
config: line 16: syntax error
:: Synchronizing package databases...
:: current is up to date
extra                    [################] 100%     275K    40.8K/s  00:00:06
community                [################] 100%     155K    57.5K/s  00:00:02

Targets: glib2-2.12.9-1 kdelibs-3.5.6-2 xf86-video-ati-6.6.3-3

Total Package Size:   25.3 MB

Proceed with upgrade? [Y/n] y

:: Retrieving packages from extra...
kdelibs-3.5.6-2          [################] 100%   20415K    84.1K/s  00:04:02

checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
upgrading glib2... done.
upgrading kdelibs... done.
upgrading xf86-video-ati... done.
[root@n6re ~]# pacman -Syu
config: line 16: syntax error
:: Synchronizing package databases...
:: current is up to date
:: extra is up to date
:: community is up to date

Targets: glib2-2.12.9-1 xf86-video-ati-6.6.3-3

Total Package Size:   5.3 MB

Proceed with upgrade? [Y/n] y

checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
upgrading glib2... done.
upgrading xf86-video-ati... done.
[root@n6re ~]# pacman -Syu
config: line 16: syntax error
:: Synchronizing package databases...
:: current is up to date
:: extra is up to date
:: community is up to date

Targets: glib2-2.12.9-1 xf86-video-ati-6.6.3-3

Total Package Size:   5.3 MB

Proceed with upgrade? [Y/n] y

checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
upgrading glib2... done.
upgrading xf86-video-ati... done.
[root@n6re ~]#           

Nothing seems to have changed.......


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

#8 2007-01-24 16:01:53

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: Pacman -Syu repeats the same downloads/installs(solved)

That happened to me before with pygtk. pacman -Rd those packages and then pacman -S them again right after and it should be gone...

Offline

#9 2007-01-24 16:24:33

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

Re: Pacman -Syu repeats the same downloads/installs(solved)

Performed the following:

====================================================================================

[root@n6re ~]# pacman -Rd glib2
config: line 16: syntax error
removing glib2... done.
[root@n6re ~]# pacman -S glib2
config: line 16: syntax error

Targets: glib2-2.12.9-1

Total Package Size:   1.2 MB

Proceed with upgrade? [Y/n] y

checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
upgrading glib2... done.
[root@n6re ~]# pacman -Rd xf86-video-ati
config: line 16: syntax error
removing xf86-video-ati... done.
[root@n6re ~]# pacman -S xf86-video-ati
config: line 16: syntax error

Targets: xf86-video-ati-6.6.3-3

Total Package Size:   4.2 MB

Proceed with upgrade? [Y/n] y

checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
upgrading xf86-video-ati... done.
[root@n6re ~]# pacman -Syu
config: line 16: syntax error
:: Synchronizing package databases...
:: current is up to date
:: extra is up to date
:: community is up to date
[root@n6re ~]#                     

Indications are that the repeats have halted.  Thanks for the advice......

The syntax error still remains for line 16......


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

#10 2007-01-24 17:46:36

vredfreak
Member
Registered: 2004-11-20
Posts: 66

Re: Pacman -Syu repeats the same downloads/installs(solved)

I looked into this a little bit and I "think" I know what the syntax error is.  Take a look at line 16 of /etc/pacman.d/current and see if it is missing the "#" at the beginning of the line.  I removed mine and got the exact same syntax error.  I don't know if that will fix the repitition problem or not, though. (if it still exists)


Hi.  I'm a sig.  What are you?

Offline

#11 2007-01-24 18:38:01

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

Re: Pacman -Syu repeats the same downloads/installs(solved)

vredfreak;

Appreciate your confirm of the syntax error. 

I no longer have the repeat problem with ...pacman -Syu.....

However, line 16 of my ....pacman.d/current is a listing of Server in Europe.

Please advise the item your line 16 refers to....I assume it has to do with a comment, not a server listing

My problem may be in Extra?


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

#12 2007-01-24 18:49:27

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

Re: Pacman -Syu repeats the same downloads/installs(solved)

Probed ...pacman.d for community and extra and cleared the offending entries....

pacman -Syu now is cleared of the syntax error.

The suggestion that it was pacman.config was very misleading.

Many thanks for the clue to my difficulty. big_smile


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

#13 2007-01-26 02:27:06

wickedlester
Member
From: Texas, USA
Registered: 2004-07-22
Posts: 144

Re: Pacman -Syu repeats the same downloads/installs(solved)

phrakture wrote:

community has nothing to do with this

I was showing him what noriko meant by his post. Sorry if it was misleading.

noriko wrote:

#[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/community

lilsirecho wrote:

Noriko;

I do not see what you have indicated with your post ?

Offline

Board footer

Powered by FluxBB