ffcall 2.0-2 source package in Ubuntu

Changelog

ffcall (2.0-2) unstable; urgency=medium

  * Fix FTBFS on armhf by disabling PIE (for vacall test).
  * trampoline-mips64el.patch: new patch, fixes FTBFS on mips64el.
  * Fix symbols file on sparc64 (callback_get_receiver not present there).
  * mips-fpxx.patch: regenerate avcall assembly files using -fno-tree-dce.
    This fixes test failures on mips and mipsel.

 -- Sébastien Villemot <email address hidden>  Sun, 26 Nov 2017 18:23:10 +0100

Upload details

Uploaded by:
Debian Common Lisp Team
Uploaded to:
Sid
Original maintainer:
Debian Common Lisp Team
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ffcall_2.0-2.dsc 2.4 KiB 0a6708eae7f849b435cd246402b3d48a563c47080ca61b7099b527c19555d625
ffcall_2.0.orig.tar.gz 916.6 KiB 41aad2b449d90a5308e72267829db006dc9f9cc8736807082e1f2daef680196c
ffcall_2.0.orig.tar.gz.asc 2.4 KiB eb9ec15c7d27f4b025954743f5d42020d7ed82f75547542fdce8099949abcdbd
ffcall_2.0-2.debian.tar.xz 14.5 KiB 42abc3a0036302e8052928586f10b323b5ce1ad1c555e2b5e4c8e19bef74d6fa

Available diffs

No changes file available.

Binary packages built by this source

libavcall1: foreign function call libraries - calling C functions with variable arguments

 ffcall is a collection of libraries which can be used to build
 foreign function call interfaces in embedded interpreters.
 .
 This package installs a shared library version of the avcall library, which
 can be used for calling C functions with variable arguments.
 .
 The use of this shared library is deprecated. The main libffcall library,
 which embeds avcall, should be preferred.

libavcall1-dbgsym: debug symbols for libavcall1
libcallback1: foreign function call libraries - closures with variable arguments in C

 ffcall is a collection of libraries which can be used to build
 foreign function call interfaces in embedded interpreters.
 .
 This package installs a shared library version of the callback library, which
 provides closures with variable arguments as first-class C functions.
 .
 The use of this shared library is deprecated. The main libffcall library,
 which embeds callback, should be preferred.

libcallback1-dbgsym: debug symbols for libcallback1
libffcall-dev: foreign function call libraries - development files

 ffcall is a collection of libraries which can be used to build
 foreign function call interfaces in embedded interpreters.
 .
 The main libffcall library consists of two parts:
 .
    avcall - calling C functions with variable arguments
 .
    callback - closures with variable arguments as first-class C functions
 .
 The avcall and callback modules are also provided as separate
 libraries, but those are deprecated and are installed only for backward
 compatibility.
 .
 Two other libraries are provided:
 .
    vacall - C functions accepting variable argument prototypes
    (non-reentrant variant of part of 'callback')
 .
    trampoline - closures as first-class C functions
    (non-reentrant variant of part of 'callback')
 .
 This package also includes documentation, in HTML format and as manual pages.

libffcall1-dev: foreign function call libraries - transitional package

 This transitional package can be safely removed once libffcall-dev has been
 installed.

libffcall1b: foreign function call libraries - main shared library

 ffcall is a collection of libraries which can be used to build
 foreign function call interfaces in embedded interpreters.
 .
 This package installs a shared version of the main libffcall library,
 which consists of two parts:
 .
    avcall - calling C functions with variable arguments
 .
    callback - closures with variable arguments as first-class C functions

libffcall1b-dbgsym: debug symbols for libffcall1b
libtrampoline1: foreign function call libraries - closures in C (non-reentrant variant)

 ffcall is a collection of libraries which can be used to build
 foreign function call interfaces in embedded interpreters.
 .
 This package installs a shared library version of the trampoline library,
 which implements closures as first-class C functions. This is a non-reentrant
 variant of part of the 'callback' library.

libtrampoline1-dbgsym: debug symbols for libtrampoline1