BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000982 [BusyBox] Other major always 08-03-06 23:56 08-15-06 06:58
Reporter GJanak View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version 1.2.x
Summary 0000982: 0000406: 1.01 won't build with shadow passwords disabled
Description Reopen Bug 0000406.

1.01 won't build with shadow passwords disabled:

cac@build05:~/build/pan$ grep SHADOW busybox-1.01/.config
# CONFIG_FEATURE_SHADOWPASSWDS is not set

make generates the following error:

In file included from busybox-1.21/libpwdgrp/pwd_grp.c:44:
busybox-1.21/include/shadow_.h:22: shadow.h: No such file or directory

From busybox-1.01/include/shadow_.h:

   #if !defined CONFIG_USE_BB_SHADOW
   #include <shadow.h>
   #else

I have Shadow Support disabled, and shadow support in uclibc disabled too.

I know you wrote in SVN its fixed. But the release from yesterday should be working ?
Additional Information
Attached Files

- Relationships

- Notes
(0001559)
GJanak
08-04-06 00:22

it works, if i Enable shadow support in Busybox.
(because its use its Internal passwordsystem)

(in uclibc still disabled)
 
(0001566)
bernhardf
08-15-06 06:58

This is supposed to be fixed in the current release.
It makes no sense whatsoever to file bugs against deprecated releases, closing.
 

- Issue History
Date Modified Username Field Change
08-03-06 23:56 GJanak New Issue
08-03-06 23:56 GJanak Status new => assigned
08-03-06 23:56 GJanak Assigned To  => BusyBox
08-04-06 00:22 GJanak Note Added: 0001559
08-15-06 06:58 bernhardf Status assigned => closed
08-15-06 06:58 bernhardf Note Added: 0001566
08-15-06 06:58 bernhardf Resolution open => fixed
08-15-06 06:58 bernhardf Fixed in Version  => svn


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker