You are not logged in.
i have this packer issue, ex when i call 'packer pdi' it shows me only 3 packages, but none of them is pdi http://imgur.com/aNavY.
i just made a fresh install of arch 64.
Last edited by faustian (2011-12-13 08:37:01)
Offline
[karol@black test]$ packer pdi
0 community/acetoneiso2 2.3-2
An all in one ISO tool (bin mdf nrg img daa dmg cdi b5i bwi pdi iso)
1 community/iat 0.1.7-4
Detects and converts DVD/CD images from BIN/MDF/PDI/CDI/NRG/B5I to ISO-9660
2 community/kydpdict 0.9.5-1
A front-end to YDP Collins Dictionary
3 aur/gopdit 0.2.9-1
A simple program to cut and merge MPEG2-PS files at GOP boundaries without
reencoding
4 aur/desktop2app 0.1.4-1
Creates a Rox AppDir wrapper from a .desktop file
5 aur/pdi2iso 0.1-2
A very simple utility to convert an instant copy bin image to the standard
ISO-9660 format
6 aur/libydpdict 1.0.0-1
Interface for Polish-English Collins Dictionary (library)
7 aur/ydpdict 1.0.0-1
Interface for Polish-English Collins Dictionary
8 aur/perl-test-tempdir 0.05-1
Temporary files support for testing.
9 aur/pdialog 0.1-1
pdialog is a simple python module that wraps Xdialog or dialog.
10 aur/ydpdict-plasmoid 0.7.8-1
KDE 4.X plasma interface for YDP Collins and Langenscheidt dictionaries on
Linux platform.
11 aur/chicken-npdiff 1.11-4
Chicken Scheme Egg: Compute the longest common subsequence of two sequences
12 aur/pdi 2.2-2
Pacman database Informer - pyqt GUI to perform Pacman queries quickly and easily.
13 aur/spdifconvert 0.4-1
Utility to prepare DTS/AC3 files for SPDIF output.
14 aur/pdiff-svn 53-2
A perceptual difference utility for images.Where did you get that packer from?
Offline
from AUR
Offline
Does 'packer -Ss pdi' give the same results - just these 3 packages from [community]?
Can you view info or install any package from AUR? That happens if you use '--auronly' switch?
You may want to post your problems on the packer's AUR page https://aur.archlinux.org/packages.php?ID=33378
Offline
As karol suggets, please post the output of packer -Ss pdi
#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.
Offline
packer -Ss pdi return the same result, --auronly return nothing
Offline
packer -Ss pdi return the same result, --auronly return nothing
Are you connected to the internet on that box? How exactly did you install packer?
#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.
Offline
i am connected to the internet
cd /path/to/packer
makepkg -s
sudo pacman -U *.xz
Offline
Works fine here:
$ packer -Ss pdi
aur/pdi 2.2-2 (16)
Pacman database Informer - pyqt GUI to perform Pacman queries quickly and easily.
aur/desktop2app 0.1.4-1 (12)
Creates a Rox AppDir wrapper from a .desktop file
aur/pdi2iso 0.1-2 (9)
A very simple utility to convert an instant copy bin image to the standard ISO-9660 format
aur/libydpdict 1.0.0-1 (9)
Interface for Polish-English Collins Dictionary (library)
aur/ydpdict 1.0.0-1 (7)
Interface for Polish-English Collins Dictionary
aur/gopdit 0.2.9-1 (7)
A simple program to cut and merge MPEG2-PS files at GOP boundaries without reencoding
aur/ydpdict-plasmoid 0.7.8-1 (6)
KDE 4.X plasma interface for YDP Collins and Langenscheidt dictionaries on Linux platform.
aur/spdifconvert 0.4-1 (0)
Utility to prepare DTS/AC3 files for SPDIF output.
aur/perl-test-tempdir 0.05-1 (0)
Temporary files support for testing.
aur/pdiff-svn 53-2 (0)
A perceptual difference utility for images.
aur/pdialog 0.1-1 (0)
pdialog is a simple python module that wraps Xdialog or dialog.
aur/chicken-npdiff 1.11-4 (0)
Chicken Scheme Egg: Compute the longest common subsequence of two sequencesMake sure you have a recent version:
$ pacman -Q packer
packer 20110729-1Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
Works fine here
Why doesn't your packer show the packages from [community]?
Offline
[faust@faust-k52f ~]$ pacman -Q packer
packer 20111201-1more recently than that?
Last edited by faustian (2011-12-02 07:27:08)
Offline
I'm guessing you don't have the deps required to access the AUR. No idea how makepkg let you bypass that. Taking another guess, you are using a very old copy of the Packer pkgbuild instead of getting the latest one from the AUR.
Are curl and jshon installed?
Are you using the most recent pkgbuild?
Are you behind some proxy?
Offline
i'm using router for internet..i ve just made a fresh install of arch 64..why wouldn t i have most recent pkgbuild?
Offline
.:B:. wrote:Works fine here
Why doesn't your packer show the packages from [community]?
Because i aliased it to
packer --auronly![]()
And bruenig, add regex support, dammit. Nothing nicer than being able to say ^pdi$.
Last edited by .:B:. (2011-12-02 21:11:05)
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
so other ideas?
Offline
It pretty much sounds like an issue on your end, not something that's wrong with packer.
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
Might be an issue with your SSL support config, as AUR now requires it.
Offline
i use network manager and a router for internet. what setting should i change?
Offline
Dunno. But you could first with any other AUR helper to see if that issue is happening with packer only.
Offline
solved, i had to 'update-ca-certificates'
Last edited by faustian (2011-12-13 08:37:18)
Offline