You are not logged in.

#1 2008-09-12 23:13:50

sgd
Member
Registered: 2008-09-12
Posts: 3

error: 'wine': not found in sync db

Hey all,
Been running archx86_64 for a while now (and i love it smile), but been having a bit of trouble with pacman recently, and despite my seaches, have not found a solution.

[root@myhost etc]# pacman -Sy wine
:: Synchronizing package databases...
 core                      31.4K   50.3K/s 00:00:01 [#####################] 100%
 extra                    400.6K  241.6K/s 00:00:02 [#####################] 100%
 community                333.1K  212.5K/s 00:00:02 [#####################] 100%
wine package not found, searching for group...
error: 'wine': not found in sync db

I'll just post my /etc/pacman.conf and /etc/pacman.d/mirrorlist

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

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

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

# Unstable is disabled by default.  To enable, uncomment the following
# two lines.  You can add preferred servers immediately after the header,
# and they will be used before the default mirrors.
#[unstable]
#Include = /etc/pacman.d/mirrorlist
# Australia
Server = ftp://mirror.pacific.net.au/linux/archlinux/$repo/os/x86_64
Server = ftp://mirror.aarnet.edu.au/pub/archlinux/$repo/os/x86_64

I have recently done

pacman -Syu

and just in case your wondering:

[elfguy@myhost ~]$ pacman -V

 .--.                  Pacman v3.2.1 - libalpm v3.1.0

Last edited by sgd (2008-09-12 23:14:41)

Offline

#2 2008-09-12 23:38:10

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,487
Website

Re: error: 'wine': not found in sync db

Wine does not build for x86_64 so you won't find it in the repo.  You should to look into the lib32 version on the AUR.

Offline

#3 2008-09-13 00:08:47

sgd
Member
Registered: 2008-09-12
Posts: 3

Re: error: 'wine': not found in sync db

aww gawd...  I can't believe I didn't realise that sad
thanks heaps

Offline

#4 2008-09-17 20:24:23

Piotr Pyclik
Member
From: Szczcin, Poland
Registered: 2008-09-17
Posts: 2
Website

Re: error: 'wine': not found in sync db

Allan wrote:

Wine does not build for x86_64 so you won't find it in the repo.  You should to look into the lib32 version on the AUR.

So why ther are Wine x86_64 packages in other distros, for example in Debian? I'm just curious, where's the problem...

Offline

#5 2008-09-17 20:40:51

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: error: 'wine': not found in sync db

Piotr Pyclik wrote:
Allan wrote:

Wine does not build for x86_64 so you won't find it in the repo.  You should to look into the lib32 version on the AUR.

So why ther are Wine x86_64 packages in other distros, for example in Debian? I'm just curious, where's the problem...

Those distros are by default multi-lib setups. They aren't pure 64 bit.

Last edited by skottish (2008-09-17 20:41:15)

Offline

#6 2008-09-17 20:47:53

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: error: 'wine': not found in sync db

In the AUR, the package is called bin32-wine (I just installed it to test it out....haven't really used it yet, other than running winecfg).  I don't think any of the distros have an actual 64 bit wine, but wine packaged to run with 32 bit libraries (pretty sure, at least smile ). To help find stuff like that more easily in the AUR, I like installing yaourt right away, then using it in lieu of pacman for normal daily package searching and management, with some handy alias's so I don't have to type yaourt all the time:

alias ys='yaourt -Ss'
alias yi='yaourt -S'
alias yu='yaourt -Syu --aur'
alias yr='yaourt -Rs'

Thus: ys wine -- gives you everthing applicable without leaving the terminal smile

Scott

Offline

#7 2008-09-17 21:01:58

Piotr Pyclik
Member
From: Szczcin, Poland
Registered: 2008-09-17
Posts: 2
Website

Re: error: 'wine': not found in sync db

I know about yaourt - good stuff, but thanks. wink

Offline

Board footer

Powered by FluxBB