Displaying 20 results from an estimated 137 matches for "package_tarnam".
Did you mean:
package_tarname
2009 Feb 21
1
Install failure (PR#13545)
...I/usr/local/include conftest.c
configure:5488: $? = 0
configure:5519: gcc -E -I/usr/local/include conftest.c
conftest.c:16:28: error: ac_nonexistent.h: No such file or directory
configure:5525: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "R"
| #define PACKAGE_TARNAME "R"
| #define PACKAGE_VERSION "2.8.1"
| #define PACKAGE_STRING "R 2.8.1"
| #define PACKAGE_BUGREPORT "r-bugs at R-project.org"
| #define PACKAGE "R"
| #define VERSION "2.8.1"
| #define R_PLATFORM "x86_64-unknown-linux-gnu"
| #de...
2015 Dec 16
2
Bug#805508: [PATCH] tools: allow configure time choice of libexec subdirectory.
....in b/config/Paths.mk.in
index d36504f..1c7afb4 100644
--- a/config/Paths.mk.in
+++ b/config/Paths.mk.in
@@ -29,10 +29,10 @@ includedir := @includedir@
localstatedir := @localstatedir@
sysconfdir := @sysconfdir@
-LIBEXEC := $(libexecdir)/$(PACKAGE_TARNAME)
+LIBEXEC := @LIBEXEC@
LIBEXEC_BIN := @LIBEXEC_BIN@
-LIBEXEC_LIB := $(LIBEXEC)/lib
-LIBEXEC_INC := $(LIBEXEC)/include
+LIBEXEC_LIB := @LIBEXEC_LIB@
+LIBEXEC_INC := @LIBEXEC_INC@
SHAREDIR := @SHARE...
2008 Jan 28
0
Package Installation produces "gcc fails sanity check" error when installing RODBC error
...4.2.1/include/limits.h:11,
from conftest.c:11:
/usr/include/bits/local_lim.h:36:26: error: linux/limits.h: No such file or
directory
configure:4587: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "HP Linux Imaging and Printing"
| #define PACKAGE_TARNAME "hplip"
| #define PACKAGE_VERSION "2.7.12"
| #define PACKAGE_STRING "HP Linux Imaging and Printing 2.7.12"
| #define PACKAGE_BUGREPORT "2.7.12.10"
| #define PACKAGE "hplip"
| #define VERSION "2.7.12"
| /* end confdefs.h. */
| #ifdef __ST...
2008 Jun 10
7
error compiling fc9 x64
...e
configure:2672: gcc -m32 conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:2675: $? = 1
configure:2713: result:
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "1.0-rc3"
| #define PACKAGE_STRING "Wine 1.0-rc3"
| #define PACKAGE_BUGREPORT "wine-devel at winehq.org"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2720: error: C compiler cannot crea...
2008 Oct 28
5
Wine does not compile on Fedora 9 x86_64
...-fno-tree-pre -fno-tree-fre conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:2675: $? = 1
configure:2713: result:
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "1.0.1"
| #define PACKAGE_STRING "Wine 1.0.1"
| #define PACKAGE_BUGREPORT "wine-devel at winehq.org"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2720: error: C compiler cannot create e...
2007 Oct 30
1
Difficulty Compiling RSQLite on Solaris x86 Using Studio 12 Compilers
...(1) for more information on setting up
the .dmakerc file.
-xO5 -xc99 -xlibmieee -xlibmil -nofstore conftest.c >&5
./configure: line 1626: dmake:: command not found
configure:1628: $? = 127
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:1667: error: C compiler cannot create executables
See `config.log' for more de...
2009 Jun 17
1
[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
...for C compiler default output file name
configure:2800: gcc -flat-namespace conftest.c >&5
cc1: error: unrecognized command line option "-flat-namespace"
configure:2803: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "llvm"
| #define PACKAGE_TARNAME "-llvm-"
| #define PACKAGE_VERSION "2.5"
| #define PACKAGE_STRING "llvm 2.5"
| #define PACKAGE_BUGREPORT "llvmbugs at cs.uiuc.edu"
| #define LLVM_ON_UNIX 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2842: error: C co...
2004 Oct 23
1
Issues with compiling wine
...st.cc:13: error: `exit' undeclared (first use this function)
conftest.cc:13: error: (Each undeclared identifier is reported only once for each function it appears in.)
configure:2763: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "20041019"
| #define PACKAGE_STRING "Wine 20041019"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:2713: g++ -c -g -O2 conft...
2019 Mar 01
2
pcre problems
...nclude conftest.c >&5
conftest.c:289:10: fatal error: pcre/pcre.h: No such file or directory
#include <pcre/pcre.h>
^~~~~~~~~~~~~
compilation terminated.
configure:42208: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "R"
| #define PACKAGE_TARNAME "R"
| #define PACKAGE_VERSION "3
and
HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <pcre/pcre.h>
configure:42208: result: no
configure:42208: checking pcre/pcre.h presence
configure:42208: gcc -E -I/usr/local/include conftest.c
conftest.c:256:10: fatal erro...
2019 Mar 01
2
pcre problems
...nclude conftest.c >&5
conftest.c:289:10: fatal error: pcre/pcre.h: No such file or directory
#include <pcre/pcre.h>
^~~~~~~~~~~~~
compilation terminated.
configure:42208: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "R"
| #define PACKAGE_TARNAME "R"
| #define PACKAGE_VERSION "3
and
HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <pcre/pcre.h>
configure:42208: result: no
configure:42208: checking pcre/pcre.h presence
configure:42208: gcc -E -I/usr/local/include conftest.c
conftest.c:256:10: fatal erro...
2007 Nov 22
1
Installation problem of SAMBA 3.0.23a on HP-UX 11.23
...ng 922: "-O" is unsupported in the bundled compiler, ignored.
Error 100: "<command line>", line 0 # String and character constants cannot span
lines.
configure:2216: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2254: error: C compiler cannot create executables
See `config.log' for more deta...
2005 Feb 08
0
Compiling R as a shared library
...program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:4707: gcc -E -I/usr/local/include conftest.c
conftest.c:16:28: ac_nonexistent.h: No such file or directory
configure:4713: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "R"
| #define PACKAGE_TARNAME "R"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "R 2.0.1"
| #define PACKAGE_BUGREPORT "r-bugs at R-project.org"
| #define PACKAGE "R"
| #define VERSION "2.0.1"
| #define R_PLATFORM "x86_64-unknown-linux-gnu"
| #de...
2004 Aug 06
3
ices2 compilations problems
...72: gcc -E conftest.c
configure:3578: $? = 0
configure:3610: gcc -E conftest.c
configure:3611: ac_nonexistent.h: No such file or directory
configure:3616: $? = 1
configure: failed program was:
| #line 3601 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ices"
| #define VERSION "2.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3654: result: gcc -E
config...
2004 Aug 06
3
ices2 compilations problems
Hi, I have an Ices2 comp problem, it can't find libshout.
I have installed Libshout 2.0 in /home/Darkmeteor
the configure line I'm using for ices2 is :
./configure --prefix=/home/Darkmeteor --with-ogg-prefix=/home/Darkmeteor --with-vorbis-prefix=/home/Darkmeteor --with-shout-prefix=/home/Darkmeteor
Problem :
checking for Ogg... yes
checking for Vorbis... yes
checking for Shout... no
2005 May 12
2
Problem configuring speex 1.1.8
Can you send me the config.log?
Jean-Marc
Le vendredi 13 mai 2005 ? 00:16 +0200, Pierre a ?crit :
> Jean-Marc Valin wrote:
> > What platform (OS, compiler/version)
>
> GNU/Linux
> kernel 2.6.11.8
> gcc 3.4.3
>
> > Also, does it work with no options.
>
> No, I just tried with just "./configure" and I have the same error.
>
>
--
Jean-Marc
2015 Feb 06
2
Fwd: Waiting for Reply regarding "TestCases Failure"
...-B'
NMEDIT=''
NO_INSTALL='-no-install'
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='xapian-core'
PACKAGE_BUGREPORT='http://xapian.org/bugs'
PACKAGE_NAME='xapian-core'
PACKAGE_STRING='xapian-core 1.3.2'
PACKAGE_TARNAME='xapian-core'
PACKAGE_URL=''
PACKAGE_VERSION='1.3.2'
PATH_SEPARATOR=':'
PERCENT='%'
PERL='/usr/bin/perl'
PNGCRUSH='/usr/bin/pngcrush'
RANLIB='ranlib'
RST2HTML='/usr/bin/rst2html'
SED='/bin/sed'
SET_MAKE=''
SHEL...
2005 Apr 19
0
R 2.0.1 install problem on Solaris 9
...ftest.cc:20: error: `exit' undeclared (first use this function)
conftest.cc:20: error: (Each undeclared identifier is reported only once
for each function it appears in.)
configure:5900: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "R"
| #define PACKAGE_TARNAME "R"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "R 2.0.1"
| #define PACKAGE_BUGREPORT "r-bugs@R-project.org"
| #define PACKAGE "R"
| #define VERSION "2.0.1"
| #define R_PLATFORM "sparc-sun-solaris2.9"
| #define R_...
2005 May 13
0
Problem configuring speex 1.1.8
...un the C preprocessor
configure:3806: gcc -E conftest.c
configure:3812: $? = 0
configure:3844: gcc -E conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:3850: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3889: result: gcc -E
configure:3913: gcc -E conftest.c
configure:3919: $? = 0
configure:3951: g...
2005 May 13
1
Problem configuring speex 1.1.8
...conftest.c
> configure:3812: $? = 0
> configure:3844: gcc -E conftest.c
> conftest.c:9:28: ac_nonexistent.h: No such file or directory
> configure:3850: $? = 1
> configure: failed program was:
> | /* confdefs.h. */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | /* end confdefs.h. */
> | #include <ac_nonexistent.h>
> configure:3889: result: gcc -E
> configure:3913: gcc -E conftest.c
>...
2019 Mar 01
2
pcre problems
...file or directory
> > #include <pcre/pcre.h>
> > ^~~~~~~~~~~~~
> > compilation terminated.
> > configure:42208: $? = 1
> > configure: failed program was:
> > | /* confdefs.h */
> > | #define PACKAGE_NAME "R"
> > | #define PACKAGE_TARNAME "R"
> > | #define PACKAGE_VERSION "3
> >
> > and
> >
> > HAVE_UNISTD_H
> > | # include <unistd.h>
> > | #endif
> > | #include <pcre/pcre.h>
> > configure:42208: result: no
> > configure:42208: checking pcre/pcre...