No.
Because flex is a part of base-devel which is expected to be installed on any Arch Linux system that wishes to build packages from the AUR. Maintainers are not required to list packages available in base-devel as a dependency.
Search Criteria
Package Details: wget-git 1.21.2.r4.g65e6d5b3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/wget-git.git (read-only, click to copy) |
---|---|
Package Base: | wget-git |
Description: | A network utility to retrieve files from the Web |
Upstream URL: | http://www.gnu.org/software/wget/wget.html |
Keywords: | download http metalink network wget |
Licenses: | GPL3 |
Conflicts: | wget |
Provides: | wget |
Submitter: | darnir |
Maintainer: | darnir |
Last Packager: | darnir |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2013-04-24 19:19 (UTC) |
Last Updated: | 2021-11-15 18:45 (UTC) |
Dependencies (15)
- gnutls (gnutls-gitAUR)
- gpgme (gpgme-gitAUR)
- libidn (libidn-gitAUR)
- libpsl (libpsl-gitAUR)
- libutil-linux (util-linux-libs-aesAUR, util-linux-libs-selinuxAUR, util-linux-libs)
- autoconf-archive (autoconf-archive-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gperf (gperf-gitAUR) (make)
- perl (perl-gitAUR) (make)
- rsync (rsync-gitAUR, rsync-reflink-gitAUR, rsync-reflinkAUR) (make)
- perl (perl-gitAUR) (check)
- perl-http-daemon (check)
- perl-io-socket-ssl (check)
- python (python37AUR, python311AUR, python310AUR) (check)
- ca-certificates (ca-certificates-utils) (optional) – HTTPS Downloads
Required by (675)
- abcde (requires wget)
- add-pacman-repository (requires wget)
- adventuresofdemo (requires wget)
- aif-master (requires wget)
- aio-remote (requires wget) (make)
- air-sdk (requires wget) (make)
- airgeddon (requires wget) (optional)
- airvpn-suite (requires wget) (make)
- altlinux-git (requires wget)
- altserver-gui (requires wget)
- am (requires wget)
- amdapp-sdk (requires wget) (make)
- amdapp-sdk-docs (requires wget) (make)
- amdapp-sdk-nocatalyst (requires wget) (make)
- amdapp-sdk-opencv (requires wget) (make)
- amneziawg-dkms (requires wget)
- amneziawg-dkms-git (requires wget)
- amrwb (requires wget) (make)
- ansiweather (requires wget) (optional)
- ansiweather-git (requires wget) (optional)
- Show 655 more...
Sources (2)
Latest Comments
« First ‹ Previous 1 2
darnir commented on 2014-11-23 19:02 (UTC)
grayich commented on 2014-11-23 18:34 (UTC)
no, thanks
imho, should be added in depends )
darnir commented on 2014-11-23 10:46 (UTC)
@grayich: Do you have flex installed?
Flex is required to generate css.c.
grayich commented on 2014-11-22 19:09 (UTC)
http://pastebin.com/NcqLicYL
echo '#include "wget.h"' > css_.c
cat css.c >> css_.c
cat: css.c: No such file or directory
Makefile:2235: recipe for target 'css_.c' failed
make[3]: *** [css_.c] Error 1
make[3]: Leaving directory '/tmp/yaourt-tmp-gray/aur-wget-git/src/wget/src'
Makefile:1361: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/tmp/yaourt-tmp-gray/aur-wget-git/src/wget/src'
Makefile:1372: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/tmp/yaourt-tmp-gray/aur-wget-git/src/wget'
Makefile:1327: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
darnir commented on 2013-04-25 04:54 (UTC)
Thanks! Added pkgver() function.
Will implement all guidelines as soon as I get the time to understand it and rewrite the PKGBUILD correctly.
gtmanfred commented on 2013-04-25 04:17 (UTC)
pacman 4.1 supports git
https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines
Pinned Comments
darnir commented on 2021-11-15 18:43 (UTC)
This is a VCS tracking packaging. It doesn't need to be updated to track newer commits made to the upstream trunk.
If you update / install the package, it should always build against the latest upstream.
All packages in base-devel are expected to be installed. They will NOT be added to the makedepends.
Due to changes upstream from Wget's control, it's build process now depends on Wget :(. I've fixed the package here. That means, if Wget is not already installed from [extra], then the built version will not contain internationalization support / translations. Force a rebuild of the package after wget is already installed to get them automatically.