pkg-fallout USE_PACKAGE_DEPENDS_ONLY and SIGERR?

2014-08-29 Thread Koichiro IWAO

Hello,

How can I fix following two pkg-fallout notifications?  The one of them 
is about
dependency, another one is SIGERR.  I have no idea how to fix it.  
Please help.


===   USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency 
from source

*** Error code 1

Stop.
make: stopped in /usr/ports/japanese/font-ricty



==  Building for ja-font-ricty-discord-3.2.3
cd 
/wrkdirs/usr/ports/japanese/font-ricty-discord/work/yascentur-Ricty-0fd7047 

/bin/sh 
/wrkdirs/usr/ports/japanese/font-ricty-discord/work/yascentur-Ricty-0fd7047/ricty_generator.sh
/usr/local/lib/X11/fonts/OTF/Inconsolata.otf  
/usr/local/lib/X11/fonts/TTF/migu-1m-regular.ttf

/usr/local/lib/X11/fonts/TTF/migu-1m-bold.ttf
Ricty Generator 3.2.3b

Author: Yasunori Yusa lastname at save.sys.t.u-tokyo.ac.jp

This script is to generate ``Ricty'' font from Inconsolata and Migu 1M.
It requires 2-5 minutes to generate Ricty. Owing to SIL Open Font 
License
Version 1.1 section 5, it is PROHIBITED to distribute the generated 
font.


trap: bad signal ERR
*** Error code 2

Stop in /usr/ports/japanese/font-ricty-discord.
*** Error code 1


http://beefy2.isc.freebsd.org/data/10amd64-quarterly/2014-08-27_15h21m01s/logs/ja-font-ricty-3.2.3.log
http://beefy1.isc.freebsd.org/data/84i386-default/2014-08-15_14h18m35s/logs/ja-font-ricty-discord-3.2.3.log

--
`whois vmeta.jp | nkf -w`
meta m...@vmeta.jp
___
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

2014-08-29 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
+-+
devel/hgview| 1.6.2   | 1.8.2
+-+
devel/libbobcat | 3.18.01 | 3.23.01
+-+
math/giacxcas   | 1.1.0   | 1.1.2
+-+
textproc/groonga| 4.0.4   | 4.0.5
+-+


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: pkg-fallout USE_PACKAGE_DEPENDS_ONLY and SIGERR?

2014-08-29 Thread Bryan Drewery
On 8/29/2014 2:07 AM, Koichiro IWAO wrote:
 Hello,
 
 How can I fix following two pkg-fallout notifications?  The one of them
 is about
 dependency, another one is SIGERR.  I have no idea how to fix it. 
 Please help.
 
 ===   USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency
 from source
 *** Error code 1

 Stop.
 make: stopped in /usr/ports/japanese/font-ricty
 
 ==  Building for ja-font-ricty-discord-3.2.3
 cd
 /wrkdirs/usr/ports/japanese/font-ricty-discord/work/yascentur-Ricty-0fd7047
 
 /bin/sh
 /wrkdirs/usr/ports/japanese/font-ricty-discord/work/yascentur-Ricty-0fd7047/ricty_generator.sh

 /usr/local/lib/X11/fonts/OTF/Inconsolata.otf 
 /usr/local/lib/X11/fonts/TTF/migu-1m-regular.ttf
 /usr/local/lib/X11/fonts/TTF/migu-1m-bold.ttf
 Ricty Generator 3.2.3b

 Author: Yasunori Yusa lastname at save.sys.t.u-tokyo.ac.jp

 This script is to generate ``Ricty'' font from Inconsolata and Migu 1M.
 It requires 2-5 minutes to generate Ricty. Owing to SIL Open Font License
 Version 1.1 section 5, it is PROHIBITED to distribute the generated font.

 trap: bad signal ERR
 *** Error code 2


For ricty-discord:

The ricty_generator.sh script is using a bashism and expects to use bash
as noted in at the top of the script.

font-ricty/Makefile is running with /bin/sh though:
 56 do-build:
 57 cd ${WRKSRC} \
 58 ${SH} ${WRKSRC}/ricty_generator.sh \

You'll need a BUILD_DEPENDS on bash and use ${LOCALBASE}/bin/bash rather
than ${SH} there.

Or patch out whatever the trap is doing in the script.

I'm not sure how japanese/font-ricty has ever worked.

For font-ricty:

It is likely a false positive failure in a way. Because
font-ricty-discord did not build it cannot build font-ricty either. It
should have *skipped* trying, but it managed to try and found that its
dependency was not built. Fix font-ricty-discord and it should fix
font-ricty.

 Stop in /usr/ports/japanese/font-ricty-discord.
 *** Error code 1
 
 http://beefy2.isc.freebsd.org/data/10amd64-quarterly/2014-08-27_15h21m01s/logs/ja-font-ricty-3.2.3.log
 
 http://beefy1.isc.freebsd.org/data/84i386-default/2014-08-15_14h18m35s/logs/ja-font-ricty-discord-3.2.3.log
 
 


-- 
Regards,
Bryan Drewery



signature.asc
Description: OpenPGP digital signature


Cannot build www/mod_dnssd with poudriere

2014-08-29 Thread Wolfgang Riegler
Hi,

I cannot build www/mod_dnssd with poudriere. It stops with the following error:

===phase: package
httpd: Syntax error on line 165 of /usr/local/etc/apache24/httpd.conf: Cannot 
load 
/wrkdirs/usr/ports/www/mod_dnssd/work/stage/usr/local/libexec/apache24/mod_dnssd.so
 into server: 
/wrkdirs/usr/ports/www/mod_dnssd/work/stage/usr/local/libexec/apache24/mod_dnssd.so:
 Undefined symbol unixd_setup_child
make: /usr/ports/Mk/bsd.apache.mk line 281: warning: Couldn't read shell's 
output for /usr/local/sbin/httpd -V | /usr/bin/sed -ne 's/^Server version: 
Apache\/\([0-9]\)\.\([0-9]*\).*/\1\2/p'
apxs:Error: Invalid query string `MPM_NAME'.
make: /usr/ports/Mk/bsd.apache.mk line 287: warning: /usr/local/sbin/apxs -q 
MPM_NAME returned non-zero status
===  ap-mod_dnssd-0.6_9 is marked as broken: : Error from bsd.apache.mk. 
apache is installed (or APACHE_PORT is defined) and port requires apache22 at 
least.
*** Error code 1

Stop.
make: stopped in /usr/ports/www/mod_dnssd
httpd: Syntax error on line 165 of /usr/local/etc/apache24/httpd.conf: Cannot 
load 
/wrkdirs/usr/ports/www/mod_dnssd/work/stage/usr/local/libexec/apache24/mod_dnssd.so
 into server: 
/wrkdirs/usr/ports/www/mod_dnssd/work/stage/usr/local/libexec/apache24/mod_dnssd.so:
 Undefined symbol unixd_setup_child
make: /usr/ports/Mk/bsd.apache.mk line 281: warning: Couldn't read shell's 
output for /usr/local/sbin/httpd -V | /usr/bin/sed -ne 's/^Server version: 
Apache\/\([0-9]\)\.\([0-9]*\).*/\1\2/p'
apxs:Error: Invalid query string `MPM_NAME'.
make: /usr/ports/Mk/bsd.apache.mk line 287: warning: /usr/local/sbin/apxs -q 
MPM_NAME returned non-zero status
httpd: Syntax error on line 165 of /usr/local/etc/apache24/httpd.conf: Cannot 
load 
/wrkdirs/usr/ports/www/mod_dnssd/work/stage/usr/local/libexec/apache24/mod_dnssd.so
 into server: 
/wrkdirs/usr/ports/www/mod_dnssd/work/stage/usr/local/libexec/apache24/mod_dnssd.so:
 Undefined symbol unixd_setup_child
make[1]: /usr/ports/Mk/bsd.apache.mk line 281: warning: Couldn't read shell's 
output for /usr/local/sbin/httpd -V | /usr/bin/sed -ne 's/^Server version: 
Apache\/\([0-9]\)\.\([0-9]*\).*/\1\2/p'
apxs:Error: Invalid query string `MPM_NAME'.
make[1]: /usr/ports/Mk/bsd.apache.mk line 287: warning: /usr/local/sbin/apxs 
-q MPM_NAME returned non-zero status
ap-mod_dnssd-0.6_9: /usr/ports/www/apache non-existent -- dependency list 
incomplete
===  Cleaning for ap-mod_dnssd-0.6_9
httpd: Syntax error on line 165 of /usr/local/etc/apache24/httpd.conf: Cannot 
load 
/wrkdirs/usr/ports/www/mod_dnssd/work/stage/usr/local/libexec/apache24/mod_dnssd.so
 into server: 
/wrkdirs/usr/ports/www/mod_dnssd/work/stage/usr/local/libexec/apache24/mod_dnssd.so:
 Undefined symbol unixd_setup_child
make[1]: /usr/ports/Mk/bsd.apache.mk line 281: warning: Couldn't read shell's 
output for /usr/local/sbin/httpd -V | /usr/bin/sed -ne 's/^Server version: 
Apache\/\([0-9]\)\.\([0-9]*\).*/\1\2/p'
apxs:Error: Invalid query string `MPM_NAME'.
make[1]: /usr/ports/Mk/bsd.apache.mk line 287: warning: /usr/local/sbin/apxs 
-q MPM_NAME returned non-zero status
build of /usr/ports/www/mod_dnssd ended at Fri Aug 29 06:04:29 CEST 2014
build time: 00:00:12



Can someone help me?

kind regards

Wolfgang
___
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: Cant get gimp to use xsane with FreeBSD 10.-RELRASE

2014-08-29 Thread Mike Clarke
On Friday 29 August 2014 00:35:03 Carlos Jacobo Puga Medina wrote:
 I installed graphics/gimp-app including the xsane plugin on
 11-CURRENT/i386 and it works fine.
 
 Current versions installed:
 % pkg info gimp-app xsane
 gimp-app-2.8.10_5,1
 xsane-0.999_2
 
 Port configure options chosen: 
 % make -C /usr/ports/graphics/gimp-app/ pretty-print-config
 +AA +DBUS -GHOSTSCRIPT +GVFS +HELPBROWSER -JASPER +LIBEXIF +LIBMNG
 +LIBRSVG2 +POPPLER -SIMD +WMF 

I've rebuilt gimp-app with exactly the same options as you and still 
have the problem, even after upgrading from 2.8.10_4 to 2.8.10_5.

As it turns out I'm having a number of other inexplicable problems 
with 10.0-RELEASE  and I'm reverting to 9.3-RELEASE. I don't have any 
problems with gimp and xsane on 9.3 but I'm still running gimp-
app-2.8.10_3,1 there so this might be a problem with versions later 
than 2.8.10_3 - I'll need to run some tests before the next time I 
upgrade my ports.

-- 
Mike Clarke
___
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: Berkeley DB 4 and portupgrade

2014-08-29 Thread RW
On Mon, 25 Aug 2014 17:05:31 +0200
Matthias Andree wrote:


 You're looking in the wrong places, you should have:
 /usr/ports/INDEX-10.db and /var/db/pkg/pkgdb.db

As Chris Rees pointed out pkgdb.db isn't created anymore.
___
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: Cant get gimp to use xsane with FreeBSD 10.-RELRASE

2014-08-29 Thread Warren Block

On Fri, 29 Aug 2014, Mike Clarke wrote:


On Friday 29 August 2014 00:35:03 Carlos Jacobo Puga Medina wrote:

I installed graphics/gimp-app including the xsane plugin on
11-CURRENT/i386 and it works fine.

Current versions installed:
% pkg info gimp-app xsane
gimp-app-2.8.10_5,1
xsane-0.999_2

Port configure options chosen:
% make -C /usr/ports/graphics/gimp-app/ pretty-print-config
+AA +DBUS -GHOSTSCRIPT +GVFS +HELPBROWSER -JASPER +LIBEXIF +LIBMNG
+LIBRSVG2 +POPPLER -SIMD +WMF


I've rebuilt gimp-app with exactly the same options as you and still
have the problem, even after upgrading from 2.8.10_4 to 2.8.10_5.

As it turns out I'm having a number of other inexplicable problems
with 10.0-RELEASE  and I'm reverting to 9.3-RELEASE. I don't have any
problems with gimp and xsane on 9.3 but I'm still running gimp-
app-2.8.10_3,1 there so this might be a problem with versions later
than 2.8.10_3 - I'll need to run some tests before the next time I
upgrade my ports.


graphics/gimp-app works on 10-stable for me, including the SANE plugin.
-AA +DBUS +GHOSTSCRIPT +GVFS +HELPBROWSER -JASPER +LIBEXIF +LIBMNG +LIBRSVG2 
+POPPLER +SIMD +WMF
___
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