Qucs / qucs

Qucs Project official mirror
http://qucs.sourceforge.net/
GNU General Public License v2.0
1.16k stars 213 forks source link

Devel cherrypick #835

Closed guitorri closed 6 years ago

guitorri commented 6 years ago

These fixes should be on release-0.0.20 first.

guitorri commented 6 years ago

Funny. I did not touch the netlist.sh test and it is now failing during make distcheck

make[5]: Entering directory `/home/travis/build/Qucs/qucs/qucs-0.0.20/_build/qucs/tests'
[ -f helloworld.so ] || ln -s .libs/$(. .libs/helloworld.la; echo $dlname) .
[PASS]doesnotexist.sh
[PASS]: helloworld.sh
[FAIL]: netlist.sh

I fact I am getting the same error on my system. During make distcheck the test/Makefile.am is creating a wrong path for examplesdir=$(srcdir)/../../qucs/examples . The test cannot find the input file.

Debug: *** try to load schematic : "../../../tests/../../qucs/examples/resonance.sch" 
Error: Could not load schematic ../../../tests/../../qucs/examples/resonance.sch
FAIL netlist.sh (exit status: 1)
felix-salfelder commented 6 years ago

On Wed, Jul 25, 2018 at 02:41:06PM -0700, Guilherme Brondani Torri wrote:

Funny. I did not touch the netlist.sh test and it is now failing during make distcheck

no idea what triggers this.

there is #836..

guitorri commented 6 years ago

Thank you @felix-salfelder