`intermediate.dat' premature EOF: Inappropriate ioctl for device #631

Open
opened 2025-09-29 18:22:22 +00:00 by martinwguy · 0 comments
martinwguy commented 2025-09-29 18:22:22 +00:00 (Migrated from codeberg.org)

`intermediate.dat' premature EOF: Inappropriate ioctl for device

Description

On FreeBSD, make check spouts a load of:

ok     channels=3 "u8" <--> "u32".
ok     channels=3 "u8" <--> "f32".
ok     channels=3 "u8" <--> "f64".
/home/martin/sox_ng/src/.libs/sox_ng FAIL sox_ng: `intermediate.dat' premature EOF: Inappropriate ioctl for device
ok     channels=3 "u8" <--> "dat".
ok     channels=3 "u8" <--> "au".
ok     channels=3 "u8" <--> "wav".

and one occurrence of

sox_ng FAIL sox_ng: `intermediate.voc' premature EOF: Inappropriate ioctl for device

and in one test run, only the intermediate.voc message showed.

Analysis

It happens during all conversions of "something" <--> "dat"
and of "u8 in wav" <--> "voc" (the only voc one).

Conclusion

It seems harmless, if annoying.

# `intermediate.dat' premature EOF: Inappropriate ioctl for device ## Description On FreeBSD, `make check` spouts a load of: ``` ok channels=3 "u8" <--> "u32". ok channels=3 "u8" <--> "f32". ok channels=3 "u8" <--> "f64". /home/martin/sox_ng/src/.libs/sox_ng FAIL sox_ng: `intermediate.dat' premature EOF: Inappropriate ioctl for device ok channels=3 "u8" <--> "dat". ok channels=3 "u8" <--> "au". ok channels=3 "u8" <--> "wav". ``` and one occurrence of ``` sox_ng FAIL sox_ng: `intermediate.voc' premature EOF: Inappropriate ioctl for device ``` and in one test run, only the `intermediate.voc` message showed. ## Analysis It happens during all conversions of `"something" <--> "dat"` and of `"u8 in wav" <--> "voc"` (the only `voc` one). ## Conclusion It seems harmless, if annoying.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
martinwguy/sox_ng#631
No description provided.