pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/38128: pkgsrc FEATURES framework doesn't support setprogname/getprogname



>Number:         38128
>Category:       pkg
>Synopsis:       pkgsrc FEATURES framework doesn't support 
>setprogname/getprogname
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Feb 29 19:35:00 +0000 2008
>Originator:     cheusov%tut.by@localhost
>Release:        NetBSD 4.0_STABLE
>Organization:
>Environment:
System: NetBSD chen.chizhovka.net 4.0_STABLE NetBSD 4.0_STABLE (GENERIC) #2: 
Tue Dec 25 17:42:38 EET 2007 
cheusov%chen.chizhovka.net@localhost:/srv/obj/sys/arch/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:
setprogname and getprogname functions are listed in features-vars.mk
as supported "features" but they are not supported actually.

The problem is probably here

features.mk:
   ...
   .  for f in asprintf err fts_close fts_open fts_read fts_set getopt_long 
glob nbcompat reg
   .    if !empty(MISSING_FEATURES:M${f}) 
   _FEATURE_USE_NBCOMPAT=  yes 
   .    endif 
   .  endfor 

There are no setprogname and getprogname in the list while libnbcompat
provides them both.

Do not forget about this bug even if libnbcompat/inplace hack will be
completely reimplemented using "object files" approach.

>Fix:

Unknown


Home | Main Index | Thread Index | Old Index