ivankosenko / open-vcdiff

Automatically exported from code.google.com/p/open-vcdiff
Apache License 2.0
0 stars 0 forks source link

.deb packages install libtool wrapper for vcdiff, not the actual binary #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download and untar 
http://open-vcdiff.googlecode.com/files/open-vcdiff_0.7-1_amd64.deb.tar.gz
2. Install all .deb files
3. Run /usr/bin/vcdiff

What is the expected output? What do you see instead?

Expected: vcdiff should run. Instead:

$ /usr/bin/vcdiff
/usr/bin/vcdiff: error: `/usr/bin/.libs/vcdiff' does not exist
This script is just a wrapper for vcdiff.
See the libtool documentation for more information.

What version of the product are you using? On what operating system?

0.7, as available at URL above, on Debian lenny amd64.

Please provide any additional information below.

$ dpkg -L open-vcdiff0
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/open-vcdiff0
/usr/share/doc/open-vcdiff0/changelog.gz
/usr/share/doc/open-vcdiff0/copyright
/usr/share/doc/open-vcdiff0/changelog.Debian.gz
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/vcdiff.1.gz
/usr/bin
/usr/bin/vcdiff

Original issue reported on code.google.com by ttjos...@gmail.com on 12 Jul 2010 at 1:57

GoogleCodeExporter commented 9 years ago
Whoops, this is a duplicate of issue 24, which is seven months old. I guess 
I'll just compile it myself.

Original comment by ttjos...@gmail.com on 12 Jul 2010 at 1:58

GoogleCodeExporter commented 9 years ago

Original comment by openvcd...@gmail.com on 12 Jul 2010 at 4:28