I think this is because you have not supplied verilog file definition to v2lvs.
Suppose you have a DFF that's QN is not used in DFF instatiation.
So when you v2lvs, the QN pin is not connected.
There are two mrthods to solve:
1.use float net names
2.use special calibre spice netlist format that uses .pin command.