fabf
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello, im trying to run HTOP <3 on my FreeBSD 7.1 and I have problem....
Code:
make install ===> Installing for htop-0.8.3 ===> htop-0.8.3 depends on executable: lsof - not found ===> Verifying install for lsof in /usr/ports/sysutils/lsof ===> Configuring for lsof-4.84A,5 Creating ./lockf_owner.h from /usr/src/sys/kern/kern_lockf.c FATAL ERROR: can't read /usr/src/sys/kern/kern_lockf.c FATAL ERROR: ./lockf_owner.h creation failed (see 00FAQ) ===> Script "Configure" failed unexpectedly. Please report the problem to ler@lerctr.org [maintainer] and attach the "/usr/ports/sysutils/lsof/work/lsof_4.84A.freebsd/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 Stop in /usr/ports/sysutils/lsof. *** Error code 1 Stop in /usr/ports/sysutils/htop. *** Error code 1 Stop in /usr/ports/sysutils/htop. Last edited by DutchDaemon; August 3rd, 2010 at 12:08. Reason: proper formatting: http://forums.freebsd.org/showthread.php?t=8816 |
|
#2
|
||||
|
||||
|
From what I can gather from the error message and this line in the Makefile:
Code:
FREEBSD_SYS?= /usr/src/sys
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#3
|
|||
|
|||
|
Quote:
|
|
#4
|
||||
|
||||
|
You should not add it. It's already there and the cause of the 'error' message.
Quote:
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#5
|
||||
|
||||
|
Make sure you get the right sources for your current OS, i.e. 7.1 (probably -RELEASE).
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#6
|
|||
|
|||
|
Code:
Creating ./lockf_owner.h from /usr/src/sys/kern/kern_lockf.c FATAL ERROR: can't read /usr/src/sys/kern/kern_lockf.c FATAL ERROR: ./lockf_owner.h creation failed (see 00FAQ) ===> Script "Configure" failed unexpectedly. So upon following DutchDaemon's advice: Code:
# cp -v /usr/share/examples/cvsup/standard-supfile /root/standard-supfile Code:
# nano /root/standard-supfile Code:
*default host=cvsup6.us.freebsd.org *default base=/var/db *default prefix=/usr *default release=cvs tag=. *default delete use-rel-suffix *default compress src-all Code:
# csup -g -L 2 /root/standard-supfile Code:
# portmaster -Bdw /usr/ports/sysutils/htop ![]() Thanks for the help! Last edited by DutchDaemon; December 19th, 2011 at 23:08. |
![]() |
| Tags |
| csup, htop |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FreeBSD 9-STABLE + htop | alie | Installation and Maintenance of FreeBSD Ports or Packages | 28 | December 2nd, 2012 02:40 |
| htop problem | cola | Installation and Maintenance of FreeBSD Ports or Packages | 1 | December 2nd, 2010 08:33 |
| Problem installing HTOP in FreeBSD 6.2 | scottemick | Installation and Maintenance of FreeBSD Ports or Packages | 5 | November 11th, 2010 16:00 |
| [Solved] htop in FreeBSD | Graaf_van_Vlaanderen | Installation and Maintenance of FreeBSD Ports or Packages | 7 | January 16th, 2010 22:40 |
| htop install | nulkarp | Installation and Maintenance of FreeBSD Ports or Packages | 1 | October 1st, 2009 09:55 |