Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 540330 - net-ftp/netkit-ftpd should depend on virtual/yacc
Summary: net-ftp/netkit-ftpd should depend on virtual/yacc
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2019-04-20
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2015-02-17 03:12 UTC by James C. Georgas
Modified: 2019-04-20 08:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build dependency patch (netkit-ftpd.patch,493 bytes, patch)
2015-02-17 03:13 UTC, James C. Georgas
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James C. Georgas 2015-02-17 03:12:05 UTC
netkit-ftpd-0.17-r8 requires a missing a build DEPEND for either bison or yacc.

This patch adds the required dependency to the ebuild.

Reproducible: Always

Steps to Reproduce:
1. remove build dependencies via "emerge -cvp --with-bdeps=n"
2. emerge netkit-ftpd

Actual Results:  
emerge fails to add bison or yacc to the tree, and autoconf fails to find one.

Expected Results:  
correct dependency tree generation.

Rainsong james # emerge --info
Portage 2.2.14 (python 3.3.5-final-0, default/linux/amd64/13.0, gcc-4.8.3, glibc-2.19-r1, 3.17.7-gentoo x86_64)
=================================================================
System uname: Linux-3.17.7-gentoo-x86_64-AMD_Opteron-tm-_Processor_6366_HE-with-gentoo-2.2
KiB Mem:   131924672 total, 129117836 free
KiB Swap:          0 total,         0 free
Timestamp of tree: Fri, 30 Jan 2015 23:30:01 +0000
ld GNU ld (Gentoo 2.24 p1.4) 2.24
app-shells/bash:          4.2_p53
dev-java/java-config:     2.2.0
dev-lang/perl:            5.18.2-r2
dev-lang/python:          2.7.9-r1, 3.3.5-r1, 3.4.1
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.13.8
sys-apps/sandbox:         2.6-r1
sys-devel/binutils:       2.24-r3
sys-devel/gcc:            4.8.3
sys-devel/gcc-config:     1.7.3
sys-devel/make:           4.0-r1
sys-kernel/linux-headers: 3.16 (virtual/os-headers)
sys-libs/glibc:           2.19-r1
Repositories: gentoo java james
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=native"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe -march=native"
DISTDIR="/var/cache/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_CA.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
PKGDIR="/var/cache/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/var/cache/portage/tree"
PORTDIR_OVERLAY="/var/lib/layman/java /var/cache/portage/overlay"
USE="amd64 nls nptl opengl openrc python sse4 threads vaapi vdpau" ABI_X86="64" CPU_FLAGS_X86="aes avx fma3 fma4 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 xop" ELIBC="glibc" INPUT_DEVICES="evdev" KERNEL="linux" LINGUAS="en ja" PYTHON_SINGLE_TARGET="python3_3" PYTHON_TARGETS="python3_4 python3_3" USERLAND="GNU" VIDEO_CARDS="radeon radeonsi"
USE_PYTHON="3.3 2.7"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, SYNC
Comment 1 James C. Georgas 2015-02-17 03:13:29 UTC
Created attachment 396656 [details, diff]
build dependency patch
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2015-02-17 08:09:50 UTC
Comment on attachment 396656 [details, diff]
build dependency patch

1) That should be virtual/yacc, which resolves into one of dev-util/yacc sys-devel/bison.
2) Your patch causes a run-time dependency on either.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-04-20 08:07:17 UTC
The package is being removed.