Ticket #99 (closed defect: fixed)
Opened 7 years ago
Last modified 7 years ago
[cvs] cvs import -m "Initial content" Project vendor-tag release-tag fails on Haiku
| Reported by: | scottmc | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | haikuporter | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
While running a recent dashboard on CMake we found that cvs might have an issue on Haiku.
The cvs client seems to be broken on Haiku, or at least has a non-standard interface. The command that fails is just running
cvs import -m "Initial content" Project vendor-tag release-tag which works on every other cvs client.
Change History
comment:1 Changed 7 years ago by scottmc
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

This seems to be fixed with the new cvs workaround of disabling mbrtowc in config.h before running make:
http://ports.haiku-files.org/wiki/dev-util/cvs/1.12.13