problems after installing ports-mgmt/portconf

2013-10-11 Thread Matthias Apitz

Hello,

I have a script which compiles all my used ports from scratch; last night after
the installation of ports-mgmt/portconf all following ports raised
errors as:

make: "/etc/make.conf" line 13: warning: Couldn't read shell's output
for "/usr/local/libexec/portconf"

I have had to uninstall portconf again to be able to build more ports. Should I
provide more info about? This is on 10-CURRENT r255948 with /usr/ports
from r328930.

Thanks

matthias
-- 
Matthias Apitz   |  /"\ ASCII Ribbon Campaign: www.asciiribbon.org
E-mail: g...@unixarea.de |  \ / - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X  - No proprietary attachments
phone: +49-170-4527211   |  / \ - Respect for open standards
___
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"


INDEX build failed for 8.x

2013-10-11 Thread Ports Index build
INDEX build failed with errors:
Generating INDEX-8 - please wait.. Done.
make_index: ruby19-sdl-1.3.1_8: no entry for /usr/ports/graphics/ruby-opengl

Committers on the hook:
 culot danilo lwhsu olivierd tabthorpe 

Most recent SVN update was:
Updating '.':
Udevel/jenkins/Makefile
Udevel/jenkins/distinfo
Udevel/p5-Test-CheckDeps/Makefile
Udevel/p5-Test-CheckDeps/distinfo
Udevel/p5-Test-Harness/pkg-plist
Udevel/p5-Test-Harness/Makefile
Udevel/p5-Test-Harness/distinfo
Updated to revision 330060.
___
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"


squid33 rc script and kerberos keytab

2013-10-11 Thread Marko Cupać
I am in the process of switching to kerberos authentication in squid,
and I thought it would be cool if I did not have to add keytab path
as an environment variable directly to rc script, but to specify it
in rc.conf, similar to squid_pidfile, eg.:

squid_keytabfile="/usr/local/etc/squid/SQUID.keytab"

Is this possible?

-- 
Marko Cupać
___
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"

lang/gcc built in poudriere: /usr/local/lib/gcc46/gcc/ia64-portbld-freebsd10.0/4.6.3/../../../libgfortran.so: undefined reference to 'sinhl@FBSD_1.3'

2013-10-11 Thread Anton Shterenlikht
I've never seen this error before:

$ gfortran46 z.f90
/usr/local/lib/gcc46/gcc/ia64-portbld-freebsd10.0/4.6.3/../../../libgfortran.so:
 undefined reference to `sinhl@FBSD_1.3'
/usr/local/lib/gcc46/gcc/ia64-portbld-freebsd10.0/4.6.3/../../../libgfortran.so:
 undefined reference to `coshl@FBSD_1.3'
/usr/local/lib/gcc46/gcc/ia64-portbld-freebsd10.0/4.6.3/../../../libgfortran.so:
 undefined reference to `tanhl@FBSD_1.3'
collect2: ld returned 1 exit status
$

I've built lang/gcc inside a poudriere,
then installed on another box, and got
this error.

Any ideas?

Thanks

Anton

___
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: poudriere and networking

2013-10-11 Thread Bryan Drewery
On 10/11/2013 1:33 AM, Kimo Rosenbaum wrote:
> Hello,
> 
> I'm running poudriere-devel-3.0.99.20130927 on 9.1-RELEASE. I'm trying to 
> build a private port which requires downloading files after the extract 
> target. However, it seems as though networking isn't available after 
> post-fetch. I do have RESOLV_CONF set in poudriere.conf and cat'ing 
> /etc/resolv.conf in post-patch shows the correct contents. The build is able 
> to run the fetch but once past post-fetch I can't do any DNS lookups nor ping 
> anything external. The host itself can do those things. Also when I enter the 
> jail via jexec I can perform those things.
> 
> Any ideas?
> 
> Thanks
> Kimo

This is done for security. During build, the code running is untrusted.
We don't want it to reach out and scan/infect your network during a build.

I do understand you're building a private port though. I would add a
flag to override this per port, but I worry some porter would put it in
their FreeBSD port where it does not belong.

You can apply a patch like this to your
/usr/local/share/poudriere/common.sh to work around the issue:

> --- src/share/poudriere/common.sh
> +++ src/share/poudriere/common.sh
> @@ -1402,14 +1402,10 @@
> fi
> return 1
> fi
> fi
> 
> -   if [ "${phase}" = "checksum" ]; then
> -   jstop
> -   jstart 0
> -   fi
> print_phase_footer
> 
> if [ "${phase}" = "checksum" ]; then
> mkdir -p ${mnt}/portdistfiles
> echo "DISTDIR=/portdistfiles" >> ${mnt}/etc/make.conf


-- 
Regards,
Bryan Drewery



signature.asc
Description: OpenPGP digital signature


port java/eclipse-devel in CURRENT

2013-10-11 Thread Matthias Apitz

Hello,

How can I compile the port java/eclipse-devel im 10-CURRENT (with ports
tree as well on bleading edge)? Openjdk16 can't be build and Openjdk17
can not build java/eclipse-devel. Do you need more log file about the
errors? Thanks

matthias
-- 
Matthias Apitz   |  /"\ ASCII Ribbon Campaign: www.asciiribbon.org
E-mail: g...@unixarea.de |  \ / - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X  - No proprietary attachments
phone: +49-170-4527211   |  / \ - Respect for open standards
___
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"


INDEX build failed for 8.x

2013-10-11 Thread Ports Index build
INDEX build failed with errors:
Generating INDEX-8 - please wait.. Done.
make_index: ruby19-sdl-1.3.1_8: no entry for /usr/ports/graphics/ruby-opengl
make_index: httpgrabber-1.0: no entry for /usr/ports/net/ngrep-lib
make_index: httpgrabber-1.0: no entry for /usr/ports/net/ngrep-lib

Committers on the hook:
 bdrewery culot danilo edwin knu lwhsu olivierd rene tabthorpe thierry wg 

Most recent SVN update was:
Updating '.':
UMOVED
Dwww/node04
Dwww/node06
Uwww/Makefile
UMk/bsd.licenses.db.mk
Atextproc/the_silver_searcher/pkg-plist
Utextproc/the_silver_searcher/Makefile
Utextproc/the_silver_searcher/distinfo
Uscience/gnudatalanguage/pkg-plist
Uscience/gnudatalanguage/Makefile
Uscience/gnudatalanguage/distinfo
Dscience/gnudatalanguage/files/patch-doc_Makefile.in
Dscience/gnudatalanguage/files/patch-src_Makefile.in
Dscience/gnudatalanguage/files/patch-src_antlr_Makefile.in
Dscience/gnudatalanguage/files/patch-src_pro_Makefile.in
Dscience/gnudatalanguage/files/patch-src_pro_envi_Makefile.in
Dscience/gnudatalanguage/files/patch-testsuite_Makefile.in
Dscience/gnudatalanguage/files/patch-Makefile.in
Dscience/gnudatalanguage/files/patch-src_pro_dicom_Makefile.in
Ascience/gnudatalanguage/files/patch-src_plotting.cpp
Ascience/gnudatalanguage/files/patch-CMakeLists.txt
Ascience/gnudatalanguage/files/patch-src_plotting_contour.cpp
Ascience/gnudatalanguage/files/patch-CMakeModules_Findlibps.cmake
Ascience/gnudatalanguage/files/patch-src_plotting_xyouts.cpp
Udevel/pear-Symfony_Component_Console/Makefile
Udevel/pear-Symfony_Component_Console/distinfo
Dnet/ngrep-lib
Unet/Makefile
Anet/e169-stats/files
Anet/e169-stats/files/patch-Makefile
Unet/e169-stats/Makefile
Updated to revision 330067.
___
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: [HEADSUP] Staging, packaging and more

2013-10-11 Thread Erwin Lansing
On Tue, Oct 08, 2013 at 01:21:40PM +0200, Ulrich Spörlein wrote:
> 
> A user should not care, if not installing headers for package X solves
> a conflict, do it! But please don't make it a default to not install
> headers because 3% of the FreeBSD system builders might find it
> useful.
> 

Exactly my reason for suggestion doing both.  The extra work for the
project in terms of mirroring diskspace and building time are small,
especially with the subpackaging support, and it will be a huge gain for
that 3% of users, but won't affect the default user.

Or to extend bapt's earlier example, there will be:
curl-bin
curl-lib
curl-dev

*and*
curl

packages which includes all of the above and will be the default for
those who don't care, but we add the first three for those who want.  If
we have split package support, it is just too easy to not to.

Erwin

-- 
Erwin Lansinghttp://droso.dk
er...@freebsd.orghttp:// www.FreeBSD.org
___
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/gcc built in poudriere: /usr/local/lib/gcc46/gcc/ia64-portbld-freebsd10.0/4.6.3/../../../libgfortran.so: undefined reference to 'sinhl@FBSD_1.3'

2013-10-11 Thread Steve Kargl
On Fri, Oct 11, 2013 at 12:07:03PM +0100, Anton Shterenlikht wrote:
> I've never seen this error before:
> 
> $ gfortran46 z.f90
> /usr/local/lib/gcc46/gcc/ia64-portbld-freebsd10.0/4.6.3/../../../libgfortran.so:
>  undefined reference to `sinhl@FBSD_1.3'
> /usr/local/lib/gcc46/gcc/ia64-portbld-freebsd10.0/4.6.3/../../../libgfortran.so:
>  undefined reference to `coshl@FBSD_1.3'
> /usr/local/lib/gcc46/gcc/ia64-portbld-freebsd10.0/4.6.3/../../../libgfortran.so:
>  undefined reference to `tanhl@FBSD_1.3'
> collect2: ld returned 1 exit status
> $
> 
> I've built lang/gcc inside a poudriere,
> then installed on another box, and got
> this error.
> 
> Any ideas?
> 

The math library on the poudriere box has sinhl, coshl, and tanhl.
The math library on the 'another box' is missing sinhl, coshl, and
tanhl.

-- 
Steve
___
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"


INDEX build failed for 8.x

2013-10-11 Thread Ports Index build
INDEX build failed with errors:
Generating INDEX-8 - please wait.. Done.
make_index: httpgrabber-1.0: no entry for /usr/ports/net/ngrep-lib
make_index: httpgrabber-1.0: no entry for /usr/ports/net/ngrep-lib

Committers on the hook:
 bdrewery culot danilo edwin knu lwhsu olivierd rene sunpoet tabthorpe thierry 
wg 

Most recent SVN update was:
Updating '.':
UMOVED
Udns/dnscrypt-proxy/Makefile
Uwww/tinymce/Makefile
Uwww/tinymce/distinfo
UU   www/rubygem-staticmatic/Makefile
Usysutils/rubygem-guard/Makefile
Usysutils/rubygem-guard/distinfo
UMk/bsd.port.mk
Udevel/p5-Module-Build-Tiny/Makefile
Udevel/p5-Module-Build-Tiny/distinfo
Udevel/p5-Test-Spec/Makefile
Udevel/p5-Test-Spec/distinfo
Udevel/rubygem-listen/Makefile
Udevel/rubygem-listen/distinfo
Udevel/p5-CPAN-Meta/Makefile
Udevel/p5-CPAN-Meta/distinfo
Agraphics/ruby-opengl
Agraphics/ruby-opengl/distinfo
Agraphics/ruby-opengl/pkg-descr
Agraphics/ruby-opengl/files
Agraphics/ruby-opengl/files/patch-glut.c
Agraphics/ruby-opengl/pkg-plist
Agraphics/ruby-opengl/Makefile
Ugraphics/Makefile
Usecurity/libsodium/pkg-plist
Usecurity/libsodium/Makefile
Usecurity/libsodium/distinfo
Unet/rubygem-dropbox-sdk/Makefile
Unet/rubygem-dropbox-sdk/distinfo
Updated to revision 330081.
___
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"


libtorrent failure on 10, help!

2013-10-11 Thread Kenta Suzumoto
Hi. I just SVNed my system up to 10-STABLE and am rebuilding all my ports.
libtorrent/rtorrent is failing here:

http://dpaste.com/1413370/  (huge output so I pastebin)

___
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: poudriere and networking

2013-10-11 Thread Kimo Rosenbaum
I don't quite agree with that being the default but I understand. The patch 
works as intended. Thanks!


Thanks
Kimo



- Original Message -
> From: Bryan Drewery 
> To: Kimo Rosenbaum ; "freebsd-ports@freebsd.org" 
> 
> Cc: 
> Sent: Friday, October 11, 2013 4:14 AM
> Subject: Re: poudriere and networking
> 
> On 10/11/2013 1:33 AM, Kimo Rosenbaum wrote:
>>  Hello,
>> 
>>  I'm running poudriere-devel-3.0.99.20130927 on 9.1-RELEASE. I'm 
> trying to build a private port which requires downloading files after the 
> extract target. However, it seems as though networking isn't available after 
> post-fetch. I do have RESOLV_CONF set in poudriere.conf and cat'ing 
> /etc/resolv.conf in post-patch shows the correct contents. The build is able 
> to 
> run the fetch but once past post-fetch I can't do any DNS lookups nor ping 
> anything external. The host itself can do those things. Also when I enter the 
> jail via jexec I can perform those things.
>> 
>>  Any ideas?
>> 
>>  Thanks
>>  Kimo
> 
> This is done for security. During build, the code running is untrusted.
> We don't want it to reach out and scan/infect your network during a build.
> 
> I do understand you're building a private port though. I would add a
> flag to override this per port, but I worry some porter would put it in
> their FreeBSD port where it does not belong.
> 
> You can apply a patch like this to your
> /usr/local/share/poudriere/common.sh to work around the issue:
> 
>>  --- src/share/poudriere/common.sh
>>  +++ src/share/poudriere/common.sh
>>  @@ -1402,14 +1402,10 @@
>>                                  fi
>>                                  return 1
>>                          fi
>>                  fi
>> 
>>  -               if [ "${phase}" = "checksum" ]; 
> then
>>  -                       jstop
>>  -                       jstart 0
> 
>>  -               fi
>>                  print_phase_footer
>> 
>>                  if [ "${phase}" = "checksum" ]; 
> then
>>                          mkdir -p ${mnt}/portdistfiles
>>                          echo "DISTDIR=/portdistfiles" >> 
> ${mnt}/etc/make.conf
> 
> 
> -- 
> Regards,
> Bryan Drewery
> 
___
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: poudriere and networking

2013-10-11 Thread Alexander Yerenkow
I'd suggest to you anyway investigate what are downloaded, and why;
If it's some static files - you could try to add them to distfiles, and
replace places where they are trying download from web to file;
e.g.
find somewhere
http://site/your.file
and try to replace it with
file://$DISTFILES/your.file




2013/10/11 Kimo Rosenbaum 

> I don't quite agree with that being the default but I understand. The
> patch works as intended. Thanks!
>
>
> Thanks
> Kimo
>
>
>
> - Original Message -
> > From: Bryan Drewery 
> > To: Kimo Rosenbaum ; "freebsd-ports@freebsd.org" <
> freebsd-ports@freebsd.org>
> > Cc:
> > Sent: Friday, October 11, 2013 4:14 AM
> > Subject: Re: poudriere and networking
> >
> > On 10/11/2013 1:33 AM, Kimo Rosenbaum wrote:
> >>  Hello,
> >>
> >>  I'm running poudriere-devel-3.0.99.20130927 on 9.1-RELEASE. I'm
> > trying to build a private port which requires downloading files after the
> > extract target. However, it seems as though networking isn't available
> after
> > post-fetch. I do have RESOLV_CONF set in poudriere.conf and cat'ing
> > /etc/resolv.conf in post-patch shows the correct contents. The build is
> able to
> > run the fetch but once past post-fetch I can't do any DNS lookups nor
> ping
> > anything external. The host itself can do those things. Also when I
> enter the
> > jail via jexec I can perform those things.
> >>
> >>  Any ideas?
> >>
> >>  Thanks
> >>  Kimo
> >
> > This is done for security. During build, the code running is untrusted.
> > We don't want it to reach out and scan/infect your network during a
> build.
> >
> > I do understand you're building a private port though. I would add a
> > flag to override this per port, but I worry some porter would put it in
> > their FreeBSD port where it does not belong.
> >
> > You can apply a patch like this to your
> > /usr/local/share/poudriere/common.sh to work around the issue:
> >
> >>  --- src/share/poudriere/common.sh
> >>  +++ src/share/poudriere/common.sh
> >>  @@ -1402,14 +1402,10 @@
> >>  fi
> >>  return 1
> >>  fi
> >>  fi
> >>
> >>  -   if [ "${phase}" = "checksum" ];
> > then
> >>  -   jstop
> >>  -   jstart 0
> >
> >>  -   fi
> >>  print_phase_footer
> >>
> >>  if [ "${phase}" = "checksum" ];
> > then
> >>  mkdir -p ${mnt}/portdistfiles
> >>  echo "DISTDIR=/portdistfiles" >>
> > ${mnt}/etc/make.conf
> >
> >
> > --
> > Regards,
> > Bryan Drewery
> >
> ___
> 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"
>



-- 
Regards,
Alexander Yerenkow
___
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: poudriere and networking

2013-10-11 Thread Kimo Rosenbaum
Oh, I know what's being downloaded and why. This is for several ruby apps which 
have conflicting gems dependencies so we're doing `bundle install --deployment` 
during do-build to install the gems into ${WRKSRC}/vendor/bundle/. And then 
from pkg point of view the package just has many many many files. I could 
download the gems as distfiles but it's a lot of hoops to jump through just to 
figure out what to download when doing it in do-build already does it.


Thanks
Kimo


>
> From: Alexander Yerenkow 
>To: Kimo Rosenbaum  
>Cc: "freebsd-ports@freebsd.org" ; Bryan Drewery 
> 
>Sent: Friday, October 11, 2013 10:10 AM
>Subject: Re: poudriere and networking
> 
>
>
>I'd suggest to you anyway investigate what are downloaded, and why;
>If it's some static files - you could try to add them to distfiles, and 
>replace places where they are trying download from web to file;
>e.g.
>find somewhere 
>http://site/your.file
>and try to replace it with
>file://$DISTFILES/your.file
>
>
>
>
>
>
>
>2013/10/11 Kimo Rosenbaum 
>
>I don't quite agree with that being the default but I understand. The patch 
>works as intended. Thanks!
>>
>>
>>Thanks
>>Kimo
>>
>>
>>
>>
>>- Original Message -
>>> From: Bryan Drewery 
>>> To: Kimo Rosenbaum ; "freebsd-ports@freebsd.org" 
>>> 
>>> Cc:
>>> Sent: Friday, October 11, 2013 4:14 AM
>>> Subject: Re: poudriere and networking
>>>
>>> On 10/11/2013 1:33 AM, Kimo Rosenbaum wrote:
  Hello,

  I'm running poudriere-devel-3.0.99.20130927 on 9.1-RELEASE. I'm
>>> trying to build a private port which requires downloading files after the
>>> extract target. However, it seems as though networking isn't available after
>>> post-fetch. I do have RESOLV_CONF set in poudriere.conf and cat'ing
>>> /etc/resolv.conf in post-patch shows the correct contents. The build is 
>>> able to
>>> run the fetch but once past post-fetch I can't do any DNS lookups nor ping
>>> anything external. The host itself can do those things. Also when I enter 
>>> the
>>> jail via jexec I can perform those things.

  Any ideas?

  Thanks
  Kimo
>>>
>>> This is done for security. During build, the code running is untrusted.
>>> We don't want it to reach out and scan/infect your network during a build.
>>>
>>> I do understand you're building a private port though. I would add a
>>> flag to override this per port, but I worry some porter would put it in
>>> their FreeBSD port where it does not belong.
>>>
>>> You can apply a patch like this to your
>>> /usr/local/share/poudriere/common.sh to work around the issue:
>>>
  --- src/share/poudriere/common.sh
  +++ src/share/poudriere/common.sh
  @@ -1402,14 +1402,10 @@
                                  fi
                                  return 1
                          fi
                  fi

  -               if [ "${phase}" = "checksum" ];
>>> then
  -                       jstop
  -                       jstart 0
>>>
  -               fi
                  print_phase_footer

                  if [ "${phase}" = "checksum" ];
>>> then
                          mkdir -p ${mnt}/portdistfiles
                          echo "DISTDIR=/portdistfiles" >>
>>> ${mnt}/etc/make.conf
>>>
>>>
>>> --
>>> Regards,
>>> Bryan Drewery
>>>
>>
>>___
>>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"
>>
>>
>
>
>
>-- 
>Regards,
>Alexander Yerenkow 
>
>
___
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: java/openjdk6: fail at install

2013-10-11 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2013-10-10 21:52:57 -0400, Larry Rosenman wrote:
...
> /usr/ports/java/openjdk6/work/build/bsd-amd64-debug-fastdebug/j2sdk-image:
>
> 
No such file or directory
...
I can fix it.  However, why did you enable DEBUG and FASTDEBUG options
at the same time?  Is there any use case?

Jung-uk Kim
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (FreeBSD)

iQEcBAEBAgAGBQJSWDrGAAoJEHyflib82/FGF9MH/2uUeQEOtQ2IH30dgC0EAlTn
nYeu61jluTehKhJMzF6SLVXnmoMlSsYPLFQywo8GKWe/nDZ5DQ+b2G1+ZSetqylK
YatYPRGPhGTfpRIDbaA0DOEHv4kws9LDOAoqDALV+RSr5xOSFH3E0Zj8e+jFF3ne
So9+9Dou007nPOKnXn1KAJW3sLzNjOQOe9rnuGuv48JWazOt+LAuvofCKiF0M7lh
VT4z9BhAqo/iF2A8sV1JrtZq99+C9pu4G9KB4R7FGBCrml8gT/Z4npXPUlHlSE/F
MY33DN9dow1tdEhbwCq+9T8unEzcBpQJ3sD8r7+j8Uw/fsFXIlaKC0Q4lGpkRQ0=
=ujyQ
-END PGP SIGNATURE-
___
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: java/openjdk6: fail at install

2013-10-11 Thread Larry Rosenman

On 2013-10-11 12:52, Jung-uk Kim wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2013-10-10 21:52:57 -0400, Larry Rosenman wrote:
...

/usr/ports/java/openjdk6/work/build/bsd-amd64-debug-fastdebug/j2sdk-image:



No such file or directory
...
I can fix it.  However, why did you enable DEBUG and FASTDEBUG options
at the same time?  Is there any use case?

Jung-uk Kim
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (FreeBSD)

iQEcBAEBAgAGBQJSWDrGAAoJEHyflib82/FGF9MH/2uUeQEOtQ2IH30dgC0EAlTn
nYeu61jluTehKhJMzF6SLVXnmoMlSsYPLFQywo8GKWe/nDZ5DQ+b2G1+ZSetqylK
YatYPRGPhGTfpRIDbaA0DOEHv4kws9LDOAoqDALV+RSr5xOSFH3E0Zj8e+jFF3ne
So9+9Dou007nPOKnXn1KAJW3sLzNjOQOe9rnuGuv48JWazOt+LAuvofCKiF0M7lh
VT4z9BhAqo/iF2A8sV1JrtZq99+C9pu4G9KB4R7FGBCrml8gT/Z4npXPUlHlSE/F
MY33DN9dow1tdEhbwCq+9T8unEzcBpQJ3sD8r7+j8Uw/fsFXIlaKC0Q4lGpkRQ0=
=ujyQ
-END PGP SIGNATURE-

Didn't know it was an issue -- I'll remove.

If they conflict, or are a problem, the port should say.


--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 (c) E-Mail: l...@lerctr.org
US Mail: 108 Turvey Cove, Hutto, TX 78634-5688
___
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"


INDEX build failed for 8.x

2013-10-11 Thread Ports Index build
INDEX build failed with errors:
Generating INDEX-8 - please wait.. Done.
make_index: httpgrabber-1.0: no entry for /usr/ports/net/ngrep-lib
make_index: httpgrabber-1.0: no entry for /usr/ports/net/ngrep-lib

Committers on the hook:
 bdrewery culot danilo edwin knu lwhsu mr olgeni olivierd rene sunpoet 
tabthorpe thierry wg 

Most recent SVN update was:
Updating '.':
Unet/nxproxy/Makefile
Anet/wireshark/files/patch-epan_dissectors_packet-gluster.h
Unet/x2goclient/distinfo
Unet/x2goclient/pkg-plist
Unet/x2goclient/Makefile
UU   www/p5-WWW-Scraper-ISBN-Amazon_Driver/pkg-plist
Uwww/p5-WWW-Scraper-ISBN-Amazon_Driver/Makefile
Uwww/p5-WWW-Scraper-ISBN-Amazon_Driver/distinfo
Awww/chromium/files/patch-net__spdy__spdy_priority_forest.h
A
www/chromium/files/patch-webkit__browser__fileapi__file_system_dir_url_request_job_unittest.cc
A
www/chromium/files/patch-third_party__webrtc__modules__rtp_rtcp__source__forward_error_correction.cc
Uwww/chromium/files/patch-base__sys_info_freebsd.cc
Awww/chromium/files/patch-third_party__WebKit__Source__wtf__Assertions.cpp
A
www/chromium/files/patch-third_party__libjingle__source__talk__base__network.h
A
www/chromium/files/patch-third_party__WebKit__Source__testing__runner__AccessibilityUIElementChromium.cpp
U
www/chromium/files/patch-third_party__libjingle__source__talk__base__systeminfo.cc
A
www/chromium/files/patch-third_party__webrtc__video_engine__stream_synchronization.cc
Awww/chromium/files/patch-ui__gfx__image__image_family.h
Awww/chromium/files/patch-chrome__browser__ui__gtk__accelerators_gtk.h
Awww/chromium/files/extra-patch-fixup-execinfo
Uwww/chromium/Makefile
Ucad/qcad/pkg-plist
Ucad/qcad/Makefile
Ucad/qcad/distinfo
Ucad/qcad/files/patch-src_core_RMetaTypes.h
Unet-mgmt/vidalia/Makefile
Uportuguese/hunspell/Makefile
Uportuguese/hunspell/distinfo
UU   sysutils/syslog-ng/Makefile
UU   sysutils/syslog-ng/pkg-plist
UU   sysutils/ts/Makefile
Utextproc/es-mythes/Makefile
Utextproc/es-mythes/distinfo
Udevel/p5-Class-Method-Modifiers/Makefile
Udevel/p5-Class-Method-Modifiers/distinfo
Updated to revision 330093.
___
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"


INDEX build failed for 8.x

2013-10-11 Thread Ports Index build
INDEX build failed with errors:
Generating INDEX-8 - please wait.. Done.
make_index: httpgrabber-1.0: no entry for /usr/ports/net/ngrep-lib
make_index: httpgrabber-1.0: no entry for /usr/ports/net/ngrep-lib

Committers on the hook:
 ade bdrewery culot danilo demon edwin knu lwhsu mat mr olgeni olivierd pawel 
rene sunpoet tabthorpe thierry wg 

Most recent SVN update was:
Updating '.':
Ux11/xnee/Makefile
UU   x11/xnee/pkg-plist
Uwww/uwsgi/distinfo
Uwww/uwsgi/files/patch-uwsgiconfig.py
Uwww/uwsgi/Makefile
Uastro/xearth/files/freebsd.committers.markers
Udevel/libtool/Makefile
Udevel/gettext/Makefile
Udevel/gettext/distinfo
Utextproc/p5-XML-Compile/Makefile
Utextproc/p5-XML-Compile/distinfo
UU   textproc/p5-XML-Compile/pkg-plist
Umisc/sls/Makefile
Dmisc/sls/files/patch-aa
Amisc/sls/files/patch-sls.c
Ugraphics/sam2p/Makefile
Ugraphics/sam2p/distinfo
Updated to revision 330102.
___
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"


[QAT] r330103: 4x fail

2013-10-11 Thread Ports-QAT
- Mark BROKEN as it is breaking full tree package builds after the removal of
  net/ngrep-lib

With hat:   portmgr
-

  Build ID:  20131011212000-10192
  Job owner: bdrew...@freebsd.org
  Buildtime: 6 minutes
  Enddate:   Fri, 11 Oct 2013 21:26:05 GMT

  Revision:  r330103
  Repository:
https://svnweb.freebsd.org/ports?view=revision&revision=330103

-

Port:www/httpgrabber 1.0

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   FAIL

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   FAIL


--
Buildarchive URL: 
redports 
___
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: problems after installing ports-mgmt/portconf

2013-10-11 Thread Matthew D. Fuller
On Fri, Oct 11, 2013 at 09:37:13AM +0200 I heard the voice of
Matthias Apitz, and lo! it spake thus:
> 
> I have had to uninstall portconf again to be able to build more ports.

Near's I can tell, portconf and bmake just flat out don't get along.
With some squirreling around in make.conf, you can make _that_ warning
shut up, but you just wind up with a different one for ports that you
have portconf stuff for.  I stopped investigating at that point  :|


-- 
Matthew Fuller (MF4839)   |  fulle...@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
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"


INDEX now builds successfully on 8.x

2013-10-11 Thread Ports Index build

___
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"


How to disable staging support in ports tree universally?

2013-10-11 Thread Jeremy Chadwick
(Please keep me CC'd, as I am not subscribed to any FreeBSD lists)

Plain, simple, obvious question: how do I disable staging support in the
latest ports tree?

Today I rebuilt a port (which had been upgraded to remove NO_STAGE=yes
from it Makefile) as follows:

# make deinstall
# make clean install

...and proceeded to watch my /usr/ports filesystem I/O go through
the roof with unnecessary crap, starting about here:

===>  Staging for sudo-1.8.8
===>   Generating temporary packing list

...which is normal, except I suddenly start tons of disk I/O involving
$WRKDIR/stage, proceeded by this:

===>  Building package for sudo-1.8.8
Creating package /usr/ports/security/sudo/work/sudo-1.8.8.tbz
Registering depends:.
Creating bzip'd tar ball in '/usr/ports/security/sudo/work/sudo-1.8.8.tbz'

All of this comes from Mk/bsd.port.mk, per _STAGE_SEQ, which is preceded
by a plain and simple .if !defined(NO_STAGE).

I thought "okay, so just put NO_STAGE=yes in /etc/make.conf" but
make.conf(5) had no mention of this so I was wary.  Then I found these
two posts clearly stating "this is not a make.conf variable and things
will bust if you do that":

http://lists.freebsd.org/pipermail/freebsd-ports/2013-October/086692.html
http://lists.freebsd.org/pipermail/freebsd-ports/2013-October/086697.html

I tried it anyway (in a VM) -- yup, it sure does leave quite a mess
laying around if you set it globally, so definitely don't do that.

So I read /usr/ports/UPDATING, and /usr/ports/CHANGES, and this:

https://wiki.freebsd.org/ports/StageDir

...to no avail.

So how do I stop this staging nonsense when it doesn't apply to any of
my systems/environments?  I install third-party software directly from
the ports tree, I DO NOT USE pkg, nor do I ever plan on using pkg given
that I customise ports individually (through "make config" and some
make.conf knobs) quite heavily.

I want to know how to stop this excess waste of disk I/O when it doesn't
apply to my environments/systems, and I'm sure many others do as well.

-- 
| Jeremy Chadwick   j...@koitsu.org |
| UNIX Systems Administratorhttp://jdc.koitsu.org/ |
| Making life hard for others since 1977. PGP 4BD6C0CB |

___
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"