Re: Sourceforge Page!

2012-04-06 Thread Marc Croteau
If you go to https://savannah.nongnu.org/git/?group=bbdb (where it
references the bbdb-git that contains V3, there is a reference to
browse the sources repository which) leads you to:
http://git.savannah.gnu.org/cgit/bbdb.git

Given the dates of the changes, it appears to be where V3 is being
developed.

Marc

* Leo sdl@gmail.com [2012-04-06 16:28:32 +0800]:

 On 2012-04-06 14:41 +0800, Sriram ET. wrote:
  Is there a public view of Roland's tree available somewhere?
 
 I have been pulling from git://git.savannah.nongnu.org/bbdb.git
 
 Leo
 
 
 --
 For Developers, A Lot Can Happen In A Second.
 Boundary is the first to Know...and Tell You.
 Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
 http://p.sf.net/sfu/Boundary-d2dvs2
 ___
 bbdb-info@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bbdb-info
 BBDB Home Page: http://bbdb.sourceforge.net/

-- 
Bye for now
Marc
---
Wherever you go, there you are
Your luggage, however, is another matter.

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: Sourceforge Page!

2012-04-05 Thread Marc Croteau
I agree that there is no mention of BBDB V3 on the bbdb sourceforge.
The project page seems to be with
https://savannah.nongnu.org/projects/bbdb/ 
The source code comes through via: git clone 
git://git.savannah.nongnu.org/bbdb.git

There are a fair number of posts at the bbdb.sourceforge.net site for BBDB
V3 (some 79 of them) so the V3 discussions seem to be underway there.

I know that this doesn't answer your question.  I guess I have to ask
who all is keeping the bbdb.sourceforge.net site up to date?

Marc


* Sriram ET. karra@gmail.com [2012-04-05 11:06:03 +0530]:

 On Thu, Apr 5, 2012 at 1:28 AM, Marc Croteau mdcrot...@gmail.com wrote:
 
  The install file of the BBDB V3 git download requests that bugs,
  comments etc be submitted to the bbdb-info mailing list. See below:
 
 
 It does not answer my question (if that was even the intention :-0) The
 sourceforge BBDB page is the top hit on Google for BBDB. And on that page
 there is no mention of the more recent BBDB V3. So my point is people may
 not even come to know about V3 from a simple google search. I suggest we
 take down the sourceforge site or at least link to the BBDBv3 page from
 there. That's all.
 
 -Sriram

--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


BBDB-3 make install INFO creation failures

2012-04-04 Thread Marc Croteau
Hello,
I'm wanting to install bbdb 3.0 and have encountered problems.
I downloaded the git today.
I'm running ubuntu 11.10 
I had some make install problems.

When trying to process bbdb/tex, I get:
--
make[1]: Entering directory `///bbdb/tex'
if test x/usr/local/texlive/2011/../texmf-local/bbdb != x; then 
\
/usr/bin/install -c -d -m 0755 
/usr/local/texlive/2011/../texmf-local/bbdb/   \
for tex in *.tex; do\
echo Install $tex in 
/usr/local/texlive/2011/../texmf-local/bbdb/;\
/usr/bin/install -c -m 644 $tex 
/usr/local/texlive/2011/../texmf-local/bbdb/; \
done;   \
fi
/bin/sh: Syntax error: do unexpected (expecting fi)
-
The Makefile contains the following:

install-tex:
if test x$(texmf_dir) != x; then\
$(INSTALL) -d -m 0755 $(texmf_dir)/   \
for tex in *.tex; do\
echo Install $$tex in $(texmf_dir)/;  \
$(INSTALL_DATA) $$tex $(texmf_dir)/;  \
done;   \
fi

No really sure what the error is, nor how to fix it.
 
I also encountered this problem:
- when trying to create the doclicense info,
make file reports: Extraneous text at end of command line.
The fix is to change all of the 
@item XX line in the .texi file to 
@item
X


Any help would be appreciated.

Regards
Marc

--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/