multimedia/mplayer2 (ports rev. r328930)

2013-10-16 Thread Matthias Apitz

Hello,

If one compiles multimedia/mplayer2 and creates the package
of it as mplayer2-2.0.20130428.tbz and installs this on some
other host, mplayer is missing there two shared libs:

[guru@tiny-r255948 ~]$ ldd /usr/local/bin/mplayer | fgrep not
libquvi.so.7 = not found (0)
libdvdnavmini.so.4 = not found (0)

because the two packages

libquvi-0.4.1_2
libdvdnav-4.2.0_1

are not pulled in as dependencies.

Thx

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


smstools3 start script patch

2013-10-16 Thread Zeus Panchenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

hi,

comms/smstools3 startscript prevents syslog using, here is the patch:

- --- smsd~   2013-10-16 10:39:04.038927017 +0300
+++ smsd2013-10-16 10:41:46.027133115 +0300
@@ -19,13 +19,12 @@
 : ${smsd_enable=NO}
 : ${smsd_pidfile=/var/run/smsd/smsd.pid}
 : ${smsd_infofile=/var/run/smsd/smsd.working}
- -: ${smsd_logfile=}
 : ${smsd_config=/usr/local/etc/smsd.conf}
 : ${smsd_user=uucp}
 : ${smsd_group=dialer}
 
 pidfile=${smsd_pidfile}
 command=/usr/local/bin/smsd
- -command_args=-c${smsd_config} -p${smsd_pidfile} -i${smsd_infofile} 
-l${smsd_logfile} -u${smsd_user} -g${smsd_group}
+command_args=-c${smsd_config} -p${smsd_pidfile} -i${smsd_infofile} 
-u${smsd_user} -g${smsd_group}
 
 run_rc_command $1

- -- 
GPG: 0FF7A32A   jid: z...@gnu.org.ua
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (FreeBSD)

iEYEARECAAYFAlJeRIgACgkQr3jpPg/3oyqLIgCg+T6epVnRXe4kgzAXnY/dP6E5
TKsAoMTYqKOLNMynID8GbK4hR4ovkWkX
=ZhsF
-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: smstools3 start script patch

2013-10-16 Thread Guido Falsi

On 10/16/13 09:47, Zeus Panchenko wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

hi,

comms/smstools3 startscript prevents syslog using, here is the patch:

- --- smsd~   2013-10-16 10:39:04.038927017 +0300
+++ smsd2013-10-16 10:41:46.027133115 +0300
@@ -19,13 +19,12 @@
  : ${smsd_enable=NO}
  : ${smsd_pidfile=/var/run/smsd/smsd.pid}
  : ${smsd_infofile=/var/run/smsd/smsd.working}
- -: ${smsd_logfile=}
  : ${smsd_config=/usr/local/etc/smsd.conf}
  : ${smsd_user=uucp}
  : ${smsd_group=dialer}

  pidfile=${smsd_pidfile}
  command=/usr/local/bin/smsd
- -command_args=-c${smsd_config} -p${smsd_pidfile} -i${smsd_infofile} 
-l${smsd_logfile} -u${smsd_user} -g${smsd_group}
+command_args=-c${smsd_config} -p${smsd_pidfile} -i${smsd_infofile} -u${smsd_user} 
-g${smsd_group}

  run_rc_command $1


the source fies contain the following line:

if (filename==0 || filename[0]==0 || strcmp(filename,syslog)==0 || 
strcmp(filename,0)==0)


the third condition means that setting smsd_logfile=syslog in rc.conf 
will let you use syslog. (did not test it, but the code cannot 
lie...Usually :) )


--
Guido Falsi m...@madpilot.net
___
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: [maintainer] Workaround: mariadb55-client and other ports using libmysqlclient.so

2013-10-16 Thread Alexandr Kovalenko
Hi Dewayne,

Patch for libexecinfo issue is tested by at least 6 different users,
so it is now safe to commit fix without reverting.

Cheers,
Alexandr.

On Wed, Oct 16, 2013 at 1:04 AM, Dewayne
dewayne.gerag...@heuristicsystems.com.au wrote:
 On 16/10/2013 9:00 AM, Michael Gmelin wrote:
 On Wed, 16 Oct 2013 00:33:42 +0300
 Alexandr Kovalenko ne...@nevermind.kiev.ua wrote:

 Thanks for testing Michael!

 Michael, no need to merge into your patch, this fix is essential and
 urgent, while your is very complex and not so urgent :)

 Let's keep things separate :)

 On Tue, Oct 15, 2013 at 11:34 PM, Michael Gmelin free...@grem.de
 wrote:
 On Tue, 15 Oct 2013 22:28:10 +0300
 Alexandr Kovalenko ne...@nevermind.kiev.ua wrote:

 On Tue, Oct 15, 2013 at 10:21 PM, Vincent Hoffman
 vi...@unsane.co.uk wrote:
 ports/182565
 I've submitted fix. Could you please try it and check if it helps?

 http://www.freebsd.org/cgi/query-pr.cgi?pr=183001
 ___
 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

 I tested the patch on 9.1-RELEASE + clang + libc++, it builds and
 runs fine. Since I was just preparing anothing patch for PR 182547
 I merged this with your patch, it can be found here:

 http://www.freebsd.org/cgi/query-pr.cgi?pr=182547cat=#reply15

 Michael

 --
 Michael Gmelin
 Hi Alex,

 While I understand that your top priority is making the port
 build again, I would ask you to look at the patches soon. Not reading
 the correct configuration files is not a negligible problem, especially
 when migrating from MySQL.

 Thanks,
 Michael


 Isn't the most expedient solution to reverse the libexecinfo changes
 until the patches are incorporated, tested and deployed?

 Is there a reason that the Makefile can't comment out
 LIB_DEPENDS=   libexecinfo.so:${PORTSDIR}/devel/libexecinfo
 and remove files/patch-cmake_os_FreeBSD.cmake in the meantime?

 Regards, Dewayne
___
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 Port: mongodb-2.4.6

2013-10-16 Thread sven bommezijn

Hi,

Just want to report that mongodb-2.4.6 port seems broken at my system:

FreeBSD sandflee.local 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 
02:36:49 UTC 2010 
r...@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64


Did a full port upgrade, build stops here:

{standard input}: Assembler messages:
{standard input}:72084: Warning: end of file not at end of a line; 
newline inserted

{standard input}:72452: Error: no such instruction: `m'
c++: Internal error: Killed: 9 (program cc1plus)
Please submit a full bug report.
See URL:http://gcc.gnu.org/bugs.html for instructions.
scons: *** 
[build/freebsd/cc_cc/cxx_c++/ssl/use-system-pcre/use-system-snappy/use-system-v8/usev8/mongo/scripting/bench.o] 
Error 1

scons: building terminated because of errors.
*** Error code 2

Stop in /usr/ports/databases/mongodb.
*** Error code 1

After getting a lot of deprecated messages on 
src/mongo/scripting/engine_v8.h



If you might require any additional info, I would be happy to supply that.

S


--
Sven Bommezijn

m: s...@datanator.com
w: www.datanator.com
t: @datanator
p: 06 5021 5234

___
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 you maintain which are out of date

2013-10-16 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/gthumb | 2.14.1  | 3.2.4
+-+
www/xist| 3.25| 5.2.7
+-+


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

If wish to stop receiving portscout reminders, please contact
portsc...@freebsd.org

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: Updating linux-f10-pango fails

2013-10-16 Thread René Ladan
On 15-10-2013 15:00, Boris Samorodov wrote:
 15.10.2013 15:08, René Ladan пишет:
 2013/10/15 Jerry je...@seibercom.net:
 I have tried to update the linux-f10-pango port twice; however, it fails 
 each time.

 [...]

 ===   Generating temporary packing list
 cd /usr/ports/x11-toolkits/linux-f10-pango/work  /usr/bin/find * ! -path 
 stage* -type d -exec /bin/mkdir -p 
 /usr/ports/x11-toolkits/linux-f10-pango/work/stage/compat/linux/{} \;
 cd /usr/ports/x11-toolkits/linux-f10-pango/work  /usr/bin/find * ! -path 
 stage/* ! -type d | /usr/bin/cpio -pm -R root:wheel 
 /usr/ports/x11-toolkits/linux-f10-pango/work/stage/compat/linux

 Here it installs under ${STAGEDIR}/compat/linux, which is OK...

 1776 blocks
  Compressing man pages
  Running Q/A tests
 ===  Building package for linux-f10-pango-1.28.3_1
 Creating package 
 /usr/ports/x11-toolkits/linux-f10-pango/work/linux-f10-pango-1.28.3_1.tbz
 Registering depends: linux-f10-cairo-1.8.0_2 linux-f10-xorg-libs-7.4_1 
 linux-f10-fontconfig-2.6.0 linux-f10-expat-2.0.1 linux-f10-png-1.2.37_2 
 linux_base-f10-10_7.
 Registering conflicts: linux-pango-[0-9]* linux-f8-pango-[0-9]*.
 Creating bzip'd tar ball in 
 '/usr/ports/x11-toolkits/linux-f10-pango/work/linux-f10-pango-1.28.3_1.tbz'
 tar: could not chdir to 
 '/usr/ports/x11-toolkits/linux-f10-pango/work/stage/usr/compat/linux'

 Here tar gets confused somehow, it wants to pack
 ${STAGEDIR}/usr/compat/linux (note the extra usr/ ), which fails
 consequently.
 
 Does the affected system (poudiere jail) use links, like
 /compat - /usr/compat?
 
Mine does not have a /usr/compat - /compat link (nor the other way
around), and /compat is only created when building/installing linux
ports (or other ports that require it).

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: news/nzbget updated

2013-10-16 Thread Mark Felder
I have just submitted a PR regarding these issues.
___
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: Calling all ruby enthusiasts

2013-10-16 Thread Rusmir Dusko
 I have been working toward getting lang/ruby18 removed from the ports
 tree, it is vulnerable, and no longer supported upstream.  If you have
 been watching the commit logs, you will see the work I have already put
 into it's removal.  My personal thanks to Steve Wills (swills@) for
 helping me through much of the process.
 
 I have made some contact with some of you already about updating some
 ports, but more work has to be done to get ruby18 removed.  You are
 being contacted because you are a maintainer of one of the ports listed
 below.
 
 The first column is a port that has a DEPRECATED dependency, the second column
 is the port targeted for removal.
 
 Mk/bsd.lua.mk   lang/ruby-lua4
 devel/rubygem-rascutwww/rubygem-mongerl
 devel/rubygem-rascutwww/rubygem-mongrel
 devel/rubygem-ruby-debug-base   devel/rubygem-linecache
 dns/dnsdoctor   lang/ruby18
 games/magicmaze devel/ruby-sdl
 japanese/gorua  x11-toolkits/ruby-gtk
 security/flowtagx11-toolkits/ruby-tk
 sysutils/puppet www/rubygem-mongerl
 sysutils/puppet27   www/rubygem-mongerl
 www/aswiki  textproc/ruby-amrita
 www/rubygem-rails   www/rubygem-mongerl
 www/rubygem-staticmatic www/rubygem-mongerl
 www/tdiary  www/ruby-nora
 www/typowww/rubygem-mongrel_cluster
 www/typowww/rubygem-rails-app-installer
 
 It would appear that making www/rubygem-mongerl* work with ruby19 would
 be the biggest first step toward the final cleanup.
 
 If you have some time, and want to help out, please find a port listed
 above, fix it for ruby19, and file a PR to get it committed.
 
 It is that easy :)
 
 Thanks for all your help in advance.
 
 
 Thomas

Hello

I have updated devel/ruby-sdl to 2.1.2


- Update to 2.1.2
- Change master sites to RUBYFORGE
- Remove DEPRECATED, EXPIRATION_DATE
- Add license (LGPL21)
- Add dependencies for devel/sdl_sge, japanese/libskk and devel/sdlskk
- Change CONFIGURE_ARGS
- Support STAGEDIR
- Change DOCS, EXAMPLES and add DOCS, EXAMPLES Options
- Change pkg-descr
- Add WWW


Build log

https://redports.org/buildarchive/20131016123700-18775/



devel/sdlskk must be changed that good compile devel/ruby-sdl-2.1.2

- Change comment and pkg-descr
- Add CONFIGURE_ARGS+=--with-pic


Build log

https://redports.org/buildarchive/20131016081100-57330/


ak@ have this wrote on #bsdports

ak nemysis: perhaps it would be better to change COMMENT for devel/sdlskk from 
SDLSKK is SKK on SDL to something like 'SKK like library for input Japanese, 
based on sdl'?  


CONFIGURE_ARGS+=--with-pic is needed to can fix good devel/ruby-sdl or get

/usr/bin/ld: /usr/local/lib/libSDLSKK.a(sdlskk.o): relocation R_X86_64_32 
against `a local symbol' can not be used when making a shared object; recompile 
with -fPIC
/usr/local/lib/libSDLSKK.a: could not read symbols: Bad value
*** [sdl_ext.so] Error code 1
1 error
=== Compilation failed unexpectedly.  
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** [do-build] Error code 1

Stop in /usr/local/ports/local/In-Review/devel/ruby-sdl.

And with this change get

compiling rubysdl_sdlskk.c



Please approve these changes.


Best regards,
Rusmir Dusko, nemysis
Index: Makefile
===
--- Makefile	(revision 330064)
+++ Makefile	(working copy)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	sdl
-PORTVERSION=	1.3.1
-PORTREVISION=	8
+PORTVERSION=	2.1.2
 CATEGORIES=	devel graphics audio ruby
-MASTER_SITES=	http://www.kmc.gr.jp/~ohai/rubysdl/
+MASTER_SITES=	RUBYFORGE/ruby${PORTNAME}/
 PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
 DISTNAME=	ruby${PORTNAME}-${PORTVERSION}
 DIST_SUBDIR=	ruby
@@ -13,10 +12,11 @@
 MAINTAINER=	r...@freebsd.org
 COMMENT=	Ruby extension library to use SDL library
 
-DEPRECATED=	Does not work with Ruby 1.9
-EXPIRATION_DATE=	2013-10-10
+LICENSE=	LGPL21
 
-BUILD_DEPENDS=	${NONEXISTENT}:${RUBY_OPENGL_PORTDIR}:patch
+LIB_DEPENDS=	libSGE.so:${PORTSDIR}/devel/sdl_sge \
+		libskk.so:${PORTSDIR}/japanese/libskk \
+		libSDLSKK.so.2.0:${PORTSDIR}/devel/sdlskk
 
 RUBY_OPENGL_PORTDIR=	${PORTSDIR}/graphics/ruby-opengl
 RUBY_OPENGL_WRKSRC_CMD=	cd ${RUBY_OPENGL_PORTDIR}; ${MAKE} -V WRKSRC
@@ -27,45 +27,47 @@
 
 CONFIGURE_ARGS=	--with-sdl-config=sdl-config \
 		--enable-opengl --linkoglmodule \
-		--with-x11-dir=${LOCALBASE}
+		--with-x11-dir=${LOCALBASE} \
+		--disable-pthreads
 INSTALL_TARGET=	site-install
 
-RUBY_RD_FILES=	rubysdl_doc.en.rd \
-		rubysdl_doc_old.rd
+PORTDOCS=	*
+PORTEXAMPLES=	*
 
-DOCS_EN=	NEWS.en README.en rubysdl_const_list.txt \
-		${RUBY_RD_FILES:M*.en.rd} \
-		${RUBY_RD_HTML_FILES:M*.en.html}
-DOCS_JA=	NEWS.ja README.ja \
-		${RUBY_RD_FILES:N*.en.rd} \
-		${RUBY_RD_HTML_FILES:N*.en.html}
+DOCSDIR=	${RUBY_MODDOCDIR}
+EXAMPLESDIR=	${RUBY_MODEXAMPLESDIR}
 
-NO_STAGE=	

coinmp

2013-10-16 Thread Ajtim
Hi!

My system:FreeBSD 10.0-BETA1 #0 r256420: Sun Oct 13 01:43:07 UTC
2013 r...@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64


I tried to install Openoffice-4 and it stopped in math/coinmp:

/usr/include/c++/v1/memory:4799:1: note: candidate template ignored: could not 
match 'shared_ptrtype-parameter-0-0' against 'const LAP::reducedCost'
operator(const shared_ptr_Tp __x, const shared_ptr_Up __y) _NOEXCEPT
^
/usr/include/c++/v1/memory:4864:1: note: candidate template ignored: could not 
match 'shared_ptrtype-parameter-0-0' against 'const LAP::reducedCost'
operator(const shared_ptr_Tp __x, nullptr_t) _NOEXCEPT
^
/usr/include/c++/v1/memory:4872:1: note: candidate template ignored: could not 
match 'shared_ptrtype-parameter-0-0' against 'const LAP::reducedCost'
operator(nullptr_t, const shared_ptr_Tp __x) _NOEXCEPT
^
1 error generated.
*** [CglLandPSimplex.lo] Error code 1

make[6]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl/src/CglLandP
1 error

make[6]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl/src/CglLandP
*** [all-recursive] Error code 1

make[5]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl/src
1 error

make[5]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl/src
*** [all] Error code 2

make[4]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl/src
1 error

make[4]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl/src
*** [all-recursive] Error code 1

make[3]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl
1 error

make[3]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl
*** [all-recursive] Error code 1

make[2]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0
1 error

make[2]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.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/coinmp
*** Error code 1

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

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

=== Update for math/coinmp failed
=== Aborting update

=== Killing background jobs

Thank you.

Mitja
___
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: coinmp

2013-10-16 Thread Ajtim
On Wed, 16 Oct 2013 19:27:45 +0200
Rainer Hurling rhur...@gwdg.de wrote:

 Am 16.10.2013 18:39, schrieb Ajtim:
  Hi!
  
  My system:FreeBSD 10.0-BETA1 #0 r256420: Sun Oct 13 01:43:07 UTC
  2013 r...@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
  
  
  I tried to install Openoffice-4 and it stopped in math/coinmp:
  
  /usr/include/c++/v1/memory:4799:1: note: candidate template
  ignored: could not match 'shared_ptrtype-parameter-0-0' against
  'const LAP::reducedCost' operator(const shared_ptr_Tp __x,
  const shared_ptr_Up __y) _NOEXCEPT
  ^ /usr/include/c++/v1/memory:4864:1: note: candidate template
  ignored: could not match 'shared_ptrtype-parameter-0-0' against
  'const LAP::reducedCost' operator(const shared_ptr_Tp __x,
  nullptr_t) _NOEXCEPT ^ /usr/include/c++/v1/memory:4872:1: note:
  candidate template ignored: could not match
  'shared_ptrtype-parameter-0-0' against 'const LAP::reducedCost'
  operator(nullptr_t, const shared_ptr_Tp __x) _NOEXCEPT ^ 1
  error generated. *** [CglLandPSimplex.lo] Error code 1
  
  make[6]: stopped
  in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl/src/CglLandP 1 error
  
  make[6]: stopped
  in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl/src/CglLandP ***
  [all-recursive] Error code 1
  
  make[5]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl/src
  1 error
  
  make[5]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl/src
  *** [all] Error code 2
  
  make[4]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl/src
  1 error
  
  make[4]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl/src
  *** [all-recursive] Error code 1
  
  make[3]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl
  1 error
  
  make[3]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl
  *** [all-recursive] Error code 1
  
  make[2]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0
  1 error
  
  make[2]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.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/coinmp
  *** Error code 1
  
  Stop.
  make: stopped in /usr/ports/math/coinmp
  
  === make failed for math/coinmp
  === Aborting update
  
  === Update for math/coinmp failed
  === Aborting update
  
  === Killing background jobs
  
  Thank you.
  
  Mitja
 
 It should work by using
 
 env USE_GCC=any make
 
 
 OpenOffice-4 also uses GCC for its build, but it fails with nss. But
 that's another story ...
 
 HTH,
 Rainer
 

It works for coinmp. Thank you.
___
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: coinmp

2013-10-16 Thread Rainer Hurling
Am 16.10.2013 18:39, schrieb Ajtim:
 Hi!
 
 My system:FreeBSD 10.0-BETA1 #0 r256420: Sun Oct 13 01:43:07 UTC
 2013 r...@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
 
 
 I tried to install Openoffice-4 and it stopped in math/coinmp:
 
 /usr/include/c++/v1/memory:4799:1: note: candidate template ignored: could 
 not match 'shared_ptrtype-parameter-0-0' against 'const LAP::reducedCost'
 operator(const shared_ptr_Tp __x, const shared_ptr_Up __y) _NOEXCEPT
 ^
 /usr/include/c++/v1/memory:4864:1: note: candidate template ignored: could 
 not match 'shared_ptrtype-parameter-0-0' against 'const LAP::reducedCost'
 operator(const shared_ptr_Tp __x, nullptr_t) _NOEXCEPT
 ^
 /usr/include/c++/v1/memory:4872:1: note: candidate template ignored: could 
 not match 'shared_ptrtype-parameter-0-0' against 'const LAP::reducedCost'
 operator(nullptr_t, const shared_ptr_Tp __x) _NOEXCEPT
 ^
 1 error generated.
 *** [CglLandPSimplex.lo] Error code 1
 
 make[6]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl/src/CglLandP
 1 error
 
 make[6]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl/src/CglLandP
 *** [all-recursive] Error code 1
 
 make[5]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl/src
 1 error
 
 make[5]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl/src
 *** [all] Error code 2
 
 make[4]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl/src
 1 error
 
 make[4]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl/src
 *** [all-recursive] Error code 1
 
 make[3]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl
 1 error
 
 make[3]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0/Cgl
 *** [all-recursive] Error code 1
 
 make[2]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.0
 1 error
 
 make[2]: stopped in /usr/ports/math/coinmp/work/CoinMP-1.7.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/coinmp
 *** Error code 1
 
 Stop.
 make: stopped in /usr/ports/math/coinmp
 
 === make failed for math/coinmp
 === Aborting update
 
 === Update for math/coinmp failed
 === Aborting update
 
 === Killing background jobs
 
 Thank you.
 
 Mitja

It should work by using

env USE_GCC=any make


OpenOffice-4 also uses GCC for its build, but it fails with nss. But
that's another story ...

HTH,
Rainer

___
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: Updating linux-f10-pango fails

2013-10-16 Thread Alexander Leidinger
On Wed, 16 Oct 2013 14:31:17 +0200
René Ladan r...@freebsd.org wrote:

 On 15-10-2013 15:00, Boris Samorodov wrote:
  15.10.2013 15:08, René Ladan пишет:

  Here tar gets confused somehow, it wants to pack
  ${STAGEDIR}/usr/compat/linux (note the extra usr/ ), which fails
  consequently.
  
  Does the affected system (poudiere jail) use links, like
  /compat - /usr/compat?
  
 Mine does not have a /usr/compat - /compat link (nor the other way
 around), and /compat is only created when building/installing linux
 ports (or other ports that require it).

A normal install creates (or used to create, so at least there are old
systems with this) the link /compat - /usr/compat, so maybe somewhere
realpath comes into use and exhibits a problem here (here being the
staging support in general, not limited to the port).

Bye,
Alexander.

-- 
http://www.Leidinger.netAlexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org   netchild @ FreeBSD.org  : PGP ID = 72077137
___
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

devel/ncurses fails on Raspberry Pi

2013-10-16 Thread Sevan / Venture37

Hi,
I'm attempting to build devel/ncurses on 11.0-CURRENT r256425 running on 
a Raspberry Pi but it's failing with


cc ../obj_s/tic.o  ../obj_s/dump_entry.o  ../obj_s/transform.o -rpath 
/usr/local/lib -I../progs -I../../progs -DHAVE_CONFIG_H   -D_BSD_TYPES 
-D__BSD_VISIBLE -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DNDEBUG 
-I. -I../include -I../../progs/../include -I/usr/local/include/ncurses 
-O -pipe  --param max-inline-insns-single=1200 -fPIC -DPIC -L../lib 
-lncurses -L../lib -ltinfo -o tic
/usr/bin/ld: tic: hidden symbol `__aeabi_memcpy' in 
/usr/lib/libgcc.a(aeabi_memcpy.o) is referenced by DSO

/usr/bin/ld: final link failed: Nonrepresentable section on output
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1

Stop.
make[5]: stopped in 
/usr/ports/devel/ncurses/work/ncurses-5.9/build.nowidec/progs

*** Error code 1

Stop.
make[4]: stopped in /usr/ports/devel/ncurses/work/ncurses-5.9/build.nowidec
*** Error code 1

Stop.
make[3]: stopped in /usr/ports/devel/ncurses
*** Error code 1


Sevan / Venture37
___
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: Updating linux-f10-pango fails

2013-10-16 Thread Matthias Andree
Am 16.10.2013 21:17, schrieb Alexander Leidinger:
 On Wed, 16 Oct 2013 14:31:17 +0200
 René Ladan r...@freebsd.org wrote:
 
 On 15-10-2013 15:00, Boris Samorodov wrote:
 15.10.2013 15:08, René Ladan пишет:
 
 Here tar gets confused somehow, it wants to pack
 ${STAGEDIR}/usr/compat/linux (note the extra usr/ ), which fails
 consequently.

 Does the affected system (poudiere jail) use links, like
 /compat - /usr/compat?

 Mine does not have a /usr/compat - /compat link (nor the other way
 around), and /compat is only created when building/installing linux
 ports (or other ports that require it).
 
 A normal install creates (or used to create, so at least there are old
 systems with this) the link /compat - /usr/compat, so maybe somewhere
 realpath comes into use and exhibits a problem here (here being the
 staging support in general, not limited to the port).
 
 Bye,
 Alexander.
 

Alexander,

I think I can confirm your assessment.


René,

I had the same issue as Jerry (as reported on IRC, on
9.1-RELEASE-amd64), but did not dig deeper.

In the end I sidestepped the problem because I could not solve it;
meaning I used poudriere to build the package and installed that through
pkg_add.  That is not the canonical way to do that.

I think I can confirm Alexanders suspicion.

I do have the symbolic link that Alexander states:

$ ls -l /compat
lrwxr-xr-x  1 root  wheel  10 10 Okt  2009 /compat - usr/compat

make package in the actual system fails (poudriere is fine for me, too).

So perhaps either Poudriere sets up the jail a touch differently than a
regular system would install it (possibly through sysinstall or whatever
I used to get 9.1, I do not remember).


Now, my workaround that makes make package work is to alias the file
systems instead of :

# mv /compat /compat.off
# mkdir /compat  mount_nullfs /usr/compat /compat

(Further hints below.)

Then:

$ make package
===  Building package for linux-f10-pango-1.28.3_1
Creating package
/var/tmp/usr/ports.svn/x11-toolkits/linux-f10-pango/work/linux-f10-pango-1.28.3_1.tbz
Registering depends: linux-f10-cairo-1.8.0_2 linux-f10-xorg-libs-7.4_1
linux-f10-fontconfig-2.6.0 linux-f10-expat-2.0.1 linux-f10-png-1.2.37_2
linux_base-f10-10_7.
Registering conflicts: linux-pango-[0-9]* linux-f8-pango-[0-9]*.
Creating bzip'd tar ball in
'/var/tmp/usr/ports.svn/x11-toolkits/linux-f10-pango/work/linux-f10-pango-1.28.3_1.tbz'
$

*This would seem to confirm that the symlink is the trigger for the
problem.*


Now, for the archives, further hints:

1. to make the change permanent, add one line to /etc/fstab so the mount
gets re-established after reboot

# printf '/usr/compat\t\t/compat\t\tnullfs\trw\t\t0\t0\n'  /etc/fstab

2. if instead you want to revert the change:

# umount /compat
# rmdir /compat  mv /compat.off /compat
# sed -i.bak -e '/^\/usr\/compat/d' /etc/fstab

3. if /compat gets destroyed:

# ln -sfn usr/compat /compat


I hope portmgr can investigate and fix this problem.

Best regards
Matthias




signature.asc
Description: OpenPGP digital signature


Re: devel/ncurses fails on Raspberry Pi

2013-10-16 Thread Sevan / Venture37

On 16/10/2013 23:26, Sevan / Venture37 wrote:

Hi,
I'm attempting to build devel/ncurses on 11.0-CURRENT r256425 running on
a Raspberry Pi but it's failing with

cc ../obj_s/tic.o  ../obj_s/dump_entry.o  ../obj_s/transform.o -rpath
/usr/local/lib -I../progs -I../../progs -DHAVE_CONFIG_H   -D_BSD_TYPES
-D__BSD_VISIBLE -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DNDEBUG
-I. -I../include -I../../progs/../include -I/usr/local/include/ncurses
-O -pipe  --param max-inline-insns-single=1200 -fPIC -DPIC -L../lib
-lncurses -L../lib -ltinfo -o tic
/usr/bin/ld: tic: hidden symbol `__aeabi_memcpy' in
/usr/lib/libgcc.a(aeabi_memcpy.o) is referenced by DSO
/usr/bin/ld: final link failed: Nonrepresentable section on output
cc: error: linker command failed with exit code 1 (use -v to see
invocation)
*** Error code 1


Same thing with devel/ncurses-devel

cc ../obj_s/tic.o  ../obj_s/dump_entry.o  ../obj_s/transform.o -rpath 
/usr/local/lib -I../progs -I../../progs -DHAVE_CONFIG_H   -D_BSD_TYPES 
-D__BSD_VISIBLE -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DNDEBUG 
-I. -I../include -I../../progs/../include -I/usr/local/include/ncurses 
-O -pipe  --param max-inline-insns-single=1200 -fPIC -DPIC -L../lib 
-lncurses -L../lib -ltinfo -o tic
/usr/bin/ld: tic: hidden symbol `__aeabi_memcpy' in 
/usr/lib/libgcc.a(aeabi_memcpy.o) is referenced by DSO

/usr/bin/ld: final link failed: Nonrepresentable section on output
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1

Stop.
make[3]: stopped in 
/usr/ports/devel/ncurses-devel/work/ncurses-5.9/build.nowidec/progs

*** Error code 1

Stop.
make[2]: stopped in 
/usr/ports/devel/ncurses-devel/work/ncurses-5.9/build.nowidec

*** Error code 1

Stop.
make[1]: stopped in /usr/ports/devel/ncurses-devel
*** Error code 1

___
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] r330547: 4x leftovers

2013-10-16 Thread Ports-QAT
- Update to 2.4.20130923 snapshot.
- Add STAGEDIR support.
-

  Build ID:  20131016213800-62178
  Job owner: h...@freebsd.org
  Buildtime: 9 minutes
  Enddate:   Wed, 16 Oct 2013 21:46:47 GMT

  Revision:  r330547
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=330547

-

Port:multimedia/rtmpdump 2.4.20130923

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~h...@freebsd.org/20131016213800-62178-208272/rtmpdump-2.4.20130923.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~h...@freebsd.org/20131016213800-62178-208273/rtmpdump-2.4.20130923.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~h...@freebsd.org/20131016213800-62178-208274/rtmpdump-2.4.20130923.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~h...@freebsd.org/20131016213800-62178-208275/rtmpdump-2.4.20130923.log


--
Buildarchive URL: https://qat.redports.org/buildarchive/20131016213800-62178
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] r330568: 4x leftovers

2013-10-16 Thread Ports-QAT
- Support staging
-

  Build ID:  20131016235001-16884
  Job owner: amd...@freebsd.org
  Buildtime: 23 minutes
  Enddate:   Thu, 17 Oct 2013 00:12:56 GMT

  Revision:  r330568
  Repository:
https://svnweb.freebsd.org/ports?view=revisionrevision=330568

-

Port:sysutils/gkrellflynn 0.8_8

  Buildgroup: 8.4-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~amd...@freebsd.org/20131016235001-16884-208356/gkrellflynn-0.8_8.log

  Buildgroup: 8.4-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~amd...@freebsd.org/20131016235001-16884-208357/gkrellflynn-0.8_8.log

  Buildgroup: 9.2-QAT/amd64
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~amd...@freebsd.org/20131016235001-16884-208358/gkrellflynn-0.8_8.log

  Buildgroup: 9.2-QAT/i386
  Buildstatus:   LEFTOVERS
  Log: 
https://qat.redports.org//~amd...@freebsd.org/20131016235001-16884-208359/gkrellflynn-0.8_8.log


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


Fwd: [REL - 91amd64-default][databases/postgresql-repmgr] Failed for postgresql-repmgr-1.2.0 in run-depends

2013-10-16 Thread Alexander Pyhalov

Hello.
I started receiving similar messages yesterday. I've checked that 
locally port builds and install without any errors.


What is wrong with port that it can't be built on the build machine? How 
can I debug it?

My /etc/make.conf is:

CFLAGS= -fno-omit-frame-pointer -O2 -pipe
STRIP=
WITH_CTF=1
WITH_PKGNG=yes
BDECFLAGS=  -W -Wall -ansi -pedantic -Wbad-function-cast 
-Wcast-align \

-Wcast-qual -Wchar-subscripts -Winline \
-Wmissing-prototypes -Wnested-externs -Wpointer-arith \
-Wredundant-decls -Wshadow -Wstrict-prototypes 
-Wwrite-strings

COPTFLAGS= -O2 -pipe
MTREE_FOLLOWS_SYMLINKS= -L
WRKDIRPREFIX=/var/tmp


 Исходное сообщение 
Тема: [REL - 91amd64-default][databases/postgresql-repmgr] Failed for 
postgresql-repmgr-1.2.0 in run-depends

Дата: 17.10.2013 08:32
От: pkg-fall...@freebsd.org
Кому: a...@sfedu.ru
Копия: pkg-fall...@freebsd.org

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: a...@sfedu.ru
Last committer: b...@freebsd.org
Ident:  $FreeBSD: head/databases/postgresql-repmgr/Makefile 
327717 2013-09-20 16:13:47Z bapt $
Log URL:
http://beefy2.isc.freebsd.org/bulk/91amd64-default/2013-10-16_16h05m32s/logs/postgresql-repmgr-1.2.0.log
Build URL:  
http://beefy2.isc.freebsd.org/bulk/91amd64-default/2013-10-16_16h05m32s

Log:

 Building databases/postgresql-repmgr
build started at Thu Oct 17 04:32:19 UTC 2013
port directory: /usr/ports/databases/postgresql-repmgr
building for: FreeBSD 91amd64-default-job-17 9.1-RELEASE FreeBSD 
9.1-RELEASE amd64

maintained by: a...@sfedu.ru
Makefile ident:  $FreeBSD: head/databases/postgresql-repmgr/Makefile 
327717 2013-09-20 16:13:47Z bapt $

Poudriere version: 3.1-pre

---Begin Environment---
OSVERSION=901000
UNAME_v=FreeBSD 9.1-RELEASE
UNAME_r=9.1-RELEASE
BLOCKSIZE=K
MAIL=/var/mail/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
STATUS=1
MASTERMNT=/usr/local/poudriere/data/build/91amd64-default/ref
PKG_EXT=txz
tpid=13426
POUDRIERE_BUILD_TYPE=bulk
PKGNG=1
PKGNAME=postgresql-repmgr-1.2.0
PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f
PKG_ADD=/usr/local/sbin/pkg-static add
PWD=/root
MASTERNAME=91amd64-default
USER=root
HOME=/root
POUDRIERE_VERSION=3.1-pre
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
PKG_VERSION=/poudriere/pkg-static version
PKG_BIN=/usr/local/sbin/pkg-static
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
TMPDIR=/tmp MAKE=gmake SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
USE_PGXS=1 TMPDIR=/tmp SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  
LOCALBASE=/usr/local  LIBDIR=/usr/lib  CC=cc CFLAGS=-O2 -pipe 
-fno-strict-aliasing  CPP=cpp CPPFLAGS=  LDFLAGS=  CXX=c++ 
CXXFLAGS=-O2 -pipe -fno-strict-aliasing  MANPREFIX=/usr/local 
BSD_INSTALL_PROGRAM=install  -s -o root -g wheel -m 555  
BSD_INSTALL_LIB=install  -s -o root -g wheel -m 444  
BSD_INSTALL_SCRIPT=install  -o root -g wheel -m 555  
BSD_INSTALL_DATA=install  -o root -g wheel -m 444  
BSD_INSTALL_MAN=install  -o root -g wheel -m 444

--End MAKE_ENV--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/postgresql-repmgr
DOCSDIR=/usr/local/share/doc/postgresql-repmgr
EXAMPLESDIR=/usr/local/share/examples/postgresql-repmgr
WWWDIR=/usr/local/www/postgresql-repmgr
ETCDIR=/usr/local/etc/postgresql-repmgr
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
 /usr/local/etc/poudriere.d/make.conf 
WITH_PKGNG=yes
NO_RESTRICTED=yes
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
===  Cleaning for postgresql-repmgr-1.2.0
===phase: check-config   


===
===phase: pkg-depends

===   postgresql-repmgr-1.2.0 depends on file: /usr/local/sbin/pkg - 
not found
===Verifying install for /usr/local/sbin/pkg in 
/usr/ports/ports-mgmt/pkg

===   Installing existing package /packages/All/pkg-1.1.4_8.txz
Installing pkg-1.1.4_8... done
If you are upgrading from the old package format, first run:

  # pkg2ng
===   Returning to build of postgresql-repmgr-1.2.0
===
===phase: fetch-depends  


===
===phase: fetch  

=== Fetching all distfiles required by postgresql-repmgr-1.2.0 for 
building

===