FreeBSD ports you maintain which are out of date

2014-01-30 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
graphics/ImageMagick| 6.8.0-7 | 6.8.8-4
+-+
science/minc2   | 2.0.18  | 2.2.00
+-+
www/groupoffice | 3.7.24  | 5.0.38
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
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: ports/math/hexcalc restored from 8.2 now runs on 9.1 9.2 10.0

2014-01-30 Thread René Ladan
2014-01-30 Kevin Oberman rkober...@gmail.com:
 On Wed, Jan 29, 2014 at 7:04 PM, Julian H. Stacey j...@berklix.com wrote:

 Hi ports@
 I changed Subject:
  From:
   Re: How to find removed ports in general  math/hexcalc in particular.
  To:
   ports/math/hexcalc restored from 8.2 now runs on 9.1  9.2  10.0

 + cc'd FYI Maintainer of x11/xcalc (a scientific not hexadecimal
 calculator)


  grep hexcalc /usr/ports/MOVED
  math/hexcalc||2011-08-01|Has expired: Looks like abandonware, no more
 public distfiles
 
  I have a local:
25129 Dec 20  1995 hexcalc..tar.Z
  (no idea why 2 dots), anyway its a valid tar.  I have put it up here
http://berklix.com/~jhs/ftp/FreeBSD/ports/distfiles/hexcalc..tar.Z
  I'll look at creating a port.  (unless people know of a newer
  nice hexcalc ? but this one was always OK for me)

Can you fix the filename to just have one dot and preferably a version number?

 I have restored ports/math/hexcalc from 8.2; it now runs on 9.1  9.2 
 10.0

 http://www.berklix.com/~jhs/src/bsd/fixes/FreeBSD/ports/gen/math/hexcalc/

 Anyone know what to fix for 10.0 Mk/ ?  After installing it bleats:
   ===   Registering installation for hexcalc-1.11_2
   pkg-static:
 lstat(/usr1/release/10.0-RELEASE/ports/math/hexcalc/work/stage/usr/local/bin/hexcalc):
 No such file or directory
   pkg-static:
 lstat(/usr1/release/10.0-RELEASE/ports/math/hexcalc/work/stage/usr/local/man/man1/hexcalc.1.gz):
 No such file or directory



 Quick workaround is to turn off staging for the port.  It needs fixing, but
 that will let it build immediately. Add the following to the Makefile:
 NO_STAGE=  yes

You cannot anymore, since this is now forbidden by a SVN hook.

The proper way (just having a quick look) is to install into
${STAGEDIR}${PREFIX}/bin and ${STAGEDIR}${MANPREFIX}/man/man1
(although you might have to replace MANPREFIX with just PREFIX, not sure)

René
___
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: Sage update

2014-01-30 Thread Ajtim
On Thursday 30 January 2014 01:26:18 Montgomery-Smith, Stephen wrote:
 On 01/29/2014 07:00 PM, Montgomery-Smith, Stephen wrote:
  I have just updated sage to version 6.0.  I have also made some changes
  to help it work with FreeBSD-10, using ideas given to me by Daniel
  Smith.  Since I don't have a fast computer using FreeBSD-10, I would
  appreciate it if any of you guys could try it out and see if it works.
 
 I meant math/sage (for those who don't normally use it.)

I did try and I got the same error as before on FreeBSD 10.0-RELEASE (amd64):

Error building Sage.

The following package(s) may have failed to build:
tail: /usr/ports/math/sage/work/sage-6.0/logs/pkgs/*.log: No such file or 
directory

The build directory may contain configuration files and other potentially
helpful information. WARNING: if you now run 'make' again, the build
directory will, by default, be deleted. Set the environment variable
SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this.

gmake[2]: *** [build] Error 1
gmake[2]: Leaving directory `/usr/ports/math/sage/work/sage-6.0'
=== Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/math/sage
*** Error code 1

Stop.
make: stopped in /usr/ports/math/sage

=== make failed for math/sage
=== Aborting update

-- 
Mitja
---
http://www.redbubble.com/people/lumiwa

___
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: Sage update

2014-01-30 Thread Ajtim
On Thursday 30 January 2014 05:31:19 Montgomery-Smith, Stephen wrote:
 On 01/29/2014 07:26 PM, Montgomery-Smith, Stephen wrote:
 So I tried it on my slow i386 computer.  It dies on the subpackage
 r-3.0.2.p0.  I would be interested if other people are seeing the same
 problem.
 
 I think it is because in the build, it creates libR.so using a command
 like this:
 

I did try to build again and I check 387 (Use 387 instead of SSE FPU) and I got:

mpn_bases' can not be used when making a shared object; recompile with -fPIC
/usr/ports/math/sage/work/sage-6.0/local/lib/libgmp.a: error adding symbols: 
Bad value
collect2: ld returned 1 exit status
make[8]: *** [libmpfr.la] Error 1
make[8]: Leaving directory 
`/usr/ports/math/sage/work/sage-6.0/local/var/tmp/sage/build/mpfr-3.1.2.p0/src/src'
make[7]: *** [all] Error 2
make[7]: Leaving directory 
`/usr/ports/math/sage/work/sage-6.0/local/var/tmp/sage/build/mpfr-3.1.2.p0/src/src'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory 
`/usr/ports/math/sage/work/sage-6.0/local/var/tmp/sage/build/mpfr-3.1.2.p0/src'
Error building MPFR.

real0m17.525s
user0m53.171s
sys 0m12.151s

Error installing package mpfr-3.1.2.p0

Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the relevant part of the log file
  /usr/ports/math/sage/work/sage-6.0/logs/pkgs/mpfr-3.1.2.p0.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/usr/ports/math/sage/work/sage-6.0/local/var/tmp/sage/build/mpfr-3.1.2.p0 and 
type 'make' or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
  (cd 
'/usr/ports/math/sage/work/sage-6.0/local/var/tmp/sage/build/mpfr-3.1.2.p0'  
'/usr/ports/math/sage/work/sage-6.0/sage' --sh)
When you are done debugging, you can type exit to leave the subshell.

make[5]: *** 
[/usr/ports/math/sage/work/sage-6.0/local/var/lib/sage/installed/mpfr-3.1.2.p0] 
Error 1
make[5]: Leaving directory `/usr/ports/math/sage/work/sage-6.0/build'
make[4]: *** [toolchain-deps] Error 2
make[4]: Leaving directory `/usr/ports/math/sage/work/sage-6.0/build'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/usr/ports/math/sage/work/sage-6.0/build'

real1m32.542s
user2m35.877s
sys 0m43.556s
***
Error building Sage.

The following package(s) may have failed to build:

package: mpfr-3.1.2.p0
log file: /usr/ports/math/sage/work/sage-6.0/logs/pkgs/mpfr-3.1.2.p0.log
build directory: 
/usr/ports/math/sage/work/sage-6.0/local/var/tmp/sage/build/mpfr-3.1.2.p0

The build directory may contain configuration files and other potentially
helpful information. WARNING: if you now run 'make' again, the build
directory will, by default, be deleted. Set the environment variable
SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this.

gmake[2]: *** [build] Error 1
gmake[2]: Leaving directory `/usr/ports/math/sage/work/sage-6.0'
=== Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/math/sage
*** Error code 1

Thank you.

-- 
Mitja
---
http://www.redbubble.com/people/lumiwa

___
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


/usr/local/man vs /usr/local/share/portname/man and manpath

2014-01-30 Thread Anton Shterenlikht
Some ports install man pages under
/usr/local/man
e.g. graphics/xfig,
while other ports do it under
/usr/local/share/portname/man
e.g. graphics/xpdf.

From what I understood from manpath(1),
it is hard to specify the path to the second
type of man pages, because each new
port name needs to be specified separately.

Currently my manpath returns:

/usr/share/man:/usr/local/man:/usr/share/openssl/man:/usr/local/lib/perl5/5.16/man:/usr/local/lib/perl5/5.16/perl/man

Is this a problem to be solved by the
user's environment?
If so, what is the recommended way to solve it?

Or is this a problem with some ports
creating man pages in the wrong place?

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: ports/math/hexcalc restored from 8.2 now runs on 9.1 9.2 10.0

2014-01-30 Thread Julian H. Stacey
=?ISO-8859-1?Q?Ren=E9_Ladan?= wrote:
 2014-01-30 Kevin Oberman rkober...@gmail.com:
  On Wed, Jan 29, 2014 at 7:04 PM, Julian H. Stacey j...@berklix.com wrote:
 
  Hi ports@
  I changed Subject:
   From:
Re: How to find removed ports in general  math/hexcalc in particular.
   To:
ports/math/hexcalc restored from 8.2 now runs on 9.1  9.2  10.0
 
  + cc'd FYI Maintainer of x11/xcalc (a scientific not hexadecimal
  calculator)
 
 
   grep hexcalc /usr/ports/MOVED
   math/hexcalc||2011-08-01|Has expired: Looks like abandonware, no more
  public distfiles
  
   I have a local:
 25129 Dec 20  1995 hexcalc..tar.Z
   (no idea why 2 dots), anyway its a valid tar.  I have put it up here
 http://berklix.com/~jhs/ftp/FreeBSD/ports/distfiles/hexcalc..tar.Z
   I'll look at creating a port.  (unless people know of a newer
   nice hexcalc ? but this one was always OK for me)
 
 Can you fix the filename to just have one dot and preferably a version number?
 
  I have restored ports/math/hexcalc from 8.2; it now runs on 9.1  9.2 
  10.0
 
  http://www.berklix.com/~jhs/src/bsd/fixes/FreeBSD/ports/gen/math/hexcalc/
 
  Anyone know what to fix for 10.0 Mk/ ?  After installing it bleats:
===   Registering installation for hexcalc-1.11_2
pkg-static:
  lstat(/usr1/release/10.0-RELEASE/ports/math/hexcalc/work/stage/usr/local/bin/hexcalc):
  No such file or directory
pkg-static:
  lstat(/usr1/release/10.0-RELEASE/ports/math/hexcalc/work/stage/usr/local/man/man1/hexcalc.1.gz):
  No such file or directory
 
  Quick workaround is to turn off staging for the port.  It needs fixing, but
  that will let it build immediately. Add the following to the Makefile:
  NO_STAGE=  yes
 
 You cannot anymore, since this is now forbidden by a SVN hook.
 
 The proper way (just having a quick look) is to install into
 ${STAGEDIR}${PREFIX}/bin and ${STAGEDIR}${MANPREFIX}/man/man1
 (although you might have to replace MANPREFIX with just PREFIX, not sure)
 
 René

Thanks Kevin  Rene'
I added ${STAGEDIR},  tested, MANPREFIX = PREFIX so I left MANPREFIX.

http://www.berklix.com/~jhs/src/bsd/fixes/FreeBSD/ports/gen/math/hexcalc/All.tgz

Is ready for download  use. Could 1 or 2 people please try,  post
eg Works for me, I guess that will be sufficient to commit it,
as it's the same distfile FreeBSD ports/ used before, that went
missing,  was found again.

All.tgz was made by
tar zcf /tmp/All.tgz . ; mv /tmp/All.tgz .
so you have a single 28K file to encourage download  test,
its contents even include the distfile:
hexcalc.tar.Z
Makefile
distinfo
files/
files/patch-a
pkg-descr

Cheers,
Julian
-- 
Julian Stacey, BSD Unix Linux C Sys Eng Consultant, Munich http://berklix.com
 Interleave replies below like a play script.  Indent old text with  .
 Send plain text, not quoted-printable, HTML, base64, or multipart/alternative.
___
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

samba36 on 10-RELEASE can't join AD

2014-01-30 Thread Marko Cupać
I can't seem to join AD with samba36 on 10-RELEASE:

pacija@server:/usr/local/etc % sudo net ads join -U pacija
Enter pacija's password:
kerberos_kinit_password pac...@example.org failed: Looping detected
inside krb5_get_in_tkt Failed to join domain: failed to connect to AD:
Looping detected inside krb5_get_in_tkt

Kerberos seem to work OK, i can get tickets with kinit. Same krb5.conf
and smb.conf on another 9.2-RELEASE machine are joining AD without
problem.

Any suggestions?
-- 
Marko Cupać marko.cu...@mimar.rs
___
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: newsbeuter/stfl error

2014-01-30 Thread Tijl Coosemans
On Sat, 25 Jan 2014 16:16:53 +0100 Zsolt Udvari wrote:
 2014-01-24 Tijl Coosemans t...@freebsd.org:
 On Fri, 24 Jan 2014 19:50:38 +0100 Zsolt Udvari wrote:
 I'm using www/newsbeuter to read my rss-feeds but after upgrade 9.2 to
 10.0 it doesn't start.

 Starting newsbeuter 2.8...
 Loading configuration...done.
 Opening cache...done.
 Loading URLs from /home/zsolt/.config/newsbeuter/urls...done.
 Loading articles from cache...done.
 STFL Parser Error near ''.
 zsh: abort (core dumped)

 The newsbeuter 2.7 worked well in FreeBSD 9.2 so I've downgraded to
 2.7 but same error. Maybe it's possible it's a user error (pebkac) but
 what's wrong? Or it's newsbeuter/stfl bug or freebsd-incompatibility?
 What can I do to solve these problem?

 A patch for this is waiting for review/approval.

 Good news! Can I help something?

It should work now since r341856.
___
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: newsbeuter/stfl error

2014-01-30 Thread Zsolt Udvari
2014-01-30 Tijl Coosemans t...@freebsd.org:
 It should work now since r341856.
Thanks, I see the commit. I'll test. Thanks for your work!

Zsolt
___
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: newsbeuter/stfl error

2014-01-30 Thread Zsolt Udvari
Do I anything wrong?

gmake[1]: Entering directory
`/memdisk/build/home/freebsd/ports/devel/stfl/work/stfl-0.22'
Makefile:89: Makefile.deps: No such file or directory
clang -I. -MM *.c  Makefile.deps_new
In file included from base.c:23:
In file included from ./stfl_internals.h:31:
/usr/local/include/ncurses/ncurses.h:60:10: fatal error:
'ncurses/ncurses_dll.h' file not found
#include ncurses/ncurses_dll.h
 ^
1 error generated.
In file included from binding.c:23:
In file included from ./stfl_internals.h:31:
/usr/local/include/ncurses/ncurses.h:60:10: fatal error:
'ncurses/ncurses_dll.h' file not found
#include ncurses/ncurses_dll.h
 ^
1 error generated.
In file included from dump.c:23:
In file included from ./stfl_internals.h:31:
/usr/local/include/ncurses/ncurses.h:60:10: fatal error:
'ncurses/ncurses_dll.h' file not found
#include ncurses/ncurses_dll.h
 ^
1 error generated.
In file included from parser.c:23:
In file included from ./stfl_internals.h:31:
/usr/local/include/ncurses/ncurses.h:60:10: fatal error:
'ncurses/ncurses_dll.h' file not found
#include ncurses/ncurses_dll.h
 ^
1 error generated.
In file included from public.c:23:
In file included from ./stfl_internals.h:31:
/usr/local/include/ncurses/ncurses.h:60:10: fatal error:
'ncurses/ncurses_dll.h' file not found
#include ncurses/ncurses_dll.h
 ^
1 error generated.
In file included from style.c:23:
In file included from ./stfl_internals.h:31:
/usr/local/include/ncurses/ncurses.h:60:10: fatal error:
'ncurses/ncurses_dll.h' file not found
#include ncurses/ncurses_dll.h
 ^
1 error generated.
gmake[1]: *** [Makefile.deps] Error 1
gmake[1]: Leaving directory
`/memdisk/build/home/freebsd/ports/devel/stfl/work/stfl-0.22'
*** Error code 2

Stop.
make: stopped in /home/freebsd/ports/devel/stfl



2014-01-30 Zsolt Udvari udvzs...@gmail.com:
 2014-01-30 Tijl Coosemans t...@freebsd.org:
 It should work now since r341856.
 Thanks, I see the commit. I'll test. Thanks for your work!

 Zsolt
___
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: newsbeuter/stfl error

2014-01-30 Thread Zsolt Udvari
2014-01-30 Zsolt Udvari udvzs...@gmail.com:
 Do I anything wrong?

 gmake[1]: Entering directory
 `/memdisk/build/home/freebsd/ports/devel/stfl/work/stfl-0.22'
 Makefile:89: Makefile.deps: No such file or directory
 clang -I. -MM *.c  Makefile.deps_new
 In file included from base.c:23:
 In file included from ./stfl_internals.h:31:
 /usr/local/include/ncurses/ncurses.h:60:10: fatal error:
 'ncurses/ncurses_dll.h' file not found
 #include ncurses/ncurses_dll.h
  ^
 1 error generated.

If I add USE_GCC=any to devel/stfl/Makefile builds well and newsbeuter run.
___
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: Sage update

2014-01-30 Thread Daniel Smith
I also tried rebuilding it and got the same error that Mitja saw.

I think the issue may be that the patches (for dealing with the
freebsd1* vs freebsd1.*) aren't getting properly applied. I set
SAGE_KEEP_BUILT_SPKS=yes before trying to build, and when I looked at
the build dir for the mpir-spkg, it looks like the configure.patch file
had the patches reversed. That is, in the file

sage-6.0/build/pkgs/mpir/patches/configure.patch

There are lines that read

-freebsd1.*)
+freebsd1*)

The result, I think, is that patch believes the freebsd1.* lines, which
are the ones we want, are the old values, hence the mpir configure
script continues to act as if it were building on FreeBSD-1.x

I'm not entirely sure how

math/sage/files/patch-build_pkgs_mpir_patches_configure.patch

was generated, but it looks to me like a couple of the diffs in there
had newer files as their first argument, e.g.,

+diff -ur src/aclocal.m4 b/aclocal.m4
+--- src/aclocal.m4 2014-01-29 21:06:09.0 +
 b/aclocal.m4   2012-10-03 20:07:32.0 +
+@@ -2421,7 +2421,7 @@
+   shlibpath_var=LD_LIBRARY_PATH
+   ;;
+ 
+-freebsd1.*)
++freebsd1*)
...

So I think the situation could be fixed by just changing the command
around (the above was generated by

diff -ur src/aclocal.m4 b/aclocal.m4

so instead just take the output of

diff -ur b/aclocal.m4 src/aclocal.m4

and put the patch-build_pkgs_mpir_patches_configure.patch back together
with that output, instead of what the first command generated).

At least, that's what I'm guessing is going on. I hope my explanation
was clear enough.

Thanks!
-- 
Daniel

On Thu, Jan 30, 2014 at 06:37:29AM -0500, Ajtim wrote:
 On Thursday 30 January 2014 05:31:19 Montgomery-Smith, Stephen wrote:
  On 01/29/2014 07:26 PM, Montgomery-Smith, Stephen wrote:
  So I tried it on my slow i386 computer.  It dies on the subpackage
  r-3.0.2.p0.  I would be interested if other people are seeing the same
  problem.
  
  I think it is because in the build, it creates libR.so using a command
  like this:
  
 
 I did try to build again and I check 387 (Use 387 instead of SSE FPU) and I 
 got:
 
 mpn_bases' can not be used when making a shared object; recompile with -fPIC
 /usr/ports/math/sage/work/sage-6.0/local/lib/libgmp.a: error adding symbols: 
 Bad value
 collect2: ld returned 1 exit status
 make[8]: *** [libmpfr.la] Error 1
 make[8]: Leaving directory 
 `/usr/ports/math/sage/work/sage-6.0/local/var/tmp/sage/build/mpfr-3.1.2.p0/src/src'
 make[7]: *** [all] Error 2
 make[7]: Leaving directory 
 `/usr/ports/math/sage/work/sage-6.0/local/var/tmp/sage/build/mpfr-3.1.2.p0/src/src'
 make[6]: *** [all-recursive] Error 1
 make[6]: Leaving directory 
 `/usr/ports/math/sage/work/sage-6.0/local/var/tmp/sage/build/mpfr-3.1.2.p0/src'
 Error building MPFR.
 
 real0m17.525s
 user0m53.171s
 sys 0m12.151s
 
 Error installing package mpfr-3.1.2.p0
 
 Please email sage-devel (http://groups.google.com/group/sage-devel)
 explaining the problem and including the relevant part of the log file
   /usr/ports/math/sage/work/sage-6.0/logs/pkgs/mpfr-3.1.2.p0.log
 Describe your computer, operating system, etc.
 If you want to try to fix the problem yourself, *don't* just cd to
 /usr/ports/math/sage/work/sage-6.0/local/var/tmp/sage/build/mpfr-3.1.2.p0 and 
 type 'make' or whatever is appropriate.
 Instead, the following commands setup all environment variables
 correctly and load a subshell for you to debug the error:
   (cd 
 '/usr/ports/math/sage/work/sage-6.0/local/var/tmp/sage/build/mpfr-3.1.2.p0' 
  '/usr/ports/math/sage/work/sage-6.0/sage' --sh)
 When you are done debugging, you can type exit to leave the subshell.
 
 make[5]: *** 
 [/usr/ports/math/sage/work/sage-6.0/local/var/lib/sage/installed/mpfr-3.1.2.p0]
  Error 1
 make[5]: Leaving directory `/usr/ports/math/sage/work/sage-6.0/build'
 make[4]: *** [toolchain-deps] Error 2
 make[4]: Leaving directory `/usr/ports/math/sage/work/sage-6.0/build'
 make[3]: *** [all] Error 2
 make[3]: Leaving directory `/usr/ports/math/sage/work/sage-6.0/build'
 
 real1m32.542s
 user2m35.877s
 sys 0m43.556s
 ***
 Error building Sage.
 
 The following package(s) may have failed to build:
 
 package: mpfr-3.1.2.p0
 log file: /usr/ports/math/sage/work/sage-6.0/logs/pkgs/mpfr-3.1.2.p0.log
 build directory: 
 /usr/ports/math/sage/work/sage-6.0/local/var/tmp/sage/build/mpfr-3.1.2.p0
 
 The build directory may contain configuration files and other potentially
 helpful information. WARNING: if you now run 'make' again, the build
 directory will, by default, be deleted. Set the environment variable
 SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this.
 
 gmake[2]: *** [build] Error 1
 gmake[2]: Leaving 

Re: newsbeuter/stfl error

2014-01-30 Thread Tijl Coosemans
On Thu, 30 Jan 2014 18:02:07 +0100 Zsolt Udvari wrote:
 2014-01-30 Zsolt Udvari udvzs...@gmail.com:
 Do I anything wrong?

 gmake[1]: Entering directory
 `/memdisk/build/home/freebsd/ports/devel/stfl/work/stfl-0.22'
 Makefile:89: Makefile.deps: No such file or directory
 clang -I. -MM *.c  Makefile.deps_new
 In file included from base.c:23:
 In file included from ./stfl_internals.h:31:
 /usr/local/include/ncurses/ncurses.h:60:10: fatal error:
 'ncurses/ncurses_dll.h' file not found
 #include ncurses/ncurses_dll.h
  ^
 1 error generated.
 
 If I add USE_GCC=any to devel/stfl/Makefile builds well and newsbeuter run.

It should work now with r341863.  I hadn't tested the port with
devel/ncurses installed.
___
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: newsbeuter/stfl error

2014-01-30 Thread Zsolt Udvari
Thanks, it works now.

Zsolt


2014-01-30 Tijl Coosemans t...@freebsd.org:
 On Thu, 30 Jan 2014 18:02:07 +0100 Zsolt Udvari wrote:
 2014-01-30 Zsolt Udvari udvzs...@gmail.com:
 Do I anything wrong?

 gmake[1]: Entering directory
 `/memdisk/build/home/freebsd/ports/devel/stfl/work/stfl-0.22'
 Makefile:89: Makefile.deps: No such file or directory
 clang -I. -MM *.c  Makefile.deps_new
 In file included from base.c:23:
 In file included from ./stfl_internals.h:31:
 /usr/local/include/ncurses/ncurses.h:60:10: fatal error:
 'ncurses/ncurses_dll.h' file not found
 #include ncurses/ncurses_dll.h
  ^
 1 error generated.

 If I add USE_GCC=any to devel/stfl/Makefile builds well and newsbeuter run.

 It should work now with r341863.  I hadn't tested the port with
 devel/ncurses installed.
___
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] r341860: 2x leftovers, 2x success

2014-01-30 Thread Ports-QAT
- vdpau is a lib depends and not a build depends
- iconv is used with wchar_t

PR: ports/186271
Submitted by:   Mickael Maillot mickael.mail...@gmail.com (maintainer)
-

  Build ID:  20140130164000-11682
  Job owner: t...@freebsd.org
  Buildtime: 85 minutes
  Enddate:   Thu, 30 Jan 2014 18:05:22 GMT

  Revision:  r341860
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=341860

-

Port:multimedia/xbmc 13.0.a11_1

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~t...@freebsd.org/20140130164000-11682-266284/xbmc-13.0.a11_1.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~t...@freebsd.org/20140130164000-11682-266285/xbmc-13.0.a11_1.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   SUCCESS
  Log: 
https://qat.redports.org//~t...@freebsd.org/20140130164000-11682-266286/xbmc-13.0.a11_1.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~t...@freebsd.org/20140130164000-11682-266287/xbmc-13.0.a11_1.log


--
Buildarchive URL: https://qat.redports.org/buildarchive/20140130164000-11682
redports https://qat.redports.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


[QAT] r341742: 2x leftovers, 2x fetch

2014-01-30 Thread Ports-QAT
New port:

CUPS Cloud Print is a Google Cloud Print driver for UNIX-like operating
systems. It allows any application which prints via CUPS to print to Google
Cloud Print directly.
-

  Build ID:  20140129144400-42491
  Job owner: ead...@freebsd.org
  Buildtime: 31 hours
  Enddate:   Thu, 30 Jan 2014 22:04:59 GMT

  Revision:  r341742
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=341742

-

Port:print/cups-cloud-print 0.0.1

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   FETCH
  Log: 
https://qat.redports.org//~ead...@freebsd.org/20140129144400-42491-265644/cups-cloud-print-0.0.1.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   FETCH
  Log: 
https://qat.redports.org//~ead...@freebsd.org/20140129144400-42491-265645/cups-cloud-print-0.0.1.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~ead...@freebsd.org/20140129144400-42491-265646/cups-cloud-print-0.0.1.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~ead...@freebsd.org/20140129144400-42491-265647/cups-cloud-print-0.0.1.log


--
Buildarchive URL: https://qat.redports.org/buildarchive/20140129144400-42491
redports https://qat.redports.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: Sage update

2014-01-30 Thread Ajtim
On Thursday 30 January 2014 20:05:56 Montgomery-Smith, Stephen wrote:
 On 01/30/2014 11:03 AM, Daniel Smith wrote:
  I also tried rebuilding it and got the same error that Mitja saw.
  
  I think the issue may be that the patches (for dealing with the
  freebsd1* vs freebsd1.*) aren't getting properly applied. I set
  SAGE_KEEP_BUILT_SPKS=yes before trying to build, and when I looked at
  the build dir for the mpir-spkg, it looks like the configure.patch file
  had the patches reversed. That is, in the file
  
  sage-6.0/build/pkgs/mpir/patches/configure.patch
  
  There are lines that read
  
  -freebsd1.*)
  +freebsd1*)
  
  The result, I think, is that patch believes the freebsd1.* lines, which
  are the ones we want, are the old values, hence the mpir configure
  script continues to act as if it were building on FreeBSD-1.x
  
  I'm not entirely sure how
  
  math/sage/files/patch-build_pkgs_mpir_patches_configure.patch
  
  was generated, but it looks to me like a couple of the diffs in there
  had newer files as their first argument, e.g.,
  
  +diff -ur src/aclocal.m4 b/aclocal.m4
  +--- src/aclocal.m4 2014-01-29 21:06:09.0 +
   b/aclocal.m4   2012-10-03 20:07:32.0 +
  +@@ -2421,7 +2421,7 @@
  +   shlibpath_var=LD_LIBRARY_PATH
  +   ;;
  + 
  +-freebsd1.*)
  ++freebsd1*)
  ...
  
  So I think the situation could be fixed by just changing the command
  around (the above was generated by
  
  diff -ur src/aclocal.m4 b/aclocal.m4
  
  so instead just take the output of
  
  diff -ur b/aclocal.m4 src/aclocal.m4
  
  and put the patch-build_pkgs_mpir_patches_configure.patch back together
  with that output, instead of what the first command generated).
  
  At least, that's what I'm guessing is going on. I hope my explanation
  was clear enough.
  
  Thanks!
  
 
 
 It looks like Daniel found the error.  I have created a new patch, and
 just committed it.
 
 Let me explain where it comes from.  I have added some code to sage,
 which is in patch-src_bin_sage-spkg, which modified the configure files
 to make them FreeBSD-10 friendly.  I took this code from bsd.port.mk.
 
 But in sages version of mpir, there is a patch in
 work/sage-6.0/build/pkgs/mpir/patches called configure.patch, which
 after applying the changes to configure, no longer applies cleanly.
 
 So what I did is this.  I untarred two copies of
 work/sage-6.0/upstream/mpir-2.6.0.tar.bz2.  I renamed one directory to
 src, and the other to b.
 
 I patched b with configure.patch.  I then applied the script from
 patch-src_bin_sage-spkg to both these directories.  I erased the *.orig
 files in b.  I then did diff -ur src b to create a new copy of
 configure.patch.  I then did diff -u between the old copy of
 configure.patch and the new copy, putting it into
 patch-build_pkgs_mpir_patches_configure.patch.  I touched up the first
 two lines of the patch-build_pkgs_mpir_patches_configure.patch to get
 the path names right, and put this into files.
 
 This is what I meant to do previously, but obviously I made an error
 somewhere in the process.

I am not lucky:
Now installing the Maxima library as 
'/usr/ports/math/sage/work/sage-6.0/local/lib/ecl//maxima.fas'...
New ASDF encountered

real6m29.758s
user5m28.766s
sys 0m28.508s
Successfully installed maxima-5.29.1.p4
Deleting temporary build directory
/usr/ports/math/sage/work/sage-6.0/local/var/tmp/sage/build/maxima-5.29.1.p4
Finished installing maxima-5.29.1.p4.spkg
make[4]: Leaving directory `/usr/ports/math/sage/work/sage-6.0/build'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/usr/ports/math/sage/work/sage-6.0/build'

real18m28.872s
user94m55.810s
sys 7m31.317s
***
Error building Sage.

The following package(s) may have failed to build:

package: r-3.0.2.p0
log file: /usr/ports/math/sage/work/sage-6.0/logs/pkgs/r-3.0.2.p0.log
build directory: 
/usr/ports/math/sage/work/sage-6.0/local/var/tmp/sage/build/r-3.0.2.p0

The build directory may contain configuration files and other potentially
helpful information. WARNING: if you now run 'make' again, the build
directory will, by default, be deleted. Set the environment variable
SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this.

gmake[2]: *** [build] Error 1
gmake[2]: Leaving directory `/usr/ports/math/sage/work/sage-6.0'
=== Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/math/sage
*** Error code 1

Stop.
make: stopped in /usr/ports/math/sage


-- 
Mitja
---
http://www.redbubble.com/people/lumiwa

___
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: ports/math/hexcalc restored from 8.2 now runs on 9.1 9.2 10.0

2014-01-30 Thread René Ladan
2014-01-30 Julian H. Stacey j...@berklix.com:
 =?ISO-8859-1?Q?Ren=E9_Ladan?= wrote:
 2014-01-30 Kevin Oberman rkober...@gmail.com:
  On Wed, Jan 29, 2014 at 7:04 PM, Julian H. Stacey j...@berklix.com wrote:
 
  Hi ports@
  I changed Subject:
   From:
Re: How to find removed ports in general  math/hexcalc in particular.
   To:
ports/math/hexcalc restored from 8.2 now runs on 9.1  9.2  10.0
 
  + cc'd FYI Maintainer of x11/xcalc (a scientific not hexadecimal
  calculator)
 
 
   grep hexcalc /usr/ports/MOVED
   math/hexcalc||2011-08-01|Has expired: Looks like abandonware, no more
  public distfiles
  
   I have a local:
 25129 Dec 20  1995 hexcalc..tar.Z
   (no idea why 2 dots), anyway its a valid tar.  I have put it up here
 http://berklix.com/~jhs/ftp/FreeBSD/ports/distfiles/hexcalc..tar.Z
   I'll look at creating a port.  (unless people know of a newer
   nice hexcalc ? but this one was always OK for me)
 
 Can you fix the filename to just have one dot and preferably a version 
 number?
 
  I have restored ports/math/hexcalc from 8.2; it now runs on 9.1  9.2 
  10.0
 
  http://www.berklix.com/~jhs/src/bsd/fixes/FreeBSD/ports/gen/math/hexcalc/
 
  Anyone know what to fix for 10.0 Mk/ ?  After installing it bleats:
===   Registering installation for hexcalc-1.11_2
pkg-static:
  lstat(/usr1/release/10.0-RELEASE/ports/math/hexcalc/work/stage/usr/local/bin/hexcalc):
  No such file or directory
pkg-static:
  lstat(/usr1/release/10.0-RELEASE/ports/math/hexcalc/work/stage/usr/local/man/man1/hexcalc.1.gz):
  No such file or directory
 
  Quick workaround is to turn off staging for the port.  It needs fixing, but
  that will let it build immediately. Add the following to the Makefile:
  NO_STAGE=  yes

 You cannot anymore, since this is now forbidden by a SVN hook.

 The proper way (just having a quick look) is to install into
 ${STAGEDIR}${PREFIX}/bin and ${STAGEDIR}${MANPREFIX}/man/man1
 (although you might have to replace MANPREFIX with just PREFIX, not sure)

 René

 Thanks Kevin  Rene'
 I added ${STAGEDIR},  tested, MANPREFIX = PREFIX so I left MANPREFIX.

 http://www.berklix.com/~jhs/src/bsd/fixes/FreeBSD/ports/gen/math/hexcalc/All.tgz

 Is ready for download  use. Could 1 or 2 people please try,  post
 eg Works for me, I guess that will be sufficient to commit it,
 as it's the same distfile FreeBSD ports/ used before, that went
 missing,  was found again.

Works for me ;)

I did some editing to Makefile to get it (mostly) pass portlint, the main change
is that I removed x11 from CATEGORIES, which is reserved for Xorg itself if
I understand correctly.

 All.tgz was made by
 tar zcf /tmp/All.tgz . ; mv /tmp/All.tgz .
 so you have a single 28K file to encourage download  test,
 its contents even include the distfile:
 hexcalc.tar.Z
 Makefile
 distinfo
 files/
 files/patch-a
 pkg-descr

Regards,
René

 Cheers,
 Julian
 --
 Julian Stacey, BSD Unix Linux C Sys Eng Consultant, Munich http://berklix.com
  Interleave replies below like a play script.  Indent old text with  .
  Send plain text, not quoted-printable, HTML, base64, or 
 multipart/alternative.
___
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


Help with new port - required port already installed error

2014-01-30 Thread Rod Person
Hi,

I working on a new new port that requires the existing port
graphics/py-qt4-svg.  If this port is installed on the sytem already
I get the error below.  I have tried this on a secondary system of
mine and also redports.org and get the same error.  Is there anyway I
can fix this.  

This is a like the port I'm working on
http://www.rodperson.com/usr/www/users/pl905/rodperson.com/DL/spyder

===  Installing for py27-qt4-svg-4.10.3,1
===  Checking if graphics/py-qt4-svg already installed
===   py27-qt4-svg-4.10.3,1 is already installed
  You may wish to ``make deinstall'' and install this port again
  by ``make reinstall'' to upgrade it properly.
  If you really wish to overwrite the old port of
graphics/py-qt4-svg without deleting it first, set the variable
FORCE_PKG_REGISTER in your environment or the make install
command line.

-- 
Rod

http://www.rodperson.com

He who knows himself to be one way and pretends it is another way is a
thief who robs his own soul.

  The Mahabharata
 Sakuntala 25
___
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: ports/math/hexcalc restored from 8.2 now runs on 9.1 9.2 10.0

2014-01-30 Thread Julian H. Stacey
=?ISO-8859-1?Q?Ren=E9_Ladan?= wrote:
 2014-01-30 Julian H. Stacey j...@berklix.com:
  =?ISO-8859-1?Q?Ren=E9_Ladan?= wrote:
  2014-01-30 Kevin Oberman rkober...@gmail.com:
   On Wed, Jan 29, 2014 at 7:04 PM, Julian H. Stacey j...@berklix.com 
   wrote:
  
   Hi ports@
   I changed Subject:
From:
 Re: How to find removed ports in general  math/hexcalc in particular.
To:
 ports/math/hexcalc restored from 8.2 now runs on 9.1  9.2  10.0
  
   + cc'd FYI Maintainer of x11/xcalc (a scientific not hexadecimal
   calculator)
  
  
grep hexcalc /usr/ports/MOVED
math/hexcalc||2011-08-01|Has expired: Looks like abandonware, no more
   public distfiles
   
I have a local:
  25129 Dec 20  1995 hexcalc..tar.Z
(no idea why 2 dots), anyway its a valid tar.  I have put it up here
  
http://berklix.com/~jhs/ftp/FreeBSD/ports/distfiles/hexcalc..tar.Z
I'll look at creating a port.  (unless people know of a newer
nice hexcalc ? but this one was always OK for me)
  
  Can you fix the filename to just have one dot and preferably a version 
  number?
  
   I have restored ports/math/hexcalc from 8.2; it now runs on 9.1  9.2 
   10.0
  
   http://www.berklix.com/~jhs/src/bsd/fixes/FreeBSD/ports/gen/math/hexcalc/
  
   Anyone know what to fix for 10.0 Mk/ ?  After installing it bleats:
 ===   Registering installation for hexcalc-1.11_2
 pkg-static:
   lstat(/usr1/release/10.0-RELEASE/ports/math/hexcalc/work/stage/usr/local/bin/hexcalc):
   No such file or directory
 pkg-static:
   lstat(/usr1/release/10.0-RELEASE/ports/math/hexcalc/work/stage/usr/local/man/man1/hexcalc.1.gz):
   No such file or directory
  
   Quick workaround is to turn off staging for the port.  It needs fixing, 
   but
   that will let it build immediately. Add the following to the Makefile:
   NO_STAGE=  yes
 
  You cannot anymore, since this is now forbidden by a SVN hook.
 
  The proper way (just having a quick look) is to install into
  ${STAGEDIR}${PREFIX}/bin and ${STAGEDIR}${MANPREFIX}/man/man1
  (although you might have to replace MANPREFIX with just PREFIX, not sure)
 
  René
 
  Thanks Kevin  Rene'
  I added ${STAGEDIR},  tested, MANPREFIX = PREFIX so I left MANPREFIX.
 
  http://www.berklix.com/~jhs/src/bsd/fixes/FreeBSD/ports/gen/math/hexcalc/All.tgz
 
  Is ready for download  use. Could 1 or 2 people please try,  post
  eg Works for me, I guess that will be sufficient to commit it,
  as it's the same distfile FreeBSD ports/ used before, that went
  missing,  was found again.
 
 Works for me ;)

Great, thanks.


 I did some editing to Makefile to get it (mostly) pass portlint,

Ah, ports-mgmt/portlint, new to me, just installed it.


 the main change
 is that I removed x11 from CATEGORIES, which is reserved for Xorg itself if
 I understand correctly.

OK, I just guessed x11 might be a useful indicator when I added it,
so I've removed it.  I also removed md5 from distinfo as portlint complained.


  All.tgz was made by
  tar zcf /tmp/All.tgz . ; mv /tmp/All.tgz .
  so you have a single 28K file to encourage download  test,
  its contents even include the distfile:
  hexcalc.tar.Z
  Makefile
  distinfo
  files/
  files/patch-a
  pkg-descr
 
 Regards,
 René

portlint is still very noisey, I'll try more, but if youve
managed a fairly quiet Makefile, I'd appreciate a copy, thanks.

Cheers,
Julian
-- 
Julian Stacey, BSD Unix Linux C Sys Eng Consultant, Munich http://berklix.com
 Interleave replies below like a play script.  Indent old text with  .
 Send plain text, not quoted-printable, HTML, base64, or multipart/alternative.
___
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: Help with new port - required port already installed error

2014-01-30 Thread Fernando Apesteguía
El 31/01/2014 01:01, Rod Person rodper...@rodperson.com escribió:

 Hi,

 I working on a new new port that requires the existing port
 graphics/py-qt4-svg.  If this port is installed on the sytem already
 I get the error below.  I have tried this on a secondary system of
 mine and also redports.org and get the same error.  Is there anyway I
 can fix this.

 This is a like the port I'm working on
 http://www.rodperson.com/usr/www/users/pl905/rodperson.com/DL/spyder

Not found. Wrong link?


 ===  Installing for py27-qt4-svg-4.10.3,1
 ===  Checking if graphics/py-qt4-svg already installed
 ===   py27-qt4-svg-4.10.3,1 is already installed
   You may wish to ``make deinstall'' and install this port again
   by ``make reinstall'' to upgrade it properly.
   If you really wish to overwrite the old port of
 graphics/py-qt4-svg without deleting it first, set the variable
 FORCE_PKG_REGISTER in your environment or the make install
 command line.

 --
 Rod

 http://www.rodperson.com

 He who knows himself to be one way and pretends it is another way is a
 thief who robs his own soul.

   The Mahabharata
  Sakuntala 25
 ___
 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
___
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: net/avahi-app core dumps signal 11

2014-01-30 Thread Sergio de Almeida Lenzi
Em Qua, 2014-01-29 às 11:54 +0100, Thomas Mueller escreveu:

 On Tue, 21 Jan 2014 23:37:08 -0200, Sergio de Almeida Lenzi wrote:
  avahi-daemon dumps core, and I am unable
  to determinw why because it aborts core just before reaching
  the main()  procedure..
  =
  
  #0  0x000801304604 in pthread_testcancel () from /lib/libthr.so.3
  #1  0x0008012fc706 in open () from /lib/libthr.so.3
  #2  0x000801517227 in __gets_chk () from /lib/libssp.so.0
  #3  0x0008015173d2 in __chk_fail () from /lib/libssp.so.0
  #4  0x000801516ace in .init () from /lib/libssp.so.0
  #5  0x7fffd130 in ?? ()
  #6  0x00080061e6d1 in r_debug_state () from /libexec/ld-elf.so.1
  #7  0x00080061dd57 in __tls_get_addr () from /libexec/ld-elf.so.1
  #8  0x00080061c099 in .text () from /libexec/ld-elf.so.1
  #9  0x in ?? ()
  =
  
  any ideas???
 
 Seems like a bad interaction with stack protector (libssp).
 
 I managed to get working binaries (10.0-STABLE, amd64) by adding
 --disable-stack-protector to CONFIGURE_ARGS
 

Ok... thank you for the tip   I will check ASAP...


___
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: samba36 on 10-RELEASE can't join AD

2014-01-30 Thread Johan Hendriks
Op donderdag 30 januari 2014 heeft Marko Cupać marko.cu...@mimar.rs het
volgende geschreven:

 I can't seem to join AD with samba36 on 10-RELEASE:

 pacija@server:/usr/local/etc % sudo net ads join -U pacija
 Enter pacija's password:
 kerberos_kinit_password pac...@example.org javascript:; failed: Looping
 detected
 inside krb5_get_in_tkt Failed to join domain: failed to connect to AD:
 Looping detected inside krb5_get_in_tkt

 Kerberos seem to work OK, i can get tickets with kinit. Same krb5.conf
 and smb.conf on another 9.2-RELEASE machine are joining AD without
 problem.

 Any suggestions?
 --
 Marko Cupać marko.cu...@mimar.rs javascript:;
 ___
 freebsd-ports@freebsd.org javascript:; mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to 
 freebsd-ports-unsubscr...@freebsd.orgjavascript:;
 


I just installed a FreeBSD 10 machine with samba 36, and i did not have a
problem to join.
My domain is a windows 2003r2 domain.  (Yes i know.. Old )
I do not install the kerberos port, but use kerberos from the base system.

Regards
Johan
___
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