Using pacman to install packages into a seperate root

After working with an Arch Linux machine for 1-2 years I switched jobs and was given a Mac, which I've enjoyed so far.
I would, however, like to switch back to Arch Linux but there's something that I've been able to do on Mac OS X using its unofficial package manager Homebrew (http://mxcl.github.com/homebrew/) which I was wondering if it were possible with pacman.
Typically you have one installation of Homebrew, at /usr/local, and by running 'brew' (/usr/local/brew) it knows that its root is at /usr/local & looks there for all dependencies & installs packages there. If, however, you install homebrew elsewhere (could be the first or a second installation), for instance ~/sw, then running brew from there will install packages in that root.
I've found this very useful to install package specific to a project I'm working on (specific vendor & version of DB, specific web server etc) without having to install them globally on my system and at the same time without having to resort to installing everything by hand (including dipendencies).
Is this possible with Pacman?
Thanks in advance,
Dale

this wiki isn't entirely related, but can be helpful.
https://wiki.archlinux.org/index.php/Ar … bit_System
4. Sync pacman:
pacman --root /opt/arch32 --cachedir /opt/arch32/var/cache/pacman/pkg --config /opt/arch32/pacman.conf -Sy
5. Install the base and optionally base-devel groups:
pacman --root /opt/arch32 --cachedir /opt/arch32/var/cache/pacman/pkg --config /opt/arch32/pacman.conf -S base base-devel

Similar Messages

  • Making Pacman find installed packages

    Hi, I have recently built a LinuxFromScratch system.
    When I finished, I looked at installing package managers, and eventually settled on pacman.
    Everything built OK, updated with -Syu fine.
    However when I go to install a package with pacman -S package, it tries to download all the necessary packages like linux-api-headers, glibc, bash, etc.
    All the basic system packages I have already installed...
    The install then fails because these packages already exist.
    linux-api-headers: /usr/include/asm-generic/auxvec.h exists in filesystem
    there is around 6000 lines of that.
    Is there any way I can make pacman recognise these packages as installed?
    Last edited by Wigguno (2010-11-29 02:51:11)

    I think you are doing it wrong.... 
    If you want to run LFS using pacman, you need to create the relevant packages yourself and then install them using pacman.  The first time will require you to "force" the installation of your packages over the LFS ones unless you prepare the package management back when you first enter your LFS chroot.  It can be done but is not entirely simple.
    What you appear to be doing is grabbing packages from the Arch repos to install on your LFS system.  That is a really, really bad idea.  You either create your own (LFS) packages or install Arch,  Mixing is bad...
    I highly recommend the "symlink" style package management system for LFS.  There are also scripts floating around that help you manage the symlinks so you can have the feeling of a package manager without really having one.   But I think you will soon find that maintaining a LFS system is not all it is cracked up to be and LFS is really just a learning tool.   
    As an aside, Arch started as a LFS system and we tend to follow the fairly simple base setup that is used there.

  • Using pacman to install kernel

    How automatic is it to use pacman -S kernel to install kernel? Does uname -r relect new kernel afterwards? I'm using kernel 6.10 with grub. Do I have to adjust grub for the new kernel?

    fourcs wrote:How automatic is it to use pacman -S kernel to install kernel? Does uname -r relect new kernel afterwards? I'm using kernel 6.10 with grub. Do I have to adjust grub for the new kernel?
    uname -r is going to give you the name of the running kernel - if you upgrade your kernel doesn't suddenly stop and load the new one unless you reboot.
    With grub, no you don't need to change anything, it will be fine (with lilo, you'd need to rerun lilo)
    and it's pacman -S kernel26
    One thing to note: when you upgrade the kernel, it will remove your old modules and the whole directory, which is found through "uname -r" - if you upgrade your kernel, and then try to modprobe something, it will fail (yet running modules will remain running)... so I'd recommend rebooting asap when you upgrade the kernel

  • Pacman forgot installed packages

    When there was the bug with the libxfixes file, I uninstalled the whole Xorg package. But now i recognized, that pacman forgot all installed packages, what means i cant really upgrade my system. Is there a way to recover the database of installed packages? Or any other possible solution?
    greetz
    issue

    well, I cleared the local dir.
    I dunno exactly how i remoeved Xorg, but I think with -Rs.
    Then I reinstalled Xorg but found the problem again.  So i cleared all local pacman files, means I deleted the local folder  . I am now thinking about installing all the packages on the base CD.
    pacman -Syu updates the new installed files, which i installed since this mistake

  • Use pacman to install all gstreamer plugins quickly

    I figure pacman is a great tool created by great people.  Is there a way to install a whole lot of packages that are similar, like gstreamer plugins for example, quickly, without typing each one individually?

    That doesn't quite work, Allan. The output of pacman -Ssq pkgname shows the size of the package also.
    > pacman -Ssq gstreamer0.10
    gstreamer0.10 [2.15 MB]
    gstreamer0.10-bad [1.02 MB]
    gstreamer0.10-bad-plugins [0.47 MB]
    gstreamer0.10-base [1.41 MB]
    gstreamer0.10-base-plugins [0.22 MB]
    gstreamer0.10-ffmpeg [2.51 MB]
    gstreamer0.10-good [1.05 MB]
    gstreamer0.10-good-plugins [0.40 MB]
    gstreamer0.10-python [0.36 MB]
    gstreamer0.10-ugly [0.22 MB]
    gstreamer0.10-ugly-plugins [0.12 MB]
    gstreamer0.10-pulse [0.03 MB]
    > pacman -S --needed $(pacman -Ssq gstreamer0.10)
    warning: gstreamer0.10-0.10.24-1 is up to date -- skipping
    [2.15 package not found, searching for group...
    error: '[2.15': not found in sync db

  • Better to install PyPI packages using pacman or pip?

    In Haskell, I ran into dependency issues when I had xmonad installed using pacman
    and other packages installed using cabal.
    Might a similar thing happen if I installed some PyPI packages (virtualenv, pymongo)
    using pacman instead of pip?
    My reason for wanting to install with pacman is that I'd be more likely to keep the
    packages up to date - they'd be tied to the rest of my system, and there's no simple
    command to upgrade all packages in pip.

    IMO, you should choose which method works best for you and stick with it.
    If you use a 3rd party package manager, you should stick with it.
    Or if you use pacman, you should stick with it.
    http://sherlock.heroku.com/blog/2012/04 … -managers/
    Towards the end I mention I don't really know much about pip and would investigate on how it works.
    But as a general rule, I would say to try out the 3rd party package manager first and see if it works.
    I would also recommend doing per user installs (install to $HOME) to keep files managed by pacman separated from files installed with the 3rd party package manager.
    Cabal and Gem imo are both superior to using packages provided in the supported repositories for the reasons outlined in my blog post.
    Hope this helps.
    Cheers!

  • Pacman Errors: Installing ndiswrapper

    I'm currently installing Arch-Linux on my laptop, and everything has gone well. But, I am having a little trouble using Pacman to install Ndiswrapper on my machine. I first attempted to install it, and it appeared to download all the dependencies and packages. It then spit out a huge error, and when I attempted to install once again - I got the same error:
    [root@asuka ~]# pacman -S ndiswrapper
    resolving dependencies...
    looking for inter-conflicts...
    Targets (9): wireless_tools-29-2 ndiswrapper-utils-1.53-1 klibc-1.5.15-1
    klibc-extras-2.5-2 klibc-udev-135-2 filesystem-2009.01-1
    mkinitcpio-0.5.21-1 kernel26-2.6.28.1-1 ndiswrapper-1.53-4
    Total Download Size: 0.00 MB
    Total Installed Size: 107.00 MB
    Proceed with installation? [Y/n] y
    checking package integrity...
    (9/9) checking for file conflicts [#####################] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    klibc: /usr/lib/klibc/include/asm/Kbuild exists in filesystem
    klibc: /usr/lib/klibc/include/asm/a.out.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/acpi.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/agp.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/alternative-asm.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/alternative.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/apic.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/apicdef.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/arch_hooks.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/asm-offsets.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/atomic.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/atomic_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/atomic_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/auxvec.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/bitops.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/boot.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/bootparam.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/bug.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/bugs.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/byteorder.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/cache.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/cacheflush.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/calgary.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/calling.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/checksum.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/checksum_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/checksum_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/cmpxchg.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/cmpxchg_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/cmpxchg_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/compat.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/cpu.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/cpufeature.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/cputime.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/current.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/debugreg.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/delay.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/desc.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/desc_defs.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/device.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/div64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/dma-mapping.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/dma.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/dmi.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/dwarf2.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/e820.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/edac.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/elf.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/emergency-restart.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/errno.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/fb.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/fcntl.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/fixmap.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/fixmap_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/fixmap_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/floppy.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/frame.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/futex.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/gart.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/genapic.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/genapic_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/genapic_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/geode.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/hardirq.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/hardirq_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/hardirq_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/highmem.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/hpet.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/hw_irq.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/hypertransport.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/i387.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/i8253.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/i8259.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/ia32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/ia32_unistd.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/idle.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/intel_arch_perfmon.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/io.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/io_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/io_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/io_apic.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/ioctl.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/ioctls.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/iommu.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/ipcbuf.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/ipi.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/irq.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/irq_regs.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/irq_regs_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/irq_regs_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/irqflags.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/ist.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/k8.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/kdebug.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/kexec.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/kmap_types.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/kprobes.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/ldt.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/lguest.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/lguest_hcall.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/linkage.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/local.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/apm.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/do_timer.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/entry_arch.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/mach_apic.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/mach_apicdef.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/mach_ipi.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/mach_mpparse.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/mach_mpspec.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/mach_timer.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/mach_traps.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/mach_wakecpu.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/pci-functions.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/setup_arch.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-default/smpboot_hooks.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-generic/mach_apic.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-generic/mach_apicdef.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-generic/mach_ipi.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-generic/mach_mpparse.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-generic/mach_mpspec.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-voyager/do_timer.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-voyager/entry_arch.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mach-voyager/setup_arch.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/math_emu.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mc146818rtc.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mca.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mca_dma.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mce.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mman.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mmu.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mmu_context.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mmu_context_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mmu_context_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mmx.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mmzone.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mmzone_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mmzone_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/module.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mpspec.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mpspec_def.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/msgbuf.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/msidef.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/msr-index.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/msr.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mtrr.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mutex.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mutex_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/mutex_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/nmi.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/numa.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/numa_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/numa_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/numaq.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/page.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/page_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/page_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/param.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/paravirt.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/parport.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pci-direct.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pci.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pci_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pci_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pda.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/percpu.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pgalloc.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pgtable-2level-defs.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pgtable-2level.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pgtable-3level-defs.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pgtable-3level.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pgtable.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pgtable_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/pgtable_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/poll.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/posix_types.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/posix_types_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/posix_types_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/prctl.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/processor-cyrix.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/processor-flags.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/processor.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/proto.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/ptrace-abi.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/ptrace.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/reboot.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/reboot_fixups.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/required-features.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/resource.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/resume-trace.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/rio.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/rtc.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/rwlock.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/rwsem.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/scatterlist.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/seccomp.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/seccomp_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/seccomp_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/sections.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/segment.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/sembuf.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/serial.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/setup.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/shmbuf.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/shmparam.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/sigcontext.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/sigcontext32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/siginfo.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/signal.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/smp.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/socket.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/sockios.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/sparsemem.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/spinlock.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/spinlock_types.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/srat.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/stacktrace.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/stat.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/statfs.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/string.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/string_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/string_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/suspend.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/suspend_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/suspend_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/swiotlb.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/sync_bitops.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/system.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/system_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/tce.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/termbits.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/termios.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/therm_throt.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/thread_info.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/time.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/timer.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/timex.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/tlb.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/tlbflush.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/topology.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/tsc.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/types.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/uaccess.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/uaccess_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/uaccess_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/ucontext.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/unaligned.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/unistd.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/unistd_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/unistd_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/unwind.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/user.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/user32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/user_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/user_64.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/vga.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/vgtod.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/vic.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/vm86.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/vmi.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/vmi_time.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/voyager.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/vsyscall.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/xen/hypercall.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/xen/hypervisor.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/xen/interface.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/xor.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/xor_32.h exists in filesystem
    klibc: /usr/lib/klibc/include/asm/xor_64.h exists in filesystem
    Errors occurred, no packages were upgraded.
    I'm not quite sure what to think of this. I was hoping someone would know a way I can resolve this from happening?
    Any information will be much appreciated.
    Thank you!
    Last edited by azurepancake (2009-01-23 19:49:17)

    Welp, I've come to the conclusion that I am either doing something wrong, or that my installation source (USB flash drive) somehow is corrupt.
    I've been avoiding removing the 'asm' symbolic link on my laptop and everything has been going pretty smoothly, but today I decided to install Arch on my desktop computer. I have a Nvidia card and when installing the drivers using Pacman, it runs into conflicts - just like it did when trying to download and install Ndiswrapper.
    So, thinking that the asm problem was isolated to my laptop, I went ahead and deleted the symbolic link:
    rm /usr/lib/klibc/include/asm
    I then list the contents of the 'include' directory and the 'asm-x86' directory is still there and the symbolic link is removed. Perfect.
    So I reboot and everything goes smoothy. I install the Nvidia drivers and then decide to examine my 'include' directory again. Oddly enough, the 'asm-x86' directory is gone, and a new directory called 'asm' exists! It appears to have all the same files within. As I expected, I reboot and it drops me into the ramfs command prompt with very limited commands. Now I am not sure if the above is the reason why this keeps happening to me, but it is just something I noticed that changes.
    I got curious, loaded Arch from my USB drive, mounted my root partition and then tried to recreate the original directory structure, but no go.
    Pacman is awesome and makes things so much easier to install. I'd hate to have to avoid it for certain important installations. If anyone has some updates for me, or any kind of advice - I'd greatly appreciate it.
    Thank you.
    Last edited by azurepancake (2009-02-11 00:56:03)

  • [SOLVED] Installing package gerbv=2.6.0

    I need to install package pcb2gcode which is no more under active development (stated here) and it needs package gerbv=2.0.6.
    The problem is that in AUR there is no gerbv=2.6.0 only gerbv=2.6.1 so package pcb2gcode somehow lost its functionality. Is it possible to post a version gerbv=2.6.1 on the AUR? I found the source and I installed it
    sudo wget [url]http://sourceforge.net/projects/gerbv/files/gerbv/gerbv-2.6.0/gerbv-2.6.0.tar.gz/download[/url] -O gerbv.tgz
    tar xvzf gerbv.tgz
    cd gerbv-2.6.0
    ./configure && make
    sudo cp src/.libs/libgerbv.so.1.0.7 /usr/lib/libgerbv.so.1.0.7
    but there is a problem because pacman didn't register gerbv=2.6.0 as installed although I could use it. So I still can't install pcb2gcode. I tried to download the PKGBUID together with other source files from the newest gerbv package so that I coul'd use pacman to install it. Build I failed. I modified the PKGBUILD like this:
    # $Id$
    # Maintainer: Kyle Keen <[email protected]>
    # Contributor: Jared Casper <[email protected]>
    # Contributor: Stefan Husmann <[email protected]>
    pkgname=gerbv
    pkgver=2.6.0
    pkgrel=2
    pkgdesc="An open source Gerber file (RS-274X only) viewer"
    #url="http://gerbv.gpleda.org/"
    url="http://gerbv.geda-project.org/"
    license=('GPL')
    arch=('i686' 'x86_64')
    depends=('gtk2' 'shared-mime-info' 'hicolor-icon-theme')
    optdepends=('gdk-pixbuf: export of images' 'cairo: for better graphics')
    makedepends=('cvs' 'gettext')
    # cvs for autopoint
    install=$pkgname.install
    source=("http://sourceforge.net/projects/gerbv/files/gerbv/gerbv-2.6.0/gerbv-2.6.0.tar.gz"
    "reautopointissues.diff")
    md5sums=('9a8af19574025fb15f987c3df610f8ae'
    '55c3aac2af1f99a88dfa7b1508594e49')
    build ()
    cd "$srcdir/$pkgname-$pkgver"
    # remove patches on 2.6.2
    patch -Np1 -i ../reautopointissues.diff
    ./autogen.sh
    sed -i 's|am_aux_dir=`cd $ac_aux_dir|am_aux_dir=`cd $srcdir|' configure
    ./configure --prefix=/usr \
    --disable-update-desktop-database
    make
    package()
    cd "$srcdir/$pkgname-$pkgver"
    make DESTDIR="$pkgdir" install
    Then I did the makepkg -si and I got an md5sum error which I fixed with using command updpkgsums. Now I rebuilt it and got this error:
    [ziga@ziga-cq56 gerbv-2.6.0]$ makepkg -si
    ==> Making package: gerbv 2.6.0-2 (Mon Mar 10 14:08:15 CET 2014)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Found gerbv-2.6.0.tar.gz
    -> Found reautopointissues.diff
    ==> Validating source files with md5sums...
    gerbv-2.6.0.tar.gz ... Passed
    reautopointissues.diff ... Passed
    ==> Extracting sources...
    -> Extracting gerbv-2.6.0.tar.gz with bsdtar
    ==> Starting build()...
    patching file po/ru.po
    patching file configure.ac
    Hunk #1 succeeded at 34 with fuzz 2 (offset -6 lines).
    patching file man/Makefile.am
    Hunk #1 FAILED at 19.
    Hunk #2 FAILED at 35.
    2 out of 2 hunks FAILED -- saving rejects to file man/Makefile.am.rej
    patching file man/gerbv.ru.1.in.po
    patching file autogen.sh
    Hunk #1 succeeded at 54 (offset -26 lines).
    patching file configure.ac
    Hunk #1 succeeded at 26 with fuzz 1 (offset -1 lines).
    ==> ERROR: A failure occurred in build().
    Aborting...
    Last edited by 71GA (2014-03-11 12:28:32)

    karol wrote:Have you tried building http://pastebin.com/3Hxtp1cH ?
    Thank you. How did you find this?
    I used the gerbv.install file from the official repository and the PKGBUILD you provided. I will post them here just in case anyone else needs it:
    PKGBUILD:
    # Maintainer: Thomas Krug <[email protected]>
    # Contributor: Kyle Keen <[email protected]>
    # Contributor: Jared Casper <[email protected]>
    # Contributor: Stefan Husmann <[email protected]>
    pkgname=gerbv
    pkgver=2.6.0
    pkgrel=1
    pkgdesc="An open source Gerber file (RS-274X only) viewer"
    #url="http://gerbv.gpleda.org/"
    url="http://gerbv.geda-project.org/"
    license=('GPL')
    arch=('i686' 'x86_64')
    depends=('gtk2' 'shared-mime-info' 'hicolor-icon-theme')
    optdepends=('gdk-pixbuf: export of images' 'cairo: for better graphics')
    makedepends=('cvs' 'gettext')
    # cvs for autopoint
    install=$pkgname.install
    source=("http://downloads.sourceforge.net/gerbv/$pkgname-$pkgver.tar.gz")
    md5sums=('44a37dd202bc60fab54cbc298a477572')
    build ()
    cd "$srcdir/$pkgname-$pkgver"
    ./configure --prefix=/usr \
    --disable-update-desktop-database
    make
    package()
    cd "$srcdir/$pkgname-$pkgver"
    make DESTDIR="$pkgdir" install
    # vim:set ts=2 sw=2 et:
    gerbv.install:
    post_install() {
    if [ -x /usr/bin/gtk-update-icon-cache ]; then
    echo Updating icon cache...
    /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
    fi
    if [ -x /usr/bin/update-desktop-database ]; then
    echo Updating desktop database..
    /usr/bin/update-desktop-database /usr/share/applications
    fi
    post_upgrade() {
    if [ -x /usr/bin/gtk-update-icon-cache ]; then
    echo Updating icon cache...
    /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
    fi
    if [ -x /usr/bin/update-desktop-database ]; then
    echo Updating desktop database..
    /usr/bin/update-desktop-database /usr/share/applications
    fi
    Last edited by 71GA (2014-03-11 12:24:43)

  • Bluetooth and Install packages

    Hey folks,
    I've got a problem with my iBook G4. I'm using Tiger 10.4.5 and recently, when I want to send files via bluetooth, I just can't. I click the option "Send file" and nothing happens, whilst before there opened a windows, where I could choose the file to send. I don't think that it's a hardware problem, because I can perfectly receive files on my iBook via bluetooth.
    Then I've got another question. I don't own this Mac for very long and I'm still not used to the install packages. I just downloaded a "Bluetooth uptdate", but the file I get is a ".dmg" file and when I doubleclick it, a ".pkg" file opens. I just don't know what to do with it, because when I want to open that file, it says that there is no standard programm chosen to open it. The same happens when I download the latest "iTunes" version, the only difference is that I get a ".spkg" file (but the problem is the same) - can anybody tell me, what I have got to do with these files?
    Thanks in advance
    Mikey
    iBook G4   Mac OS X (10.4.5)  

    karol wrote:
    You can check the package versions online http://www.archlinux.org/packages/
    If you put packages in the CacheDir (/var/cache/pacman/pkg/ by default), you will be able not only to install them but you will also get dependency resolution with pacman - is that what you want?
    Zulfikar wrote:I do not want pacman to go to the internet and download.
    Arch installation should be updated often, the easiest way is via the internet. Is it a problem?
    "If you put packages in the CacheDir (/var/cache/pacman/pkg/ by default), you will be able not only to install them but you will also get dependency resolution with pacman - is that what you want?
    "   I THINK THIS IS WHAT I WANT.
    My net is not that fast it is a 512Kbps line and the ISP downgrades my speed to 256Kbps after 10 GB. For LMDE i have copied the updates to a folder which I can use with apt.
    Right now I am on a 4 Mbps line so I want to download lets say kde 4.7 , do I need to go to kde or can I get the latest kde from here ?
    Last edited by Zulfikar (2012-01-16 12:28:57)

  • Using pacman

    i recently installed arch, and have managed to install wireless tools and connect to my wireless. now, when i try using pacman to install new packages, i get the following error mesage:
    error failed retrieving file "core.db.tar.gz" from "..." : Transient resolver failure
    the ... contains a URL, and this message is repeated several times with different URLs. can any1 help?

    like this
    /etc/resolv.conf
    # Generated by dhcpcd from wlan0
    # /etc/resolv.conf.head can replace this line
    domain lan
    nameserver xxx.xxx.x.xxx
    # /etc/resolv.conf.tail can replace this line
    the Xs represent what looks like to be something similar to my ip address
    Last edited by Romanrp (2010-08-04 20:40:38)

  • Can you auto install deps when using pacman -U package.tar.gz

    I have built a few packages from AUR on one of my systems. I would like to install those packages on other systems. pacman -U package.tar.gz will fail if there are unsatisfied dependencies. I have been using pacman -S --asdep dep1 dep2 ...  to install the dependencies. Then pacman -U completes successfully. 
    Is there some way to do this with a single command that I am looking over?

    Okay great. That will be a nice addition.
    I'm 2 days into Arch moving from Gentoo.  Not missing portage at all
    Thanks for the quick reply Allan!

  • Remakepkg - Convert installed packages back into installable archives

    This is a script to convert a package that has already been installed, back into an installable package file. It takes modified files (as reported by pacman -Qqkk) into account, and will regenerate the mtree entries corresponding to those files, if the original package had an mtree.
    I've been searching for an utility like this, and didn't find it. If I am entirely mistaken and such a thing does already exist, please point me in its direction. Thank you!
    Why would I possibly want this?
    The creation of this script was inspired by 2 incidents.
    1. wine-silverlight takes about 2 hours to build from AUR on my desktop computer. The package file was automatically deleted after installation. And then I realised, my netbook has the same architecture, but the package file was already gone, so I had to build it again.
    2. While troubleshooting an issue with font rendering, I had to flip between freetype2-infinality and freetype2 a few times to isolate the problem. It would have been nice if I only had to build freetype2-infinality from AUR once.
    Limitations
    This script is unable to guess information that is not present pacman's local database. For example, the .PKGINFO file produced by the script will not have any makepkgopt entries.
    I also do not have a perfect understanding of pacman's package format, and you may encounter errors resulting from omissions or misunderstandings on my part, or changes to pacman.
    Well, that's everything. I hope this helps someone!
    AUR: https://aur.archlinux.org/packages/remakepkg/
    Github: https://github.com/deciare/remakepkg
    Last edited by Deciare (2014-03-19 00:14:43)

    slithery wrote:
    Deciare wrote:
    Why would I possibly want this?
    The creation of this script was inspired by 2 incidents.
    1. wine-silverlight takes about 2 hours to build from AUR on my desktop computer. The package file was automatically deleted after installation. And then I realised, my netbook has the same architecture, but the package file was already gone, so I had to build it again.
    2. While troubleshooting an issue with font rendering, I had to flip between freetype2-infinality and freetype2 a few times to isolate the problem. It would have been nice if I only had to build freetype2-infinality from AUR once
    I just edit /etc/makepkg.conf and set the PKGDEST variable.
    This way I always have a copy of my built packages in case I need to reinstall or use on a different machine.
    Only issue with that is that the config files will be default. By using remakepkg or bacman it takes the existing config file and rolls it into the package.
    **EDIT** Well actually, thats because I elect to have pacman ditch the config files whenever I remove something. I usually remove something with -Rcsn options a pay close attention to what it says it will remove..
    Last edited by GSF1200S (2014-03-19 20:50:17)

  • Pacman isn't showing all the installed packages

    Hey guys!
    Since last week pacman isn't showing all the installed packages in my system. If I issue the command pacman -Q it just returns the following packages:
    a52dec 0.7.4-4
    acl 2.2.49-2
    alsa-lib 1.0.23-2
    atk 1.32.0-1
    attr 2.4.44-2
    avahi 0.6.28-1
    bash 4.1.009-3
    bzip2 1.0.6-1
    cairo 1.10.2-1
    cairo-perl 1.061-3
    compositeproto 0.4.2-1
    coreutils 8.10-1
    cracklib 2.8.18-1
    damageproto 1.2.1-1
    db 5.1.19-3
    dbus 1.4.1-1
    dbus-core 1.4.1-1
    desktop-file-utils 0.18-1
    e2fsprogs 1.41.14-1
    expat 2.0.1-6
    faac 1.28-2
    ffmpeg 20110121-2
    filesystem 2010.12-1
    findutils 4.4.2-3
    fixesproto 4.1.2-1
    fontconfig 2.8.0-1
    freetype2 2.4.4-2
    gcc-libs 4.5.2-6
    gdbm 1.8.3-8
    gdk-pixbuf2 2.22.1-1
    gettext 0.18.1.1-1
    glib-perl 1.223-2
    glib2 2.26.1-1
    glibc 2.13-1
    gmp 5.0.1-2
    gnutls 2.10.4-1
    gtk2 2.22.1-1
    gtk2-perl 1.222-2
    gzip 1.4-2
    heimdal 1.3.3-4
    iana-etc 2.30-1
    imagemagick 6.6.7.3-1
    inputproto 2.0.1-1
    kbproto 1.0.5-1
    lame 3.98.4-1
    lcms 1.19-1
    libarchive 2.8.4-2
    libcap 2.20-1
    libcups 1.4.6-1
    libdaemon 0.14-1
    libdatrie 0.2.4-1
    libdrm 2.4.23-1
    libdv 1.0.0-3
    libdvdread 4.1.3-2
    libfetch 2.33-1
    libgcrypt 1.4.6-1
    libgl 7.10-1
    libgpg-error 1.9-2
    libice 1.0.7-1
    libjpeg 8.3.0-1
    libldap 2.4.23-1
    libmp4v2 1.9.1-1
    libmpeg2 0.5.1-1
    libogg 1.2.2-1.1
    libpng 1.4.5-1
    libsasl 2.1.23-5
    libsm 1.2.0-1
    libtasn1 2.8-1
    libthai 0.1.14-1
    libtheora 1.1.1-1
    libtiff 3.9.4-1
    libtool 2.4-2
    libva 1.0.8-1
    libvdpau 0.4.1-1
    libvorbis 1.3.2-1
    libvpx 0.9.5-2
    libx11 1.4.1-1
    libxau 1.0.6-1
    libxaw 1.0.9-1
    libxcb 1.7-1
    libxcomposite 0.4.3-1
    libxcursor 1.1.11-1
    libxdamage 1.1.3-1
    libxdmcp 1.1.0-1
    libxext 1.2.0-1
    libxfixes 4.0.5-1
    libxft 2.2.0-1
    libxi 1.4.1-1
    libxinerama 1.1.1-1
    libxml2 2.7.8-1
    libxmu 1.1.0-1
    libxpm 3.5.9-1
    libxrandr 1.3.1-1
    libxrender 0.9.6-1
    libxt 1.0.9-1
    libxv 1.0.6-1
    libxxf86vm 1.1.1-1
    linux-api-headers 2.6.37-1
    lzo2 2.04-1
    mjpegtools 1.9.0-4
    ncurses 5.7-4
    opencore-amr 0.1.2-1
    openjpeg 1.3-3
    openssl 1.0.0.d-1
    orc 0.4.11-1
    pacman 3.4.3-1
    pacman-cage 2.9.8.2-4
    pacman-mirrorlist 20101223-1
    pam 1.1.3-1
    pango 1.28.3-1
    pango-perl 1.221-3
    pcre 8.12-1
    perl 5.12.3-1
    perl-anyevent 5.24-1
    perl-event 1.13-3
    perl-event-execflow 0.64-2
    perl-gtk2-ex-formfactory 0.66-2
    perl-libintl-perl 1.20-2
    pixman 0.20.2-1
    popt 1.16-3
    randrproto 1.3.2-1
    readline 6.1.002-2
    renderproto 0.11.1-1
    schroedinger 1.0.10-1
    sdl 1.2.14-6
    shadow 4.1.4.2-4
    shared-mime-info 0.90-1
    sqlite3 3.7.5-1
    tar 1.25-1
    texinfo 4.13a-5
    transcode 1.1.5-5
    tzdata 2010o-1
    util-linux-ng 2.18-4
    videoproto 2.3.1-1
    x264 20110115-1
    xcb-proto 1.6-2
    xextproto 7.1.2-1
    xf86vidmodeproto 2.3.1-1
    xineramaproto 1.2.1-1
    xproto 7.0.20-1
    xvidcore 1.2.2-1
    xz 5.0.1-1
    zlib 1.2.5-3
    Here you can see a shot of my /var/lib/pacman/local directory, containing just a few directories related to the packages above.
    I have a lot more installed in my system, eg. the holl KDE system.
    Is there a command/workaround to make these missing packages appear again in pacman?!
    Thanks in advance.
    Last edited by estevao (2011-02-11 17:29:52)

    Spider.007 wrote:
    Leonid.I wrote:
    mcmillan wrote:You probably can do some searching to track it down (or rewrite something similar if you know how) prior to going through with a complete reinstall.
    ... which (complete reinstall) will be required with high probability, since all the solutions proposed above will most likely break the system
    Arch Linux is more than just GNU/Linux -- it's an adventure
    I think your signature is either too sarcastic, or too much in contrast with what you are posting here. A damaged database is really no big deal, and the only things that the proposed solutions attempt to do is that pacman re-installs a package (which changes close to nothing in your actual installation) and then write that update to its database.
    I do not agree with your statement that the probability of a required reinstall are high. Actually, I would say they are pretty low
    There is nothing sarcastic about my sig. Indeed, what would be the fun of using a system, which never breaks?
    Regarding the probability of a reinstall either my opinion, or yours is irrelevant for the topic of this discussion.
    Finally, I would like to draw your attention to the little thingie in the end of my post: ":)" . It's called smiley and was  put there for a reason, you know...

  • How to install KDE 3.5.9 using pacman?

    Where do I find KDE 3.5.9 (or KDE 3.5.10) package and his locales to install in Arch using pacman?

    n3y wrote:Where do I find KDE 3.5.9 (or KDE 3.5.10) package and his locales to install in Arch using pacman?
    Welcome to the forums.
    The easiest way to check to see if a package is the standard repositories is to use pacman's search features:
    ~ > pacman -Ss kde3
    extra/kdelibs3 3.5.10-1
    KDE3 Core Libraries
    extra/qtcurve-kde3 0.59.5-1 (qtcurve)
    A configurable set of widget styles for KDE and Gtk
    extra/xfwm4 4.4.3-1 (xfce4)
    Xfce window manager, compatible with Gnome, Gnome2, KDE2, and KDE3
    Now you can simply pacman -Sy kde3.

  • 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)

Maybe you are looking for

  • How to email photos to your mobile me account from a computer eye-fi card

    For use with Eye-Fi SD Camera Cards! Set up your eye-fi account first and check it by uploading a photo or two to see that is working. Set your preferences according to your card capabilities. Ie. Upload to computer via folder or iphoto. Upload to ph

  • IPhone 3G won't switch from bluetooth

    Unlike so many threads I've seen, my phone has no trouble pairing and connecting to a bluetooth device. My problem comes later, when the device is off, and not even nearby. If I use my phone in the car with it's built in bluetooth, I have to manually

  • Why can't change the comment text Colour in version 11.0.10?

    Why can't I change the colour of the text "the comment fuction" in version 11.0.10, but I can do so in the older version 11.0.09? Please fix this, thanks!

  • [SOLVED] Firefox 17.0.1 not really updated

    I have archlinux 32 bits and I use firefox, I notice despite the installation of the firefox 17.0.1 package my version of firefox is still 17.0 ( file date is 20 nov 2012 in /usr/lib/firefox but it should be 1 dec 2012 ), is it normal ? I tried to re

  • How can I edit a global structure?

    I created a structure and saved it.  Now, i need to edit that. Can anybody tell me how can i do that?