Skip site navigation (1)Skip section navigation (2)
Date:      01 Jul 2002 21:29:02 -0400
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        Rob B <rbyrnes@ozemail.com.au>
Cc:        questions@FreeBSD.ORG, gnome@FreeBSD.ORG
Subject:   Re: rep-gtk fails to build
Message-ID:  <1025573342.801.8.camel@gyros.marcuscom.com>
In-Reply-To: <000501c2214c$89f71e20$0b64a8c0@pootah>
References:  <000501c2214c$89f71e20$0b64a8c0@pootah>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2002-07-01 at 18:13, Rob B wrote:
> I'm trying to portupgrade gnome2, and I'm getting this error:
> 
> checking whether ln -s works... yes
> checking whether gmake sets ${MAKE}... yes
> checking whether cc needs -traditional... no
> checking for rep - version >= 0.13... rep-config: not found
> configure: error: can't find librep; is it installed?
> ===>  Script "configure" failed unexpectedly.
>       Please report the problem to gnome@FreeBSD.org [maintainer] and attach
>       the "/usr/ports/x11-toolkits/rep-gtk2/work/rep-gtk-0.16/config.log"
>       including the output of the failure of your make command. Also, it
> might
>       be a good idea to provide an overview of all packages installed on
> your
>       system (e.g. an `ls /var/db/pkg`).
> *** Error code 1
> 
> The ports were cvsupped as of the morning of July 1, and librep2 was
> pkg_deinstalled and a pkgdb -F done immediately after, setting any librep2
> dependencies to librep-0.16.1

So librep-0.16.1 is correctly installed?  Does rep-config exist?  What
does rep-config --version report?  Perhaps you need to reinstall librep.

Joe

> 
> Cheeers,
> Rob
> 
> erwin:~$ cat /usr/ports/x11-toolkits/rep-gtk2/work/rep-gtk-0.16/config.log
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
> 
> It was created by configure, which was
> generated by GNU Autoconf 2.52.  Invocation command line was
> 
>   $
> ./configure --with-libglade --with-gnome --x-libraries=/usr/X11R6/lib --x-in
> cludes=/usr/X11R6/include --prefix=/usr/X11R6 alpha-pc-freebsd4
> 
> ## ---------- ##
> ## Platform.  ##
> ## ---------- ##
> 
> hostname = erwin.loop.bpa.nu
> uname -m = alpha
> uname -r = 4.6-STABLE
> uname -s = FreeBSD
> uname -v = FreeBSD 4.6-STABLE #5: Sat Jun 29 10:30:31 EST 2002
> root@erwin.loop.bpa.nu:/usr/obj/usr/src/sys/ERWIN
> 
> /usr/bin/uname -p = alpha
> /bin/uname -X     = unknown
> 
> /bin/arch              = unknown
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> hostinfo               = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
> 
> PATH =
> /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr
> /X11R6/bin:/root/bin
> 
> ## ------------ ##
> ## Core tests.  ##
> ## ------------ ##
> 
> configure:959: PATH=".;."; conftest.sh
> conftest.sh: not found
> configure:962: $? = 127
> configure:1008: checking build system type
> configure:1026: result: alpha-pc-freebsd4
> configure:1033: checking host system type
> configure:1047: result: alpha-pc-freebsd4
> configure:1062: checking for alpha-pc-freebsd4-gcc
> configure:1085: result: cc
> configure:1348: checking for C compiler version
> configure:1351: cc --version </dev/null >&5
> 2.95.4
> configure:1354: $? = 0
> configure:1356: cc -v </dev/null >&5
> Using builtin specs.
> gcc version 2.95.4 20020320 [FreeBSD]
> configure:1359: $? = 0
> configure:1361: cc -V </dev/null >&5
> cc: argument to `-V' is missing
> configure:1364: $? = 1
> configure:1384: checking for C compiler default output
> configure:1387:
> cc -O -pipe -funroll-loops -fforce-mem -fforce-addr -mcpu=ev56 -I/usr/local/
> include  conftest.c -L/usr/local/lib >&5
> configure:1390: $? = 0
> configure:1419: result: a.out
> configure:1424: checking whether the C compiler works
> configure:1430: ./a.out
> configure:1433: $? = 0
> configure:1448: result: yes
> configure:1455: checking whether we are cross compiling
> configure:1457: result: no
> configure:1460: checking for executable suffix
> configure:1462: cc -o
> conftest -O -pipe -funroll-loops -fforce-mem -fforce-addr -mcpu=ev56 -I/usr/
> local/include  conftest.c -L/usr/local/lib >&5
> configure:1465: $? = 0
> configure:1487: result:
> configure:1493: checking for object suffix
> configure:1511:
> cc -c -O -pipe -funroll-loops -fforce-mem -fforce-addr -mcpu=ev56 -I/usr/loc
> al/include conftest.c >&5
> configure:1514: $? = 0
> configure:1533: result: o
> configure:1537: checking whether we are using the GNU C compiler
> configure:1558:
> cc -c -O -pipe -funroll-loops -fforce-mem -fforce-addr -mcpu=ev56 -I/usr/loc
> al/include conftest.c >&5
> configure:1561: $? = 0
> configure:1564: test -s conftest.o
> configure:1567: $? = 0
> configure:1579: result: yes
> configure:1585: checking whether cc accepts -g
> configure:1603: cc -c -g -I/usr/local/include conftest.c >&5
> configure:1606: $? = 0
> configure:1609: test -s conftest.o
> configure:1612: $? = 0
> configure:1622: result: yes
> configure:1649:
> cc -c -O -pipe -funroll-loops -fforce-mem -fforce-addr -mcpu=ev56 -I/usr/loc
> al/include conftest.c >&5
> conftest.c:2: syntax error before `me'
> configure:1652: $? = 1
> configure: failed program was:
> #ifndef __cplusplus
>   choke me
> #endif
> configure:1755: checking how to run the C preprocessor
> configure:1781: cc -E -I/usr/local/include conftest.c
> configure:1787: $? = 0
> configure:1814: cc -E -I/usr/local/include conftest.c
> configure:1811: ac_nonexistent.h: No such file or directory
> configure:1820: $? = 1
> configure: failed program was:
> #line 1810 "configure"
> #include "confdefs.h"
> #include <ac_nonexistent.h>
> configure:1857: result: cc -E
> configure:1872: cc -E -I/usr/local/include conftest.c
> configure:1878: $? = 0
> configure:1905: cc -E -I/usr/local/include conftest.c
> configure:1902: ac_nonexistent.h: No such file or directory
> configure:1911: $? = 1
> configure: failed program was:
> #line 1901 "configure"
> #include "confdefs.h"
> #include <ac_nonexistent.h>
> configure:1962: checking for a BSD compatible install
> configure:2011: result: /usr/bin/install -c -o root -g wheel
> configure:2022: checking whether ln -s works
> configure:2026: result: yes
> configure:2033: checking whether gmake sets ${MAKE}
> configure:2053: result: yes
> configure:2063: checking whether cc needs -traditional
> configure:2086: termio.h: No such file or directory
> configure:2098: result: no
> configure:2122: checking for rep - version >= 0.13
> configure:2151: error: can't find librep; is it installed?
> 
> ## ----------------- ##
> ## Cache variables.  ##
> ## ----------------- ##
> 
> ac_cv_prog_cc_g='yes'
> ac_cv_env_LDFLAGS_set=''
> ac_cv_c_compiler_gnu='yes'
> ac_cv_env_CFLAGS_set='set'
> ac_cv_prog_make_gmake_set='yes'
> ac_cv_env_CPP_value=''
> ac_cv_env_CPPFLAGS_set='set'
> ac_cv_env_host_alias_set='set'
> ac_cv_prog_gcc_traditional='no'
> ac_cv_prog_CC='cc'
> ac_cv_env_build_alias_set='set'
> ac_cv_env_LDFLAGS_value=''
> ac_cv_env_target_alias_set='set'
> ac_cv_host_alias='alpha-pc-freebsd4'
> ac_cv_env_CFLAGS_value='-O -pipe -funroll-loops -fforce-mem -fforce-addr -mc
> pu=ev56'
> ac_cv_env_CC_set='set'
> ac_cv_build_alias='alpha-pc-freebsd4'
> ac_cv_env_CPPFLAGS_value='-I/usr/local/include'
> ac_cv_host='alpha-pc-freebsd4'
> ac_cv_env_host_alias_value='alpha-pc-freebsd4'
> ac_cv_prog_CPP='cc -E'
> ac_cv_build='alpha-pc-freebsd4'
> ac_cv_env_build_alias_value='alpha-pc-freebsd4'
> ac_cv_env_target_alias_value='alpha-pc-freebsd4'
> ac_cv_env_CC_value='cc'
> ac_cv_env_CPP_set=''
> ac_cv_objext='o'
> 
> 
> configure: exit 1
> 
> 
> Cheers,
> rob
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-gnome" in the body of the message
> 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1025573342.801.8.camel>