[BusyBox-cvs] [BusyBox 0000354]: Link fails with CONFIG_FEATURE_MOUNT_LOOP
bugs at busybox.net
bugs at busybox.net
Mon Jul 25 21:54:05 UTC 2005
The following issue has been SUBMITTED.
======================================================================
http://busybox.net/bugs/view.php?id=354
======================================================================
Reported By: funkdat
Assigned To: BusyBox
======================================================================
Project: BusyBox
Issue ID: 354
Category: Other
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
======================================================================
Date Submitted: 07-25-2005 14:54 PDT
Last Modified: 07-25-2005 14:54 PDT
======================================================================
Summary: Link fails with CONFIG_FEATURE_MOUNT_LOOP
Description:
When CONFIG_FEATURE_MOUNT_LOOP is enabled, the final link fails with
mount.c having undefined references to find_unused_loop_device(),
set_loop() and del_loop(); and umount.c having undefined references to
del_loop().
This occurs because libbb/loop.c switches off code when
CONFIG_FEATURE_MOUNT_LOOP is not defined, and loop.c does not pull in
config.h.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
07-25-05 14:54 funkdat New Issue
07-25-05 14:54 funkdat Status new => assigned
07-25-05 14:54 funkdat Assigned To => BusyBox
======================================================================
More information about the busybox-cvs
mailing list