You are not logged in.

#1 2007-08-21 00:01:48

nadavvin
Member
Registered: 2006-11-29
Posts: 105

Stardict is not update more than a year

Hello

The last time that Stardict was update was more then a year in 21/07/06
link

Stardict realese new version 3 that fix some problem include one in showing hebrew result.

Thanks
nadav

Offline

#2 2007-08-21 07:00:00

erm67
Member
From: Europe
Registered: 2007-08-01
Posts: 123

Re: Stardict is not update more than a year

Nice program stardict, I have a PKGBUILG for the 3.0.0 with all functions enabled, I will also make a PKGBUILD for the data (voices, dictionaries), I like to install everything with a pkg manager.
Save this as PKGBUILD

# $Id: PKGBUILD,v 1.5 2006/07/21 15:28:22 aaron Exp $
# Maintainer: Aaron Griffin <aaron@archlinux.org>
# Contributor: Neil Lin <neil@vip.url.com.tw>
# Contributor: erm67

pkgname=stardict-full
pkgver=3.0.0
pkgrel=1
pkgdesc="StarDict is a powerful international dictionary written in Gtk2."
url="http://stardict.sourceforge.net/"
conflicts=('stardict')
provides=('stardict')
licenses=('GPL')
depends=('gtk2' 'gcc' 'libgnomeui' 'gconf' 'scrollkeeper' 'gucharmap' 'enchant' 'espeak' 'festival' 'libsigc++2.0')
makedepends=('perlxml' 'popt')
source=(http://downloads.sourceforge.net/sourceforge/stardict/stardict-$pkgver.tar.bz2 \
stardict-full.install)
md5sums=('23bbfd0a75baab5d0def5596f19b80cb'
         '9417cf1704cceea1ac77d72740de2547')
arch=('i686')

build()
{
   cd $startdir/src/stardict-$pkgver
   ./configure  PKG_CONFIG=/usr/bin/pkg-config --prefix=/usr --sysconfdir=/etc\
        --mandir=/usr/man --disable-schemas-install
   make || return 1
   rm -f $startdir/pkg/usr/lib/stardict/plugins/*.la
   make DESTDIR=$startdir/pkg install
}

Save this as stardict-full.install

post_install() {
GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule /etc/gconf/schemas/stardict.schemas >/dev/null
scrollkeeper-update

}

post_upgrade() {
GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule /etc/gconf/schemas/stardict.schemas >/dev/null
scrollkeeper-update
}

pre_remove() {
GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/stardict.schemas >/dev/null
scrollkeeper-update
}

op=$1
shift

$op "$@"

Last edited by erm67 (2007-08-21 08:25:51)

Offline

#3 2007-08-21 18:39:25

nadavvin
Member
Registered: 2006-11-29
Posts: 105

Re: Stardict is not update more than a year

Validating source files with md5sums
    stardict-3.0.0.tar.bz2 ... Passed
    stardict-full.install ... Passed
==> Extracting Sources...
   -> tar -xf stardict-3.0.0.tar.bz2
==> Starting build()...
/usr/bin/makepkg: line 917: build: command not found
==> ERROR: Build Failed.  Aborting...

What's the problem?

Why don't you upload it to AUR?

thanks.

Offline

#4 2007-08-21 18:52:30

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: Stardict is not update more than a year

nadavvin wrote:
Validating source files with md5sums
    stardict-3.0.0.tar.bz2 ... Passed
    stardict-full.install ... Passed
==> Extracting Sources...
   -> tar -xf stardict-3.0.0.tar.bz2
==> Starting build()...
/usr/bin/makepkg: line 917: build: command not found
==> ERROR: Build Failed.  Aborting...

What's the problem?

Why don't you upload it to AUR?

thanks.

I think I already saw this issue on IRC, when an user had broken a PKGBUILD by copy/pasting it from AUR, instead of downloading the tarball.


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#5 2007-08-21 19:07:44

erm67
Member
From: Europe
Registered: 2007-08-01
Posts: 123

Re: Stardict is not update more than a year

nadavvin wrote:

Why don't you upload it to AUR?

http://aur.archlinux.org/packages.php?d … 1&ID=12628

It is probably a duplicate, or it will be soon,  anyway .....

Offline

#6 2007-08-21 19:27:25

mehldutt
Member
From: Germany
Registered: 2006-01-08
Posts: 128

Re: Stardict is not update more than a year

sad
Sorry, did not work for me:

[root@matrix gary]# yaourt -S stardict-full
==> WARNING: Building unsupported package as root is dangerous.
 Please run yaourt as a non-privileged user.

==> Downloading stardict-full PKGBUILD from AUR...
no configuration found for stardict-full in /etc/customizepkg.d/


Comment by: erm67 on 20070821 [19:06:01]
Newer version of a package in extra with gnome support

  First Submitted: Tue, 21 Aug 2007 19:06:01 +0000
  Last Updated: (unknown)
stardict-full 3.0.0-1 (NOT SAFE): StarDict is a powerful international dictionary written in Gtk2.

==> stardict-full dependencies:
 - gtk2 (already installed)
 - gcc (already installed)
 - libgnomeui (already installed)
 - gconf (already installed)
 - scrollkeeper (already installed)
 - gucharmap (already installed)
 - enchant (already installed)
 - espeak (already installed)
 - festival (package found)
 - libsigc++2.0 (already installed)
 - perlxml (already installed)
 - popt (already installed)
==>  Edit the PKGBUILD (recommended) ? [Y/n] ("A" to abort)
==>   ----------------------------------------------
==>n

==>  Continue the building of 'stardict-full'? [Y/n] 
==>   ----------------------------------------------
==>



==> Building and installing package
==> Making package: stardict-full 3.0.0-1 (Di 21. Aug 21:16:40 CEST 2007)
==> Checking Runtime Dependencies...

==> Installing missing dependencies...
Löse Abhängigkeiten auf... Fertig.
Suche nach Zwischen-Konflikten... Fertig.

Pakete: festival-1.96beta-1  

Gesamte Paketgröße:   7,61 MB

Installation fortsetzen? [J/n] 
:: Empfange Pakete von extra...
 festival                   7,6M  645,1K/s 00:00:12 [#####################] 100%
Prüfe Paketintegrität... Fertig.
Räume auf... Fertig.
(1/1) Pruefe auf Dateikonflikte                     [#####################] 100%
(1/1) Installiere festival                          [#####################] 100%
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
   -> Downloading stardict-3.0.0.tar.bz2
--21:16:59--  http://downloads.sourceforge.net/sourceforge/stardict/stardict-3.0.0.tar.bz2
           => `stardict-3.0.0.tar.bz2'
Auflösen des Hostnamen »downloads.sourceforge.net«.... 66.35.250.203
Verbindungsaufbau zu downloads.sourceforge.net|66.35.250.203|:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 302 Found
Platz: http://puzzle.dl.sourceforge.net/sourceforge/stardict/stardict-3.0.0.tar.bz2[folge]
--21:17:00--  http://puzzle.dl.sourceforge.net/sourceforge/stardict/stardict-3.0.0.tar.bz2
           => `stardict-3.0.0.tar.bz2'
Auflösen des Hostnamen »puzzle.dl.sourceforge.net«.... 195.141.111.5
Verbindungsaufbau zu puzzle.dl.sourceforge.net|195.141.111.5|:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 200 OK
Länge: 1.911.973 (1.8M) [application/x-redhat-package-manager]

100%[====================================>] 1.911.973     21.92K/s    ETA 00:00

21:18:41 (26.33 KB/s) - »stardict-3.0.0.tar.bz2« gespeichert [1911973/1911973]

   -> Found stardict-full.install in build dir
==> Validating source files with md5sums
    stardict-3.0.0.tar.bz2 ... Passed
    stardict-full.install ... Passed
==> Extracting Sources...
   -> tar -xf stardict-3.0.0.tar.bz2
==> 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 whether to enable maintainer-specific portions of Makefiles... no
checking for gconftool-2... /usr/bin/gconftool-2
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 dependency style of gcc... gcc3
checking for intltool >= 0.22... 0.35.5 found
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for xgettext... /usr/bin/xgettext
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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 ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... 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... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
libtool.m4: error: problem compiling CXX test program
checking for g++ option to produce PIC... 
checking if g++ static flag  works... no
checking if g++ supports -c -o file.o... no
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... unsupported
appending configuration tag "F77" to libtool
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether we are using the GNU C++ compiler... (cached) no
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for a BSD-compatible install... /bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... no
checking for working mmap... no
checking locale.h usability... no
checking locale.h presence... yes
configure: WARNING: locale.h: present but cannot be compiled
configure: WARNING: locale.h:     check for missing prerequisite headers?
configure: WARNING: locale.h: see the Autoconf documentation
configure: WARNING: locale.h:     section "Present But Cannot Be Compiled"
configure: WARNING: locale.h: proceeding with the preprocessor's result
configure: WARNING: locale.h: in the future, the compiler will take precedence
configure: WARNING:     ## ---------------------------------------------- ##
configure: WARNING:     ## Report this to http://stardict.sourceforge.net ##
configure: WARNING:     ## ---------------------------------------------- ##
checking for locale.h... yes
checking for LC_MESSAGES... no
checking libintl.h usability... no
checking libintl.h presence... yes
configure: WARNING: libintl.h: present but cannot be compiled
configure: WARNING: libintl.h:     check for missing prerequisite headers?
configure: WARNING: libintl.h: see the Autoconf documentation
configure: WARNING: libintl.h:     section "Present But Cannot Be Compiled"
configure: WARNING: libintl.h: proceeding with the preprocessor's result
configure: WARNING: libintl.h: in the future, the compiler will take precedence
configure: WARNING:     ## ---------------------------------------------- ##
configure: WARNING:     ## Report this to http://stardict.sourceforge.net ##
configure: WARNING:     ## ---------------------------------------------- ##
checking for libintl.h... yes
checking for ngettext in libc... no
checking for bindtextdomain in -lintl... no
checking if -liconv is needed to use gettext... 
checking for ngettext in -lintl... no
checking pkg-config is at least version 0.9.0... yes
checking for ENCHANT... yes
checking for GUCHARMAP... yes
checking festival.h... yes
checking speak_lib.h... yes
checking for STARDICT... yes
Enable gnome suppport
checking for gconftool-2... (cached) /usr/bin/gconftool-2
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for zlibVersion in -lz... no
configure: error: zlib not found
make: *** No targets specified and no makefile found.  Stop.
==> ERROR: Build Failed.  Aborting...
Error: Makepkg was unable to build stardict-full package.

Offline

#7 2007-08-21 19:51:03

erm67
Member
From: Europe
Registered: 2007-08-01
Posts: 123

Re: Stardict is not update more than a year

mehldutt wrote:

sad
Sorry, did not work for me:

You don't have the zlib package installed, I updated the PKGBUILD on aur to require it.
If it still does't work I will need the file config.log that is somewhere in the directory where it is compiled

Last edited by erm67 (2007-08-21 19:54:33)

Offline

#8 2007-08-21 19:59:02

mehldutt
Member
From: Germany
Registered: 2006-01-08
Posts: 128

Re: Stardict is not update more than a year

Strange, it was already installed.  I reinstalled it, but still no success.

[root@matrix gary]# yaourt -S zlib         
:: zlib-1.2.3-2: local version is up to date. Upgrade anyway? [Y/n]

Offline

#9 2007-08-21 20:31:06

erm67
Member
From: Europe
Registered: 2007-08-01
Posts: 123

Re: Stardict is not update more than a year

mehldutt wrote:

Strange, it was already installed.  I reinstalled it, but still no success.

Try to find the file config.log it should be somewhere in /tmp/yaourt-tmp-YOURUSERNAME/aur-stardict-full.

find /tmp/yaourt-tmp-YOURUSERNAME/aur-stardict-full|grep config.log

The error is probably not at the end of the file but some lines before the end.

Last edited by erm67 (2007-08-21 20:31:21)

Offline

#10 2007-08-21 21:01:47

mehldutt
Member
From: Germany
Registered: 2006-01-08
Posts: 128

Re: Stardict is not update more than a year

Honestly, I don't understand anything here:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by stardict configure 3.0.0, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure PKG_CONFIG=/usr/bin/pkg-config --prefix=/usr --sysconfdir=/etc --mandir=/usr/man --disable-schemas-install

## --------- ##
## Platform. ##
## --------- ##

hostname = matrix
uname -m = i686
uname -r = 2.6.22-ck
uname -s = Linux
uname -v = #1 SMP PREEMPT Fri Aug 17 17:01:02 IST 2007

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /bin
PATH: /usr/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/X11R6/bin
PATH: /opt/bin
PATH: /opt/e17/bin
PATH: /opt/java/jre/bin
PATH: /opt/kde/bin
PATH: /opt/mozilla/bin
PATH: /opt/qt/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2112: checking for a BSD-compatible install
configure:2168: result: /bin/install -c
configure:2179: checking whether build environment is sane
configure:2222: result: yes
configure:2250: checking for a thread-safe mkdir -p
configure:2289: result: /bin/mkdir -p
configure:2302: checking for gawk
configure:2318: found /bin/gawk
configure:2329: result: gawk
configure:2340: checking whether make sets $(MAKE)
configure:2361: result: yes
configure:2550: checking whether to enable maintainer-specific portions of Makefiles
configure:2559: result: no
configure:2602: checking for gconftool-2
configure:2620: found /usr/bin/gconftool-2
configure:2632: result: /usr/bin/gconftool-2
configure:2652: checking for style of include used by make
configure:2680: result: GNU
configure:2750: checking for gcc
configure:2766: found /usr/bin/gcc
configure:2777: result: gcc
configure:3015: checking for C compiler version
configure:3022: gcc --version >&5
gcc (GCC) 4.2.1
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3025: $? = 0
configure:3032: gcc -v >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu --disable-libstdcxx-pch --with-tune=generic
Thread model: posix
gcc version 4.2.1
configure:3035: $? = 0
configure:3042: gcc -V >&5
gcc: '-V' option must have argument
configure:3045: $? = 1
configure:3068: checking for C compiler default output file name
configure:3095: gcc -march=i686 -O2 -pipe -mtune=generic   conftest.c  >&5
configure:3098: $? = 0
configure:3136: result: a.out
configure:3153: checking whether the C compiler works
configure:3163: ./a.out
configure:3166: $? = 0
configure:3183: result: yes
configure:3190: checking whether we are cross compiling
configure:3192: result: no
configure:3195: checking for suffix of executables
configure:3202: gcc -o conftest -march=i686 -O2 -pipe -mtune=generic   conftest.c  >&5
configure:3205: $? = 0
configure:3229: result: 
configure:3235: checking for suffix of object files
configure:3261: gcc -c -march=i686 -O2 -pipe -mtune=generic  conftest.c >&5
configure:3264: $? = 0
configure:3287: result: o
configure:3291: checking whether we are using the GNU C compiler
configure:3320: gcc -c -march=i686 -O2 -pipe -mtune=generic  conftest.c >&5
configure:3326: $? = 0
configure:3343: result: yes
configure:3348: checking whether gcc accepts -g
configure:3378: gcc -c -g  conftest.c >&5
configure:3384: $? = 0
configure:3483: result: yes
configure:3500: checking for gcc option to accept ISO C89
configure:3574: gcc  -c -march=i686 -O2 -pipe -mtune=generic  conftest.c >&5
configure:3580: $? = 0
configure:3603: result: none needed
configure:3623: checking dependency style of gcc
configure:3714: result: gcc3
configure:3742: checking for intltool >= 0.22
configure:3749: result: 0.35.5 found
configure:3805: checking for perl
configure:3823: found /usr/bin/perl
configure:3835: result: /usr/bin/perl
configure:3854: checking for XML::Parser
configure:3857: result: ok
configure:3868: checking for iconv
configure:3886: found /usr/bin/iconv
configure:3899: result: /usr/bin/iconv
configure:3909: checking for msgfmt
configure:3927: found /usr/bin/msgfmt
configure:3940: result: /usr/bin/msgfmt
configure:3950: checking for msgmerge
configure:3968: found /usr/bin/msgmerge
configure:3981: result: /usr/bin/msgmerge
configure:3991: checking for xgettext
configure:4009: found /usr/bin/xgettext
configure:4022: result: /usr/bin/xgettext
configure:4059: gcc -o conftest -march=i686 -O2 -pipe -mtune=generic   conftest.c  >&5
configure:4065: $? = 0
configure:4240: checking build system type
configure:4258: result: i686-pc-linux-gnu
configure:4280: checking host system type
configure:4295: result: i686-pc-linux-gnu
configure:4317: checking for a sed that does not truncate output
configure:4373: result: /bin/sed
configure:4376: checking for grep that handles long lines and -e
configure:4450: result: /bin/grep
configure:4455: checking for egrep
configure:4533: result: /bin/grep -E
configure:4549: checking for ld used by gcc
configure:4616: result: /usr/bin/ld
configure:4625: checking if the linker (/usr/bin/ld) is GNU ld
configure:4640: result: yes
configure:4645: checking for /usr/bin/ld option to reload object files
configure:4652: result: -r
configure:4670: checking for BSD-compatible nm
configure:4719: result: /usr/bin/nm -B
configure:4723: checking whether ln -s works
configure:4727: result: yes
configure:4734: checking how to recognise dependent libraries
configure:4910: result: pass_all
configure:5143: checking how to run the C preprocessor
configure:5183: gcc -E  conftest.c
configure:5189: $? = 0
configure:5220: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:5226: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "stardict"
| #define PACKAGE_TARNAME "stardict"
| #define PACKAGE_VERSION "3.0.0"
| #define PACKAGE_STRING "stardict 3.0.0"
| #define PACKAGE_BUGREPORT "http://stardict.sourceforge.net"
| #define PACKAGE "stardict"
| #define VERSION "3.0.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5259: result: gcc -E
configure:5288: gcc -E  conftest.c
configure:5294: $? = 0
configure:5325: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:5331: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "stardict"
| #define PACKAGE_TARNAME "stardict"
| #define PACKAGE_VERSION "3.0.0"
| #define PACKAGE_STRING "stardict 3.0.0"
| #define PACKAGE_BUGREPORT "http://stardict.sourceforge.net"
| #define PACKAGE "stardict"
| #define VERSION "3.0.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5369: checking for ANSI C header files
configure:5399: gcc -c -march=i686 -O2 -pipe -mtune=generic  conftest.c >&5
configure:5405: $? = 0
configure:5504: gcc -o conftest -march=i686 -O2 -pipe -mtune=generic   conftest.c  >&5
configure:5507: $? = 0
configure:5513: ./conftest
configure:5516: $? = 0
configure:5533: result: yes
configure:5557: checking for sys/types.h
configure:5578: gcc -c -march=i686 -O2 -pipe -mtune=generic  conftest.c >&5
configure:5584: $? = 0
configure:5600: result: yes
configure:5557: checking for sys/stat.h
configure:5578: gcc -c -march=i686 -O2 -pipe -mtune=generic  conftest.c >&5
configure:5584: $? = 0
configure:5600: result: yes
configure:5557: checking for stdlib.h
configure:5578: gcc -c -march=i686 -O2 -pipe -mtune=generic  conftest.c >&5
configure:5584: $? = 0
configure:5600: result: yes
configure:5557: checking for string.h
configure:5578: gcc -c -march=i686 -O2 -pipe -mtune=generic  conftest.c >&5
configure:5584: $? = 0
configure:5600: result: yes
configure:5557: checking for memory.h
configure:5578: gcc -c -march=i686 -O2 -pipe -mtune=generic  conftest.c >&5
configure:5584: $? = 0
configure:5600: result: yes
configure:5557: checking for strings.h
configure:5578: gcc -c -march=i686 -O2 -pipe -mtune=generic  conftest.c >&5
configure:5584: $? = 0
configure:5600: result: yes
configure:5557: checking for inttypes.h
configure:5578: gcc -c -march=i686 -O2 -pipe -mtune=generic  conftest.c >&5
configure:5584: $? = 0
configure:5600: result: yes
configure:5557: checking for stdint.h
configure:5578: gcc -c -march=i686 -O2 -pipe -mtune=generic  conftest.c >&5
configure:5584: $? = 0
configure:5600: result: yes
configure:5557: checking for unistd.h
configure:5578: gcc -c -march=i686 -O2 -pipe -mtune=generic  conftest.c >&5
configure:5584: $? = 0
configure:5600: result: yes
configure:5627: checking dlfcn.h usability
configure:5644: gcc -c -march=i686 -O2 -pipe -mtune=generic  conftest.c >&5
configure:5650: $? = 0
configure:5664: result: yes
configure:5668: checking dlfcn.h presence
configure:5683: gcc -E  conftest.c
configure:5689: $? = 0
configure:5703: result: yes
configure:5736: checking for dlfcn.h
configure:5744: result: yes
configure:5815: checking for g++
configure:5831: found /usr/bin/g++
configure:5842: result: g++
configure:5873: checking for C++ compiler version
configure:5880: g++ --version >&5
g++ (GCC) 4.2.1
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5883: $? = 0
configure:5890: g++ -v >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu --disable-libstdcxx-pch --with-tune=generic
Thread model: posix
gcc version 4.2.1
configure:5893: $? = 0
configure:5900: g++ -V >&5
g++: '-V' option must have argument
configure:5903: $? = 1
configure:5906: checking whether we are using the GNU C++ compiler
configure:5935: g++ -c -march=i686 -O2 -pip -mtune=generice  conftest.cpp >&5
g++: unrecognized option '-pip'
conftest.cpp:1: error: bad value (generice) for -mtune= switch
conftest.cpp:1: error: bad value (generice) for -mtune= switch
configure:5941: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "stardict"
| #define PACKAGE_TARNAME "stardict"
| #define PACKAGE_VERSION "3.0.0"
| #define PACKAGE_STRING "stardict 3.0.0"
| #define PACKAGE_BUGREPORT "http://stardict.sourceforge.net"
| #define PACKAGE "stardict"
| #define VERSION "3.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:5958: result: no
configure:5963: checking whether g++ accepts -g
configure:5993: g++ -c -g  conftest.cpp >&5
configure:5999: $? = 0
configure:6098: result: yes
configure:6123: checking dependency style of g++
configure:6214: result: gcc3
configure:6239: checking how to run the C++ preprocessor
configure:6275: g++ -E  conftest.cpp
configure:6281: $? = 0
configure:6312: g++ -E  conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:6318: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "stardict"
| #define PACKAGE_TARNAME "stardict"
| #define PACKAGE_VERSION "3.0.0"
| #define PACKAGE_STRING "stardict 3.0.0"
| #define PACKAGE_BUGREPORT "http://stardict.sourceforge.net"
| #define PACKAGE "stardict"
| #define VERSION "3.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6351: result: g++ -E
configure:6380: g++ -E  conftest.cpp
configure:6386: $? = 0
configure:6417: g++ -E  conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:6423: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "stardict"
| #define PACKAGE_TARNAME "stardict"
| #define PACKAGE_VERSION "3.0.0"
| #define PACKAGE_STRING "stardict 3.0.0"
| #define PACKAGE_BUGREPORT "http://stardict.sourceforge.net"
| #define PACKAGE "stardict"
| #define VERSION "3.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6516: checking for g77
configure:6546: result: no
configure:6516: checking for xlf
configure:6546: result: no
configure:6516: checking for f77
configure:6546: result: no
configure:6516: checking for frt
configure:6546: result: no
configure:6516: checking for pgf77
configure:6546: result: no
configure:6516: checking for cf77
configure:6546: result: no
configure:6516: checking for fort77
configure:6546: result: no
configure:6516: checking for fl32
configure:6546: result: no
configure:6516: checking for af77
configure:6546: result: no
configure:6516: checking for xlf90
configure:6546: result: no
configure:6516: checking for f90
configure:6546: result: no
configure:6516: checking for pgf90
configure:6546: result: no
configure:6516: checking for pghpf
configure:6546: result: no
configure:6516: checking for epcf90
configure:6546: result: no
configure:6516: checking for gfortran
configure:6546: result: no
configure:6516: checking for g95
configure:6546: result: no
configure:6516: checking for xlf95
configure:6546: result: no
configure:6516: checking for f95
configure:6546: result: no
configure:6516: checking for fort
configure:6546: result: no
configure:6516: checking for ifort
configure:6546: result: no
configure:6516: checking for ifc
configure:6546: result: no
configure:6516: checking for efc
configure:6546: result: no
configure:6516: checking for pgf95
configure:6546: result: no
configure:6516: checking for lf95
configure:6546: result: no
configure:6516: checking for ftn
configure:6546: result: no
configure:6573: checking for Fortran 77 compiler version
configure:6580:  --version >&5
./configure: line 6581: --version: command not found
configure:6583: $? = 127
configure:6590:  -v >&5
./configure: line 6591: -v: command not found
configure:6593: $? = 127
configure:6600:  -V >&5
./configure: line 6601: -V: command not found
configure:6603: $? = 127
configure:6611: checking whether we are using the GNU Fortran 77 compiler
configure:6630:  -c  conftest.F >&5
./configure: line 6631: -c: command not found
configure:6636: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:6653: result: no
configure:6659: checking whether  accepts -g
configure:6676:  -c -g conftest.f >&5
./configure: line 6677: -c: command not found
configure:6682: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:6698: result: no
configure:6728: checking the maximum length of command line arguments
configure:6837: result: 32768
configure:6848: checking command to parse /usr/bin/nm -B output from gcc object
configure:6953: gcc -c -march=i686 -O2 -pipe -mtune=generic  conftest.c >&5
configure:6956: $? = 0
configure:6960: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[     ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[     ][     ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6963: $? = 0
configure:7015: gcc -o conftest -march=i686 -O2 -pipe -mtune=generic   conftest.c conftstm.o >&5
configure:7018: $? = 0
configure:7056: result: ok
configure:7060: checking for objdir
configure:7075: result: .libs
configure:7167: checking for ar
configure:7183: found /usr/bin/ar
configure:7194: result: ar
configure:7263: checking for ranlib
configure:7279: found /usr/bin/ranlib
configure:7290: result: ranlib
configure:7359: checking for strip
configure:7375: found /usr/bin/strip
configure:7386: result: strip
configure:7672: checking if gcc supports -fno-rtti -fno-exceptions
configure:7690: gcc -c -march=i686 -O2 -pipe -mtune=generic  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:7694: $? = 0
configure:7707: result: no
configure:7722: checking for gcc option to produce PIC
configure:7932: result: -fPIC
configure:7940: checking if gcc PIC flag -fPIC works
configure:7958: gcc -c -march=i686 -O2 -pipe -mtune=generic  -fPIC -DPIC conftest.c >&5
configure:7962: $? = 0
configure:7975: result: yes
configure:8003: checking if gcc static flag -static works
configure:8031: result: yes
configure:8041: checking if gcc supports -c -o file.o
configure:8062: gcc -c -march=i686 -O2 -pipe -mtune=generic  -o out/conftest2.o conftest.c >&5
configure:8066: $? = 0
configure:8088: result: yes
configure:8114: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:9068: result: yes
configure:9089: checking whether -lc should be explicitly linked in
configure:9094: gcc -c -march=i686 -O2 -pipe -mtune=generic  conftest.c >&5
configure:9097: $? = 0
configure:9112: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:9115: $? = 0
configure:9127: result: no
configure:9135: checking dynamic linker characteristics
configure:9744: result: GNU/Linux ld.so
configure:9753: checking how to hardcode library paths into programs
configure:9778: result: immediate
configure:9792: checking whether stripping libraries is possible
configure:9797: result: yes
configure:10598: checking if libtool supports shared libraries
configure:10600: result: yes
configure:10603: checking whether to build shared libraries
configure:10624: result: yes
configure:10627: checking whether to build static libraries
configure:10631: result: no
configure:10723: creating libtool
configure:11453: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:12387: result: yes
configure:12405: g++ -c -march=i686 -O2 -pip -mtune=generice  conftest.cpp >&5
g++: unrecognized option '-pip'
conftest.cpp:1: error: bad value (generice) for -mtune= switch
conftest.cpp:1: error: bad value (generice) for -mtune= switch
configure:12408: $? = 1
configure:12527: checking for g++ option to produce PIC
configure:12801: result: 
configure:12872: checking if g++ static flag  works
configure:12900: result: no
configure:12910: checking if g++ supports -c -o file.o
configure:12931: g++ -c -march=i686 -O2 -pip -mtune=generice  -o out/conftest2.o conftest.cpp >&5
g++: unrecognized option '-pip'
conftest.cpp:1: error: bad value (generice) for -mtune= switch
conftest.cpp:1: error: bad value (generice) for -mtune= switch
configure:12935: $? = 1
configure:12957: result: no
configure:12983: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:13008: result: yes
configure:13075: checking dynamic linker characteristics
configure:13684: result: GNU/Linux ld.so
configure:13693: checking how to hardcode library paths into programs
configure:13718: result: unsupported
configure:19901: checking for library containing strerror
configure:19942: gcc -o conftest -march=i686 -O2 -pipe -mtune=generic   conftest.c  >&5
configure:19948: $? = 0
configure:19976: result: none required
configure:20032: checking for gcc
configure:20059: result: gcc
configure:20297: checking for C compiler version
configure:20304: gcc --version >&5
gcc (GCC) 4.2.1
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:20307: $? = 0
configure:20314: gcc -v >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu --disable-libstdcxx-pch --with-tune=generic
Thread model: posix
gcc version 4.2.1
configure:20317: $? = 0
configure:20324: gcc -V >&5
gcc: '-V' option must have argument
configure:20327: $? = 1
configure:20330: checking whether we are using the GNU C compiler
configure:20382: result: yes
configure:20387: checking whether gcc accepts -g
configure:20522: result: yes
configure:20539: checking for gcc option to accept ISO C89
configure:20642: result: none needed
configure:20662: checking dependency style of gcc
configure:20753: result: gcc3
configure:20884: checking for C++ compiler version
configure:20891: g++ --version >&5
g++ (GCC) 4.2.1
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:20894: $? = 0
configure:20901: g++ -v >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu --disable-libstdcxx-pch --with-tune=generic
Thread model: posix
gcc version 4.2.1
configure:20904: $? = 0
configure:20911: g++ -V >&5
g++: '-V' option must have argument
configure:20914: $? = 1
configure:20917: checking whether we are using the GNU C++ compiler
configure:20969: result: no
configure:20974: checking whether g++ accepts -g
configure:21109: result: yes
configure:21134: checking dependency style of g++
configure:21225: result: gcc3
configure:21259: checking for a BSD-compatible install
configure:21315: result: /bin/install -c
configure:21326: checking whether make sets $(MAKE)
configure:21347: result: yes
configure:21365: checking for stdlib.h
configure:21371: result: yes
configure:21365: checking for unistd.h
configure:21371: result: yes
configure:21509: checking for getpagesize
configure:21565: g++ -o conftest -march=i686 -O2 -pip -mtune=generice   conftest.cpp  >&5
g++: unrecognized option '-pip'
conftest.cpp:1: error: bad value (generice) for -mtune= switch
conftest.cpp:1: error: bad value (generice) for -mtune= switch
configure:21571: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "stardict"
| #define PACKAGE_TARNAME "stardict"
| #define PACKAGE_VERSION "3.0.0"
| #define PACKAGE_STRING "stardict 3.0.0"
| #define PACKAGE_BUGREPORT "http://stardict.sourceforge.net"
| #define PACKAGE "stardict"
| #define VERSION "3.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| /* Define getpagesize to an innocuous variant, in case <limits.h> declares getpagesize.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getpagesize innocuous_getpagesize
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getpagesize (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getpagesize
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getpagesize ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_getpagesize || defined __stub___getpagesize
| choke me
| #endif
| 
| int
| main ()
| {
| return getpagesize ();
|   ;
|   return 0;
| }
configure:21589: result: no
configure:21599: checking for working mmap
configure:21746: g++ -o conftest -march=i686 -O2 -pip -mtune=generice   conftest.cpp  >&5
g++: unrecognized option '-pip'
conftest.cpp:1: error: bad value (generice) for -mtune= switch
conftest.cpp:1: error: bad value (generice) for -mtune= switch
configure:21749: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "stardict"
| #define PACKAGE_TARNAME "stardict"
| #define PACKAGE_VERSION "3.0.0"
| #define PACKAGE_STRING "stardict 3.0.0"
| #define PACKAGE_BUGREPORT "http://stardict.sourceforge.net"
| #define PACKAGE "stardict"
| #define VERSION "3.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| /* malloc might have been renamed as rpl_malloc. */
| #undef malloc
| 
| /* Thanks to Mike Haertel and Jim Avera for this test.
|    Here is a matrix of mmap possibilities:
|     mmap private not fixed
|     mmap private fixed at somewhere currently unmapped
|     mmap private fixed at somewhere already mapped
|     mmap shared not fixed
|     mmap shared fixed at somewhere currently unmapped
|     mmap shared fixed at somewhere already mapped
|    For private mappings, we should verify that changes cannot be read()
|    back from the file, nor mmap's back from the file at a different
|    address.  (There have been systems where private was not correctly
|    implemented like the infamous i386 svr4.0, and systems where the
|    VM page cache was not coherent with the file system buffer cache
|    like early versions of FreeBSD and possibly contemporary NetBSD.)
|    For shared mappings, we should conversely verify that changes get
|    propagated back to all the places they're supposed to be.
| 
|    Grep wants private fixed already mapped.
|    The main things grep needs to know about mmap are:
|    * does it exist and is it safe to write into the mmap'd area
|    * how to use it (BSD variants)  */
| 
| #include <fcntl.h>
| #include <sys/mman.h>
| 
| #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
| char *malloc ();
| #endif
| 
| /* This mess was copied from the GNU getpagesize.h.  */
| #ifndef HAVE_GETPAGESIZE
| /* Assume that all systems that can run configure have sys/param.h.  */
| # ifndef HAVE_SYS_PARAM_H
| #  define HAVE_SYS_PARAM_H 1
| # endif
| 
| # ifdef _SC_PAGESIZE
| #  define getpagesize() sysconf(_SC_PAGESIZE)
| # else /* no _SC_PAGESIZE */
| #  ifdef HAVE_SYS_PARAM_H
| #   include <sys/param.h>
| #   ifdef EXEC_PAGESIZE
| #    define getpagesize() EXEC_PAGESIZE
| #   else /* no EXEC_PAGESIZE */
| #    ifdef NBPG
| #     define getpagesize() NBPG * CLSIZE
| #     ifndef CLSIZE
| #      define CLSIZE 1
| #     endif /* no CLSIZE */
| #    else /* no NBPG */
| #     ifdef NBPC
| #      define getpagesize() NBPC
| #     else /* no NBPC */
| #      ifdef PAGESIZE
| #       define getpagesize() PAGESIZE
| #      endif /* PAGESIZE */
| #     endif /* no NBPC */
| #    endif /* no NBPG */
| #   endif /* no EXEC_PAGESIZE */
| #  else /* no HAVE_SYS_PARAM_H */
| #   define getpagesize() 8192    /* punt totally */
| #  endif /* no HAVE_SYS_PARAM_H */
| # endif /* no _SC_PAGESIZE */
| 
| #endif /* no HAVE_GETPAGESIZE */
| 
| int
| main ()
| {
|   char *data, *data2, *data3;
|   int i, pagesize;
|   int fd;
| 
|   pagesize = getpagesize ();
| 
|   /* First, make a file with some known garbage in it. */
|   data = (char *) malloc (pagesize);
|   if (!data)
|     return 1;
|   for (i = 0; i < pagesize; ++i)
|     *(data + i) = rand ();
|   umask (0);
|   fd = creat ("conftest.mmap", 0600);
|   if (fd < 0)
|     return 1;
|   if (write (fd, data, pagesize) != pagesize)
|     return 1;
|   close (fd);
| 
|   /* Next, try to mmap the file at a fixed address which already has
|      something else allocated at it.  If we can, also make sure that
|      we see the same garbage.  */
|   fd = open ("conftest.mmap", O_RDWR);
|   if (fd < 0)
|     return 1;
|   data2 = (char *) malloc (2 * pagesize);
|   if (!data2)
|     return 1;
|   data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
|   if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
|              MAP_PRIVATE | MAP_FIXED, fd, 0L))
|     return 1;
|   for (i = 0; i < pagesize; ++i)
|     if (*(data + i) != *(data2 + i))
|       return 1;
| 
|   /* Finally, make sure that changes to the mapped area do not
|      percolate back to the file as seen by read().  (This is a bug on
|      some variants of i386 svr4.0.)  */
|   for (i = 0; i < pagesize; ++i)
|     *(data2 + i) = *(data2 + i) + 1;
|   data3 = (char *) malloc (pagesize);
|   if (!data3)
|     return 1;
|   if (read (fd, data3, pagesize) != pagesize)
|     return 1;
|   for (i = 0; i < pagesize; ++i)
|     if (*(data + i) != *(data3 + i))
|       return 1;
|   close (fd);
|   return 0;
| }
configure:21774: result: no
configure:21811: checking locale.h usability
configure:21828: g++ -c -march=i686 -O2 -pip -mtune=generice  conftest.cpp >&5
g++: unrecognized option '-pip'
conftest.cpp:1: error: bad value (generice) for -mtune= switch
conftest.cpp:1: error: bad value (generice) for -mtune= switch
configure:21834: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "stardict"
| #define PACKAGE_TARNAME "stardict"
| #define PACKAGE_VERSION "3.0.0"
| #define PACKAGE_STRING "stardict 3.0.0"
| #define PACKAGE_BUGREPORT "http://stardict.sourceforge.net"
| #define PACKAGE "stardict"
| #define VERSION "3.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define GETTEXT_PACKAGE "stardict"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <locale.h>
configure:21848: result: no
configure:21852: checking locale.h presence
configure:21867: g++ -E  conftest.cpp
configure:21873: $? = 0
configure:21887: result: yes
configure:21900: WARNING: locale.h: present but cannot be compiled
configure:21902: WARNING: locale.h:     check for missing prerequisite headers?
configure:21904: WARNING: locale.h: see the Autoconf documentation
configure:21906: WARNING: locale.h:     section "Present But Cannot Be Compiled"
configure:21908: WARNING: locale.h: proceeding with the preprocessor's result
configure:21910: WARNING: locale.h: in the future, the compiler will take precedence
configure:21920: checking for locale.h
configure:21928: result: yes
configure:21942: checking for LC_MESSAGES
configure:21968: g++ -o conftest -march=i686 -O2 -pip -mtune=generice   conftest.cpp  >&5
g++: unrecognized option '-pip'
conftest.cpp:1: error: bad value (generice) for -mtune= switch
conftest.cpp:1: error: bad value (generice) for -mtune= switch
configure:21974: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "stardict"
| #define PACKAGE_TARNAME "stardict"
| #define PACKAGE_VERSION "3.0.0"
| #define PACKAGE_STRING "stardict 3.0.0"
| #define PACKAGE_BUGREPORT "http://stardict.sourceforge.net"
| #define PACKAGE "stardict"
| #define VERSION "3.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define GETTEXT_PACKAGE "stardict"
| #define HAVE_LOCALE_H 1
| /* end confdefs.h.  */
| #include <locale.h>
| int
| main ()
| {
| return LC_MESSAGES
|   ;
|   return 0;
| }
configure:21991: result: no
configure:22020: checking libintl.h usability
configure:22037: g++ -c -march=i686 -O2 -pip -mtune=generice  conftest.cpp >&5
g++: unrecognized option '-pip'
conftest.cpp:1: error: bad value (generice) for -mtune= switch
conftest.cpp:1: error: bad value (generice) for -mtune= switch
configure:22043: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "stardict"
| #define PACKAGE_TARNAME "stardict"
| #define PACKAGE_VERSION "3.0.0"
| #define PACKAGE_STRING "stardict 3.0.0"
| #define PACKAGE_BUGREPORT "http://stardict.sourceforge.net"
| #define PACKAGE "stardict"
| #define VERSION "3.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define GETTEXT_PACKAGE "stardict"
| #define HAVE_LOCALE_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libintl.h>
configure:22057: result: no
configure:22061: checking libintl.h presence
configure:22076: g++ -E  conftest.cpp
configure:22082: $? = 0
configure:22096: result: yes
configure:22109: WARNING: libintl.h: present but cannot be compiled
configure:22111: WARNING: libintl.h:     check for missing prerequisite headers?
configure:22113: WARNING: libintl.h: see the Autoconf documentation
configure:22115: WARNING: libintl.h:     section "Present But Cannot Be Compiled"
configure:22117: WARNING: libintl.h: proceeding with the preprocessor's result
configure:22119: WARNING: libintl.h: in the future, the compiler will take precedence
configure:22129: checking for libintl.h
configure:22136: result: yes
configure:22147: checking for ngettext in libc
configure:22175: g++ -o conftest -march=i686 -O2 -pip -mtune=generice   conftest.cpp  >&5
g++: unrecognized option '-pip'
conftest.cpp:1: error: bad value (generice) for -mtune= switch
conftest.cpp:1: error: bad value (generice) for -mtune= switch
configure:22181: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "stardict"
| #define PACKAGE_TARNAME "stardict"
| #define PACKAGE_VERSION "3.0.0"
| #define PACKAGE_STRING "stardict 3.0.0"
| #define PACKAGE_BUGREPORT "http://stardict.sourceforge.net"
| #define PACKAGE "stardict"
| #define VERSION "3.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define GETTEXT_PACKAGE "stardict"
| #define HAVE_LOCALE_H 1
| /* end confdefs.h.  */
| 
| #include <libintl.h>
| 
| int
| main ()
| {
| return !ngettext ("","", 1)
|   ;
|   return 0;
| }
configure:22199: result: no
configure:22363: checking for bindtextdomain in -lintl
configure:22398: g++ -o conftest -march=i686 -O2 -pip -mtune=generice   conftest.cpp -lintl   >&5
g++: unrecognized option '-pip'
conftest.cpp:1: error: bad value (generice) for -mtune= switch
conftest.cpp:1: error: bad value (generice) for -mtune= switch
configure:22404: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "stardict"
| #define PACKAGE_TARNAME "stardict"
| #define PACKAGE_VERSION "3.0.0"
| #define PACKAGE_STRING "stardict 3.0.0"
| #define PACKAGE_BUGREPORT "http://stardict.sourceforge.net"
| #define PACKAGE "stardict"
| #define VERSION "3.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define GETTEXT_PACKAGE "stardict"
| #define HAVE_LOCALE_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char bindtextdomain ();
| int
| main ()
| {
| return bindtextdomain ();
|   ;
|   return 0;
| }
configure:22422: result: no
configure:22558: checking if -liconv is needed to use gettext
configure:22560: result: 
configure:22562: checking for ngettext in -lintl
configure:22597: g++ -o conftest -march=i686 -O2 -pip -mtune=generice   conftest.cpp -lintl -liconv  >&5
g++: unrecognized option '-pip'
conftest.cpp:1: error: bad value (generice) for -mtune= switch
conftest.cpp:1: error: bad value (generice) for -mtune= switch
configure:22603: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "stardict"
| #define PACKAGE_TARNAME "stardict"
| #define PACKAGE_VERSION "3.0.0"
| #define PACKAGE_STRING "stardict 3.0.0"
| #define PACKAGE_BUGREPORT "http://stardict.sourceforge.net"
| #define PACKAGE "stardict"
| #define VERSION "3.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define GETTEXT_PACKAGE "stardict"
| #define HAVE_LOCALE_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char ngettext ();
| int
| main ()
| {
| return ngettext ();
|   ;
|   return 0;
| }
configure:22621: result: no
configure:23442: checking pkg-config is at least version 0.9.0
configure:23445: result: yes
configure:23456: checking for ENCHANT
configure:23464: $PKG_CONFIG --exists --print-errors "enchant >= $ENCHANT_REQUIRED"
configure:23467: $? = 0
configure:23482: $PKG_CONFIG --exists --print-errors "enchant >= $ENCHANT_REQUIRED"
configure:23485: $? = 0
configure:23521: result: yes
configure:23557: checking for GUCHARMAP
configure:23565: $PKG_CONFIG --exists --print-errors "gucharmap >= 1.4.0"
configure:23568: $? = 0
configure:23583: $PKG_CONFIG --exists --print-errors "gucharmap >= 1.4.0"
configure:23586: $? = 0
configure:23622: result: yes
configure:23657: checking festival.h
configure:23682: result: yes
configure:23708: checking speak_lib.h
configure:23733: result: yes
configure:23802: checking for STARDICT
configure:23810: $PKG_CONFIG --exists --print-errors "$DEP_MODULES"
configure:23813: $? = 0
configure:23828: $PKG_CONFIG --exists --print-errors "$DEP_MODULES"
configure:23831: $? = 0
configure:23907: result: yes
configure:24082: checking for gconftool-2
configure:24113: result: /usr/bin/gconftool-2
configure:24141: result: Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
configure:24156: result: Using $(sysconfdir)/gconf/schemas as install directory for schema files
configure:24214: checking for zlibVersion in -lz
configure:24249: g++ -o conftest -march=i686 -O2 -pip -mtune=generice   conftest.cpp -lz   >&5
g++: unrecognized option '-pip'
conftest.cpp:1: error: bad value (generice) for -mtune= switch
conftest.cpp:1: error: bad value (generice) for -mtune= switch
configure:24255: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "stardict"
| #define PACKAGE_TARNAME "stardict"
| #define PACKAGE_VERSION "3.0.0"
| #define PACKAGE_STRING "stardict 3.0.0"
| #define PACKAGE_BUGREPORT "http://stardict.sourceforge.net"
| #define PACKAGE "stardict"
| #define VERSION "3.0.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define GETTEXT_PACKAGE "stardict"
| #define HAVE_LOCALE_H 1
| #define CONFIG_GNOME
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char zlibVersion ();
| int
| main ()
| {
| return zlibVersion ();
|   ;
|   return 0;
| }
configure:24273: result: no
configure:24278: error: zlib not found

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=no
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-march=i686 -O2 -pipe -mtune=generic'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-march=i686 -O2 -pip -mtune=generice'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_ENCHANT_CFLAGS_set=
ac_cv_env_ENCHANT_CFLAGS_value=
ac_cv_env_ENCHANT_LIBS_set=
ac_cv_env_ENCHANT_LIBS_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_GUCHARMAP_CFLAGS_set=
ac_cv_env_GUCHARMAP_CFLAGS_value=
ac_cv_env_GUCHARMAP_LIBS_set=
ac_cv_env_GUCHARMAP_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_set=set
ac_cv_env_PKG_CONFIG_value=/usr/bin/pkg-config
ac_cv_env_SIGCPP_CFLAGS_set=
ac_cv_env_SIGCPP_CFLAGS_value=
ac_cv_env_SIGCPP_LIBS_set=
ac_cv_env_SIGCPP_LIBS_value=
ac_cv_env_STARDICT_CFLAGS_set=
ac_cv_env_STARDICT_CFLAGS_value=
ac_cv_env_STARDICT_LIBS_set=
ac_cv_env_STARDICT_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=no
ac_cv_func_getpagesize=no
ac_cv_func_mmap_fixed_mapped=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_intl_bindtextdomain=no
ac_cv_lib_intl_ngettext=no
ac_cv_lib_z_zlibVersion=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GCONFTOOL=/usr/bin/gconftool-2
ac_cv_path_GREP=/bin/grep
ac_cv_path_INTLTOOL_ICONV=/usr/bin/iconv
ac_cv_path_INTLTOOL_MSGFMT=/usr/bin/msgfmt
ac_cv_path_INTLTOOL_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_path_INTLTOOL_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_search_strerror='none required'
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_val_LC_MESSAGES=no
gt_cv_func_dgettext_libintl=no
gt_cv_func_ngettext_libc=no
gt_cv_have_gettext=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=no
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[     ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[     ][     ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"no"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[     ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[     ][     ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
pkg_cv_ENCHANT_CFLAGS='-I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
pkg_cv_ENCHANT_LIBS='-Wl,--export-dynamic -lenchant -lgmodule-2.0 -ldl -lglib-2.0  '
pkg_cv_GUCHARMAP_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2  '
pkg_cv_GUCHARMAP_LIBS='-Wl,--export-dynamic -pthread -lgucharmap -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnome-keyring -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpng12 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgconf-2 -lbonobo-2 -lbonobo-activation -lgmodule-2.0 -ldl -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0  '
pkg_cv_STARDICT_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/libxml2  '
pkg_cv_STARDICT_LIBS='-Wl,--export-dynamic -pthread -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnome-keyring -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpng12 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lbonobo-2 -lbonobo-activation -lgconf-2 -lgmodule-2.0 -ldl -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0  '

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /tmp/yaourt-tmp-root/aur-stardict-full/stardict-full/src/stardict-3.0.0/missing --run aclocal-1.10'
ALL_LINGUAS='ar cs de el fr hu hr ku mk nl pt_BR ru sk tr tt uk vi zh_CN zh_TW'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /tmp/yaourt-tmp-root/aur-stardict-full/stardict-full/src/stardict-3.0.0/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /tmp/yaourt-tmp-root/aur-stardict-full/stardict-full/src/stardict-3.0.0/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/yaourt-tmp-root/aur-stardict-full/stardict-full/src/stardict-3.0.0/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/yaourt-tmp-root/aur-stardict-full/stardict-full/src/stardict-3.0.0/missing --run automake-1.10'
AWK='gawk'
BONOBO_ACTIVATION_IDL='/usr/share/idl/bonobo-activation-2.0'
CATALOGS=''
CATOBJEXT='NONE'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-march=i686 -O2 -pipe -mtune=generic'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-march=i686 -O2 -pip -mtune=generice'
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENCHANT_CFLAGS='-I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
ENCHANT_LIBS='-Wl,--export-dynamic -lenchant -lgmodule-2.0 -ldl -lglib-2.0  '
ESPEAK_CFLAGS=''
ESPEAK_LIBS='-lespeak'
ESPEAK_PLUGIN_DIR='stardict-espeak-tts-plugin'
EXEEXT=''
F77=''
FESTIVAL_CFLAGS='-I/usr/include/speech-tools/EST -ffriend-injection -Wno-deprecated'
FESTIVAL_LIBS='-lFestival -lestools -lestbase -leststring'
FESTIVAL_PLUGIN_DIR='stardict-festival-tts-plugin'
FFLAGS=''
GCONFTOOL='/usr/bin/gconftool-2'
GCONF_SCHEMAS_INSTALL_FALSE=''
GCONF_SCHEMAS_INSTALL_TRUE='#'
GCONF_SCHEMA_CONFIG_SOURCE='xml:merged:/etc/gconf/gconf.xml.defaults'
GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas'
GETTEXT_PACKAGE='stardict'
GMOFILES=' ar.gmo cs.gmo de.gmo el.gmo fr.gmo hu.gmo hr.gmo ku.gmo mk.gmo nl.gmo pt_BR.gmo ru.gmo sk.gmo tr.gmo tt.gmo uk.gmo vi.gmo zh_CN.gmo zh_TW.gmo'
GMSGFMT=''
GNOME_SUPPORT_FALSE='#'
GNOME_SUPPORT_TRUE=''
GPE_SUPPORT_FALSE=''
GPE_SUPPORT_TRUE='#'
GREP='/bin/grep'
GUCHARMAP_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2  '
GUCHARMAP_LIBS='-Wl,--export-dynamic -pthread -lgucharmap -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnome-keyring -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpng12 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgconf-2 -lbonobo-2 -lbonobo-activation -lgmodule-2.0 -ldl -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0  '
GUCHARMAP_PLUGIN_DIR='stardict-gucharmap-plugin'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT=''
INTLLIBS=''
INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
INTLTOOL_ICONV='/usr/bin/iconv'
INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
INTLTOOL_MSGFMT='/usr/bin/msgfmt'
INTLTOOL_MSGMERGE='/usr/bin/msgmerge'
INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
INTLTOOL_PERL='/usr/bin/perl'
INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_XGETTEXT='/usr/bin/xgettext'
INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
LDFLAGS=''
LIBBONOBO_IDL='/usr/share/idl/bonobo-2.0'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAEMO_SUPPORT_FALSE=''
MAEMO_SUPPORT_TRUE='#'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /tmp/yaourt-tmp-root/aur-stardict-full/stardict-full/src/stardict-3.0.0/missing --run makeinfo'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT=''
MSGFMT_OPTS=''
OBJEXT='o'
ORBIT_IDL='/usr/bin/orbit-idl-2'
PACKAGE='stardict'
PACKAGE_BUGREPORT='http://stardict.sourceforge.net'
PACKAGE_NAME='stardict'
PACKAGE_STRING='stardict 3.0.0'
PACKAGE_TARNAME='stardict'
PACKAGE_VERSION='3.0.0'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
POFILES=' ar.po cs.po de.po el.po fr.po hu.po hr.po ku.po mk.po nl.po pt_BR.po ru.po sk.po tr.po tt.po uk.po vi.po zh_CN.po zh_TW.po'
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB='ranlib'
SCHEMAS_INSTALL_FALSE=''
SCHEMAS_INSTALL_TRUE='#'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SIGCPP_CFLAGS=''
SIGCPP_LIBS=''
SPELL_PLUGIN_DIR='stardict-spell-plugin'
STARDICT_CFLAGS='-Wall -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/libxml2  '
STARDICT_LIBS='-Wl,--export-dynamic -pthread -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnome-keyring -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpng12 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lbonobo-2 -lbonobo-activation -lgconf-2 -lgmodule-2.0 -ldl -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0  '
STRIP='strip'
USE_NLS='yes'
USE_SYSTEM_SIGCPP_FALSE=''
USE_SYSTEM_SIGCPP_TRUE=''
VERSION='3.0.0'
XGETTEXT=':'
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /tmp/yaourt-tmp-root/aur-stardict-full/stardict-full/src/stardict-3.0.0/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='/usr/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "stardict"
#define PACKAGE_TARNAME "stardict"
#define PACKAGE_VERSION "3.0.0"
#define PACKAGE_STRING "stardict 3.0.0"
#define PACKAGE_BUGREPORT "http://stardict.sourceforge.net"
#define PACKAGE "stardict"
#define VERSION "3.0.0"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define GETTEXT_PACKAGE "stardict"
#define HAVE_LOCALE_H 1
#define CONFIG_GNOME

configure: exit 1

Offline

#11 2007-08-21 21:51:00

erm67
Member
From: Europe
Registered: 2007-08-01
Posts: 123

Re: Stardict is not update more than a year

Your makepkg.conf is wrong it is spelled -mtune=generic

conftest.cpp:1: error: bad value (generice) for -mtune= switch
conftest.cpp:1: error: bad value (generice) for -mtune= switch

Offline

#12 2007-08-22 18:50:28

nadavvin
Member
Registered: 2006-11-29
Posts: 105

Re: Stardict is not update more than a year

intltool >= 0.22... 0.35.5 found
checking for perl... /usr/bin/perl
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
make: *** No targets specified and no makefile found.  Stop.
==> ERROR: Build Failed.  Aborting...

aurbuild: could not build "stardict-full" with makepkg.
build directory retained at `/var/tmp/aurbuild/build/stardict-full.4983'
In some cases you may be able to cd into the directory, fix the problem and run makepkg with success.
[root@myhost nadav]# p -S perlxml
:: perlxml-2.34-4: local version is up to date. Upgrade anyway? [Y/n] n
warning: perlxml-2.34-4 is up to date -- skipping
 local database is up to date

I try to install with aurbuild stardict-full

What's the problem?

Offline

#13 2007-08-22 21:55:32

erm67
Member
From: Europe
Registered: 2007-08-01
Posts: 123

Re: Stardict is not update more than a year

try reinstalling perl, I had a similar problem after an update an usually a
pacman -S perl
helps.

Offline

#14 2007-09-01 06:56:59

once
Member
From: Taiwan
Registered: 2006-09-12
Posts: 266

Re: Stardict is not update more than a year

@erm67
there is a patch for KDE(not gnome) on svn , can u build it also?

Offline

#15 2007-09-03 03:46:22

superkevjr
Member
Registered: 2007-08-15
Posts: 7

Re: Stardict is not update more than a year

a little modification to PKGBUILD:

pkgname=stardict-full 
pkgver=3.0.0 
pkgrel=2 
pkgdesc="StarDict is a powerful international dictionary written in Gtk2." 
arch=(i686 x86_64) 
url="http://stardict.sourceforge.net/" 
conflicts=('stardict') 
provides=('stardict') 
licenses=('GPL') 
depends=('gtk2' 'gcc' 'zlib' 'libgnomeui' 'gconf' 'scrollkeeper' 'gucharmap' 'enchant' 'espeak' 'festival' 'libsigc++2.0') 
makedepends=('perlxml' 'popt') 
source=(http://downloads.sourceforge.net/sourceforge/stardict/stardict-$pkgver.tar.bz2 
stardict-full.install) 
#md5sums=('23bbfd0a75baab5d0def5596f19b80cb' 
# '9417cf1704cceea1ac77d72740de2547') 

build() 
{ 
cd $startdir/src/stardict-$pkgver 
patch -p0 -i $startdir/patch-configure || return 1 
rm -rf stardict-plugins/stardict-advertisement-plugin* 
./configure PKG_CONFIG=/usr/bin/pkg-config --prefix=/usr --sysconfdir=/etc 
--mandir=/usr/man --disable-schemas-install 
make || return 1 
make DESTDIR=$startdir/pkg install 
rm -f $startdir/pkg/usr/lib/stardict/plugins/*.la 
}

patch-configure:

--- configure-ori    2007-08-30 23:10:49.000000000 +0800
+++ configure    2007-08-30 23:14:34.000000000 +0800
@@ -26185,7 +26185,7 @@
 
 
 
-ac_config_files="$ac_config_files Makefile stardict.spec stardict-withoutgnome.spec data/Makefile doc/Makefile po/Makefile.in m4/Makefile src/Makefile src/sigc++/Makefile src/sigc++config/Makefile src/lib/Makefile src/pixmaps/Makefile src/sounds/Makefile src/dic/Makefile src/treedict/Makefile src/win32/Makefile src/win32/acrobat/Makefile src/win32/acrobat/sources/Makefile src/win32/acrobat/win32/Makefile src/win32/nsis/Makefile stardict-plugins/Makefile stardict-plugins/stardict-advertisement-plugin/Makefile stardict-plugins/stardict-advertisement-plugin/data/Makefile stardict-plugins/stardict-man-plugin/Makefile stardict-plugins/stardict-update-info-plugin/Makefile stardict-plugins/stardict-spell-plugin/Makefile stardict-plugins/stardict-gucharmap-plugin/Makefile stardict-plugins/stardict-festival-tts-plugin/Makefile stardict-plugins/stardict-espeak-tts-plugin/Makefile stardict-plugins/stardict-wiki-parsedata-plugin/Makefile stardict-plugins/stardict-powerword-parsedata-plugin/Makefile stardict-plugins/stardict-xdxf-parsedata-plugin/Makefile stardict-plugins/stardict-html-parsedata-plugin/Makefile tests/Makefile pixmaps/Makefile help/Makefile help/C/Makefile help/zh_CN/Makefile help/zh_TW/Makefile help/ru/Makefile help/mk/Makefile help/nl/Makefile help/uk/Makefile"
+ac_config_files="$ac_config_files Makefile stardict.spec stardict-withoutgnome.spec data/Makefile doc/Makefile po/Makefile.in m4/Makefile src/Makefile src/sigc++/Makefile src/sigc++config/Makefile src/lib/Makefile src/pixmaps/Makefile src/sounds/Makefile src/dic/Makefile src/treedict/Makefile src/win32/Makefile src/win32/acrobat/Makefile src/win32/acrobat/sources/Makefile src/win32/acrobat/win32/Makefile src/win32/nsis/Makefile stardict-plugins/Makefile stardict-plugins/stardict-man-plugin/Makefile stardict-plugins/stardict-update-info-plugin/Makefile stardict-plugins/stardict-spell-plugin/Makefile stardict-plugins/stardict-gucharmap-plugin/Makefile stardict-plugins/stardict-festival-tts-plugin/Makefile stardict-plugins/stardict-espeak-tts-plugin/Makefile stardict-plugins/stardict-wiki-parsedata-plugin/Makefile stardict-plugins/stardict-powerword-parsedata-plugin/Makefile stardict-plugins/stardict-xdxf-parsedata-plugin/Makefile stardict-plugins/stardict-html-parsedata-plugin/Makefile tests/Makefile pixmaps/Makefile help/Makefile help/C/Makefile help/zh_CN/Makefile help/zh_TW/Makefile help/ru/Makefile help/mk/Makefile help/nl/Makefile help/uk/Makefile"
 
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
@@ -26911,8 +26911,6 @@
     "src/win32/acrobat/win32/Makefile") CONFIG_FILES="$CONFIG_FILES src/win32/acrobat/win32/Makefile" ;;
     "src/win32/nsis/Makefile") CONFIG_FILES="$CONFIG_FILES src/win32/nsis/Makefile" ;;
     "stardict-plugins/Makefile") CONFIG_FILES="$CONFIG_FILES stardict-plugins/Makefile" ;;
-    "stardict-plugins/stardict-advertisement-plugin/Makefile") CONFIG_FILES="$CONFIG_FILES stardict-plugins/stardict-advertisement-plugin/Makefile" ;;
-    "stardict-plugins/stardict-advertisement-plugin/data/Makefile") CONFIG_FILES="$CONFIG_FILES stardict-plugins/stardict-advertisement-plugin/data/Makefile" ;;
     "stardict-plugins/stardict-man-plugin/Makefile") CONFIG_FILES="$CONFIG_FILES stardict-plugins/stardict-man-plugin/Makefile" ;;
     "stardict-plugins/stardict-update-info-plugin/Makefile") CONFIG_FILES="$CONFIG_FILES stardict-plugins/stardict-update-info-plugin/Makefile" ;;
     "stardict-plugins/stardict-spell-plugin/Makefile") CONFIG_FILES="$CONFIG_FILES stardict-plugins/stardict-spell-plugin/Makefile" ;;
--- configure.in-ori    2007-08-30 23:11:07.000000000 +0800
+++ configure.in    2007-08-30 23:15:16.000000000 +0800
@@ -345,8 +345,6 @@
 src/win32/acrobat/win32/Makefile
 src/win32/nsis/Makefile
 stardict-plugins/Makefile
-stardict-plugins/stardict-advertisement-plugin/Makefile
-stardict-plugins/stardict-advertisement-plugin/data/Makefile
 stardict-plugins/stardict-man-plugin/Makefile
 stardict-plugins/stardict-update-info-plugin/Makefile
 stardict-plugins/stardict-spell-plugin/Makefile
--- stardict-plugins/Makefile.am-ori    2007-07-12 11:42:09.000000000 +0800
+++ stardict-plugins/Makefile.am    2007-08-30 23:19:29.000000000 +0800
@@ -1,3 +1,3 @@
-DIST_SUBDIRS = stardict-advertisement-plugin stardict-man-plugin stardict-update-info-plugin stardict-html-parsedata-plugin stardict-xdxf-parsedata-plugin stardict-powerword-parsedata-plugin stardict-wiki-parsedata-plugin stardict-spell-plugin stardict-gucharmap-plugin stardict-festival-tts-plugin stardict-espeak-tts-plugin
+DIST_SUBDIRS = stardict-man-plugin stardict-update-info-plugin stardict-html-parsedata-plugin stardict-xdxf-parsedata-plugin stardict-powerword-parsedata-plugin stardict-wiki-parsedata-plugin stardict-spell-plugin stardict-gucharmap-plugin stardict-festival-tts-plugin stardict-espeak-tts-plugin
 
-SUBDIRS = stardict-advertisement-plugin stardict-man-plugin stardict-update-info-plugin stardict-html-parsedata-plugin stardict-xdxf-parsedata-plugin stardict-powerword-parsedata-plugin stardict-wiki-parsedata-plugin $(SPELL_PLUGIN_DIR) $(GUCHARMAP_PLUGIN_DIR) $(FESTIVAL_PLUGIN_DIR) $(ESPEAK_PLUGIN_DIR)
+SUBDIRS = stardict-man-plugin stardict-update-info-plugin stardict-html-parsedata-plugin stardict-xdxf-parsedata-plugin stardict-powerword-parsedata-plugin stardict-wiki-parsedata-plugin $(SPELL_PLUGIN_DIR) $(GUCHARMAP_PLUGIN_DIR) $(FESTIVAL_PLUGIN_DIR) $(ESPEAK_PLUGIN_DIR)
--- stardict-plugins/Makefile.in-ori    2007-08-13 09:32:09.000000000 +0800
+++ stardict-plugins/Makefile.in    2007-08-30 23:19:56.000000000 +0800
@@ -235,8 +235,8 @@
 target_alias = @target_alias@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-DIST_SUBDIRS = stardict-advertisement-plugin stardict-man-plugin stardict-update-info-plugin stardict-html-parsedata-plugin stardict-xdxf-parsedata-plugin stardict-powerword-parsedata-plugin stardict-wiki-parsedata-plugin stardict-spell-plugin stardict-gucharmap-plugin stardict-festival-tts-plugin stardict-espeak-tts-plugin
-SUBDIRS = stardict-advertisement-plugin stardict-man-plugin stardict-update-info-plugin stardict-html-parsedata-plugin stardict-xdxf-parsedata-plugin stardict-powerword-parsedata-plugin stardict-wiki-parsedata-plugin $(SPELL_PLUGIN_DIR) $(GUCHARMAP_PLUGIN_DIR) $(FESTIVAL_PLUGIN_DIR) $(ESPEAK_PLUGIN_DIR)
+DIST_SUBDIRS = stardict-man-plugin stardict-update-info-plugin stardict-html-parsedata-plugin stardict-xdxf-parsedata-plugin stardict-powerword-parsedata-plugin stardict-wiki-parsedata-plugin stardict-spell-plugin stardict-gucharmap-plugin stardict-festival-tts-plugin stardict-espeak-tts-plugin
+SUBDIRS = stardict-man-plugin stardict-update-info-plugin stardict-html-parsedata-plugin stardict-xdxf-parsedata-plugin stardict-powerword-parsedata-plugin stardict-wiki-parsedata-plugin $(SPELL_PLUGIN_DIR) $(GUCHARMAP_PLUGIN_DIR) $(FESTIVAL_PLUGIN_DIR) $(ESPEAK_PLUGIN_DIR)
 all: all-recursive
 
 .SUFFIXES:

Offline

#16 2007-09-16 16:03:13

erm67
Member
From: Europe
Registered: 2007-08-01
Posts: 123

Re: Stardict is not update more than a year

once wrote:

@erm67
there is a patch for KDE(not gnome) on svn , can u build it also?

I cannot find it even on svn, maybe you want a version without gnome .....

Offline

Board footer

Powered by FluxBB