[Pkg-electronics-devel] Bug#561906: Bug#561906: Bug#561906: FTBFS: make[5]: *** [tests] Error 1
Cyril Brulebois
kibi at debian.org
Mon Dec 21 22:03:41 UTC 2009
أحمد المحمودي <aelmahmoudy at 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-electronics-devel/attachments/20091221/0c140765/attachment.pgp>
More information about the Pkg-electronics-devel
mailing list