FYI: istgt FreeBSD port

2015-10-09 Thread Evan Susarret
Pawel,
Just thought you might want to be aware of the new version, since you 
posted the most recent revision in the ports tree. I've copied the ports list 
since there is no maintainer assigned to the port.
I was recently informed by the original author of istgt that a new 
upstream version exists on his website, see below. Daisuke has since posted a 
release announcement on his blog (http://shell.peach.ne.jp/aoyama/), including 
isboot and other goodies.
I have just tested building the upstream version as-is on FreeBSD 
10.2-STABLE, it appears to build OK though I haven't tested functionality yet.

Cheers,
Evan Susarret

Begin forwarded message:

> From: "Daisuke Aoyama" 
> Date: September 18, 2015 at 1:19:58 PM EDT
> To: "David Disseldorp" , 
> Subject: Re: your istgt changes
> 
> Hi,
> 
> Do you check latest version?
> http://www.peach.ne.jp/archives/istgt/istgt-20150713.tar.gz
> 
> Regards,
> Daisuke Aoyama
> 
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: HELP: Bacula compile with older version installed

2015-10-09 Thread Larry Rosenman

On 2015-10-09 19:22, Jason Unovitch wrote:

On Fri, Oct 9, 2015 at 8:11 PM, Larry Rosenman  wrote:

On 2015-10-09 19:09, Jason Unovitch wrote:


For sysutils/openipmi in PR 396109 the fix was this.  However that 
was

before USES= localbase hit the tree which according to the commit
message should prevent ports from picking up their own headers from
old versions in LOCALBASE.

CPPFLAGS+=  -I../include -I${LOCALBASE}/include



This is a LINK issue, NOT a compile issue.



Apologies for the misdirection.  It's been one of those long weeks
where no commits before coffee applies.


BTDT -- Just looking for help from the experts.  No harm no foul :)







On Fri, Oct 9, 2015 at 7:59 PM, Larry Rosenman  
wrote:


On 2015-10-09 18:55, Per olof Ljungmark wrote:



On 2015-10-10 01:19, Larry Rosenman wrote:



Related to BZ# 193641, the new 7.2.0 bacula port doesn't link if 
the

7.0.5 packages are installed.

we get:
==>Entering directory


/var/ports/basejail/usr/ports/sysutils/bacula-server/work/bacula-7.2.0/src/dird

--- bacula-dir ---
Linking bacula-dir ...


/var/ports/basejail/usr/ports/sysutils/bacula-server/work/bacula-7.2.0/libtool
--silent --tag=CXX --mode=link /usr/bin/c++ -L../lib -L../cats
-L../findlib  -L/usr/local/lib  -L/usr/local/lib -fstack-protector 
-o
bacula-dir dird.o admin.o authenticate.o autoprune.o backup.o 
bsr.o

catreq.o dir_plugins.o dird_conf.o expand.o fd_cmds.o getmsg.o
inc_conf.o job.o jobq.o mac.o mac_sql.o mountreq.o msgchan.o 
next_vol.o
newvol.o recycle.o restore.o run_conf.o scheduler.o ua_acl.o 
ua_cmds.o
ua_dotcmds.o ua_query.o ua_input.o ua_label.o ua_output.o 
ua_prune.o
ua_purge.o ua_restore.o ua_run.o ua_select.o ua_server.o 
snapshot.o

ua_status.o ua_tree.o ua_update.o vbackup.o verify.o  -lbacfind
-lbacsql
-lbaccats -lbaccfg -lbac -lm   -lpthread  -lintl  -lwrap
/usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib -lssl 
-lcrypto

dird.o: In function `main':




pkg delete the old version first?
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to 
"freebsd-ports-unsubscr...@freebsd.org"



That works, but we (dvl@ and I) would like to get it work without 
having

to
do that.

Jason Unovitch suggested USES= localbase, but that didn't help 
either.



--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: l...@lerctr.org
US Mail: 7011 W Parmer Ln, Apt 1115, Austin, TX 78729-6961
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to 
"freebsd-ports-unsubscr...@freebsd.org"



--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: l...@lerctr.org
US Mail: 7011 W Parmer Ln, Apt 1115, Austin, TX 78729-6961


--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: l...@lerctr.org
US Mail: 7011 W Parmer Ln, Apt 1115, Austin, TX 78729-6961
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: HELP: Bacula compile with older version installed

2015-10-09 Thread Jason Unovitch
On Fri, Oct 9, 2015 at 8:11 PM, Larry Rosenman  wrote:
> On 2015-10-09 19:09, Jason Unovitch wrote:
>>
>> For sysutils/openipmi in PR 396109 the fix was this.  However that was
>> before USES= localbase hit the tree which according to the commit
>> message should prevent ports from picking up their own headers from
>> old versions in LOCALBASE.
>>
>> CPPFLAGS+=  -I../include -I${LOCALBASE}/include
>
>
> This is a LINK issue, NOT a compile issue.
>

Apologies for the misdirection.  It's been one of those long weeks
where no commits before coffee applies.

>
>>
>> On Fri, Oct 9, 2015 at 7:59 PM, Larry Rosenman  wrote:
>>>
>>> On 2015-10-09 18:55, Per olof Ljungmark wrote:


 On 2015-10-10 01:19, Larry Rosenman wrote:
>
>
> Related to BZ# 193641, the new 7.2.0 bacula port doesn't link if the
> 7.0.5 packages are installed.
>
> we get:
> ==>Entering directory
>
>
> /var/ports/basejail/usr/ports/sysutils/bacula-server/work/bacula-7.2.0/src/dird
>
> --- bacula-dir ---
> Linking bacula-dir ...
>
>
> /var/ports/basejail/usr/ports/sysutils/bacula-server/work/bacula-7.2.0/libtool
> --silent --tag=CXX --mode=link /usr/bin/c++ -L../lib -L../cats
> -L../findlib  -L/usr/local/lib  -L/usr/local/lib -fstack-protector -o
> bacula-dir dird.o admin.o authenticate.o autoprune.o backup.o bsr.o
> catreq.o dir_plugins.o dird_conf.o expand.o fd_cmds.o getmsg.o
> inc_conf.o job.o jobq.o mac.o mac_sql.o mountreq.o msgchan.o next_vol.o
> newvol.o recycle.o restore.o run_conf.o scheduler.o ua_acl.o ua_cmds.o
> ua_dotcmds.o ua_query.o ua_input.o ua_label.o ua_output.o ua_prune.o
> ua_purge.o ua_restore.o ua_run.o ua_select.o ua_server.o snapshot.o
> ua_status.o ua_tree.o ua_update.o vbackup.o verify.o  -lbacfind
> -lbacsql
> -lbaccats -lbaccfg -lbac -lm   -lpthread  -lintl  -lwrap
> /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib -lssl -lcrypto
> dird.o: In function `main':



 pkg delete the old version first?
 ___
 freebsd-ports@freebsd.org mailing list
 https://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
>>>
>>>
>>> That works, but we (dvl@ and I) would like to get it work without having
>>> to
>>> do that.
>>>
>>> Jason Unovitch suggested USES= localbase, but that didn't help either.
>>>
>>>
>>> --
>>> Larry Rosenman http://www.lerctr.org/~ler
>>> Phone: +1 214-642-9640 E-Mail: l...@lerctr.org
>>> US Mail: 7011 W Parmer Ln, Apt 1115, Austin, TX 78729-6961
>>> ___
>>> freebsd-ports@freebsd.org mailing list
>>> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
>>> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
>
>
> --
> Larry Rosenman http://www.lerctr.org/~ler
> Phone: +1 214-642-9640 E-Mail: l...@lerctr.org
> US Mail: 7011 W Parmer Ln, Apt 1115, Austin, TX 78729-6961
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: HELP: Bacula compile with older version installed

2015-10-09 Thread Larry Rosenman

On 2015-10-09 19:09, Jason Unovitch wrote:

For sysutils/openipmi in PR 396109 the fix was this.  However that was
before USES= localbase hit the tree which according to the commit
message should prevent ports from picking up their own headers from
old versions in LOCALBASE.

CPPFLAGS+=  -I../include -I${LOCALBASE}/include


This is a LINK issue, NOT a compile issue.




On Fri, Oct 9, 2015 at 7:59 PM, Larry Rosenman  wrote:

On 2015-10-09 18:55, Per olof Ljungmark wrote:


On 2015-10-10 01:19, Larry Rosenman wrote:


Related to BZ# 193641, the new 7.2.0 bacula port doesn't link if the
7.0.5 packages are installed.

we get:
==>Entering directory

/var/ports/basejail/usr/ports/sysutils/bacula-server/work/bacula-7.2.0/src/dird

--- bacula-dir ---
Linking bacula-dir ...

/var/ports/basejail/usr/ports/sysutils/bacula-server/work/bacula-7.2.0/libtool
--silent --tag=CXX --mode=link /usr/bin/c++ -L../lib -L../cats
-L../findlib  -L/usr/local/lib  -L/usr/local/lib -fstack-protector 
-o

bacula-dir dird.o admin.o authenticate.o autoprune.o backup.o bsr.o
catreq.o dir_plugins.o dird_conf.o expand.o fd_cmds.o getmsg.o
inc_conf.o job.o jobq.o mac.o mac_sql.o mountreq.o msgchan.o 
next_vol.o
newvol.o recycle.o restore.o run_conf.o scheduler.o ua_acl.o 
ua_cmds.o

ua_dotcmds.o ua_query.o ua_input.o ua_label.o ua_output.o ua_prune.o
ua_purge.o ua_restore.o ua_run.o ua_select.o ua_server.o snapshot.o
ua_status.o ua_tree.o ua_update.o vbackup.o verify.o  -lbacfind 
-lbacsql

-lbaccats -lbaccfg -lbac -lm   -lpthread  -lintl  -lwrap
/usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib -lssl 
-lcrypto

dird.o: In function `main':



pkg delete the old version first?
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to 
"freebsd-ports-unsubscr...@freebsd.org"


That works, but we (dvl@ and I) would like to get it work without 
having to

do that.

Jason Unovitch suggested USES= localbase, but that didn't help either.


--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: l...@lerctr.org
US Mail: 7011 W Parmer Ln, Apt 1115, Austin, TX 78729-6961
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to 
"freebsd-ports-unsubscr...@freebsd.org"


--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: l...@lerctr.org
US Mail: 7011 W Parmer Ln, Apt 1115, Austin, TX 78729-6961
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: HELP: Bacula compile with older version installed

2015-10-09 Thread Jason Unovitch
For sysutils/openipmi in PR 396109 the fix was this.  However that was
before USES= localbase hit the tree which according to the commit
message should prevent ports from picking up their own headers from
old versions in LOCALBASE.

CPPFLAGS+=  -I../include -I${LOCALBASE}/include

On Fri, Oct 9, 2015 at 7:59 PM, Larry Rosenman  wrote:
> On 2015-10-09 18:55, Per olof Ljungmark wrote:
>>
>> On 2015-10-10 01:19, Larry Rosenman wrote:
>>>
>>> Related to BZ# 193641, the new 7.2.0 bacula port doesn't link if the
>>> 7.0.5 packages are installed.
>>>
>>> we get:
>>> ==>Entering directory
>>>
>>> /var/ports/basejail/usr/ports/sysutils/bacula-server/work/bacula-7.2.0/src/dird
>>>
>>> --- bacula-dir ---
>>> Linking bacula-dir ...
>>>
>>> /var/ports/basejail/usr/ports/sysutils/bacula-server/work/bacula-7.2.0/libtool
>>> --silent --tag=CXX --mode=link /usr/bin/c++ -L../lib -L../cats
>>> -L../findlib  -L/usr/local/lib  -L/usr/local/lib -fstack-protector -o
>>> bacula-dir dird.o admin.o authenticate.o autoprune.o backup.o bsr.o
>>> catreq.o dir_plugins.o dird_conf.o expand.o fd_cmds.o getmsg.o
>>> inc_conf.o job.o jobq.o mac.o mac_sql.o mountreq.o msgchan.o next_vol.o
>>> newvol.o recycle.o restore.o run_conf.o scheduler.o ua_acl.o ua_cmds.o
>>> ua_dotcmds.o ua_query.o ua_input.o ua_label.o ua_output.o ua_prune.o
>>> ua_purge.o ua_restore.o ua_run.o ua_select.o ua_server.o snapshot.o
>>> ua_status.o ua_tree.o ua_update.o vbackup.o verify.o  -lbacfind -lbacsql
>>> -lbaccats -lbaccfg -lbac -lm   -lpthread  -lintl  -lwrap
>>> /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib -lssl -lcrypto
>>> dird.o: In function `main':
>>
>>
>> pkg delete the old version first?
>> ___
>> freebsd-ports@freebsd.org mailing list
>> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
>> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
>
> That works, but we (dvl@ and I) would like to get it work without having to
> do that.
>
> Jason Unovitch suggested USES= localbase, but that didn't help either.
>
>
> --
> Larry Rosenman http://www.lerctr.org/~ler
> Phone: +1 214-642-9640 E-Mail: l...@lerctr.org
> US Mail: 7011 W Parmer Ln, Apt 1115, Austin, TX 78729-6961
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: HELP: Bacula compile with older version installed

2015-10-09 Thread Larry Rosenman

On 2015-10-09 18:55, Per olof Ljungmark wrote:

On 2015-10-10 01:19, Larry Rosenman wrote:

Related to BZ# 193641, the new 7.2.0 bacula port doesn't link if the
7.0.5 packages are installed.

we get:
==>Entering directory
/var/ports/basejail/usr/ports/sysutils/bacula-server/work/bacula-7.2.0/src/dird

--- bacula-dir ---
Linking bacula-dir ...
/var/ports/basejail/usr/ports/sysutils/bacula-server/work/bacula-7.2.0/libtool
--silent --tag=CXX --mode=link /usr/bin/c++ -L../lib -L../cats
-L../findlib  -L/usr/local/lib  -L/usr/local/lib -fstack-protector -o
bacula-dir dird.o admin.o authenticate.o autoprune.o backup.o bsr.o
catreq.o dir_plugins.o dird_conf.o expand.o fd_cmds.o getmsg.o
inc_conf.o job.o jobq.o mac.o mac_sql.o mountreq.o msgchan.o 
next_vol.o

newvol.o recycle.o restore.o run_conf.o scheduler.o ua_acl.o ua_cmds.o
ua_dotcmds.o ua_query.o ua_input.o ua_label.o ua_output.o ua_prune.o
ua_purge.o ua_restore.o ua_run.o ua_select.o ua_server.o snapshot.o
ua_status.o ua_tree.o ua_update.o vbackup.o verify.o  -lbacfind 
-lbacsql

-lbaccats -lbaccfg -lbac -lm   -lpthread  -lintl  -lwrap
/usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib -lssl -lcrypto
dird.o: In function `main':


pkg delete the old version first?
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to 
"freebsd-ports-unsubscr...@freebsd.org"
That works, but we (dvl@ and I) would like to get it work without having 
to do that.


Jason Unovitch suggested USES= localbase, but that didn't help either.


--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: l...@lerctr.org
US Mail: 7011 W Parmer Ln, Apt 1115, Austin, TX 78729-6961
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: HELP: Bacula compile with older version installed

2015-10-09 Thread Per olof Ljungmark
On 2015-10-10 01:19, Larry Rosenman wrote:
> Related to BZ# 193641, the new 7.2.0 bacula port doesn't link if the
> 7.0.5 packages are installed.
> 
> we get:
> ==>Entering directory
> /var/ports/basejail/usr/ports/sysutils/bacula-server/work/bacula-7.2.0/src/dird
> 
> --- bacula-dir ---
> Linking bacula-dir ...
> /var/ports/basejail/usr/ports/sysutils/bacula-server/work/bacula-7.2.0/libtool
> --silent --tag=CXX --mode=link /usr/bin/c++ -L../lib -L../cats
> -L../findlib  -L/usr/local/lib  -L/usr/local/lib -fstack-protector -o
> bacula-dir dird.o admin.o authenticate.o autoprune.o backup.o bsr.o
> catreq.o dir_plugins.o dird_conf.o expand.o fd_cmds.o getmsg.o
> inc_conf.o job.o jobq.o mac.o mac_sql.o mountreq.o msgchan.o next_vol.o
> newvol.o recycle.o restore.o run_conf.o scheduler.o ua_acl.o ua_cmds.o
> ua_dotcmds.o ua_query.o ua_input.o ua_label.o ua_output.o ua_prune.o
> ua_purge.o ua_restore.o ua_run.o ua_select.o ua_server.o snapshot.o
> ua_status.o ua_tree.o ua_update.o vbackup.o verify.o  -lbacfind -lbacsql
> -lbaccats -lbaccfg -lbac -lm   -lpthread  -lintl  -lwrap
> /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib -lssl -lcrypto
> dird.o: In function `main':

pkg delete the old version first?
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: cyrus-sasl-saslauthd won't build anymore

2015-10-09 Thread Hajimu UMEMOTO
Hi,

> On Fri, 9 Oct 2015 18:57:56 +0100
> Mark Knight  said:

lists> Mine didn't. In the end, my workaround was to uninstall security/krb5

lists> So it looks like there's a conflict between the current versions of
lists> security/krb5 and security/cyrus-sasl-saslauthd.

It is not so easy.  It seems you have openssl port installed as well.
Since search path of include file is same between openssl port and mit
kerberos, it seems impossible to build with openssl port and base
heimdal when mit kerberos is installed without support of ports
framework for gssapi and/or openssl.

Sincerely,

--
Hajimu UMEMOTO
u...@mahoroba.org  u...@freebsd.org
http://www.mahoroba.org/~ume/
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


HELP: Bacula compile with older version installed

2015-10-09 Thread Larry Rosenman
Related to BZ# 193641, the new 7.2.0 bacula port doesn't link if the 
7.0.5 packages are installed.


we get:
==>Entering directory 
/var/ports/basejail/usr/ports/sysutils/bacula-server/work/bacula-7.2.0/src/dird

--- bacula-dir ---
Linking bacula-dir ...
/var/ports/basejail/usr/ports/sysutils/bacula-server/work/bacula-7.2.0/libtool 
--silent --tag=CXX --mode=link /usr/bin/c++ -L../lib -L../cats 
-L../findlib  -L/usr/local/lib  -L/usr/local/lib -fstack-protector -o 
bacula-dir dird.o admin.o authenticate.o autoprune.o backup.o bsr.o 
catreq.o dir_plugins.o dird_conf.o expand.o fd_cmds.o getmsg.o 
inc_conf.o job.o jobq.o mac.o mac_sql.o mountreq.o msgchan.o next_vol.o 
newvol.o recycle.o restore.o run_conf.o scheduler.o ua_acl.o ua_cmds.o 
ua_dotcmds.o ua_query.o ua_input.o ua_label.o ua_output.o ua_prune.o 
ua_purge.o ua_restore.o ua_run.o ua_select.o ua_server.o snapshot.o 
ua_status.o ua_tree.o ua_update.o vbackup.o verify.o  -lbacfind -lbacsql 
-lbaccats -lbaccfg -lbac -lm   -lpthread  -lintl  -lwrap 
/usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib -lssl -lcrypto

dird.o: In function `main':
dird.c:(.text+0x2f3): undefined reference to `debug_level_tags'
dird.o: In function `check_catalog(cat_op)':
dird.c:(.text+0x215b): undefined reference to `set_db_engine_name(char 
const*)'

backup.o: In function `update_bootstrap_file(JCR*)':
backup.c:(.text+0x2635): undefined reference to `open_bpipe(char*, int, 
char const*, char**)'

dir_plugins.o: In function `generate_plugin_event':
dir_plugins.c:(.text+0x23): undefined reference to `b_plugin_list'
dir_plugins.c:(.text+0xa7): undefined reference to `b_plugin_list'
dir_plugins.c:(.text+0xe5): undefined reference to `b_plugin_list'
dir_plugins.o: In function `load_dir_plugins':
dir_plugins.c:(.text+0x264): undefined reference to `b_plugin_list'
dir_plugins.c:(.text+0x28a): undefined reference to `b_plugin_list'
dir_plugins.o:dir_plugins.c:(.text+0x30b): more undefined references to 
`b_plugin_list' follow

fd_cmds.o: In function `restore_object_handler(void*, int, char**)':
fd_cmds.c:(.text+0x1a4c): undefined reference to `BSOCK::send(int)'
fd_cmds.c:(.text+0x1ac4): undefined reference to `BSOCK::send(int)'
fd_cmds.o: In function `send_list_item(JCR*, char const*, char*, 
BSOCK*)':

fd_cmds.c:(.text+0x2487): undefined reference to `BSOCK::send(int)'
fd_cmds.c:(.text+0x24d4): undefined reference to `open_bpipe(char*, int, 
char const*, char**)'

fd_cmds.c:(.text+0x25de): undefined reference to `BSOCK::send(int)'
fd_cmds.c:(.text+0x2662): undefined reference to `BSOCK::send(int)'
scheduler.o: In function `wait_for_next_job(char*)':
scheduler.c:(.text+0x48): undefined reference to `debug_level_tags'
scheduler.c:(.text+0x189): undefined reference to `debug_level_tags'
scheduler.c:(.text+0x240): undefined reference to `debug_level_tags'
scheduler.c:(.text+0x336): undefined reference to `debug_level_tags'
scheduler.c:(.text+0x5eb): undefined reference to `debug_level_tags'
scheduler.o:scheduler.c:(.text+0x81d): more undefined references to 
`debug_level_tags' follow

ua_cmds.o: In function `wait_cmd(UAContext*, char const*)':
ua_cmds.c:(.text+0x21cf): undefined reference to `job_status_to_str(int, 
int)'

ua_dotcmds.o: In function `tagscmd(UAContext*, char const*)':
ua_dotcmds.c:(.text+0x3472): undefined reference to 
`debug_get_tag(unsigned int, char const**)'
ua_dotcmds.c:(.text+0x34ab): undefined reference to 
`debug_get_tag(unsigned int, char const**)'

ua_output.o: In function `do_messages(UAContext*, char const*)':
ua_output.c:(.text+0x2546): undefined reference to `BSOCK::send(int)'
ua_output.o: In function `bmsg(UAContext*, char const*, 
__va_list_tag*)':

ua_output.c:(.text+0x277e): undefined reference to `BSOCK::send(int)'
snapshot.o: In function `snapshot_catreq(JCR*, BSOCK*)':
snapshot.c:(.text+0x1605): undefined reference to `debug_level_tags'
snapshot.c:(.text+0x175d): undefined reference to `debug_level_tags'
snapshot.c:(.text+0x191f): undefined reference to `debug_level_tags'
snapshot.c:(.text+0x1a1a): undefined reference to `debug_level_tags'
snapshot.o: In function `SNAPSHOT_DBR::debug(int)':
snapshot.c:(.text._ZN12SNAPSHOT_DBR5debugEi[_ZN12SNAPSHOT_DBR5debugEi]+0x2b): 
undefined reference to `debug_level_tags'

ua_status.o: In function `list_dir_status_header(UAContext*)':
ua_status.c:(.text+0x4e0): undefined reference to `b_plugin_list'
ua_status.c:(.text+0x529): undefined reference to `b_plugin_list'
ua_status.c:(.text+0x580): undefined reference to `b_plugin_list'
/var/ports/basejail/usr/ports/sysutils/bacula-server/work/bacula-7.2.0/src/cats/.libs/libbacsql.so: 
undefined reference to `htable::init(void*, void*, int)'
c++: error: linker command failed with exit code 1 (use -v to see 
invocation)

*** [bacula-dir] Error code 1

make[3]: stopped in 
/var/ports/basejail/usr/ports/sysutils/bacula-server/work/bacula-7.2.0/src/dird

1 error

make[3]: stopped in 
/var/ports/basejail/usr/ports/sysutils/bacula-server/work/bacula-7.2.0/src/dird
  

Re: Commiter needed for PR 200652

2015-10-09 Thread Michelle Sullivan
Torsten Zuehlsdorff wrote:
>
>
> On 09.10.2015 14:53, Torsten Zuehlsdorff wrote:
>> Hello,
>>
>>> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200652
>>>
>>> It's glue to use the existing ports
>>>
>>> p5-CGI-ExtDirect
>>> p5-RPC-ExtDirect
>>>
>>> with plack environment.
>>>
>>> It's been open since June, so perhaps someone could take pity and
>>> commit it? :-D
>>
>> I'm not a committer, but i take a short look at it. I think you should
>> make a little more QA.
>>
>> First i see there is a PORTEPOCH. Since this is a new port, this line
>> should be there.
>
> There is a "not" missing ;)

PORTEPOCH is not required for a new port.

From:
https://www.freebsd.org/doc/en/books/porters-handbook/makefile-naming.html

-> It is expected that PORTEPOCH will not be used for the majority of
ports, and that sensible use of PORTVERSION can often preempt it
becoming necessary if a future release of the software changes the
version structure.

Regards,

-- 
Michelle Sullivan
http://www.mhix.org/

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


Re: Port request: jpeg-recompress (image compression)

2015-10-09 Thread Walter Schwarzenfeld
It seems it is no error with the ladon port

It is a error of the poudriere jail
npm ERR! code EAI_FAIL
npm ERR! errno EAI_FAIL
npm ERR! syscall getaddrinfo

npm ERR! network getaddrinfo EAI_FAIL registry.npmjs.org:443
npm ERR! network This is most likely not a problem with npm itself
npm ERR! network and is related to network connectivity.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: cyrus-sasl-saslauthd won't build anymore

2015-10-09 Thread Mark Knight

On 06/10/2015 04:17, Walter Schwarzenfeld wrote:

Try to compile it in the port not with portupgrade. (For me in the port
compiles fine.)


Mine didn't. In the end, my workaround was to uninstall security/krb5

So it looks like there's a conflict between the current versions of 
security/krb5 and security/cyrus-sasl-saslauthd.


Cheers, Mark

--
Mark Knight
Mobile: +44 7753 250584.  http://www.knigma.org/
Email: ma...@knigma.org.  Skype: knigma
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Why oh why am I getting all thes extras with Postfix

2015-10-09 Thread Olli Hauer

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


Re: llvm37 python3 problem

2015-10-09 Thread Walter Schwarzenfeld
Can't test the patch in the above link, cause the port ignores python
3.4 and I don't want deinstall python 2.7.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: llvm37 python3 problem

2015-10-09 Thread Walter Schwarzenfeld
Found this:

http://freshbsd.org/commit/llvm/r249467?diff=lldb%2Ftrunk%2Fscripts%2FfinishSwigWrapperClasses.py

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


Re: Port request: jpeg-recompress (image compression)

2015-10-09 Thread Torsten Zuehlsdorff

Hello Murk,


That would be awesome Torsten, thank you so much. I will most definitely
help test your work!


I took a look at it, but i had bad news for you:
jpeg-recompress needs deskutils/ladon as a dependency, but ladon is 
currently marked as broken.


I looked in this too: deskutils/ladon is buildable interactive, but not 
with poudriere. There seems to be a kernel bug which is still open - the 
port it is not fixable yet.


I'm not out of ideas yet but out of time. I will have another look next 
week.


Greetings,
Torsten
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Commiter needed for PR 200652

2015-10-09 Thread Torsten Zuehlsdorff



On 09.10.2015 14:53, Torsten Zuehlsdorff wrote:

Hello,


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200652

It's glue to use the existing ports

p5-CGI-ExtDirect
p5-RPC-ExtDirect

with plack environment.

It's been open since June, so perhaps someone could take pity and
commit it? :-D


I'm not a committer, but i take a short look at it. I think you should
make a little more QA.

First i see there is a PORTEPOCH. Since this is a new port, this line
should be there.


There is a "not" missing ;)

Greetings,
Torsten
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Commiter needed for PR 200652

2015-10-09 Thread Torsten Zuehlsdorff

Hello,


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200652

It's glue to use the existing ports

p5-CGI-ExtDirect
p5-RPC-ExtDirect

with plack environment.

It's been open since June, so perhaps someone could take pity and commit it? :-D


I'm not a committer, but i take a short look at it. I think you should 
make a little more QA.


First i see there is a PORTEPOCH. Since this is a new port, this line 
should be there.


Also you comment out an build dependency. Better to remove it completely.

It is also a good idea to use "portlint -AC" against the new port and 
add some poudriere logs, which proves everything works fine.


If you need any help with this, feel free to contact me.

Greetings,
Torsten

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


Commiter needed for PR 200652

2015-10-09 Thread Martin Waschbüsch
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200652

It's glue to use the existing ports

p5-CGI-ExtDirect
p5-RPC-ExtDirect

with plack environment.

It's been open since June, so perhaps someone could take pity and commit it? :-D

Thanks!

Martin


signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: Firefox + SeaMonkey (gecko browsers) instant crash on some web pages

2015-10-09 Thread Steve Wills
Hi,

On 10/09/2015 03:38, Miroslav Lachman wrote:
> Steve Wills wrote on 10/08/2015 21:55:
>> Just to test, try setting gfx.canvas.azure.backends and
>> gfx.content.azure.backends to skia in about:config and see if it still
>> crashes.
> 
> Hi Steve,
> 
> I changed both from cairo to skia. Firefox crashed again on www.mapy.cz
> but on next start www.mapy.cz and www.seznam.cz works normally. So this
> can be a workaround.
> 
> When I entered www.mapy.cz this messages were printed on console but FF
> didn't crash
> 

Yes, you have to restart for it to take effect. BTW, I think only
changing gfx.canvas.azure.backends is necessary,
gfx.content.azure.backends can remain at default setting.


>> firefox
> 
> (process:8936): GLib-CRITICAL **: g_slice_set_config: assertion
> 'sys_page_size == 0' failed
> Fontconfig warning: "local.conf", line 1093: saw number, expected matrix
> libGL error: Calling driver entry point failed
> libGL error: reverting to software direct rendering
> libGL error: failed to load driver: vboxvideo
> ATTENTION: default value of option force_s3tc_enable overridden by
> environment.

Yeah, GL stuff isn't going to get hardware acceleration in vbox, no
surprise there. Should be fine though, I think.

> Can I use "skia" or does it have some negative impact? (I don't know
> what these two settings mean)

The only negative impact could be slower performance in some cases. But
it does provide better performance in other cases, so it depends. And of
course, not crashing is a benefit. :)

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


Re: Why oh why am I getting all thes extras with Postfix

2015-10-09 Thread Matthew Seaman
On 10/09/15 09:49, Willem Jan Withagen (ecoRacks) wrote:
> Awkward things:
> - my PHP is already on 5.6
> - I explicitly try to prevent getting too much X11 stuff, so I definitly
> don't want X-server and dri
> - As a free bonus I also get linux_base.
> 
> This is also the fact that weird things need to be fetched from
> pkg.freebsd.org, instead of my own poudriere pakages

Does your own poudriere setup build all the packages you need?

In which case, you should disable the stock FreeBSD repo.  Create a file

   /usr/local/etc/pkg/repos/FreeBSD.conf

containing:

FreeBSD: { enabled: no }

You also seem to have a repo labelled 'pkg.freebsd.org' -- that
presumably comes from yet another repo.conf file under
/usr/local/etc/pkg/repos, which I'm guessing is a duplicate of the
default FreeBSD repo.  You probably don't need both that and the default
FreeBSD repo configured, so rename the extra config file to something
ending in other than .conf

Now, when you check with 'pkg -vv' you should only see your own repo.

If you do want to use a mixture of packages from the main FreeBSD repo
and your own poudriere, then you need to make sure your own repo is
higher priority than the FreeBSD one.  Just add 'priority: 1' lines to
your repo.conf.  The FreeBSD repo is automatically at priority 0.

You will also need to be careful with default versions when doing this.
php-5.6 is the default version in ports now, and it should be that in
the recently created 2015Q4 branch which is what 10.2-RELEASE defaults
to using.  Somewhere in your setup you have or used to have a setting
that says to use php-5.5 as the default.  This means you have packages
somewhere that have compiled-in dependencies on php55-foo modules, and
that is what is causing pkg(8) to try and install them.  Find the
setting -- look in /usr/local/etc/poudriere.d/*make.conf and chenge it
to use php-5.6, and then do a poudriere bulk rebuild of everything (ie.
with the '-c' flag) to remove anything that references php-5.5 from your
repo.

Cheers,

Matthew





signature.asc
Description: OpenPGP digital signature


Re: Port request: jpeg-recompress (image compression)

2015-10-09 Thread Murk Fletcher
That would be awesome Torsten, thank you so much. I will most definitely
help test your work!

Murk

On Fri, Oct 9, 2015 at 9:57 AM, Torsten Zuehlsdorff <
mailingli...@toco-domains.de> wrote:

> On 09.10.2015 09:51, Torsten Zuehlsdorff wrote:
>
>> Requesting a FreeBSD port of jpeg-recompress (
>>> https://github.com/danielgtaylor/jpeg-archive
>>> ) as part of a greater effort to get
>>> image_optim (https://github.com/toy/image_optim) working on FreeBSD:
>>>
>>> https://github.com/toy/image_optim/issues/89
>>> 
>>>
>>> Many thanks!
>>>
>>
>> I'm very short of time, but if nobody else has volunteered yet, i will
>> take a look at it.
>>
>> Am i right, though you could support me with testing my work? ;)
>>
>   ^^
>
> This should be an "that"...
>
> Greetings,
> Torsten
>
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
>
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Why oh why am I getting all thes extras with Postfix

2015-10-09 Thread Willem Jan Withagen (ecoRacks)

Hi,

Trying to upgrade Postfix, and this is what pkg suggests:
New packages to be INSTALLED:
jpeg-turbo: 1.4.1 [zfs.digiware.nl]
mozjpeg: 3.1_1 [FreeBSD]
pth-hard: 2.0.7_1 [FreeBSD]
pkg-devel: 1.6.99.1 [FreeBSD]
php55: 5.5.30 [zfs.digiware.nl]
php55-mbstring: 5.5.30 [zfs.digiware.nl]
php55-zlib: 5.5.30 [zfs.digiware.nl]
php55-session: 5.5.30 [zfs.digiware.nl]
php55-xml: 5.5.30 [zfs.digiware.nl]
php55-bz2: 5.5.30 [zfs.digiware.nl]
php55-ctype: 5.5.30 [zfs.digiware.nl]
php55-zip: 5.5.30 [zfs.digiware.nl]
php55-filter: 5.5.30 [zfs.digiware.nl]
php55-openssl: 5.5.30 [zfs.digiware.nl]
php55-mcrypt: 5.5.30 [zfs.digiware.nl]
php55-mysqli: 5.5.30 [zfs.digiware.nl]
php55-json: 5.5.30 [zfs.digiware.nl]
idnkit: 1.0_5 [pkg.freebsd.org]
mysql-connector-c: 6.1.6 [FreeBSD]
mysql55-client: 5.5.44_1 [FreeBSD]
mariadb100-client: 10.0.21 [FreeBSD]
mariadb55-client: 5.5.44 [FreeBSD]
glproto: 1.4.17 [zfs.digiware.nl]
xorg-server: 1.14.7_6,1 [pkg.freebsd.org]
dri: 10.6.8,2 [pkg.freebsd.org]
xkeyboard-config: 2.14 [pkg.freebsd.org]
xkbcomp: 1.3.0 [pkg.freebsd.org]
linux_base-c6: 6.6_6 [pkg.freebsd.org]
gbm: 10.6.8 [zfs.digiware.nl]
php55-sockets: 5.5.30 [zfs.digiware.nl]
php55-mysql: 5.5.30 [zfs.digiware.nl]
php55-hash: 5.5.30 [zfs.digiware.nl]
php55-iconv: 5.5.30 [zfs.digiware.nl]
php55-dom: 5.5.30 [zfs.digiware.nl]
php55-readline: 5.5.30 [zfs.digiware.nl]
ja-libslang: 1.4.5.j2_1 [FreeBSD]
java-zoneinfo: 2015.f [pkg.freebsd.org]
alsa-lib: 1.0.29 [pkg.freebsd.org]
avahi-libdns: 0.6.31_2 [FreeBSD]
avahi-app: 0.6.31_5 [FreeBSD]
libdaemon: 0.14_1 [pkg.freebsd.org]

Awkward things:
- my PHP is already on 5.6
- I explicitly try to prevent getting too much X11 stuff, so I definitly 
don't want X-server and dri

- As a free bonus I also get linux_base.

This is also the fact that weird things need to be fetched from 
pkg.freebsd.org, instead of my own poudriere pakages


And I do not dare pressing 'Y' on the continue question to see if SAT is 
going to change his mind once the packages have been downloaded...


So I'm thrown back to portinstall

--WjW

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


Re: Port request: jpeg-recompress (image compression)

2015-10-09 Thread Torsten Zuehlsdorff

On 09.10.2015 09:51, Torsten Zuehlsdorff wrote:

Requesting a FreeBSD port of jpeg-recompress (
https://github.com/danielgtaylor/jpeg-archive
) as part of a greater effort to get
image_optim (https://github.com/toy/image_optim) working on FreeBSD:

https://github.com/toy/image_optim/issues/89


Many thanks!


I'm very short of time, but if nobody else has volunteered yet, i will
take a look at it.

Am i right, though you could support me with testing my work? ;)

  ^^

This should be an "that"...

Greetings,
Torsten

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


Re: Port request: jpeg-recompress (image compression)

2015-10-09 Thread Torsten Zuehlsdorff

Hello Murk,


Requesting a FreeBSD port of jpeg-recompress (
https://github.com/danielgtaylor/jpeg-archive
) as part of a greater effort to get
image_optim (https://github.com/toy/image_optim) working on FreeBSD:

https://github.com/toy/image_optim/issues/89


Many thanks!


I'm very short of time, but if nobody else has volunteered yet, i will 
take a look at it.


Am i right, though you could support me with testing my work? ;)

Greetings,
Torsten

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


Re: llvm37 python3 problem

2015-10-09 Thread loic . blot
Hi Shane,
Thanks for the information.
The problem is that the Clang/LLVM 3.6 works perfect with PYTHON_VERSION=3.4, 
but not clang/llvm 3.7, for an update it looks like a regression, and i want to 
make python3.4 as a default version for my whole port tree. Else maybe it could 
be good to force python2 in LLVM3.7 port

Thanks !

9 octobre 2015 07:45 "Shane Ambler"  a écrit:
> On 09/10/2015 02:33, Walter Schwarzenfeld wrote:
> 
>> I think this should work:
>> in /etc/make.conf:
>> either
>> DEFAULT_VERSIONS=python=2.7 python2=2.7 python3=3.4
>> or
>> .if ${.CURDIR:M*/ports/devel/llvm*}
>> USE_PYTHON=2.7
>> .endif
>> 
>> should work.
> 
> We know it works with the old python2.7. The point is that it fails if
> you only want to use something recent like python3.4
> 
> python 2.7 was released 5 years ago. Even python3.4 was release over a
> years and a half ago. If I had trouble with FreeBSD 7.3 you would tell
> me to upgrade, so why do we have to keep using such an old version of
> python? Not everyone wants to keep using old software.
> 
> The point of original the email was to get llvm/clang 3.7 working on a
> machine that has python 3.4 installed as default and not 2.7
> 
> Which leads to wanting to place in make.conf -
> DEFAULT_VERSIONS=python=3.4 python2=2.7 python3=3.4
> 
> And Loic - just so you know, while python 2.7 was going to be supported
> until 2015, it was extended again for yet another 5 years - see
> 
> http://legacy.python.org/dev/peps/pep-0373
> 
> -- FreeBSD - the place to B...Software Developing
> 
> Shane Ambler
> 
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Firefox + SeaMonkey (gecko browsers) instant crash on some web pages

2015-10-09 Thread Miroslav Lachman

Steve Wills wrote on 10/08/2015 21:55:

Just to test, try setting gfx.canvas.azure.backends and
gfx.content.azure.backends to skia in about:config and see if it still
crashes.


Hi Steve,

I changed both from cairo to skia. Firefox crashed again on www.mapy.cz 
but on next start www.mapy.cz and www.seznam.cz works normally. So this 
can be a workaround.


When I entered www.mapy.cz this messages were printed on console but FF 
didn't crash


> firefox

(process:8936): GLib-CRITICAL **: g_slice_set_config: assertion 
'sys_page_size == 0' failed

Fontconfig warning: "local.conf", line 1093: saw number, expected matrix
libGL error: Calling driver entry point failed
libGL error: reverting to software direct rendering
libGL error: failed to load driver: vboxvideo
ATTENTION: default value of option force_s3tc_enable overridden by 
environment.


Can I use "skia" or does it have some negative impact? (I don't know 
what these two settings mean)


Miroslav Lachman




On 10/08/2015 11:53, Steve Wills wrote:

Hi,

On 10/08/2015 10:25, Miroslav Lachman wrote:

Walter Schwarzenfeld wrote on 10/07/2015 00:35:

Firefox 41.0.1 is out, give it a try.




I tried it in VirtualBox - same crash as with older versions.

In real host I got this (started ff from command line)


firefox


(process:77500): GLib-CRITICAL **: g_slice_set_config: assertion
'sys_page_size == 0' failed
Assertion failed: (!scaled_font->cache_frozen), function
_cairo_scaled_glyph_page_destroy, file cairo-scaled-font.c, line 459.
Abort


In VirtualBox on FreeBSD 10.2 with Firefox 41


firefox


(process:5471): GLib-CRITICAL **: g_slice_set_config: assertion
'sys_page_size == 0' failed
Fontconfig warning: "local.conf", line 1093: saw number, expected matrix
libGL error: Calling driver entry point failed
libGL error: reverting to software direct rendering
libGL error: failed to load driver: vboxvideo
ATTENTION: default value of option force_s3tc_enable overridden by
environment.
Assertion failed: (!scaled_font->cache_frozen), function
_cairo_scaled_glyph_page_destroy, file cairo-scaled-font.c, line 459.
Redirecting call to abort() to mozalloc_abort

Segmentation fault


First line with GLib-CRITICAL is shown on Firefox startup and is not
related to crash on www.mapy.cz

The "cairo scaled" error is something I saw in the past with some other
software, like GIMP or Avidemux. GIMP and Avidemux are not able to even
start on my computer if I have Helvetica as system default font.
Firefox and Seamonkey works fine until I need to open www.seznam.cz,
www.mapy.cz and other websites from this company.

I tried it on host with differen font (Arial) and Firefox crashed again.


firefox


(process:79336): GLib-CRITICAL **: g_slice_set_config: assertion
'sys_page_size == 0' failed
Assertion failed: (!scaled_font->cache_frozen), function
_cairo_scaled_glyph_page_destroy, file cairo-scaled-font.c, line 459.
Redirecting call to abort() to mozalloc_abort


###!!! [Parent][MessageChannel] Error: Channel error: cannot send/recv

Assertion failed: (!scaled_font->cache_frozen), function
_cairo_scaled_glyph_page_destroy, file cairo-scaled-font.c, line 459.
Abort

So the crash is not related to choosen default font.



I was able to trigger the issue on www.seznam.cz only. I'll look into as
much as I can.

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


Re: Firefox + SeaMonkey (gecko browsers) instant crash on some web pages

2015-10-09 Thread Miroslav Lachman

Christoph Moench-Tegeder wrote on 10/08/2015 18:51:

## Walter Schwarzenfeld (w.schwarzenf...@utanet.at):


Please post the options you compiled firefox with. (i guess you compiled
it with BUNDLED_CAIRO and CANBERRA, both should be off).


I don't think CANBERRA is the issue here - my firefox has CANBERRA=on
and works on mapy.cz (where I can check on the places where I've
been in Prague, e.g.) and seznam.cz (where I don't understand much
for lack of czech language skills).

On the other hand it could be helpful to run firefox with a new
and empty profile (safe mode etc., if in doubt move ~/.mozilla
aside before starting firefox) or even a new/fresh user to avoid
contamination by "other setting" - for example, there's a
fontconfig error message which I've never seen on my system.


Firefox crashed on fresh installation (in VirtualBox) where it was never 
been installed / used before (no profile existed before test)


Miroslav Lachman
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Firefox + SeaMonkey (gecko browsers) instant crash on some web pages

2015-10-09 Thread Miroslav Lachman

Walter Schwarzenfeld wrote on 10/08/2015 17:39:

Please post the options you compiled firefox with. (i guess you compiled
it with BUNDLED_CAIRO and CANBERRA, both should be off).


It was build with the same options as official package. Then I tried 
with PulseAudio on, but BUNDLED_CAIRO and CANBERRA is off in all tested 
cases.


Options:
ALSA   : on
BUNDLED_CAIRO  : off
CANBERRA   : off
DBUS   : on
DEBUG  : off
DTRACE : off
GCONF  : off
GIO: on
GNOMEUI: off
GSTREAMER  : on
GTK2   : on
GTK3   : off
INTEGER_SAMPLES: off
LIBPROXY   : off
OPTIMIZED_CFLAGS: on
PGO: off
PROFILE: off
PULSEAUDIO : on
TEST   : off

Miroslav Lachman
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"