[SOLOVED] 'pacman -S yaourt' tries for 64bit package-query on 32bit

I've been getting a 32bit chroot installed recently and have started over several times for learning and documentation purposes. One issue that has occurred every time is as follows:
- Per the ArchWiki, I have added the following to /opt/arch32/etc/pacman.conf to allow for 'pacman -S yaourt':
[archlinuxfr]
Server = http://repo.archlinux.fr/i686
- the only uncommented mirror in /opt/arch32/etc/pacman.d/mirrorlist is:
--- Server = http://distro.ibiblio.org/pub/linux/dis … po/os/i686
- everything that follows is done from my 32bit chroot, setup per the ArchWiki, with base and base-devel, daemon started, etc.
- pacman -Syu && pacman -S yaourt
- I have gotten this output every time I've tried:
[jwhendy@bigBang ~]$ sudo pacman -S yaourt
resolving dependencies...
looking for inter-conflicts...
Targets (6): run-parts-3.2.2-1 ca-certificates-20090814-3 curl-7.20.1-1
yajl-1.0.9-3 package-query-0.1.1-1 yaourt-0.9.3.2-1
Total Download Size: 0.62 MB
Total Installed Size: 2.71 MB
Proceed with installation? [Y/n]
:: Retrieving packages from core...
run-parts-3.2.2-1-i686 8.0K 1581.9K/s 00:00:00 [#####################] 100%
ca-certificates-200... 108.6K 1109.5K/s 00:00:00 [#####################] 100%
:: Retrieving packages from extra...
curl-7.20.1-1-i686.... 419.2K 1126.8K/s 00:00:00 [#####################] 100%
:: Retrieving packages from community...
yajl-1.0.9-3-i686.p... 25.3K 1097.4K/s 00:00:00 [#####################] 100%
:: Retrieving packages from archlinuxfr...
error: failed retrieving file 'package-query-0.1.1-1-x86_64.pkg.tar.xz' from repo.archlinux.fr : Not Found
yaourt-0.9.3.2-1-an... 60.3K 1171.3K/s 00:00:00 [#####################] 100%
warning: failed to retrieve some files from archlinuxfr
error: failed to commit transaction (Not Found)
Errors occurred, no packages were upgraded.
So... everything pacman is grabbing is i686 except package-query. Why in the world would this be? I would assume this happens on an actual 32bit install as well, but not sure... Could it have to do with me being on a 32bit chroot? I can't figure out how it would selectively be grabbing i686 and 64bit packages given my pacman.conf and mirrorlist, though...
- Workaround:
--- I've been just doing 'pacman -S curl yajl' and then using makepkg -si to install package-build from AUR
I wanted to post this, though, as I think something is wrong in a depends list or repo somewhere to be causing this time after time.
Is this me being stupid or is there something else going on here?
Last edited by jwhendy (2010-04-20 22:35:08)

1. First I issued 'pacman -R yaourt' and 'pacman -R package-query' to force a reinitiation of the package-query download
2. sudo pacman --debug -S yaourt:
[jwhendy@bigBang ~]$ sudo pacman --debug -S yaourt
debug: config: attempting to read file /etc/pacman.conf
debug: config: new section 'options'
debug: config: HoldPkg: pacman
debug: config: HoldPkg: glibc
debug: config: SyncFirst: pacman
debug: config: new section 'core'
debug: setlibpaths() called
debug: option 'cachedir' = /var/cache/pacman/pkg/
debug: registering sync database 'core'
debug: config: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: adding new server URL to database 'core': http://distro.ibiblio.org/pub/linux/dis … re/os/i686
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: new section 'extra'
debug: registering sync database 'extra'
debug: config: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: adding new server URL to database 'extra': http://distro.ibiblio.org/pub/linux/dis … ra/os/i686
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: new section 'community'
debug: registering sync database 'community'
debug: config: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: adding new server URL to database 'community': http://distro.ibiblio.org/pub/linux/dis … ty/os/i686
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: new section 'archlinuxfr'
debug: registering sync database 'archlinuxfr'
debug: adding new server URL to database 'archlinuxfr': http://repo.archlinux.fr/i686
debug: config: finished parsing /etc/pacman.conf
debug: registering local database
debug: loading package cache for repository 'local'
debug: loading package cache for repository 'core'
debug: loading package cache for repository 'extra'
debug: loading package cache for repository 'community'
debug: loading package cache for repository 'archlinuxfr'
debug: adding package yaourt-0.9.3.2-1 to the transaction targets
resolving dependencies...
debug: resolving target's dependencies
debug: started resolving dependencies
debug: checkdeps: package yaourt-0.9.3.2-1
debug: checkdeps: missing dependency 'package-query' for package 'yaourt'
debug: pulling dependency package-query (needed by yaourt)
debug: checkdeps: package package-query-0.1.1-1
debug: finished resolving dependencies
debug: started sorting dependencies
debug: sorting dependencies finished
looking for inter-conflicts...
debug: looking for conflicts
debug: check targets vs targets
debug: check targets vs targets
debug: check targets vs db and db vs targets
debug: check targets vs db
debug: check db vs targets
debug: checking dependencies
debug: checkdeps: package package-query-0.1.1-1
debug: checkdeps: package yaourt-0.9.3.2-1
debug: setting download size 12068 for pkg package-query
debug: found cached pkg: /var/cache/pacman/pkg/yaourt-0.9.3.2-1-any.pkg.tar.xz
debug: setting download size 0 for pkg yaourt
Targets (2): package-query-0.1.1-1  yaourt-0.9.3.2-1 
Total Download Size:    0.01 MB
Total Installed Size:   0.41 MB
Proceed with installation? [Y/n]
debug: using cachedir: /var/cache/pacman/pkg/
:: Retrieving packages from archlinuxfr...
debug: using 'package-query-0.1.1-1-x86_64.pkg.tar.xz' for download progress
debug: HTTP_PROXY: (null)
debug: http_proxy: (null)
debug: FTP_PROXY:  (null)
debug: ftp_proxy:  (null)
error: failed retrieving file 'package-query-0.1.1-1-x86_64.pkg.tar.xz' from repo.archlinux.fr : Not Found
warning: failed to retrieve some files from archlinuxfr
error: failed to commit transaction (Not Found)
Errors occurred, no packages were upgraded.
debug: unregistering database 'local'
debug: freeing package cache for repository 'local'
debug: unregistering database 'core'
debug: freeing package cache for repository 'core'
debug: unregistering database 'extra'
debug: freeing package cache for repository 'extra'
debug: unregistering database 'community'
debug: freeing package cache for repository 'community'
debug: unregistering database 'archlinuxfr'
debug: freeing package cache for repository 'archlinuxfr'

Similar Messages

  • Pacman installation very slow for some packages

    Lately pacman is acting a bit strange here. Some packages takes several minutes to install, even if they are small packages. An example of such packages is kdebase-runtime.
    If a run a normal pacman -S kdebase runtime the installation process hangs for 2-3 minutes at this point:
    (1/1) reinstalling kdebase-runtime [############################################################] 100%
    It happens every time I reinstall the package, and also when I upgrade it to a new version
    If I run pacman -S --debug kdebase-runtime, I can see that it hangs at:
    debug: executing "/usr/bin/bash" under chroot "/"
    This happens when I run pacman via sudo, when I'm root and when I use a frontend like yaourt.
    How can  I debug this issue?
    Edit: here are some benchmarks I did with the time command before pacman (time pacman -S <package name>). Of course I'm doing this with already downloaded packages, so that the download time is not taken into account.
    kdepimlibs (affected):
    real 1m31.312s
    user 0m1.110s
    sys 0m0.433s
    calibre (affected):
    real 1m33.768s
    user 0m3.457s
    sys 0m0.593s
    vlc (not affected):
    real 0m4.129s
    user 0m1.893s
    sys 0m0.210s
    Last edited by Box0 (2013-11-09 11:51:12)

    I have problem 4 days in a row. I tried with mirror list change, last mirror list, tried also with various mirrors to put on top of list, from Germany, USA, Australia, France...none of them are working. When I try to do pacman -Syu , some of error that i got is:
    error: failed retrieving file 'core.db' from mirror.de.leaseweb.net : Resolving timed out after 10519 milliseconds
    error: failed to update core (download library error)
    error: failed retrieving file 'extra.db' from mirror.de.leaseweb.net : Resolving timed out after 10519 milliseconds
    error: failed to update extra (download library error)
    This is my pacman.conf file:
    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    #GPGDir = /etc/pacman.d/gnupg/
    HoldPkg = pacman glibc
    #XferCommand = /usr/bin/curl -C - -f %u > %o
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #CleanMethod = KeepInstalled
    #UseDelta = 0.7
    Architecture = auto
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg = audacity
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options
    #UseSyslog
    Color
    #TotalDownload
    CheckSpace
    #VerbosePkgLists
    # By default, pacman accepts packages signed by keys that its local keyring
    # trusts (see pacman-key and its man page), as well as unsigned packages.
    SigLevel = Required DatabaseOptional
    LocalFileSigLevel = Optional
    #RemoteFileSigLevel = Required
    # NOTE: You must run `pacman-key --init` before first using pacman; the local
    # keyring can then be populated with the keys of all official Arch Linux
    # packagers with `pacman-key --populate archlinux`.
    # 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
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # - URLs will have $arch replaced by the name of the architecture
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # The testing repositories are disabled by default. To enable, uncomment the
    # repo name header and Include lines. You can add preferred servers immediately
    # after the header, and they will be used before the default mirrors.
    #[testing]
    #Include = /etc/pacman.d/mirrorlist
    [core]
    Include = /etc/pacman.d/mirrorlist
    [extra]
    Include = /etc/pacman.d/mirrorlist
    #[community-testing]
    #Include = /etc/pacman.d/mirrorlist
    [community]
    Include = /etc/pacman.d/mirrorlist
    # If you want to run 32 bit applications on your x86_64 system,
    # enable the multilib repositories as required here.
    #[multilib-testing]
    #Include = /etc/pacman.d/mirrorlist
    [multilib]
    Include = /etc/pacman.d/mirrorlist
    #[archlinuxfr]
    #SigLevel = PackageOptional
    #Server= http://repo.archlinux.fr/$arch
    #[archlinuxcn]
    #The Chinese Arch Linux communities packages.
    #SigLevel = PackageOptional
    #Server = http://repo.archlinuxcn.org/$arch
    #[herecura-stable]
    # additional apps not found in community
    #SigLevel = PackageOptional
    #Server = http://repo.herecura.be/herecura-stable/$arch
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #SigLevel = Optional TrustAll
    #Server = file:///home/custompkgs
    and last server that I`m using in mirror list file is Server = http://mirror.de.leaseweb.net/archlinux/$repo/os/$arch
    I tried also with deleting all cache from pacman cache folder, with *.part file.
    Last night was working fine, but this morning again, same issue.

  • [SOLVED]Trying to install package-query again. Cannot find PKGBUILD.

    I'm updating my arch after 4 months. Yes it has been a long time.
    During the update process I had to remove package-query and yaourt, and now I'm trying to get them back.
    I got package-query from here https://aur.archlinux.org/packages.php?ID=35915
    Untared it, went inside, and did makepkg -s, but the PKGBUILD could not be found. I looked through the directories and didn't see a PKGBUILD anywhere.
    Am I missing something?
    Last edited by Aquila (2013-05-13 23:18:36)

    Did you click the 'Download Tarbel' link on the right side of the page? (Correct choice)
    Or the link under the Sources Bar ? (Incorrect choice)

  • Pacman fails when trying to select packages.[Solved]

    I have tried installing off the 2009.02 amd64 iso on a new build, i have successfully partitioned my hdd and have come to select packages, attempting to install over FTP. When selecting option 3 in the installer i get the usual two stage warning then an error message "Pacman preparation failed! check /dev/tty7 for errors." checking /dev/tty7 gives me the error "/arch/setup: line 715: /usr/bin/pacman: Input/output error" does anyone have any suggestion how i might fix this? Thanks.
    //Edit
    I think that my CD was incorrectly burnt, i am not sure if this was as a result of the download from the mirror or from the actual burning process. I have successfully [?!] installed arch off a newly downloaded copy of the .iso from another mirror.
    Last edited by PixelSmack (2009-02-18 21:48:57)

    Yup, I just ran it with the force option and everything installed and upgraded fine.
    Thanks.

  • Pacman needs two tries to download packages or sync

    I have a tiny issue bugging me about Pacman. For every action connecting to the internet, Pacman hangs (to which I control-c). When I do it the second time, it works fine. The works repeatedly, too: every other command doesn't hang. I've tried going into su - and trying it, still only every other command works. I've also tried this with different mirrors, with no success. I am not using a custom XferCommand. This is with the latest Pacman in core - v3.2.2 wih libalpm v3.1.1.

    If you mean the connection hangs, it happens occassionally to me. You can try using a different downloader via XferCommand. Seems to work for me.
    http://wiki.archlinux.org/index.php/Imp … erformance

  • Cannot upgrade pacman due to conflict with package-query [SOLVED]

    Package query 0.9 requires pacman <4, package-query 1 requires pacman >=4, therefore I am totally unable to upgrade, even using pacman -f
    I'm aware that package-query is unsupported software, but this seems a bit stupid to me! Am I to uninstall package-query and therefore yaourt, only to reinstall them by hand, or is there a safe workaround?
    Last edited by markhadman (2012-01-24 11:02:20)

    jasonwryan wrote:
    markhadman wrote:Groan - guess pacman 4 is going to eat a day of my life after all...
    Or, realistically, 5 minutes.
    But if that is too much for you to spare, rather than bemoaning the fact that the developers have spent a significant amount of time and effort on this upgrade that will cause you such inconvenience, you could just install another distro - that would probably eat a day.
    Every other distro I've tried is inferior and eats up far more frustration time than Arch, which is why it's now on all my machines. I'm still putting off upgrading my 4 machines, though - because painful recent experience tells me that the chances of all 4 getting through this without day-eating breakage is about 6% (If you want a laugh at my expense, see this woeful example of breakage https://bugs.archlinux.org/task/27385). And yes, I'm aware that the longer I put it off, the worse my chances get.
    Edit:
    machine one (netbook).
    Time taken so far: 44 minutes (inc reading up on a few errors, plus line-by-line comparison of rc.conf.pacnew, reboot plus check of basic system workiness, plus waiting unsuccessfully for package-query source to download).
    Status: yaourt uninstallable (package-query git server appears to be down), openjdk6 broken due to bug, system otherwise appears healthy.
    Prognosis: Total 90 minutes for 4 machines seems a reasonable (optimistic) estimate, but I'll further put the other machines off until package-query git server is back up and running.
    And many apologies, this has veered somewhat off-topic and off-forum. I will probably make this my last post and let it die.
    Further edit: How do I mark a thread as SOLVED? I can't see an option anywhere, or any way to edit the thread title!
    edit: Nevermind, the trick is to edit the first post in the thread, it would seem.
    Last edited by markhadman (2012-01-24 11:03:17)

  • Pacman freezes when trying to download extra.db.tar.gz

    pacman keeps on trying to update packages in extra forever and ever. When doing pacman -v --debug -Syu, it stays in the line
    debug: connected to mir.archlinux.fr successfully
    downloading extra.db.tar.gz...
    After running "rankmirrors", I still have the same problem.
    Do you have the same problem? Thank you.

    can you wget files from mir.archlinux.fr ? and extra.db.tar.gz in particular ?
    Did you try to uncomment XferCommand in /etc/pacman.conf ?

  • Error: target not found: package-query =1.0 although I have it

    I used to work on Arch but it was installed for me by a friend, now I decided to install it on my own and it was a success! But when I tried installing yaourt it didn't work. I know that it needs package-query so I installed it, but when I try to build yaourt it fails..
    [clairka@clairka yaourt]$ makepkg -s
    ==> Making package: yaourt 1.3-1 (Thu Aug 22 00:37:27 UTC 2013)
    ==> Checking runtime dependencies...
    ==> Installing missing dependencies...
    [sudo] password for clairka:
    error: target not found: package-query>=1.0
    ==> ERROR: 'pacman' failed to install missing dependencies.
    So I tried to rebuild package-query
    [clairka@clairka package-query]$ makepkg -s
    ==> ERROR: A package has already been built. (use -f to overwrite)
    Even if I use -f to overwrite I get always the same output. Does anybody know how to fix this? I was really used to use yaourt to install packages from AUR. Thanks.
    Last edited by clairka (2013-08-21 22:47:37)

    clairka wrote:Ahh... silly me, thanks a lot! And now I can delete the tar.xz file, right?
    Sure.

  • (Solved) package-query trying to downgrade pacman

    i want to install yaourt on my system. one of its dependencies package-query (also AUR) depends upon pacman <= 3.6 for installing, while i have pacman 4.0.0rc1-1 on my system. so when i try to install it, it tries to downgrade my pacman to 3.5.4-4.
    is there a way around it? any suggestions would be welcome, even if its very unlikely (i would love to tinker)
    Last edited by testdude281 (2011-08-22 23:18:47)

    just tried that. got the following error
    makepkg -s
    ==> Determining latest git revision...
    -> Version found: 20110817
    ==> Making package: package-query-git 20110817-1 (Wed Aug 17 15:58:00 IST 2011)
    ==> Checking runtime dependencies...
    ==> Installing missing dependencies...
    Password:
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): yajl-2.0.2-1
    Total Download Size: 0.03 MiB
    Total Installed Size: 0.21 MiB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from community...
    --2011-08-17 15:58:05-- ftp://mirror.cse.iitk.ac.in/archlinux/community/os/i686/yajl-2.0.2-1-i686.pkg.tar.xz
    => `/var/cache/pacman/pkg/yajl-2.0.2-1-i686.pkg.tar.xz.part'
    Resolving mirror.cse.iitk.ac.in... 202.3.77.108
    Connecting to mirror.cse.iitk.ac.in|202.3.77.108|:21... connected.
    Logging in as anonymous ... Logged in!
    ==> SYST ... done. ==> PWD ... done.
    ==> TYPE I ... done. ==> CWD (1) /archlinux/community/os/i686 ... done.
    ==> SIZE yajl-2.0.2-1-i686.pkg.tar.xz ... 36664
    ==> PASV ... done. ==> RETR yajl-2.0.2-1-i686.pkg.tar.xz ... done.
    Length: 36664 (36K) (unauthoritative)
    100%[===============================================================================================================>] 36,664 39.3K/s in 0.9s
    2011-08-17 15:58:14 (39.3 KB/s) - `/var/cache/pacman/pkg/yajl-2.0.2-1-i686.pkg.tar.xz.part' saved [36664]
    (1/1) checking package integrity [------------------------------------------------------] 100%
    (1/1) checking for file conflicts [------------------------------------------------------] 100%
    (1/1) installing yajl [------------------------------------------------------] 100%
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    ==> Extracting Sources...
    ==> Starting build()...
    Cloning into package-query...
    remote: Counting objects: 752, done.
    remote: Compressing objects: 100% (740/740), done.
    remote: Total 752 (delta 522), reused 0 (delta 0)
    Receiving objects: 100% (752/752), 239.00 KiB | 89 KiB/s, done.
    Resolving deltas: 100% (522/522), done.
    Cloning into package-query-build...
    done.
    checking for a BSD-compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking how to print strings... printf
    checking for a sed that does not truncate output... /bin/sed
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for fgrep... /bin/grep -F
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
    checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver @FILE support... @
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for sysroot... no
    checking for mt... no
    checking if : is a manifest tool... no
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking ctype.h usability... yes
    checking ctype.h presence... yes
    checking for ctype.h... yes
    checking getopt.h usability... yes
    checking getopt.h presence... yes
    checking for getopt.h... yes
    checking libintl.h usability... yes
    checking libintl.h presence... yes
    checking for libintl.h... yes
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking sys/ioctl.h usability... yes
    checking sys/ioctl.h presence... yes
    checking for sys/ioctl.h... yes
    checking sys/utsname.h usability... yes
    checking sys/utsname.h presence... yes
    checking for sys/utsname.h... yes
    checking for alpm_version in -lalpm... yes
    checking for yajl_free in -lyajl... yes
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for LIBCURL... yes
    checking for git... git
    checking for .git/... yes
    configure: creating ./config.status
    config.status: creating src/Makefile
    config.status: creating doc/Makefile
    config.status: creating Makefile
    config.status: creating config.h
    config.status: executing depfiles commands
    config.status: executing libtool commands
    package-query:
    Build information:
    source code location : .
    prefix : /usr
    sysconfdir : /etc
    conf file : /etc/pacman.conf
    localstatedir : /var
    database dir : /var/lib/pacman/
    compiler : gcc
    compiler flags : -march=i686 -mtune=generic -O2 -pipe
    package-query version : 0.8.1
    using git version : yes
    git ver : 0.8-3-gfc24
    Variable information:
    root working directory : /
    aur base url : http://aur.archlinux.org
    make all-recursive
    make[1]: Entering directory `/home/dilip/Downloads/package-query-git/src/package-query-build'
    Making all in src
    make[2]: Entering directory `/home/dilip/Downloads/package-query-git/src/package-query-build/src'
    gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"http://aur.archlinux.org\" -DHAVE_CONFIG_H -DGIT_VERSION=\"0.8-3-gfc24\" -I. -I.. -D_GNU_SOURCE -march=i686 -mtune=generic -O2 -pipe -MT aur.o -MD -MP -MF .deps/aur.Tpo -c -o aur.o aur.c
    In file included from aur.c:32:0:
    alpm-query.h:55:25: error: unknown type name ‘pmdb_t’
    alpm-query.h:56:25: error: unknown type name ‘pmdb_t’
    alpm-query.h:57:15: error: unknown type name ‘pmdb_t’
    alpm-query.h:58:17: error: unknown type name ‘pmdb_t’
    alpm-query.h:59:14: error: unknown type name ‘pmdb_t’
    alpm-query.h:64:21: error: unknown type name ‘pmpkg_t’
    alpm-query.h:65:1: error: unknown type name ‘pmpkg_t’
    alpm-query.h:66:1: error: unknown type name ‘pmpkg_t’
    alpm-query.h:66:24: error: unknown type name ‘pmpkg_t’
    In file included from aur.c:33:0:
    util.h:124:2: error: unknown type name ‘pmdepmod_t’
    make[2]: *** [aur.o] Error 1
    make[2]: Leaving directory `/home/dilip/Downloads/package-query-git/src/package-query-build/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/dilip/Downloads/package-query-git/src/package-query-build'
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    [dilip@Zeus package-query-git]$
    EDIT : sorry, here is the full output instead of just the error part.
    Last edited by testdude281 (2011-08-17 10:36:13)

  • Pacman throws "unrecognized archive format" error for .xz packages

    Hi,
    I am recently getting the following error while installing packages which are in .xz format only.
    for e.g.
    sudo pacman -S pacman  //works fine. as it is packaged in a .gz format
    sudo pacman -S xterm     // error while reading pakage /var/cache/pacman/pkg/xterm-261-1-i686.pkg.tar.xz  -- unrecognized archive format: Invalid or incomplete multibyte or wide character.
    I tried using the -U switch to install it -- I got the following little different message:
    $ sudo pacman -U /var/cache/pacman/pkg/xterm-261-1-i686.pkg.tar.xz
    error: error while reading pakage /var/cache/pacman/pkg/xterm-261-1-i686.pkg.tar.xz: unrecognized archive format: Invalid or incomplete multibyte or wide character.
    error: '/var/cache/pacman/pkg/xterm-261-1-i686.pkg.tar.xz': libarchive error
    I have libarchive-2.8.4-1 on my system ( I have reinstalled it. )
    [more info]
    I used ltrace to see what is happening, here is the trace around the point where I am getting the error:
    alpm_trans_commit(,,, <unfinished ...>
        printf("checking package integrity...\n")
        fflush(...)
        dcgettext(0, 0x805x690, 5, ...) = 0x8058690  ---- AFAIK, this one gets local specific string
        fprintf(..., "error: ")
        vfprintf(..., "error while reading package %s:"...)
    <... alpm_trans_commit(,,,) resumed> )
    alpm_strerrorlast(...)
    dcgettext()
    dcgettext()
    fprintf(... "error")
    Last edited by prasadr (2010-09-22 18:40:31)

    t@n6re ~]# ldd /usr/bin/pacman
            linux-vdso.so.1 =>  (0x00007fffc9bff000)
            libalpm.so.5 => /usr/lib/libalpm.so.5 (0x00007f4c44445000)
            libc.so.6 => /lib/libc.so.6 (0x00007f4c440e9000)
            libfetch.so => /usr/lib/libfetch.so (0x00007f4c43ed9000)
            libarchive.so.2 => /usr/lib/libarchive.so.2 (0x00007f4c43c96000)
            /lib/ld-linux-x86-64.so.2 (0x00007f4c44668000)
            libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0x00007f4c43a3a000)
            libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007f4c4367e000)
            libacl.so.1 => /lib/libacl.so.1 (0x00007f4c43477000)
            libattr.so.1 => /lib/libattr.so.1 (0x00007f4c43273000)
            libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007f4c4304b000)
            liblzma.so.0 => /usr/lib/liblzma.so.0 (0x00007f4c42e29000)
            libbz2.so.1.0 => /lib/libbz2.so.1.0 (0x00007f4c42c19000)
            libz.so.1 => /usr/lib/libz.so.1 (0x00007f4c42a01000)
            libdl.so.2 => /lib/libdl.so.2 (0x00007f4c427fd000)
            libpthread.so.0 => /lib/libpthread.so.0 (0x00007f4c425e0000)
    [root@n6re ~]#

  • Can't update/search/install packages via pacman or yaourt

    Everything was fine until I manually installed package-query and yaourt and now I am unable to update/search/install packages via pacman or yaourt.
    Earlier I was having trouble installing the package-query and yaourt packges using pacman so had to install them manually and now it wont connect to the repos.
    My eth0 is up, the proxies are set, all browsers work so no problem from the network side.
    :: Synchronizing package databases...
    error: failed retrieving file 'core.db' from mirror.us.leaseweb.net : Connection timed out after 10001 milliseconds
    error: failed retrieving file 'core.db' from mirror.nl.leaseweb.net : Connection timed out after 10001 milliseconds
    error: failed retrieving file 'core.db' from mirror.de.leaseweb.net : Connection timed out after 10001 milliseconds
    error: failed retrieving file 'core.db' from archlinux.polymorf.fr : Connection

    clfarron4 wrote:I usually advise against this (mainly because it's out-dated) but there is the [archlinuxfr] repository for installing yaourt, if you really insist on sticking with it. Once you're done, disable the repository though because everything except for yaourt is out-of-date by at least a month.
    Don't ever suggest that. The repo is 100% useless since it is trivial to install yaourt from aur. Also yaourt/package-query in that repo is often broken/outdated.
    Also it is not relevant to op's problem anyway. There were some routing issue to leseweb the other day, I also noticed it. Just switching mirror works fine.
    Last edited by Mr.Elendig (2013-09-04 13:37:49)

  • Trying to install Support for DTS packages in SQL server 2008

    Hi all
    I am trying to follow the instructions in the following link...
    technet.microsoft.com/en-us/library/ms143755(v=sql.105).aspx
    ...to install support for DTS packages - when it says on the Feature Selection page, select Integration Services - none of the installs I have tried show this as an option - what should I be installing in order to see this and get this feature installed?
    I just need to be able to view some DTS packages - help!
    Thank you! James

    Hello James,
    as can be read in the article:
    Microsoft SQL Server 2008 Service Pack 2 Feature Pack => SQLServer2005_BC.msi  (BC
    = backward compatibilty).
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Trying to install Lightroom on a MacAir and I get an error message that an error occurred while evaluating JavaScript for the package

    Error occurred while evaluating JavaScript for the package.  Trying to install a Lightroom 5.6 download on an AirMac 10.9.4 OS.  Already installed on my Mac laptop.  Tried restating laptop but got the same error message

    Hi,
    Just wanted to say I found out the answer. I should have looked first to see if anyone else was having the same problem but I didn't. 

  • No serial # on packaging, can't register APSE 10 that I bought at Best Buy today, have tried for Hou

    Have tried for hours to install Adobe Photoshop Elements 10.  I bought it at Best Buy today.  There is no serial number on the packaging.  There is one on the receipt but it includes alpha and numeric and the registration request for a serial number does not accept alpha.
    Very frustrating, I needed to us the product ASAP.

    You have a redemption code, which is used to retrieve the serial number.  See this Adobe document:
    http://helpx.adobe.com/photoshop-elements/kb/serial-number-retrieval-process-faq.html
    Ken

  • Pacman.conf NEED tips for totally offline install with DVD repository

    OBJECTIVE: after a base install with ARCHBOOT be able to install from DVD repository which contains repo-add database.
    My DVD contains the folder from /var/cache/pacman/pkg.
    ON the DVD I have the folder 'pkg' at the dvd root level and another folder which has my already built packages fro AUR.
    The database called 'custom.db.tar.gz' created with repo-add exists IN the pkg folder on the DVD.
    The built AUR packages are in a seperate folder called '_built' at the dvd's root level as well and they are not included in the repo-add database.
    I am able to mount the dvd, cd to the pkg folder and use  pacman -Ud to install them though this requires that I type in the full name of the package and I get dependence issues and '*.so' type files not found.
    IF I copy all the files from the DVD to the var/cache/pacman/pkg folder I am able to add my local repository to pacman.conf and MUCH more efficient install. I can use pacman -S xorg for example, and I think it finds dependencies even. Can't recall exactly at the moment.
    SO: do I need to alter pacman.conf  cache location line and the other lines?
    Would I change the 2nd and 3rd lines to get max pacman ability when using DVD repository???
    Pointing them to my DVD folder after mounting the dvd
    #RootDir     = /
    #DBPath      = /var/lib/pacman/
    #CacheDir    = /var/cache/pacman/pkg/
    #LogFile     = /var/log/pacman.log
    I really would like to have as much power and flexibility when using the DVD as the repo.
    Can anyone tell me what I should alter in pacman.conf for this.
    I am fine if I have to alter the cache location line temporarily if it will give me additional pacman ability.
    I have read all the wiki stuff for sure though I'm still a bit in the dark and wanted to ask without typing the many many options.
    One big one for me is I don't yet know how to set the SERVER = in pacman.com to look at the mounted DVD and the pkg folder specifically.
    I do mount /dev/sr0  /mnt/cdrom
    So what would I put as the SERVER for this in pacman.conf
    SERVER = /dev/sr0   ?????   or   /dev/cdrom  ????    or /mnt/cdrom I think ????
    dunno!
    AND I really probably DO have to temporarily alter the pacman.conf  cache location line to get pacman to do dependency installs and let me type short lines instead of the full package name.
    THANKS! this one is BIG for me!!!!! :---)
    Last edited by yvonney (2009-06-18 20:27:14)

    COMMENT WRITTEN LAST: I was about to delete a lot of stuff here though thought to just say sorry for not taking the brain-time to slim it. The bold and white boxed part is the main related quest-ion.
    you might find a few useful tools on my site (in my sig), e.g. pkgd if you want to save bandwidth on a LAN --- pbget if you want to easily get PKGBUILDs etc from the AUR and official repos, etc.
    WOW Xyne !!!! thanks.  pbget etc. sound very cool.
    I used yaourt until very recently. Then went ....hmmmm... should learn about manual building and local repo. Where I'm at now is trying to do as much manually as possible. I think I kinda know what packages I want and there will only be some changes from that in the future. There's maybe 20 packages from AUR for me. [PLUS their dependencies]
    Of course: I am doing the repo-add local repositories thing for speed, learning, and as part of my whole 'best practices' growth. Plus it will come in very handy when helping other decide quickly if a barbones mainly wm/ncurses lightweight system is for them.
    You certainly spark a question or two!
    [AUR and dependencies via yaourt affecting my plans to now go manually]
    As these have all ALREADY been installed via yaourt my BIG concern is that I've never found much of a yaourt/cache folder. You see, as you'd know many many times upon installing vai yaourt there's some dependency that may, or I guess, may not be in the standard repos.
    After installing these packages via yaourt do the dependencies go into /var/cache/pacman.pkg and is pacman aware of it when I do a repo-add for thecustom database. If so, then all if fairly cool for my plans. I bet there's a few idiosyncrasies about AUR and dependencies maybe.
    -AUR dependency resolution-
    Using a custom repo will not really work for general use because you would need to manually populate the database with the dependencies anyway.
    I'm fine with manually doing dependencies - though need to know if my yaourt usage ALREADY put the latest dependencies in the pacman cache for AUR unsupported packages AND is there a way with the whole repo-add, local repositry, pacman and aur concpt I'm planning to fine tune to have the dependencies update when I go back to the online repositries? I don't think so based on my usage with yaourt, though can't quite recall.
    As I will be enjoying makepkg building the group of packages I nee to get from AUR for the forseeable future (that are not in the main 3 repos of course)
    I'm still wondering about the inter-relationships. So: I already have installed and/or built the packages for everything I expect to need mostly.   I never became beyone mediocre with yaourt.  and that fine, though I now have to consider that in a new install I DO have the latest AUR built packages, though will there be the right dependencies ALREADY in my /var/cache/pacman/pkg ?
    There's a few things that I'd love to really understand about this. Even if it ends up that dependencies for the AUR packages is always a bit trickier.
    QUESTION: right now I am uable to try custom repo from flash stick as it's read only. I'll be googling this one out and am really looking forward to having a flash stick with ARCHBOOT and I gues ONE repo pkg folder and database on it.
    NOTE: I will put the custom repo above the stock ones in pacman.conf. I just commented out the others as I was doing all this offline.
    I've dumped the dvd as a repo and have switched to a flash stick.  I've extracted the archboot out to a 4 gig flash stick.
    dd if=/root/Desktop/archlinux-2009.05-2-archboot.iso of=/dev/sdb  Its read-only at the moment and no matter what I've tried it stays that way. Maybe I need to use the HPutil on it. It definitely isn't writeable so I won't ponder or note observations here save to say that 'm stumped as to how to get files copied to it.
    And now what may be the way I'd like to work:    Keep my folder for building packages from aur which is /root/aur. Then after doing the fun makepkg --asroot   or even makepg -i as root to install. Though I'll probably after the build THEN just copy the built packages from my /root/aur to /var/cache/pacman/pkg   and install from there as I DO plan to use the online repos.
    I will ALSO copy the file to my USB stick or maybe just sync to it and do a the repo-add thing in   /var/cache/pacman/pkg   and keep the stick as both backup and 'in the ready' reinstaller.
    Um, now  could spend an hour editing down the above!!!
    wondrous thanks!
    Last edited by yvonney (2009-06-19 07:38:25)

Maybe you are looking for

  • Gallery and chat

    A few of my friends are traveling to another country so though it would be a neat project to design a photo gallery and a chat program on the web that we can use to keep in touch. the small problem is i don't know fully where to start the project. I

  • Error loading archive: no valid header or TOC found (80040002)

    Dear Gurus, I had recorded a tutorial which is am attempting to edit now. On opening the tutorial through the editor, I get the following message: "The following error occured while opening the file: error loading archive: no valid header or TOC foun

  • How to populate all HR DBI Tables

    Dear Gurus, I am running HRMSi DBI setup report and in that report iam being told that all DBI tables are not being populated. I have run the initial requests and and that has populated some of the tables but not all. Please can anybody give me clue.

  • Songs stop in the middle of play and go on to next song in itunes

    I have recently noticed several songs in my itunes that will start playing normally and then at a certain point in the song it will end and go on to the next song. However, if I scroll the play bar past the point where the song stops, it will finish

  • Crazy Inexplicable Kernel Panics a new Leopard Feature?

    ugh.. This is happening quite a bit now, and it's starting to annoy. Anybody out there able to decipher machinespeak? Here's the log: Sun Apr 13 20:07:30 2008 panic(cpu 1 caller 0x0019D4D4): "simple lock deadlock detection: lock=0x8f7d1f8, cpu=1, own