Re: CURRENT: pkg broken on r309320

2016-12-01 Thread O. Hartmann
Am Wed, 30 Nov 2016 12:18:14 +
Matthew Seaman  schrieb:

> On 2016/11/30 12:14, Baptiste Daroussin wrote:
> > On Wed, Nov 30, 2016 at 12:10:31PM +, Matthew Seaman wrote:  
> >> On 2016/11/30 10:14, Baptiste Daroussin wrote:  
> >>> revert r309314 the issue is there:
> >>>
> >>> The ports tree defines PKG_CMD as pkg register but now bsd.own.mk 
> >>> predefines it
> >>> to simply pkg.
> >>>
> >>> There is a collision there.
> >>>  
> >>
> >> Pointy hat to me.  I'll revert that commit.
> >>
> >>Matthew
> >>  
> > 
> > I have proposed https://reviews.freebsd.org/D8677 instead which make sense 
> > and
> > does not require your to modify bsd.own.mk  
> 
> OK, I'll wait and see what the outcome of D8677 is.
> 
>   Cheers,
> 
>   Matthew
> 
> 
> 


Hello.

It seems to be fixed - or do I err?

Anyway, thank you. most recent CURRENT and most recent ports seem to cooperate 
again.

Kind regards,

Oliver

-- 
O. Hartmann

Ich widerspreche der Nutzung oder Übermittlung meiner Daten für
Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG).


pgp7HvF8mZrbG.pgp
Description: OpenPGP digital signature


Re: CURRENT: pkg broken on r309320

2016-11-30 Thread David Wolfskill
On Wed, Nov 30, 2016 at 09:46:37PM +0100, Hartmann, O. wrote:
> ...
> I'm now on re09332. The problem still persists. It is serious, no
> packages can be installed and kernel building fails due to modules set
> to be rebuild every time kernel is built in /etc/src.conf.
> 
> Unfortunately, building kernel AND having x11/nvidia-driver being built
> every time kernel is build, makes the port x11/nvidia-driver vanish. It
> is reported installed (check via pkg info), but there are no binaries!
> 
> This is a serious situation.
> 
> Thanks in advance,
> 
> Oliver

This also bit me (@r309324), building the kmod for nvidia-driver-340.

So I applied the patch from https://reviews.freebsd.org/D8677, and tried
again -- worked.

Peace,
david
-- 
David H. Wolfskill  da...@catwhisker.org
Ref. 08 Nov 2016, let's see if the "winners" actually deliver on their slogans.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.


signature.asc
Description: PGP signature


Re: CURRENT: pkg broken on r309320

2016-11-30 Thread Hartmann, O.
On Wed, 30 Nov 2016 12:10:31 +
Matthew Seaman  wrote:

> On 2016/11/30 10:14, Baptiste Daroussin wrote:
> > revert r309314 the issue is there:
> > 
> > The ports tree defines PKG_CMD as pkg register but now bsd.own.mk
> > predefines it to simply pkg.
> > 
> > There is a collision there.
> >   
> 
> Pointy hat to me.  I'll revert that commit.
> 
>   Matthew
> 
> 

I'm now on re09332. The problem still persists. It is serious, no
packages can be installed and kernel building fails due to modules set
to be rebuild every time kernel is built in /etc/src.conf.

Unfortunately, building kernel AND having x11/nvidia-driver being built
every time kernel is build, makes the port x11/nvidia-driver vanish. It
is reported installed (check via pkg info), but there are no binaries!

This is a serious situation.

Thanks in advance,

Oliver
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: CURRENT: pkg broken on r309320

2016-11-30 Thread Matthew Seaman
On 2016/11/30 12:14, Baptiste Daroussin wrote:
> On Wed, Nov 30, 2016 at 12:10:31PM +, Matthew Seaman wrote:
>> On 2016/11/30 10:14, Baptiste Daroussin wrote:
>>> revert r309314 the issue is there:
>>>
>>> The ports tree defines PKG_CMD as pkg register but now bsd.own.mk 
>>> predefines it
>>> to simply pkg.
>>>
>>> There is a collision there.
>>>
>>
>> Pointy hat to me.  I'll revert that commit.
>>
>>  Matthew
>>
> 
> I have proposed https://reviews.freebsd.org/D8677 instead which make sense and
> does not require your to modify bsd.own.mk

OK, I'll wait and see what the outcome of D8677 is.

Cheers,

Matthew





signature.asc
Description: OpenPGP digital signature


Re: CURRENT: pkg broken on r309320

2016-11-30 Thread Baptiste Daroussin
On Wed, Nov 30, 2016 at 12:10:31PM +, Matthew Seaman wrote:
> On 2016/11/30 10:14, Baptiste Daroussin wrote:
> > revert r309314 the issue is there:
> > 
> > The ports tree defines PKG_CMD as pkg register but now bsd.own.mk 
> > predefines it
> > to simply pkg.
> > 
> > There is a collision there.
> > 
> 
> Pointy hat to me.  I'll revert that commit.
> 
>   Matthew
> 

I have proposed https://reviews.freebsd.org/D8677 instead which make sense and
does not require your to modify bsd.own.mk

Best regards,
Bapt


signature.asc
Description: PGP signature


Re: CURRENT: pkg broken on r309320

2016-11-30 Thread Matthew Seaman
On 2016/11/30 10:14, Baptiste Daroussin wrote:
> revert r309314 the issue is there:
> 
> The ports tree defines PKG_CMD as pkg register but now bsd.own.mk predefines 
> it
> to simply pkg.
> 
> There is a collision there.
> 

Pointy hat to me.  I'll revert that commit.

Matthew




signature.asc
Description: OpenPGP digital signature


Re: CURRENT: pkg broken on r309320

2016-11-30 Thread Baptiste Daroussin
On Wed, Nov 30, 2016 at 10:22:28AM +0100, O. Hartmann wrote:
> Running CURRENT, r309320 and try to update ports. After the port has been 
> build, pkg
> fails to install the port quitting with:
> 
> pkg: illegal option -- i
> DBG(1)[67562]> pkg initialized
> pkg: unknown command: /usr/ports/www/libwww/work/stage
> 
> For more information on available commands and options see 'pkg help'.
> *** Error code 64
> 
> Stop.
> make: stopped in /usr/ports/www/libwww
> 
> Seems there has been introduced a bug since rr309298
> 
> Kind regards,
> Oliver

revert r309314 the issue is there:

The ports tree defines PKG_CMD as pkg register but now bsd.own.mk predefines it
to simply pkg.

There is a collision there.

Best regards,
Bapt


signature.asc
Description: PGP signature