Re: lang/gcc46 leaving directories around (WAS: [QAT] r334234: 3x leftovers, 1x depend_object)

2013-11-24 Thread David Naylor
On Saturday, 23 November 2013 03:00:54 Gerald Pfeifer wrote:
 On Sat, 23 Nov 2013, Baptiste Daroussin wrote:
  This should be a definitive fix:
  http://people.freebsd.org/~bapt/fix-info-subdir.diff
  
  Btw that have shown a bug in pkg 1.2.0 rc1 and prior (not in 1.1.x) I
  have fix in master and will be in 1.2.0 rc2
  
  Can you test?
 
 Yes.  I just tested this, and in my environment it seems to work
 (passing the tests described in the Handbook).
 
 ports/184178 when you commit this. :)

Thank you both for addressing this so quickly :-D

signature.asc
Description: This is a digitally signed message part.


lang/gcc46 leaving directories around (WAS: [QAT] r334234: 3x leftovers, 1x depend_object)

2013-11-22 Thread David Naylor
Hi All / Gerald,

The following reports indicate that /usr/local/share/info/gcc46 (directory) is 
being left in the working environment and not properly cleaned up.  Since the 
ports do not create or use anything in that directory I assume this is an 
issue with the lang/gcc46 port.  

If this has been fixed, my apologies for the noise.   

Regards

On Thursday, 21 November 2013 20:25:41 Ports-QAT wrote:
 Add stage support for games/knights-kde4.
 -
 
   Build ID:  20131118181800-45853
   Job owner: d...@freebsd.org
   Buildtime: 3 days
   Enddate:   Thu, 21 Nov 2013 20:25:39 GMT
 
   Revision:  r334234
   Repository:   
 https://svnweb.freebsd.org/ports?view=revisionrevision=334234
 
 -
 
 Port:games/knights-kde4 2.5.0_2
 
   Buildgroup: 8.4-QAT/amd64
   Buildstatus:   LEFTOVERS
   Log:
 https://qat.redports.org//~d...@freebsd.org/20131118181800-45853-228516/knig
 hts-2.5.0_2.log
 
   Buildgroup: 8.4-QAT/i386
   Buildstatus:   LEFTOVERS
   Log:
 https://qat.redports.org//~d...@freebsd.org/20131118181800-45853-228517/knig
 hts-2.5.0_2.log
 
   Buildgroup: 9.2-QAT/amd64
   Buildstatus:   DEPEND_OBJECT
   Log:
 https://qat.redports.org//~d...@freebsd.org/20131118181800-45853-228518/knig
 hts-2.5.0_2.log
 
   Buildgroup: 9.2-QAT/i386
   Buildstatus:   LEFTOVERS
   Log:
 https://qat.redports.org//~d...@freebsd.org/20131118181800-45853-228519/knig
 hts-2.5.0_2.log
 
 
 --
 Buildarchive URL:
 https://qat.redports.org/buildarchive/20131118181800-45853 redports
 https://qat.redports.org/

signature.asc
Description: This is a digitally signed message part.


Re: lang/gcc46 leaving directories around (WAS: [QAT] r334234: 3x leftovers, 1x depend_object)

2013-11-22 Thread Gerald Pfeifer
On Fri, 22 Nov 2013, David Naylor wrote:
 The following reports indicate that /usr/local/share/info/gcc46 
 (directory) is being left in the working environment and not properly 
 cleaned up.  Since the ports do not create or use anything in that 
 directory I assume this is an issue with the lang/gcc46 port.

This is _not_ an issue with lang/gcc46, but with the general ports
infrastructure that I first reported on October 23rd.

Bapt had a first patch a week ago
  http://people.freebsd.org/~bapt/info-dir.diff

This indeed removed the stray info/ directory, but caused the following
upon `make deinstall` in my testing:

  /scratch2/tmp/gerald/prefix/gcc47/info/gcc47/dir: could not read (No such
  file or directory) and could not create (No such file or directory)
  /scratch2/tmp/gerald/prefix/gcc47/info/gcc47/dir: could not read (No such
  file or directory) and could not create (No such file or directory)
  :


I just committed a workaround to lang/gcc46, will work on lang/gcc next, 
and filed PR ports/184178 to track this on the infrastructure side.

Gerald
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: lang/gcc46 leaving directories around (WAS: [QAT] r334234: 3x leftovers, 1x depend_object)

2013-11-22 Thread Baptiste Daroussin
On Fri, Nov 22, 2013 at 11:05:04PM +0100, Gerald Pfeifer wrote:
 On Fri, 22 Nov 2013, David Naylor wrote:
  The following reports indicate that /usr/local/share/info/gcc46 
  (directory) is being left in the working environment and not properly 
  cleaned up.  Since the ports do not create or use anything in that 
  directory I assume this is an issue with the lang/gcc46 port.
 
 This is _not_ an issue with lang/gcc46, but with the general ports
 infrastructure that I first reported on October 23rd.
 
 Bapt had a first patch a week ago
   http://people.freebsd.org/~bapt/info-dir.diff
 
 This indeed removed the stray info/ directory, but caused the following
 upon `make deinstall` in my testing:
 
   /scratch2/tmp/gerald/prefix/gcc47/info/gcc47/dir: could not read (No such
   file or directory) and could not create (No such file or directory)
   /scratch2/tmp/gerald/prefix/gcc47/info/gcc47/dir: could not read (No such
   file or directory) and could not create (No such file or directory)
   :
 
 
 I just committed a workaround to lang/gcc46, will work on lang/gcc next, 
 and filed PR ports/184178 to track this on the infrastructure side.
 
 Gerald

This should be a definitive fix:
http://people.freebsd.org/~bapt/fix-info-subdir.diff

Sorry about it.

Btw that have shown a bug in pkg 1.2.0 rc1 and prior (not in 1.1.x) I have fix
in master and will be in 1.2.0 rc2


Can you test?

regards,
Bapt


pgprgXXRB8Ewq.pgp
Description: PGP signature


Re: lang/gcc46 leaving directories around (WAS: [QAT] r334234: 3x leftovers, 1x depend_object)

2013-11-22 Thread Gerald Pfeifer
On Sat, 23 Nov 2013, Baptiste Daroussin wrote:
 This should be a definitive fix:
 http://people.freebsd.org/~bapt/fix-info-subdir.diff
:
 Btw that have shown a bug in pkg 1.2.0 rc1 and prior (not in 1.1.x) I 
 have fix in master and will be in 1.2.0 rc2
 
 Can you test?

Yes.  I just tested this, and in my environment it seems to work
(passing the tests described in the Handbook).

ports/184178 when you commit this. :)

Thanks,
Gerald
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org