Search Criteria
Package Details: apt 2.1.7-1
Git Clone URL: | https://aur.archlinux.org/apt.git (read-only, click to copy) |
---|---|
Package Base: | apt |
Description: | Command-line package manager used on Debian-based systems |
Upstream URL: | http://packages.debian.org |
Keywords: | apt debian lib management package |
Licenses: | |
Provides: | |
Submitter: | JonnyJD |
Maintainer: | moe_narrow |
Last Packager: | TheGoliath |
Votes: | 36 |
Popularity: | 0.033828 |
First Submitted: | 2013-01-27 01:20 |
Last Updated: | 2020-07-21 14:00 |
Dependencies (20)
- curl (curl-git, curl-minimal-git)
- gnupg (gnupg-clavator, gnupg-largekeys, gnupg-large-rsa, gnupg-git, gnupg-minimal-git, gnupg-large-secmem, gnupg-scdaemon-shared-access)
- xz (xz-git, xz-static-git)
- cmake (cmake-git) (make)
- docbook-xsl (make)
- doxygen (doxygen-git) (make)
- dpkg (dpkg-git) (make)
- git (git-git) (make)
- gtest (googletest-git) (make)
- perl-locale-gettext (make)
- perl-module-build (make)
- perl-pod-parser (perl-git) (make)
- perl-sgmls (make)
- perl-term-readkey (make)
- perl-text-wrapi18n (make)
- perl-unicode-linebreak (make)
- perl-yaml-tiny (make)
- po4a (make)
- triehash (make)
- w3m (make)
Required by (7)
- osquery-git (make)
- perl-aptpkg
- postgresql-debversion
- python-apt
- python2-apt
- reportbug
- reprepro-git (optional)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
Janhouse commented on 2020-07-21 13:11
Please add "perl-pod-parser" and "po4a" to makedepends.
grosjo commented on 2020-07-04 15:18
Line 36 shall be
DOCBOOK_XSL_VER=
ls -d /usr/share/xml/docbook/xsl-stylesheets-* | sort | head -1 | xargs basename
tallero commented on 2020-06-26 18:28
The
perl-pod-parser
dependency is missing.TheGoliath commented on 2020-05-28 12:56
@markzz wrote an email to the current maintainer
markzz commented on 2020-05-11 07:52
Here is a suggested PKGBUILD to get this built with the po4a issue: https://gist.github.com/markzz/2af364ac26179713608264abd257e442
markzz commented on 2020-05-10 22:07
As per [1], building packages from prebuilt binaries is not allowed without the package being a pkgname-bin package. What is the reason that you cannot build the source?
EDIT: I can confirm that just changing the pkgver to 2.1.1 from the previous commit does compile just fine. You should change back to building from source. In order to build, po4a must be downgraded or version 0.27 must be made available or disable documentation generation.
[1] https://wiki.archlinux.org/index.php/AUR_submission_guidelines#Rules_of_submission
tbhaxor commented on 2020-04-04 03:41
Getting CMake error on linking
The very first error i am getting is
ProfessorKaos64 commented on 2018-05-18 02:46
Definitely something up, the repository no longer has tags / code. Checking https://packages.debian.org/sid/apt, you can always click on the developer information hyperlink. From there, click on the Git link. This now points to https://salsa.debian.org/apt-team/apt. Updated package.
sergey.orloff commented on 2018-05-14 21:09
:: Работа послеоперационных перехватов... (1/1) Arming ConditionNeedsUpdate... ==> Получение исходных файлов... -> Клонирование репозитория 'apt' (git)... Клонирование в голый репозиторий «/build/apt/apt»… warning: Похоже, что вы клонировали пустой репозиторий. ==> Проверка файлов source с использованием sha256sums... apt ... Пропущено ==> Распаковка исходных файлов... -> Создание рабочей копии репозитория 'apt' (git)... Клонирование в «apt»… warning: Похоже, что вы клонировали пустой репозиторий. готово. fatal: «1.5.1» не является коммитом, поэтому невозможно создать из него ветку «makepkg» ==> ОШИБКА: Ошибка при создании рабочей копии репозитория 'apt' (git) Прерывание...
ArchRob commented on 2018-05-08 16:38
Trying to install this via
aurman
, and I keep getting:I poked around in the PKGBUILD, and checked on the source:
That URL points to an empty repo. There's nothing at all in https://anonscm.debian.org/git/apt/apt.git, which breaks this build AFAICT. Some quick googling around about changes to the project turned up nothing (and no alternative repos), so I think this package is broken / out of date.