Kann programme via ports nicht installieren

piotr

Well-Known Member
Hallo

Habe auf meinem freeBSD 6.0 das neuste ports tree update gemacht:
Code:
# cvsup -g /etc/ports-supfile
# cd /usr/ports
# make fetchindex
# portsdb -u
# pkgdb -F
Wenn ich jetzt ethereal via ports installieren will, dann bekomme folgende Fehlermeldung:
Code:
===>  Script "configure" failed unexpectedly.
Please run the gnomelogalyzer, available from
"http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the
problem and suggest a solution. If - and only if - the gnomelogalyzer cannot
solve the problem, report the build failure to the FreeBSD GNOME team at
gnome@FreeBSD.org, and attach (a)
"/usr/ports/misc/shared-mime-info/work/shared-mime-info-0.17/config.log", (b)
the output of the failed make command, and (c) the gnomelogalyzer output.
Also, it might be a good idea to provide an overview of all packages installed
on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any
website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use
send-pr(1) with the attachment. Try to avoid sending any attachments to the
mailing list (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing
lists are usually discarded by the mailing list software.
*** Error code 1

Stop in /usr/ports/misc/shared-mime-info.
*** Error code 1

Stop in /usr/ports/x11-toolkits/gtk20.
*** Error code 1

Stop in /usr/ports/net/ethereal.

"make reinstall" hilt auch nicht.

bei nmapfe Installation bekomme ich ähnliche Fehlermeldung.

Soll ich vorgehen wie beschrieben oder es ist ein BUG ?


Piotr
 
Zuletzt bearbeitet:
OT

Die Art wie du die Ports aktualisierst ist überholt.

portsnap gehört nun zum Basissystem.

portsnap fetch && portsnap extract einmal ausführen danach kannst dein Portstree mit portsnap fetch && portsnap update auf den neuesten Stand bringen. Vorteile : weniger genutzte Bandbreite, schneller als cvsup etc.
 
Zurück
Oben