Okay, something very strange is going on here ... and it's not just to
do with arts/kde packages

phoenix /usr/ports/audio/arts # make -V MACHINE_ARCH                  
         (0) 11:23 (ttyp2:1)
i386
phoenix /usr/ports/audio/arts # make -V OSREL                         
         (0) 11:23 (ttyp2:1)
6.1
phoenix /usr/ports/audio/arts # make -V CONFIGURE_TARGET              
         (0) 11:23 (ttyp2:1)
i386-portbld-freebsd6
phoenix /usr/ports/audio/arts # cd ../artswrapper                     
         (0) 11:24 (ttyp2:1)
phoenix ...orts/audio/artswrapper # make -V MACHINE_ARCH              
         (0) 11:24 (ttyp2:1)
i386
phoenix ...orts/audio/artswrapper # make -V OSREL                     
         (0) 11:24 (ttyp2:1)
6.1
phoenix ...orts/audio/artswrapper # make -V CONFIGURE_TARGET          
         (0) 11:24 (ttyp2:1)
i386-portbld-freebsd6
phoenix ...orts/audio/artswrapper # cd ../../sysutils/pidof           
         (0) 11:24 (ttyp2:1)
phoenix /usr/ports/sysutils/pidof # make -V CONFIGURE_TARGET          
         (0) 11:24 (ttyp2:1)
i386-portbld-freebsd6

So since OSREL is set to the right thing I can only assume
CONFIGURE_TARGET is being overridden somewhere central ..

Aha .. here's the problem:

phoenix /usr/ports/sysutils/pidof # make -X -V CONFIGURE_TARGET       
         (0) 11:28 (ttyp2:1)
${ARCH}-portbld-freebsd${OSREL:C/\..*//}

So we're chopping the ".1" off the end. It's the same in arts and
artswrapper.. and anything else I suppose. Can this really be that big
a bug? Is is just something that's gone wrong with my system?

Nick




On 4/6/06, Michael Nottebrock <[EMAIL PROTECTED]> wrote:
> Nick Stenning schrieb:
> > Michael,
> >
> > Thanks very much for your input. I have had a look around and still
> > can't find the source of the problem. I'm not overriding
> > CONFIGURE_TARGET in either make.conf or pkgtools.conf -- neither has
> > any mention of build or host targets.
>
> Okay, let's try and confirm that my suspicion is right at all:
>
> Do:
>
> cd /usr/ports/audio/artswrapper
> make -V CONFIGURE_TARGET
>
> and:
>
> cd /usr/ports/audio/arts
> make -V CONFIGURE_TARGET
>
> The first should return 'i386-portbld-freebsd6.1', the second should
> return nothing.
>
> Do you get any different output?
>
>
> Cheers,
> --
>    ,_,   | Michael Nottebrock               | [EMAIL PROTECTED]
>  (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
>    \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org
>
>
>
>
_______________________________________________
kde-freebsd mailing list
[email protected]
http://freebsd.kde.org/mailman/listinfo/kde-freebsd

Reply via email to