[BusyBox 0000354]: Link fails with CONFIG_FEATURE_MOUNT_LOOP

bugs at busybox.net bugs at busybox.net
Thu Dec 8 03:57:18 UTC 2005


The following issue has been CLOSED 
====================================================================== 
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:                     closed
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             07-25-2005 14:54 PDT
Last Modified:              12-07-2005 19:57 PST
====================================================================== 
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.
====================================================================== 

---------------------------------------------------------------------- 
 landley - 12-07-05 19:57  
---------------------------------------------------------------------- 
Fixed a while back.  (Mount got rewritten, big changes to losetup...) 

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         
12-07-05 19:57  landley        Status                   assigned => closed  
12-07-05 19:57  landley        Note Added: 0000732                          
======================================================================




More information about the busybox-cvs mailing list