[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [coldsync-hackers] trouble compiling
On Wednesday 23 February 2005 18:16, Gideon Romm wrote:
> Hi. I am having trouble compiling coldsync-3.0-pre4.tar.gz on FC3.
>
> make install bonks on:
>
> /usr/bin/install -c -m 644 conduits.info-*
> /usr/local/info/conduits.info-*
> /usr/bin/install: cannot stat `conduits.info-*': No such file or
> directory
> make[1]: *** [install] Error 1
> make[1]: Leaving directory `/root/coldsync-3.0-pre4/doc'
> make: *** [install] Error 1
>
> Any thoughts?
Yup.
It's a problem with FC2 as well. pre-4 is pushing a year old and I fixed
this in October in CVS.
2004-10-11 14:18 christophe
* doc/Makefile: Recent versions of install(1) don't like the
command line
install blah* /somewhere/blah*
that are generated when conduits.info-* isn't actually created
(Fedora Core 2 is generating just conduits.info).
*: changed the .info-* wildcard to .info* to match the
conduits.info (but still match conduits.info-*)
*: changed the install line to just put the directory in the
target. i.e.
install blah* /somewhere/
I think there may be a few other things I encounted and fixed during my FC2
install which you'd be interested in as well...
You can either build from the CVS version or just snarf that particular
Makefile. In a pinch, I could probably get you a FC3 rpm but you'd have to
deal with a /usr prefix rather than /usr/local (I haven't quite resolved
issuesof perl bindings in the rpms).
I guess a pre-5 (or even a full fledged 3.0) is probably overdue, too...
c.