ntop Makefile exits due to erraneous sed syntax. A range specifier is incorrectly '-' instead of ','. Reproducible: Always Steps to Reproduce: 1.emerge ntop or: make install after compiling with make. Actual Results: ----------------------------------------------- Converting ntop.8 to HTML format .... Please wait Oh, yeah... If we hang here, then you are probably running make not GNU make (gmake) sed: -e expression #1, char 13: Invalid range end gmake[2]: *** [ntop.html] Error 1 gmake[2]: Leaving directory `/scratch/tmp/portage/ntop-3.0/work/ntop-3.0' gmake[1]: *** [install-am] Error 2 gmake[1]: Leaving directory `/scratch/tmp/portage/ntop-3.0/work/ntop-3.0' gmake: *** [install-recursive] Error 1 Expected Results: Correct install Running the sed (actually groff) command in hand, exchanging the range "[ -\~]" with "[ ,\~]", does not produce the error message. There are three such sed ranges in near proximity in 'Makefile' (lines 1127, 1145 and 1164), that are erraneous.
version of ntop? Also, post your emerge info please.
copy all html files from: /usr/share/doc/ntop-3.1/html/ to /usr/share/ntop/html and restart ntop to make it work properly. Read the FAQ in /usr/share/doc/ntop-3.1/FAQ.gz for more details - find "Q. ntop shows an older, single menu interface" for details of configuring the html properly. Regards.
emerge info Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.4, glibc-2.3.4.20040808-r1, 2.6.10 i686) ================================================================= System uname: 2.6.10 i686 Pentium II (Klamath) Gentoo Base System version 1.4.16 Autoconf: sys-devel/autoconf-2.59-r5 Automake: sys-devel/automake-1.8.5-r1 Binutils: sys-devel/binutils-2.15.90.0.1.1-r3 Headers: sys-kernel/linux-headers-2.4.21-r1 Libtools: sys-devel/libtool-1.5.2-r7 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-march=pentium2 -O2 -pipe" CHOST="i686-pc-linux-gnu" COMPILER="" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-march=pentium2 -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms" GENTOO_MIRRORS="ftp://ftp.gentoo.diku.dk" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.diku.dk/gentoo-portage" USE="x86 3dfx X alsa apm arts avi bash-completion berkdb bitmap-fonts cdr crypt cups emacs encode f77 fam flac font-server foomaticdb fortran gdbm gif gpm gtk gtk2 imagemagick imap imlib ipv6 jpeg ldap libg++ libwww mad maildir mikmod mmx motif mpeg mysql ncurses nls oggvorbis opengl oss pam pdflib perl png postgres python qt quicktime readline ruby sasl sdl spell ssl subject-rewrite svga tcpd tiff truetype truetype-fonts type1-fonts virus-scan voodoo3 x xml2 xmms xv zlib"
I can't reproduce this at all. Still a problem?
Yes, still same error emerging.
I can't reproduce it either, just emerged it today.
Ok, if anyone could reproduce it with an updated system please reopen this bug.
*** Bug 155652 has been marked as a duplicate of this bug. ***
Reopen wrt Bug 155652
(In reply to comment #2) > copy all html files from: > /usr/share/doc/ntop-3.1/html/ > to > /usr/share/ntop/html > and restart ntop to make it work properly. > > Read the FAQ in /usr/share/doc/ntop-3.1/FAQ.gz for more details - find "Q. ntop shows an older, single menu interface" for details of configuring the html properly. > > Regards. Do not work
(In reply to comment #0) > Running the sed (actually groff) command in hand, exchanging the range "[ -\~]" > with "[ ,\~]", does not produce the error message. Can you try if that resolves the issue for you?