أحمد المحمودي <aelmahmo...@users.sourceforge.net> (21/12/2009):
> On Mon, Dec 21, 2009 at 08:49:47PM +0200, أحمد المحمودي wrote:
> > Yet, the failing test is in gsymcheck not in gnetlist !

And?
| HOME=/foo make -C gsymcheck/tests check
| make: Entering directory 
`/srv/storage/kibi/hack/porting-2/geda-gaf-1.6.0/gsymcheck/tests'
| make  tests
| make[1]: Entering directory 
`/srv/storage/kibi/hack/porting-2/geda-gaf-1.6.0/gsymcheck/tests'
| rm -f ./new_*
| fail=0 ; \
|       pass=0 ; \
|       for file in ./*.sym; do \
|         base=`basename $file`; \
|         GEDADATARC=./../lib \
|         /bin/sh ./runtest.sh $file . .; \
|           if [ $? -ne 0 ]; then \
|            echo "$base FAILED!"; \
|              fail=`expr $pass + 1`; \
|          else \
|            echo "$base passed."; \
|              pass=`expr $pass + 1`; \
|          fi; \
|       done ; \
|       echo "passed: $pass" ; \
|       echo "failed: $fail" ; \
|       exit $fail
| 1,2d0
| < ERROR: Found a bus inside a symbol
| < 1 ERROR found
| buses.sym FAILED!

> HOME is not used at all in gsymcheck/tests/Makefile.{am,in}

And? See the runtest.sh call, which then calls stuff built from
gsymcheck/src. And since glib functions are called, the VFS-related
stuff that might be using $HOME might just be g_* functions.

Just a wild guess though, my point is just that those Makefile.*
aren't necessarily relevant.

Mraw,
KiBi.

Attachment: signature.asc
Description: Digital signature

Reply via email to