Opened 14 years ago
Closed 14 years ago
#635 closed defect (worksforme)
[INFO] No pending builds
Reported by: | aldo.camargo@… | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | General | Version: | 0.6b2 |
Keywords: | Cc: | ||
Operating System: | BSD |
Description
I finally could setup the Bitten Master and the Bitten Slave, but when I am trying to do a simple hello world test I am getting the following in the slave side:
[INFO] No pending builds
And the following in the Master side:
2010-10-14 17:26:04,861 Trac[master] INFO: Build slave 'a-05a-acarmag-0' connected from 10.10.43.29 with token b111a8f240981afbf948372764283253 2010-10-14 17:26:04,861 Trac[master] DEBUG: Build slave configuration: {'name': 'a-05a-acarmag-0', 'family': 'posix', 'machine': 'i686', 'token': 'b111a8f240981afbf948372764283253', 'version': '1.7.5(0.225/5/3)', 'ipnr': '10.10.43.29', 'os': 'CYGWIN_NT-5.1', 'processor': } 2010-10-14 17:26:04,861 Trac[queue] DEBUG: Checking for pending builds... 2010-10-14 17:26:04,865 Trac[queue] WARNING: Slave 'a-05a-acarmag-0' matched none of the target platforms 2010-10-14 17:26:04,865 Trac[queue] DEBUG: No pending builds.
The configuration recipe is:
<build xmlns:c="http://127.0.0.1:8000/"
<step id="make" description="Make a C utility">
<c:make target="compile" file="build/Makefile" />
</step>
</build>
I understand that file refers location of the Makefile in the slave.
My Makefile is :
run_hello_world: run_hello_world.c
gcc run_hello_world.c -o run_hello_world
And run_hello_world.c
#include "stdio.h"
void main(){ printf("..\n Hello World ....!!! \n"); return; }
Attachments (0)
Change History (1)
comment:1 Changed 14 years ago by osimons
- Milestone 0.6.1 deleted
- Resolution set to worksforme
- Status changed from new to closed
Please use Mailing List for support questions.