octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53418] nest_TEST_FILES multiply defined in mo


From: A.R. Burgers
Subject: [Octave-bug-tracker] [bug #53418] nest_TEST_FILES multiply defined in module.mk
Date: Thu, 22 Mar 2018 03:45:27 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0

URL:
  <http://savannah.gnu.org/bugs/?53418>

                 Summary: nest_TEST_FILES multiply defined in module.mk
                 Project: GNU Octave
            Submitted by: arb
            Submitted on: Thu 22 Mar 2018 07:45:24 AM UTC
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.2
        Operating System: Any

    _______________________________________________________

Details:

during bootstrap of stable I get this error:


autoreconf: running: automake --add-missing --copy --force-missing            
                     
test/nest/module.mk:1: warning: nest_TEST_FILES multiply defined in condition
TRUE ...              
Makefile.am:215:   'test/module.mk' included from here
test/module.mk:75:   'test/nest/module.mk' included from here
test/local-functions/module.mk:1: ... 'nest_TEST_FILES' previously defined
here
Makefile.am:215:   'test/module.mk' included from here
test/module.mk:74:   'test/local-functions/module.mk' included from here
autoreconf: Leaving directory `.'

 

grep nest_TEST_FILES `find . -name \*.mk`

./test/nest/module.mk:nest_TEST_FILES = \
./test/nest/module.mk:TEST_FILES += $(nest_TEST_FILES)
./test/local-functions/module.mk:nest_TEST_FILES = \
./test/local-functions/module.mk:TEST_FILES += $(nest_TEST_FILES)





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53418>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]