You are not logged in.

Announcement

Due to heavy spamming of forums registration is going in stages. If you wish to register as a new user with ArchBang Forums, first register and then send an e-mail to: archbangforums at gmail dot com. It should contain the problem you want to discuss or some other AB related content. You will be promoted from registering member with no posting rights to new member with posting rights after that. If your mail is ignored you haven't fulfilled the requirements.

#1 2012-03-21 15:31:33

tetra
New member
Registered: 2012-03-21
Posts: 1

package-query

I go to install package-query as a pre-rec for yaourt but I get this error when I use makepkg -si

[tetra@Fingal package-query]$ makepkg -si
==> Making package: package-query 1.0.1-1 (Wed Mar 21 17:23:00 EDT 2012)
==> Checking runtime dependencies...
pacman: /usr/lib/libcurl.so.4: no version information available (required by /usr/lib/libalpm.so.7)
==> Installing missing dependencies...
pacman: /usr/lib/libcurl.so.4: no version information available (required by /usr/lib/libalpm.so.7)
resolving dependencies...
looking for inter-conflicts...

Targets (1): yajl-2.0.4-1

Total Download Size:    0.03 MiB
Total Installed Size:   0.24 MiB

Proceed with installation? [Y/n] y
:: Retrieving packages from community...
 yajl-2.0.4-1-x86_64       33.9 KiB   158K/s 00:00 [------------] 100%
(1/1) checking package integrity                   [------------] 100%
(1/1) loading package files                        [------------] 100%
(1/1) checking for file conflicts                  [------------] 100%
(1/1) installing yajl                              [------------] 100%
pacman: /usr/lib/libcurl.so.4: no version information available (required by /usr/lib/libalpm.so.7)
==> Checking buildtime dependencies...
==> Retrieving Sources...
  -> Downloading package-query-1.0.1.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:  3  361k    3 12806    0     0  16336      0  0:00:22 --:--:--  0:00: 18  361k   18 67830    0     0  37562      0  0:00:09  0:00:01  0:00: 40  361k   40  147k    0     0  49662      0  0:00:07  0:00:03  0:00: 59  361k   59  215k    0     0  54261      0  0:00:06  0:00:04  0:00: 75  361k   75  274k    0     0  57520      0  0:00:06  0:00:04  0:00: 98  361k   98  357k    0     0  60014      0  0:00:06  0:00:06 --:--:100  361k  100  361k    0     0  60631      0  0:00:06  0:00:06 --:--:-- 70321
==> Validating source files with md5sums...
    package-query-1.0.1.tar.gz ... Passed
==> Extracting Sources...
  -> Extracting package-query-1.0.1.tar.gz with bsdtar
==> Starting build()...
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... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-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 x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-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 -m elf_x86_64) 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... no
configure: error: pacman is needed to compile package-query
==> ERROR: A failure occurred in build().
    Aborting...

any ida?

Offline

#2 2012-03-21 18:48:26

oliver
Administrator
Registered: 2010-11-04
Posts: 1,516

Re: package-query

what version is pacman?  package-query requires it be at version 4

$ pacman -Q pacman

Welly, welly, welly, welly, welly, welly, well. To what do I owe the extreme pleasure of this surprising visit?

Offline

#3 2012-04-15 21:54:25

BAJ716
New member
Registered: 2012-04-15
Posts: 1

Re: package-query

I've got the same error, it's been way too long since I've updated this system.  I'm trying to update pacman manually to v4, but getting this same error mentioned above.  I downloaded this package:

pacman-4.0.3-1-x86_64.pkg.tar.xz

Extracted it, then did this:

# pacman -Sf pacman
pacman: /usr/lib/libcurl.so.4: no version information available (required by /usr/lib/libalpm.so.7)
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: package-query: requires pacman<3.6

My current version of pacman is 3.5.4-4.

Based on the error message, it would appear to require pacman less than 3.6, which I have.  However, I suspect the error message was intended to show the greater than sign?  Assuming that's the case, how do I upgrade pacman when I need a new pacman to upgrade pacman?

Offline

#4 2012-04-15 22:53:49

oliver
Administrator
Registered: 2010-11-04
Posts: 1,516

Re: package-query

try removing package-query, upgrading pacman and then re-installing package-query


Welly, welly, welly, welly, welly, welly, well. To what do I owe the extreme pleasure of this surprising visit?

Offline

Board footer

Powered by FluxBB