- **status**: review --> fixed
- **Comment**:
commit a683961aaddf585b10631d2ff5dcd607499daefa (HEAD -> develop,
origin/develop)
Author: thien.m.huynh <thien.m.hu...@dektech.com.au>
Date: Wed Jul 21 15:00:01 2021 +0700
build: checking test is enable before compile basetest [#3274]
make install command will failure when disable test.
This fix just checking disable/enable test to avoid
failure during compile.
---
** [tickets:#3274] build: make install failure when disable test**
**Status:** fixed
**Milestone:** 5.21.10
**Created:** Wed Jul 21, 2021 07:30 AM UTC by Thien Minh Huynh
**Last Updated:** Wed Jul 21, 2021 08:56 AM UTC
**Owner:** Thien Minh Huynh
**step reproduce:** execute command in order in opensaf repo
mkdir ~/tmp
./bootstrap.sh
./configure
make install DESTDIR="~/tmp"
~~~
CCLD bin/basetest
gcc: error: lib/.libs/libapitest.a: No such file or directory
make[2]: *** [Makefile:9676: bin/basetest] Error 1
make[2]: Leaving directory '/home/thien/opensaf-code'
make[1]: *** [Makefile:24077: install-recursive] Error 1
make[1]: Leaving directory '/home/thien/opensaf-code'
make: *** [Makefile:24594: install] Error 2
~~~
The issue occur due to missing checking apitest is enable in make file.
---
Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is
subscribed to https://sourceforge.net/p/opensaf/tickets/
To unsubscribe from further messages, a project admin can change settings at
https://sourceforge.net/p/opensaf/admin/tickets/options. Or, if this is a
mailing list, you can unsubscribe from the mailing list.
_______________________________________________
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets