Opened 9 years ago
Closed 9 years ago
#1085 closed defect (fixed)
Configure script should check that grpc-java plugin exists at the given path
Reported by: | Alex Dumitru | Owned by: | George Merticariu |
---|---|---|---|
Priority: | critical | Milestone: | 9.2 |
Component: | rasnet | Version: | development |
Keywords: | Cc: | George Merticariu | |
Complexity: | Medium |
Description
If i run
./configure --enable-rasnet --with-grpc-java-plugin=/tmp/nothere
the configure script says everything is ok. We should check if the plugin is actually there and report back.
Change History (4)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 9 years ago
Milestone: | → 9.2 |
---|---|
Priority: | minor → critical |
Resolution: | fixed |
Status: | closed → reopened |
comment:4 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
I submitted a fix which is strangely:
- AC_CHECK_FILE("${GRPCCPPPLUGIN}", [] ,[AC_MSG_ERROR([..])]) + AC_CHECK_FILE("${GRPCCPPPLUGIN}", , [AC_MSG_ERROR([..])])
Note:
See TracTickets
for help on using tickets.
There is some issue with running ./configure on CentOS 6 (I can't generate RPMs) after this patch: