[Bugs] [Bug 1454590] New: run.c demo mode broken
bugzilla at redhat.com
bugzilla at redhat.com
Tue May 23 06:24:28 UTC 2017
https://bugzilla.redhat.com/show_bug.cgi?id=1454590
Bug ID: 1454590
Summary: run.c demo mode broken
Product: GlusterFS
Version: mainline
Component: core
Severity: low
Priority: low
Assignee: bugs at gluster.org
Reporter: csaba at redhat.com
CC: bugs at gluster.org
Description of problem:
run.c of libglusterfs should be possible to compile into a standalone object
file or demo program, with, respectively, using the RUN_STANDALONE /
RUN_DO_TESTS defines.
Version-Release number of selected component (if applicable):
How reproducible:
Always.
Steps to Reproduce:
1. $ cc -DRUN_STANDALONE -c run.c
2. $ cc -DRUN_DO_TESTS -o run run.c `pkg-config --libs --cflags glusterfs-api`
&& ./run
3. $ cc -DRUN_DO_TESTS -DRUN_STANDALONE -o run run.c && ./run
Actual results:
Each of the above commands fail.
Expected results:
Each of the above commands succeed, and in 2. and 3. the ./run invocations run
with sane output.
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list