Modify ↓
Opened 20 years ago
Closed 16 years ago
#114 closed defect (worksforme)
OperationalError: near "%": syntax error
| Reported by: | anonymous | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | General | Version: | 0.5.2 |
| Keywords: | Cc: | ||
| Operating System: | Windows |
Description
I have 2 steps in build recipe:
<build xmlns:sh="http://bitten.cmlenz.net/tools/sh">
<step id="build" description="Compile to byte code">
<sh:exec executable="qmake" args="./src/src.pro"/>
<sh:exec executable="nmake" />
</step>
<step id="install" description="Compile to byte code">
<sh:exec executable="nmake" args="install"/>
</step>
</build>
bitten-master(runs on linux) reports this strange error
Traceback (most recent call last):
File "/usr/lib/python2.3/asyncore.py", line 69, in read
obj.handle_read_event()
File "/usr/lib/python2.3/asyncore.py", line 390, in handle_read_event
self.handle_read()
File "/usr/lib/python2.3/asynchat.py", line 136, in handle_read
self.found_terminator()
File "build/bdist.linux-i686/egg/bitten/util/beep.py", line 278, in found_terminator
File "build/bdist.linux-i686/egg/bitten/util/beep.py", line 311, in _handle_frame
File "build/bdist.linux-i686/egg/bitten/util/beep.py", line 469, in handle_data_frame
File "build/bdist.linux-i686/egg/bitten/master.py", line 221, in handle_reply
File "build/bdist.linux-i686/egg/bitten/master.py", line 287, in _build_step_completed
File "build/bdist.linux-i686/egg/bitten/model.py", line 719, in insert
File "/usr/lib/python2.3/site-packages/trac/db.py", line 224, in executemany
args or [])
File "/usr/lib/python2.3/site-packages/trac/db.py", line 211, in _rollback_on_error
return function(self, *args, **kwargs)
OperationalError: near "%": syntax error
The build is reported as success but the first step("build") does not show in the "build log". bitten-slave runs on windows xp.
Attachments (1)
Change History (3)
Changed 20 years ago by silver.aabjoe@…
comment:1 Changed 20 years ago by silver.aabjoe@…
comment:2 Changed 16 years ago by osimons
- Resolution set to worksforme
- Status changed from new to closed
This has likely been fixed a long time ago. Regardless, no more work will be done for 0.5.x versions anymore.
Note: See
TracTickets for help on using
tickets.

I attached the conversation between slave and master.