You are not logged in.

#1 2011-07-09 19:17:02

Master One
Member
From: Europe
Registered: 2007-01-21
Posts: 249

transmission-remote-gtk does not compile

I just tried to install transmission-remote-gtk from AUR, but it aborts with the following error:

make  all-recursive
make[1]: Entering directory `/tmp/packerbuild-1000/transmission-remote-gtk/transmission-remote-gtk/src/transmission-remote-gtk-0.5.1'
Making all in src
make[2]: Entering directory `/tmp/packerbuild-1000/transmission-remote-gtk/transmission-remote-gtk/src/transmission-remote-gtk-0.5.1/src'
  CC     main.o
main.c:27:24: schwerwiegender Fehler: curl/types.h: Datei oder Verzeichnis nicht gefunden
Kompilierung beendet.
make[2]: *** [main.o] Fehler 1

Is there something missing, or is the pkgbuild faulty? I'm using packer btw for accessing AUR.

Offline

#2 2011-07-09 19:31:49

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: transmission-remote-gtk does not compile

Two things:
- post the entire build output, not just a snippet.
- post it in english.

Offline

#3 2011-07-09 19:33:35

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: transmission-remote-gtk does not compile

You can see in the comments some other folks are having the same problem http://aur.archlinux.org/packages.php?ID=47818
I've tried to compile and run into it too:

==> Validating source files with sha1sums...
    transmission-remote-gtk-0.5.1.tar.gz ... Passed
==> Extracting Sources...
  -> Extracting transmission-remote-gtk-0.5.1.tar.gz with bsdtar
==> Entering fakeroot environment...
==> 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 dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
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 for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
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 whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.41.1 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.14.1
checking for XML::Parser... ok
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for size_t... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for jsonglib... yes
checking for gthread... yes
checking for gconf... yes
checking for gtk... yes
checking for gio... yes
checking for unique... yes
checking for notify... yes
checking for libproxy... yes
checking for gawk... (cached) gawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.21.7
checking for libcurl >= version 7.0... yes
checking whether libcurl is usable... yes
checking for curl_free... yes
checking GeoIP.h usability... yes
checking GeoIP.h presence... yes
checking for GeoIP.h... yes
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using /usr/share/gconf/schemas as install directory for schema files
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po/stamp-it commands
make  all-recursive
make[1]: Entering directory `/home/karol/test/apps/transmission-remote-gtk/transmission-remote-gtk/src/transmission-remote-gtk-0.5.1'
Making all in src
make[2]: Entering directory `/home/karol/test/apps/transmission-remote-gtk/transmission-remote-gtk/src/transmission-remote-gtk-0.5.1/src'
  CC     main.o
main.c:27:24: fatal error: curl/types.h: No such file or directory
compilation terminated.
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/home/karol/test/apps/transmission-remote-gtk/transmission-remote-gtk/src/transmission-remote-gtk-0.5.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/karol/test/apps/transmission-remote-gtk/transmission-remote-gtk/src/transmission-remote-gtk-0.5.1'
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

Last edited by karol (2011-07-09 19:35:16)

Offline

#4 2011-07-09 19:37:25

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: transmission-remote-gtk does not compile

Not too surprising, as the curl package doesn't have a file called types.h smile

Contact upstream.

Offline

#5 2011-07-09 20:02:38

jlcordeiro
Member
From: Portugal
Registered: 2009-05-23
Posts: 76

Re: transmission-remote-gtk does not compile

Temporary fix until upstream solves it (compiles and seems to be working fine)

http://pastebin.com/mzYPZyUZ
http://pastebin.com/LpGxpFpa

Offline

#6 2011-07-22 15:29:20

swanson
Member
From: Sweden
Registered: 2011-02-05
Posts: 759

Re: transmission-remote-gtk does not compile

I just installed it from AUR and compilation went ok. The app seems to be working fine too! Easier to configure than transgui and more stable.

Offline

Board footer

Powered by FluxBB