Hello LFS team!
I have a problem compiling the inetutils-1.9.4 package.
Although the configuration of Make worked, the following error message was displayed at the end of the compilation:
In file included from system.c:23:
system/linux.c: In function 'pnd_read':
system/linux.c:415:15: error: 'PATH_PROCNET_DEV' undeclared (first use in this function); did you mean 'PATH_CONSOLE'?
   fp = fopen (PATH_PROCNET_DEV, "r");
               ^~~~~~~~~~~~~~~~
               PATH_CONSOLE
system/linux.c:415:15: note: each undeclared identifier is reported only once for each function it appears in
system/linux.c: In function 'linux_if_nameindex':
system/linux.c:917:24: error: 'PATH_PROCNET_DEV' undeclared (first use in this function); did you mean 'PATH_CONSOLE'?
   content = read_file (PATH_PROCNET_DEV, &length);
                        ^~~~~~~~~~~~~~~~
                        PATH_CONSOLE
make[3]: *** [Makefile:1516: system.o] Error 1
make[3]: Leaving directory '/sources/inetutils-1.9.4/ifconfig'
make[2]: *** [Makefile:1536: all-recursive] Error 1
make[2]: Leaving directory '/sources/inetutils-1.9.4/ifconfig'
make[1]: *** [Makefile:1491: all-recursive] Error 1
make[1]: Leaving directory '/sources/inetutils-1.9.4'
make: *** [Makefile:1428: all] Error 2

I downloaded the package again, but it did not work.
I hope you know what the problem is.
Greeting Dr_Dee
PS: I hope everything with the mail everything works, because I speak German (I have used the Google translator).
 
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to