GeneMark: inappropriate ioctl for device

Discussions about BRAKER, the automated joint usage of GeneMark and AUGUSTUS.

Moderator: bioinf

Post Reply
User avatar
katharina
Site Admin
Posts: 531
Joined: Wed Nov 18, 2015 6:14 pm
Location: Greifswald
Contact:

GeneMark: inappropriate ioctl for device

Post by katharina »

Peter reported to us:
As everything failed with GeneMark, I tried running this program alone:

gmes_petap.pl --ET hints.gff --sequence R.padi_final_genome.v1.fasta --et_score 10

The error came back as:

"inappropriate ioctl for device"
User avatar
katharina
Site Admin
Posts: 531
Joined: Wed Nov 18, 2015 6:14 pm
Location: Greifswald
Contact:

Re: GeneMark: inappropriate ioctl for device

Post by katharina »

Peter reported the following solution:
Google serach:
(http://stackoverflow.com/questions/1605 ... for-device)

which identified this being this problem
GLIBCXX_3.4.20

(http://www.unix.com/shell-programming-a ... evice.html)

How to fix:

http://askubuntu.com/questions/575505/g ... this-error

sudo apt-get install libstdc++6

This didnt update anything as the latest was already intalled.

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

these fixed the problem.
Post Reply