Re: kernel: arp

From: Tom Beer <mailings(at)analogon.com>
Date: Sat, 8 Jun 2002 14:26:58 +0200

> Möglich, das du kaputte Files in /usr/ports/distfiles liegen hast,
> obwohl da vor dem Auspacken eigendlich noch die Prüfsumme fehlschlagen
> müsste.

Ich hab jetzt die distfiles gelöscht, das Ergebniss bleibt leider das
gleiche:

make all install clean
===> Extracting for gnome-1.4.1b2_1
>> No MD5 checksum file.
===> gnome-1.4.1b2_1 depends on file: /usr/local/bin/python2.2 - found
===> gnome-1.4.1b2_1 depends on shared library: esd.2 - found
===> gnome-1.4.1b2_1 depends on shared library: glib12.3 - found
===> gnome-1.4.1b2_1 depends on shared library: gtk12.2 - found
===> gnome-1.4.1b2_1 depends on shared library: Imlib.5 - found
===> gnome-1.4.1b2_1 depends on shared library: gnome.5 - found
===> gnome-1.4.1b2_1 depends on shared library: capplet.5 - found
===> gnome-1.4.1b2_1 depends on shared library: panel_applet.5 - not found
===> Verifying install for panel_applet.5 in /usr/ports/x11/gnomecore
>> gnome-core-1.4.0.4.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
>> Attempting to fetch from
ftp://ftp.yggdrasil.com/mirrors/site/ftp.gnome.org/pub/GNOME/stable/sources/gnom
e-core/.
fetch: gnome-core-1.4.0.4.tar.gz: Protocol error
>> Attempting to fetch from
ftp://ftp.rpmfind.net/linux/gnome.org/stable/sources/gnome-core/.

Receiving gnome-core-1.4.0.4.tar.gz (6783448 bytes): 0%
 <-snip->

===> Extracting for bonobo-1.0.18
>> Checksum OK for bonobo-1.0.18.tar.gz.
===> bonobo-1.0.18 depends on executable: msgfmt-new - found
===> bonobo-1.0.18 depends on executable: gmake - found
===> bonobo-1.0.18 depends on shared library: gnomeprint.16 - not found
===> Verifying install for gnomeprint.16 in /usr/ports/print/gnomeprint
===> Configuring for gnomeprint-0.34
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes

<-snip->

checking for working ORBit environment... yes
checking for gnorba libraries... gnome-config: not found
gnome-config: not found
no
gnome-config: not found
gnome-config: not found
checking what warning flags to pass to the C compiler... -Wall -Wunused
checking what language compliance flags to pass to the C compiler...
checking for pthread_create in -pthread... yes

<- snip->

checking for xgettext... /usr/local/bin/xgettext
checking for catalogs to be installed... az ca da de el es et fi fr gl hr hu it
ja ko lt lv nl nn no pl pt pt_BR ro ru sk sl sv tr uk wa zh_CN.GB2312 zh_TW
sed: ./intl/po2tbl.sed.in: No such file or directory
checking for gdk-pixbuf-config... no
checking for GDK_PIXBUF - version >= 0.7.0... no
*** The gdk-pixbuf-config script installed by GDK_PIXBUF could not be found
*** If GDK_PIXBUF was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GDK_PIXBUF_CONFIG environment variable to the
*** full path to gdk-pixbuf-config.
configure: error: Need gdk-pixbuf-0.7.0 or later!
===> Script "configure" failed: here are the contents of "config.log"
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:770: checking for a BSD compatible install
configure:823: checking whether build environment is sane
configure:880: checking whether gmake sets ${MAKE}
configure:926: checking for working aclocal
configure:939: checking for working autoconf
configure:952: checking for working automake
configure:965: checking for working autoheader
configure:978: checking for working makeinfo
configure:1029: checking whether to enable maintainer-specific portions of
Makefiles
configure:1054: checking for strerror in -lcposix
configure:1073: cc -o conftest -O -pipe -I/usr/local/include
 conftest.c -lcposix -L/usr/local/lib 1>&5
/usr/libexec/elf/ld: cannot find -lcposix
configure: failed program was:
#line 1062 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply. */
char strerror();

int main() {
strerror()
; return 0; }
configure:1098: checking for gcc
configure:1211: checking whether the C compiler (cc -O -pipe ) works
configure:1227: cc -o conftest -O -pipe -I/usr/local/include
 conftest.c -L/usr/local/lib 1>&5
configure:1253: checking whether the C compiler (cc -O -pipe ) is a
cross-compiler
configure:1258: checking whether we are using GNU C
configure:1267: cc -E conftest.c
configure:1286: checking whether cc accepts -g
configure:1318: checking how to run the C preprocessor
configure:1339: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:1398: checking for Cygwin environment
configure:1414: cc -c -O -pipe -I/usr/local/include conftest.c 1>&5
configure: In function `main':
configure:1410: `__CYGWIN32__' undeclared (first use in this function)
configure:1410: (Each undeclared identifier is reported only once
configure:1410: for each function it appears in.)
configure: failed program was:
#line 1403 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1431: checking for mingw32 environment
configure:1443: cc -c -O -pipe -I/usr/local/include conftest.c 1>&5
configure: In function `main':
configure:1439: `__MINGW32__' undeclared (first use in this function)
configure:1439: (Each undeclared identifier is reported only once
configure:1439: for each function it appears in.)
configure: failed program was:
#line 1436 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:1535: checking host system type
configure:1556: checking build system typ

<-snip->

int main() {
extern int _nl_msg_cat_cntr;
          return _nl_msg_cat_cntr
; return 0; }
configure:8122: checking for catalogs to be installed
configure:8268: checking for gdk-pixbuf-config
configure:8303: checking for GDK_PIXBUF - version >= 0.7.0
(end of "config.log")
*** Error code 1

Stop in /usr/ports/print/gnomeprint.
*** Error code 1

Stop in /usr/ports/print/gnomeprint.
*** Error code 1

Stop in /usr/ports/print/gnomeprint.
*** Error code 1

Stop in /usr/ports/print/gnomeprint.
*** Error code 1

Stop in /usr/ports/print/gnomeprint.
*** Error code 1

Stop in /usr/ports/devel/bonobo.
*** Error code 1

Stop in /usr/ports/devel/bonobo.
*** Error code 1

Stop in /usr/ports/devel/bonobo.
*** Error code 1

Stop in /usr/ports/devel/bonobo.
*** Error code 1

Stop in /usr/ports/devel/bonobo.
*** Error code 1

Stop in /usr/ports/devel/bonobo.
*** Error code 1

Stop in /usr/ports/devel/bonobo.
*** Error code 1

Stop in /usr/ports/databases/libgda.
*** Error code 1

Stop in /usr/ports/databases/libgda.
*** Error code 1

Stop in /usr/ports/databases/libgda

<-snip->

Danke Tom

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Sat 08 Jun 2002 - 14:27:43 CEST

search this site