Opened 13 years ago
Closed 12 years ago
#47 closed defect (fixed)
ast2roar warns about tempfile not found
Reported by: | ph3-der-loewe | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | RoarAudio major release 0.4 |
Component: | RoarAudio Main Package | Version: | 0.4beta6 |
Keywords: | Cc: | ||
Architecture: | Compiler: | ||
Difficulty: | Kernel: | FreeBSD | |
Operating System: | FreeBSD | Parent Tickets: | |
Patch attached: | no | Protocol: | |
Sound driver: | Topic: | Porting |
Description
ast2roar depends on tempfile which is not checked by configure script but by ast2roar itself.
ast2roar does handle this error case correctly but prints a useless warning of:
tempfile: not found
This warning should be disabled.
Subtickets
Change History (1)
comment:1 Changed 12 years ago by ph3-der-loewe
- Resolution set to fixed
- Status changed from new to closed
- Version changed from current to 0.4beta6
Note: See
TracTickets for help on using
tickets.
FreeBSD's default shell do not redirect shell errors with 2>. They should fix the shell..
Wrote a very annoying workaround using a subshell.