mit-scheme dependent package libltdl3 is not available
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| mit-scheme (Ubuntu) |
Medium
|
Unassigned | ||
| Intrepid |
Undecided
|
Unassigned | ||
| Jaunty |
Medium
|
Unassigned |
Bug Description
Binary package hint: mit-scheme
package: mit-scheme
version: 7.7.90+
package: libltdl3
version: none
this package can't install in intrepid, because libltdl3 is not available.
here is the output of apt-get
~ $ sudo apt-get install mit-scheme
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mit-scheme: Depends: libltdl3 (>= 1.5.2-2) but it is not installable
E: Broken packages
~ $ setup libltdl3
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libltdl3 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libltdl3 has no installation candidate
Changed in mit-scheme: | |
assignee: | nobody → adri2000 |
importance: | Undecided → Medium |
status: | New → In Progress |
Adrien Cunin (adri2000) wrote : | #1 |
Changed in mit-scheme: | |
assignee: | adri2000 → nobody |
status: | In Progress → Confirmed |
This is unbelievable. Why is this package always broken?
Is there a reason why libtdl3 isn't included in Intrepid?
Tom Isaac (tomisaac) wrote : | #3 |
I have encountered the same problem installing mit-scheme on 8.10. As a workaround, the libltdl3 package from Debian lenny seems to work just fine when installed with GDebi; get it from
http://
I realise this is a bit of a cludge, but it works.
taraijpn (taraijpn) wrote : | #4 |
>./utabmd.sh
>Unable to allocate process table.
That is caused by the compiled (tiny?) scheme in ./utabmd.sh .
Related situation was reported by http://
After the following command is executed, this package can be rebuilt without libltdl3;
% sudo sysctl -w vm.mmap_min_addr=0
However, this method seems to have a security problem.
http://
I don't know how to reflect this issue to the package.
Launchpad Janitor (janitor) wrote : | #5 |
This bug was fixed in the package mit-scheme - 7.7.90+
---------------
mit-scheme (7.7.90+
* Merge from debian unstable, remaining changes (LP: #288000, #217792):
* Bootstrapping done via binary package from Debian unstable. See log
entry for 7.7.90+
-- Evan Broder <email address hidden> Sun, 08 Mar 2009 00:46:17 -0500
Changed in mit-scheme: | |
status: | Confirmed → Fix Released |
Dan Farmer (dfarmernv) wrote : | #6 |
Any idea when it will be backported to Intrepid?
Evan Broder (broder) wrote : | #7 |
I've requested an SRU for Intrepid - it's being tracked in bug #341832. The bug was ACKed by the SRU team, so hopefully it should show up in intrepid-proposed within the next week or so (and intrepid-updates after another week or two).
Martin Pitt (pitti) wrote : | #8 |
Accepted mit-scheme into intrepid-proposed; please test and give feedback here. Please see https:/
tags: | added: verification-needed |
Launchpad Janitor (janitor) wrote : | #9 |
This bug was fixed in the package mit-scheme - 7.7.90+
---------------
mit-scheme (7.7.90+
* Merge from debian unstable, remaining changes (LP: #288000, #217792,
#341832):
* Bootstrapping done via binary package from Debian unstable. See log
entry for 7.7.90+
-- Evan Broder <email address hidden> Thu, 12 Mar 2009 12:34:43 -0400
Changed in mit-scheme (Ubuntu Intrepid): | |
status: | New → Fix Released |
This probably only needs a rebuild, but building the package in a pbuilder fails.
gcc -Wl,-Bsymbolic- functions -o prpgsql.so -shared prpgsql.o -lpq -lc
./utabmd.sh
Unable to allocate process table.
Inconsistency detected.
make[3]: *** [utabmd.bin] Error 1
Maybe someone else wants to have a look, otherwise we will defer fixing this for jaunty, and maybe later backport the fix to intrepid.