You are not logged in.

#1 2006-10-25 02:10:36

jack
Member
From: /usr/arg
Registered: 2005-11-17
Posts: 66

Beryl-svn is not in database?

I have problems to intall beryl packages.

[jack@nube ~]$ sudo pacman -Sy beryl-svn
:: Synchronizing package databases...
:: current is up to date
:: extra is up to date
:: unstable is up to date
:: community is up to date
beryl-svn: not found in sync db

This is a part of my pacman.conf. How I do resolv?. Help.:(

[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
Server = ftp://ftp.archlinux.de/pub/archlinux/unstable/os/i686
Server = ftp://ftp.heanet.ie/mirrors/ftp.archlin … le/os/i686
Server = ftp://ftp.belnet.be/packages/archlinux/unstable/os/i686

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

My nvidia driver beta and nvidia-utils are correct installed.
Use Arch x64 and nvidia on-board geforce 6150.

Offline

#2 2006-10-25 05:06:02

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Beryl-svn is not in database?

There is no beryl-svn package:

$ pacman -Ss beryl
unstable/beryl-core-svn 672-1
    Compiz fork without gnome dependencies (former compiz-quinn patchset)
unstable/beryl-dbus-svn 671-1
    DBUS plugin for beryl
unstable/beryl-manager-svn 671-1
    Management dockap for beryl
unstable/beryl-plugins-svn 677-1
    Plugins for beryl
unstable/beryl-settings-svn 671-1
    Settings manager for beryl
unstable/emerald-svn 671-1
    Window decorator for beryl
unstable/emerald-themes-svn 671-1
    Themes for emerald, the beryl window decorator

You probably want beryl-core-svn.

Offline

#3 2006-10-25 15:44:03

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: Beryl-svn is not in database?

It's a package group, maybe just wait for the mirrors.


1000

Offline

#4 2006-10-25 21:44:38

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Beryl-svn is not in database?

Ah... I didn't know that it was a group. Then, it's probably a mirroring issue like byte pointed out.

Offline

#5 2006-10-25 23:29:49

brain0
Developer
From: Aachen - Germany
Registered: 2005-01-03
Posts: 1,382

Re: Beryl-svn is not in database?

@jack: Put your preferred mirrors ABOVE the Include= line, not below.

Offline

#6 2006-10-26 17:00:54

jack
Member
From: /usr/arg
Registered: 2005-11-17
Posts: 66

Re: Beryl-svn is not in database?

NOT WORKS!.:(

My pacman.conf:

#
# /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


#
# 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/x86_64

[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

Help!.

Offline

Board footer

Powered by FluxBB