mahyuddin / ospf-manet-mdr

Automatically exported from code.google.com/p/ospf-manet-mdr
GNU General Public License v2.0
0 stars 1 forks source link

quagga-0.99.21mr2.2 fails at compile time (make) #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download and extract the last quagga's version (quagga-0.99.21mr2.2.tar.gz)
2. ./configure --enable-user=root --enable-group=root --with-cflags=-ggdb 
--sysconfdir=/usr/local/etc/quagga --enable-vtysh 
--localstatedir=/var/run/quagga
3. make

What is the expected output? What do you see instead?
The expected output is compilation complete, but during the make's output is as 
follows:

[...]
quagga.texi:4: warning: undefined flag: PACKAGE_NAME
./basic.texi:583: warning: @item missing argument
./ipv6.texi:139: warning: @deffn should only appear at a line beginning
./ipv6.texi:140: warning: @deffnx should only appear at a line beginning
./ipv6.texi:140: must be after `@deffn' to use `@deffnx'
./basic.texi:26: warning: node next `Config Commands' in menu `Common 
Invocation Options' and in sectioning `Terminal Mode Commands' differ
./basic.texi:26: warning: node `Terminal Mode Commands' is prev for `Config 
Commands' in menu but not in sectioning
./basic.texi:265: warning: node next `Terminal Mode Commands' in menu `Config 
Commands' and in sectioning `Common Invocation Options' differ
./basic.texi:265: warning: node `Config Commands' is prev for `Terminal Mode 
Commands' in sectioning but not in menu
./basic.texi:311: warning: node prev `Common Invocation Options' in menu 
`Config Commands' and in sectioning `Terminal Mode Commands' differ
Makefile:471: recipe for target 'quagga.info' failed
make[3]: *** [quagga.info] Error 1
make[3]: Leaving directory '/tmp/builds/nrl-quagga/src/quagga-0.99.21mr2.2/doc'
Makefile:427: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/tmp/builds/nrl-quagga/src/quagga-0.99.21mr2.2/doc'
Makefile:453: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/tmp/builds/nrl-quagga/src/quagga-0.99.21mr2.2'
Makefile:384: recipe for target 'all' failed
make: *** [all] Error 2

I'm using Arch Linux. I tried the aur existing package[1] with the same result 
:(

-----------
[1] - https://aur.archlinux.org/packages/nrl-quagga/

Original issue reported on code.google.com by adriana...@gmail.com on 22 Jan 2015 at 2:20

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi everyone,

I tried the SVN version and it successfully compiled.

Thanks.

Original comment by adriana...@gmail.com on 28 Jan 2015 at 9:04

GoogleCodeExporter commented 9 years ago
I have the same error under Fedora 21 with the svnsnap archive.

I have cloned the Git repository and have the same problem.

Original comment by shasenbo...@gmail.com on 10 Feb 2015 at 7:46

GoogleCodeExporter commented 9 years ago
I also had this issue today on a Fedora Core 20 system.  A workaround (for both 
the last release and the svn snapshot) is to also pass the "--disable-doc" flag 
to the configure command.

Original comment by tomh....@gmail.com on 10 Mar 2015 at 11:26