firefox 4 pkg_add -r and port error ``TEST-UNEXPECTED-FAIL | automation.py | Exited with code 1 during test run''

Antonio Olivares olivares14031 at gmail.com
Mon May 9 17:42:45 UTC 2011


On Mon, May 9, 2011 at 12:31 PM, Antonio Olivares
<olivares14031 at gmail.com> wrote:
> Dear folks,
>
> On my system that I have updated to 8.2-RELEASE-amd64 I get mistake if I try to
> # pkg_add -r firefox
>
> pkg_add:  package 'perl-5.10.1_3.tbz... Done.
> pkg_add:  package 'perl-5.10.1_3.tbz conflicts with perl-5.12.3
> pkg_add:  please use pkg_delete first to remove conflicting package(s)
> or -f to force installation
> pkg_add:  pkg_add of dependency 'perl-5.10.1_3' failed!
>
> I then cd'd to /usr/ports/www/firefox and ran
> # make install clean
>
> and encountered a similar error to
>
> INFO | automation.py | Application pid: 51999
> Error: cannot open display: localhost:1001
> TEST-UNEXPECTED-FAIL | automation.py | Exited with code 1 during test run
> INFO | automation.py | Application ran for: 0:00:00.514949
> INFO | automation.py | Reading PID log: /usr/tmp/tmpQW8cK8pidlog
> gmake: *** [profiledbuild] Error 1
> *** Error code 1
>
> found in
> http://groups.google.com/group/mailing.freebsd.ports-bugs/msg/46bb521fcb78abdf
> and
> http://freebsd.1045724.n5.nabble.com/ports-155949-firefox-4-WITH-PGO-better-Text-against-DISPLAY-problem-td4265504.html
>
> I have run make config and disabled the option WITH_PGO I have
> unchecked it and trying again to see if it is building.  If this
> fails, I will ask for help or if it succeeds post a Solved message :)
>
> Regards,
>
> Antonio
>

SOLVED!!! :)

======================================================================

SMB issues:
Network group, machine, and share browsing does not work correctly.

SFTP:
Only sftp access using public key authentication works.  To easily
setup public key authentication to "remote_host":

ssh-keygen -t dsa
cat ~/.ssh/id_dsa.pub | ssh remote_host "cat >> .ssh/authorized_keys"

The SSH server on remote_host must allow pub key authentication.

======================================================================

Firefox 4.0 and HTML5

Certain functions used to display HTML5 elements need the sem module.

If your Firefox crashes with the following message while viewing a
HTML5 page:
"Bad system call (core dumped)"

you need to load the sem module (kldload sem).

To load sem on every boot put the following into your
/boot/loader.conf:
sem_load="YES"

======================================================================

Any bug reports should be addressed to the maintainers at:
	gecko at FreeBSD.org
You may also Cc: freebsd-ports at FreeBSD.org. Please do not send
bug reports to any other addresses.

Please include the following information with any bug report:
* Output from 'uname -a'.
* Output from 'ident /usr/ports/www/firefox/Makefile'
* Where/when did the problem occur: configuring, building, or
	running firefox
* How can you reproduce the problem?

Thank you for your help in testing and reporting bugs, and we hope you
enjoy using Firefox.
The Maintainers (gecko@)
======================================================================
===>   Registering installation for firefox-4.0.1,1
===>  Cleaning for firefox-4.0.1,1


[olivares at grullahighschool ~]$ uname -a
FreeBSD grullahighschool.rgccisd.org 8.2-RELEASE FreeBSD 8.2-RELEASE
#0: Thu Feb 17 02:41:51 UTC 2011
root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64


Sorry for the noise :(

Regards,

Antonio


More information about the freebsd-questions mailing list