Package: yaz
Version: 2.0.30-1
Severity: normal
Error is reported when installing yaz and libyaz-dev is already
installed.
Get:1 http://ftp.de.debian.org testing/main yaz 2.0.30-1 [86.0kB]
Fetched 86.0kB in 1s (49.7kB/s)
Selecting previously deselected package yaz.
(Reading database ... 133102 fil
Package: libyaz-dev
Version: 2.0.30-3
Severity: normal
The necessary link libs for apps use YAZ for apps are not listed in Depends.
Make it:
Depends: libyaz (= ${Source-Version}), libxml2-dev, libwrap0-dev, libssl-dev
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy:
Package: yaz
Followup-For: Bug #299911
http://ftp.indexdata.dk/pub/yaz/yaz-2.1.4.tar.gz
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing'), (400, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO
Package: yaz
Version: 2.0.30-2
Severity: normal
Tags: patch
diff -ur yaz-2.0.30/debian/yaz.install yaz-2.0.30.new/debian/yaz.install
--- yaz-2.0.30/debian/yaz.install 2004-08-30 11:05:57.0 +0200
+++ yaz-2.0.30.new/debian/yaz.install 2005-02-07 09:41:35.0 +0100
@@ -1,3 +1,5
Package: yaz
Version: 2.0.30-3
Severity: wishlist
YAZ 2.1.2 available from http://indexdata.dk/pub/yaz/
No new programs or man pages.
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing'), (400, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Package: yaz
Version: 2.0.30-3
Severity: normal
Just add
libreadline4-dev
to Build-Depends in control.
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing'), (400, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.5
Locale: LANG=C, LC_CTYPE=C (
Package: yaz
Version: 2.1.8-3
Severity: normal
Package yaz does not depend on libyaz. A fix would be to pass
"library version" to dh_makeshlibs in rules. Something like:
dh_makeshlibs -V 'libyaz (>= 2.1.5)'
dh_installdeb
dh_shlibdeps -l debian/libyaz/usr/lib
-- System Inf
This is just to follow up that we are also affected by this bug, at
least crash log looks similar.
The user space application has so far been the same (cf-zserver),
which acts as a HTTP client.
We are confident the system is in no way running out of memory, disk
or other resources . There is netw
On 08/29/2011 04:45 PM, Vincent Danjean wrote:
Hi Adam,
As I've been asked, I'm trying to package yaz 4.2.12.
The soname of the library did not change, however a few symbols
disappear from my last packaging (4.0.11). Here is the list:
* in libyaz.so.4:
#MISSING: 4.2.12-1# element_name_a
Package: yaz
Version: 2.1.48
Severity: wishlist
YAZ 3.0.24 is available. All source is now covered by 'Revised BSD' -
including the CCL module. The ziffy part has been removed (is GPL). ziffy
be distributed separately at a later time.
http://indexdata.dk/yaz/
http://indexdata.dk/yaz/NEWS
-- Syst
I don't know why tst_oid fails on arm. A stack strace would be
appreciated.. But failing, just run tst_oid and send me the contents of
tst_oid.log .
/ Adam
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Adam Dickmeiss wrote:
I don't know why tst_oid fails on arm. A stack strace would be
appreciated.. But failing, just run tst_oid and send me the contents of
tst_oid.log .
/ Adam
OK.. It's tst_icu_I18N that fails.. A backtrace or just tst_icu_I18N.log
might be useful..
/ Adam
Attached is a shorter program .. toto2.c. I don't know if it fails on
arm. But it makes use of the utrans_openU where the error occurs..
cc -Wall toto2.c -licui18n -g -o toto2
./toto2
#include
#include
#include
#include
#include
int main() {
char rules[]="[:Punctuation:] Any-Remove";
Thanks. We'll change upstream source to test for __GLIBC__ in hooks.c.
--- hooks.c 15 Mar 2007 14:07:41 - 1.2
+++ hooks.c 3 Jan 2008 22:49:59 -
@@ -20,8 +20,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
+#include
-#if defined(li
Why is it needed?
I assume it's failing compilation on GNU/kFreeBSD . Where?
/ Adam
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: yaz
Severity: wishlist
New version of YAZ available.
No new programs or man pages, IIRC. So upgrade should be easy.
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (400, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh l
Fixed a long time ago in upstream YAZ 4.2.46. Upstream should really
updated to latest 4 in https://github.com/indexdata/yaz/commits/yaz4
/ Adam
Thanks for the patch.
We are using yaz-config for side-by-side builds which means we can't apply
that patch as is.. the echo_source definition.. We will have to make two
yaz-config's .. One for the side-by-side build which obviously will have
those build directories and another one to be installed
On Thu, Apr 2, 2020 at 12:58 AM Chris Lamb wrote:
> Hi Adam,
>
> > We are using yaz-config for side-by-side builds which means we can't
> > apply that patch as is.
>
> What do you mean by side-by-side build? I have not come across this
>
Probably a bad term, that I invented. It just means that w
On Thu, Apr 2, 2020 at 1:13 PM Chris Lamb wrote:
> Hi Adam,
>
> > > > We are using yaz-config for side-by-side builds which means we
> can't
> > > > apply that patch as is.
> > >
> > > What do you mean by side-by-side build? I have not come across this
> >
> > Probably a bad term, that I inven
Issue should be resolved with yaz-5.34.4 out today.
https://github.com/indexdata/yaz/releases/tag/v5.34.4
/ Adam
21 matches
Mail list logo