We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yes
Void Linux x86_64
Gutenprint 5.3.4, epson-inkjet-printer-escpr-1.8.1_1
$ uname -r 6.6.52_1
clean epson print head on void linux
clean epson print head on linux
$ escputil -n --raw-device /dev/usb/lp0
ERROR: ***Gutenprint 5.3.4 assertion list != NULL failed! file print-list.c, line 212. Please report this bug! Abortado
$ escputil -n /dev/usb/lp0
$ ldd which escputil linux-vdso.so.1 (0x00007ffd1446d000) libgutenprint.so.9 => /usr/lib/libgutenprint.so.9 (0x00007f87d57b4000) libc.so.6 => /usr/lib/libc.so.6 (0x00007f87d55ca000) libm.so.6 => /usr/lib/libm.so.6 (0x00007f87d54e8000) libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f87d54e3000) /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f87d585d000)
which escputil
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this a new report?
Yes
System Info
Void Linux x86_64
Package(s) Affected
Gutenprint 5.3.4, epson-inkjet-printer-escpr-1.8.1_1
Does a report exist for this bug with the project's home (upstream) and/or another distro?
$ uname -r
6.6.52_1
Expected behaviour
clean epson print head on void linux
Actual behaviour
clean epson print head on linux
Steps to reproduce
$ escputil -n --raw-device /dev/usb/lp0
ERROR: ***Gutenprint 5.3.4 assertion list != NULL failed! file print-list.c, line 212. Please report this bug!
Abortado
$ escputil -n /dev/usb/lp0
ERROR: ***Gutenprint 5.3.4 assertion list != NULL failed! file print-list.c, line 212. Please report this bug!
Abortado
$ ldd
which escputil
linux-vdso.so.1 (0x00007ffd1446d000)
libgutenprint.so.9 => /usr/lib/libgutenprint.so.9 (0x00007f87d57b4000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007f87d55ca000)
libm.so.6 => /usr/lib/libm.so.6 (0x00007f87d54e8000)
libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f87d54e3000)
/lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f87d585d000)
The text was updated successfully, but these errors were encountered: