pkgsrc-Bugs archive

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

Re: pkg/45491: pkgsrc does not bootstrap under OpenIndiana



The following reply was made to PR pkg/45491; it has been noted by GNATS.

From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/45491: pkgsrc does not bootstrap under OpenIndiana
Date: Wed, 26 Oct 2011 09:47:56 -0700

 On Wed, Oct 26, 2011 at 05:00:07AM +0000, Andrey N. Oktyabrski wrote:
 >  On 10/26/11 01:30 AM, Aleksey Cheusov wrote:
 >  >   +.if ${OPSYS} == SunOS
 >  >   +# workaround for pkg/45491
 >  >   +CONFIGURE_ENV+=        ac_cv_header_ext2fs_ext2_fs_h=no
 >  >   +.endif
 >  I think it must be
 >  .if ${OPSYS} != Linux
 >  
 >  And this is a bugfix, not a workaround. Because ext{2,3,4,5} FS is in 
 >  the BASE system in Linux only. In other OSes e2fsprogs is an additional 
 >  package, and pkgsrc bootstrap MUST NOT depend from it.
 
 It is not a bug fix. Other OSes either don't install the ext2/fs.h or
 have a working version. The bug on OpenIndiana is to install a
 non-working version.
 
 Joerg
 


Home | Main Index | Thread Index | Old Index