Your message dated Sat, 10 Feb 2018 23:36:03 -0500
with message-id <[email protected]>
and subject line Re: Bug#756214: libvw0: Stale package
has caused the Debian Bug report #756214,
regarding libvw0: Stale package
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
756214: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756214
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libvw0
Version: 7.3-1.1
Severity: normal
Thanks for packaging vowpal wabbit as a binary and library.
I'd like to develop against the library, but even the simplest example, based
on the current git sources, bombs:
edd@max:~/git/vowpal_wabbit/library$ g++ -o foo library_example.cc -lallreduce
-lvw
/tmp/ccBTtHbR.o: In function `main':
library_example.cc:(.text+0x630): undefined reference to `VW::finish(vw&, bool)'
library_example.cc:(.text+0x944): undefined reference to `VW::finish(vw&, bool)'
collect2: error: ld returned 1 exit status
edd@max:~/git/vowpal_wabbit/library$ COLUMNS=80 dpkg -l | grep libvw
ii libvw-dev 7.3-1ubuntu1 amd64 fast and scalable online machine
ii libvw0 7.3-1ubuntu1 amd64 fast and scalable online machine
edd@max:~/git/vowpal_wabbit/library$
Note that I am trying to link against the library from your 7.3-1 package here.
Could you update the package? I think upstream is now at 7.7 based on
configure.ac.
Dirk
--
http://dirk.eddelbuettel.com | @eddelbuettel | [email protected]
--- End Message ---
--- Begin Message ---
Version: 8.1.1-1
I even uploaded 8.5.0 now
package is not that stale any longer, although still in suboptimal shape
since requires to do something about tests failing on non amd64 #836450
https://github.com/JohnLangford/vowpal_wabbit/issues/1410
any help would be appreciated
On Sun, 03 Aug 2014, Yaroslav Halchenko wrote:
> On Sun, 03 Aug 2014, Dirk Eddelbuettel wrote:
> > | I would be delighted to share my very limited wisdom about
> > | git-buildpackage in hangout or any other media. where are you now? ( I
> > | am in EST (EDT to be more precise) time zone which is GMT-4 atm.
> > I am in Chicago, so one time zone over. [ And I've been here since fall of
> > 2000. ]
> ha -- almost a neighbor ;) (although I have never been to Chicago yet)
> > But I don't regularly use debcheckout, and it isn't clear to me how it would
> > know where to go [oh, wait, VCS in debian/control, I guess -- never mind]
> > | > cat .gbp.conf # my customization so I build in clean exported env
> > | [git-buildpackage]
> > | sign-tags = True
> > | # use this for more svn-buildpackage like bahaviour:
> > | export-dir = ../build-area/
> > | tarball-dir = ../tarballs/
> > | debcheckout vowpal-wabbit
> > | cd vowpal-wabbit
> > | git checkout --track origin/debian # added now -b debian to Vcs field,
> > so will not be needed in the future
> > That was a related question. Say I cloned you debian/vw repo. How would I
> > track yours and the original upstream? Setting two remotes and merging by
> > hand?
> yeap -- as sophisticated as that hand operation ;)
> > | $> git-buildpackage --git-verbose --git-ignore-new -uc -us --git-tag
> > | ...
> > | gbp:debug: Looking for orig tarball 'vowpal-wabbit_7.6.orig.tar.gz' at
> > '../tarballs/'
> > | gbp:info: Orig tarball 'vowpal-wabbit_7.6.orig.tar.gz' not found at
> > '../tarballs/'
> > | gbp:debug: ['git', 'ls-tree', '7.6']
> > | gbp:info: vowpal-wabbit_7.6.orig.tar.gz does not exist, creating from
> > '7.6'
> > | gbp:debug: Building upstream tarball with compression 'gzip -9'
> > | because we fetched upstream tarball for 7.7, not 7.6, git-buildpackage
> > then
> > | generates one for you from the upstream release tag. It similarly happy
> > | generates ones from the snapshots (e.g. if version like
> > | 0.14.0+git393-g959e3e4-1 carries the treeish) -- which comes really handy
> > for
> > | snapshot releases I do to test prior or after upstream releases.
> > | I guess that would be git-buildpackage 101 ;)
> > Thanks. Might still be useful to do quick parallel session over hangout to
> > get me going. Finding time may an issue -- was a little under the weather
> > and trying to catch. But me should do this. VW is way to cool :)
> actually -- myself I haven't yet appreciated it to that degree. So if
> you feel that some other packaging arrangement would be more convenient
> for you, and you would like to take of its maintenance -- I would not
> oppose. hangout -- some time on Wed may be if you like?
--
Yaroslav O. Halchenko
Center for Open Neuroscience http://centerforopenneuroscience.org
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834 Fax: +1 (603) 646-1419
WWW: http://www.linkedin.com/in/yarik
--- End Message ---