- Package:
- libapr1-dev
- Source:
- apr
- Description:
- Apache Portable Runtime Library - Development Headers
- Submitter:
- Raphael Geissert
- Date:
- 2021-12-02 10:57:02 UTC
- Severity:
- normal
- Blocked By:
-
Bug Title 758317 0
libtool: default --tag does not work as documented normal stable testing unstable over 8 years ago
Package: libapr1-dev Version: 1.2.12-4 While checking the results of the archive wide checkbashisms check I've found a copy of libtool at /usr/share/apr-1.0/build/libtool. Please don't ship your own copy and depend on libtool and make it a symlink if really needed. Thanks. Regards,
The libtool shipped with the apr package has no tagged configurations and works without --tag parameter. The libtool from the libtool package requires --tag, though. Specifying the correct --tag everywhere would be a larger enterprise. It would have to include all methods to build apache modules written in both C and C++, and all other users of apr-config/apu-config. And (at least in principle) apr supports different libtools that don't support --tag, though I don't know if that support is still used. In any case, I don't think it makes sense to change this in Debian.
Just to let you know, apr's libtool copy sets some variables for
programs which are no longer valid on i386, e.g.
RANLIB="i486-linux-gnu-ranlib". This makes subversion FTBFS[1].
Cheers,
Sven
1. https://buildd.debian.org/status/fetch.php?pkg=subversion&arch=i386&ver=1.8.10-1%2Bb1&stamp=1408144688
Laba diena, Noriu Jus informuoti apie šių metų pasikeitimą dėl atnaujintos visos Lietuvos įmonių bazės 2018 metų sausio vidurio. Visi juridiniai asmenys pateikti bazėje yra veikiantys, realiai vykdantys veiklą, turintys įdarbintų darbuotojų. Duomenys pagal Sodrą, Registrų centrą. Bazėje nurodoma ir apyvarta, darbuotojų atlyginimai, darbuotojų skaičius, transporto skaičius ir daug kitų duomenų, kuriuos matysite pavyzdyje. Duomenis galima filtruoti pagal veiklas, miestus ir kitus duomenis. Šią bazę verta turėti visoms įmonėms. Pateiksiu priežastis: 1) Kontaktai pateikti bazėje direktorių ir kitų atsakingų asmenų, didelė tikimybė Jums surasti naujų klientų, partnerių, tiekėjų, kai tiesiogiai bendrausite su direktoriais, komercijos vadovais. 2) Konkurentų analizavimas, tiekėjų atsirinkimas pagal Jums reikalingus kriterijus, galite atsifiltruoti pagal įmonės dydį, bazėje nurodoma kiek įmonės skolingos Sodrai. 3) Lengva, greita ir patogu dirbti su šia baze, elektroninius pašto adresus galite importuoti į elektroninių laiškų siuntimo programas ar sistemas iš kurių siunčiate elektroninius laiškus. Taip pat galite importuoti mobiliųjų telefonų numerius į SMS siuntimo programas. Išsirinkite iš "Veiklų sąrašo" veiklas kurių Jums reikia. ( Sąrašas prisegtas laiške excel faile ) Parašykite, kurias veiklas išsirinkote ir atsiųsime pavyzdį ir pasiūlymą su sąlygomis įmonių bazei įsigyti Pagarbiai, Tadas Giedraitis Tel. nr. +37067881041
forwarded 489625 https://bz.apache.org/bugzilla/show_bug.cgi?id=62640 thanks https://bz.apache.org/bugzilla/show_bug.cgi?id=62640 has some infos and a patch
According to the changelog, apr 1.7 adds all the --tag parameters to the libtool invocations. Maybe this allows this to be fixed. But I won't change that in the -1 upload because I want the python builddep fix to make it to testing without problems.
notforwarded 489625 thanks Am 29.08.20 um 11:20 schrieb Stefan Fritsch: This is not enough. There are many projects that use apr that don't pass the --tag parameter to libtool. Those would have to be changed, too. Examples for such projects are apr-util and Apache httpd. And it is not enough to patch those projects in Debian, they have to be fixed upstream beacaue we want for example the upstream Apache httpd to be buildable with Debian's libapr. So, unless the debian libtool fixes #758317 and works without --tag, this bug won't be fixed.