Displaying 3 results from an estimated 3 matches for "newprint".
Did you mean:
newpoint
2012 Nov 10
1
[LLVMdev] error: terminator in the middle of basic block
...PathProfiling.cpp and run opt -inesrt-path-profiling. it
works correctly ,but after path-profile is complete in
Verifier::visitTerminatorInst it prints "Terminator found in the middle
of a basic block!" .
error is I added two basic blocks after return basic block and return has
br label %newprint when printed in pathprofile module
but in Verifier::visitTerminatorInst
I=br label %newprint and I.getParent()->getTerminator= <null>
when I printed pathprofile mode return had terminator br label %newprint.
what is the reason?
unnikrishnan c
--
This message has been scanned for vi...
2017 Apr 26
0
can't create printers after upgrading cups
After upgrading cups on my CentOS 6 systems from version 1.4.2-72.el6 to 1.4.2-77.el6, I am no longer able to create working printers, either with lpadmin from the command line or with system-config-printer.
When I try to run lpadmin, I get this simple error:
[root at vlsi66 ~]# lpadmin -p newprinter -v lpd://printserver/serverqueue-E -P /path/to/ppd/thing.ppd
lpadmin: Unknown
[root at vlsi66 ~]#
Sometimes, the printer does get created (i.e. it shows up in the output of ?lpstat ?a? and printers.conf gets updated), but sometimes it doesn?t. If the printer does get created, then there is no n...
2017 Apr 26
0
can't create printers after upgrading cups
...After upgrading cups on my CentOS 6 systems from version 1.4.2-72.el6 to 1.4.2-77.el6, I am no longer able to create working printers, either with lpadmin from the command line or with system-config-printer.
When I try to run lpadmin, I get this simple error:
[root at vlsi66 ~]# lpadmin -p newprinter -v lpd://printserver/serverqueue-E -P /path/to/ppd/thing.ppd
lpadmin: Unknown
[root at vlsi66 ~]#
Sometimes, the printer does get created (i.e. it shows up in the output of ?lpstat ?a? and printers.conf gets updated), but sometimes it doesn?t. If the printer does get created, then there is...