rgosi | 4 Sep 2006 04:18
Picon
Favicon

cmdline errors

Compiled from head today.
The change log says the cmdline.* were removed. But, it seems the make file 
was not changed !? So, the make fails with:
----
Making all in ofxdump
make[2]: Entering directory `/data/build/build/libofx/ofxdump'
make[2]: *** No rule to make target `cmdline.c', needed by `cmdline.o'.  Stop.
make[2]: Leaving directory `/data/build/build/libofx/ofxdump'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/data/build/build/libofx'
make: *** [all] Error 2
----

Can a build with this error be trusted to be installed ?

rg

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Benoit Gregoire | 4 Sep 2006 17:18
Picon
Picon

Re: cmdline errors

On Sunday 03 September 2006 22:18, rgosi <at> sbcglobal.net wrote:
> Compiled from head today.
> The change log says the cmdline.* were removed. But, it seems the make file
> was not changed !? So, the make fails with:
> ----
> Making all in ofxdump
> make[2]: Entering directory `/data/build/build/libofx/ofxdump'
> make[2]: *** No rule to make target `cmdline.c', needed by `cmdline.o'. 
> Stop. make[2]: Leaving directory `/data/build/build/libofx/ofxdump'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/data/build/build/libofx'
> make: *** [all] Error 2
> ----
>
> Can a build with this error be trusted to be installed ?

if you build from SVN, you need gengetopt installed, allowing regenerating 
these files.  The tarrballs include them files if you just want to get libofx 
installed.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
rgosi | 6 Sep 2006 05:56
Picon
Favicon

Re: cmdline errors

I get the source with:
# cvs -z3 -d:pserver:anonymous <at> libofx.cvs.sourceforge.net:/cvsroot/libofx co 
-P libofx

I compile kmymoney regularly and it is said to always be compiled with the 
latest of libofx. It looks like the last time I compiled libofx was Aug-4th 
(ofxconnect was recompiled). I do not appear to have gengetopt installed. Is 
this a new dependancy ? Is the build env. from svn different than cvs ?

rg

On Monday 04 September 2006 08:18, Benoit Gregoire wrote:
> On Sunday 03 September 2006 22:18, rgosi <at> sbcglobal.net wrote:
> > Compiled from head today.
> > The change log says the cmdline.* were removed. But, it seems the make
> > file was not changed !? So, the make fails with:
> > ----
> > Making all in ofxdump
> > make[2]: Entering directory `/data/build/build/libofx/ofxdump'
> > make[2]: *** No rule to make target `cmdline.c', needed by `cmdline.o'.
> > Stop. make[2]: Leaving directory `/data/build/build/libofx/ofxdump'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/data/build/build/libofx'
> > make: *** [all] Error 2
> > ----
> >
> > Can a build with this error be trusted to be installed ?
>
> if you build from SVN, you need gengetopt installed, allowing regenerating
> these files.  The tarrballs include them files if you just want to get
(Continue reading)

ace jones | 7 Sep 2006 05:30

Re: cmdline errors

Yes, Benoit introduced that dependency on 8/25 by removing the generated
cpp and h files from the repository.  I would have left them in, myself,
just so people COULD have compiled without it.  But alas, you DO need
getgenopt installed whereas before you did not.

Incidentally, now that libofx 0.8.2 has been released, you can just use
that for KMyMoney until further notice.

</Ace>

On Tue, 2006-09-05 at 20:56, rgosi <at> sbcglobal.net wrote:
> I get the source with:
> # cvs -z3 -d:pserver:anonymous <at> libofx.cvs.sourceforge.net:/cvsroot/libofx co 
> -P libofx
> 
> I compile kmymoney regularly and it is said to always be compiled with the 
> latest of libofx. It looks like the last time I compiled libofx was Aug-4th 
> (ofxconnect was recompiled). I do not appear to have gengetopt installed. Is 
> this a new dependancy ? Is the build env. from svn different than cvs ?
> 
> rg
> 
> On Monday 04 September 2006 08:18, Benoit Gregoire wrote:
> > On Sunday 03 September 2006 22:18, rgosi <at> sbcglobal.net wrote:
> > > Compiled from head today.
> > > The change log says the cmdline.* were removed. But, it seems the make
> > > file was not changed !? So, the make fails with:
> > > ----
> > > Making all in ofxdump
> > > make[2]: Entering directory `/data/build/build/libofx/ofxdump'
(Continue reading)

rgosi | 7 Sep 2006 06:24
Picon
Favicon

Re: cmdline errors

On Wednesday 06 September 2006 20:30, ace jones wrote:
> Yes, Benoit introduced that dependency on 8/25 by removing the generated
> cpp and h files from the repository.  I would have left them in, myself,
> just so people COULD have compiled without it.  But alas, you DO need
> getgenopt installed whereas before you did not.
OK.
>
> Incidentally, now that libofx 0.8.2 has been released, you can just use
> that for KMyMoney until further notice.
and OK.

Thanks,
rg
>
> </Ace>
>
> On Tue, 2006-09-05 at 20:56, rgosi <at> sbcglobal.net wrote:
> > I get the source with:
> > # cvs -z3 -d:pserver:anonymous <at> libofx.cvs.sourceforge.net:/cvsroot/libofx
> > co -P libofx
> >
> > I compile kmymoney regularly and it is said to always be compiled with
> > the latest of libofx. It looks like the last time I compiled libofx was
> > Aug-4th (ofxconnect was recompiled). I do not appear to have gengetopt
> > installed. Is this a new dependancy ? Is the build env. from svn
> > different than cvs ?
> >
> > rg
> >
> > On Monday 04 September 2006 08:18, Benoit Gregoire wrote:
(Continue reading)

Benoit Gregoire | 7 Sep 2006 11:10
Picon
Picon

Re: cmdline errors

On Wednesday 06 September 2006 23:30, ace jones wrote:
> Yes, Benoit introduced that dependency on 8/25 by removing the generated
> cpp and h files from the repository.  I would have left them in, myself,
> just so people COULD have compiled without it.  But alas, you DO need
> getgenopt installed whereas before you did not.

They ARE still distributed in the tarball, just not versionned in CVS.  It 
makes little sense to repetedly commit changes to generated files (Which I 
would have if i'd left them there, I didn't have the same version of 
gengetopt you did).

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Ace Jones | 7 Sep 2006 17:36

Re: cmdline errors

On Thu, Sep 07, 2006 at 05:10:45AM -0400, Benoit Gregoire wrote:
> On Wednesday 06 September 2006 23:30, ace jones wrote:
> > Yes, Benoit introduced that dependency on 8/25 by removing the generated
> > cpp and h files from the repository.  I would have left them in, myself,
> > just so people COULD have compiled without it.  But alas, you DO need
> > getgenopt installed whereas before you did not.
> 
> They ARE still distributed in the tarball, just not versionned in CVS.  It 
> makes little sense to repetedly commit changes to generated files (Which I 
> would have if i'd left them there, I didn't have the same version of 
> gengetopt you did).

Indeed.  But KMM CVS depended on CVS libofx for a long time, and may do
so again in the future.  Released aqBanking depended on CVS libofx for a
while, too.  So there are definitely people who are 'just users'
consuming CVS--not just developers.  That's why I would have left it in
there.

True, you and I both end up recommitting the generated files.  That
didn't seem to have much real impact on anything, though.  And if it
was really bothersome, I could have updated to a more recent getgenopt.

</Ace>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
(Continue reading)


Gmane