On 4 May 2014 20:49, René Ladan <r.c.la...@gmail.com> wrote: > Op 3 mei 2014 05:50 schreef "p90s" <j...@yeaguy.com>: > > > > > > [...] > > > > > Hi - I have built this on 10, but it will no longer launch, I am seeing > this error: > > > > [jv@yeaguy ~] uname -a > > FreeBSD yeaguy.com 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Tue Apr > 29 > 17:06:01 UTC 2014 > r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC > amd64 > > [jv@yeaguy ~] > > > > > > [jv@yeaguy ~] /usr/local/bin/chrome > > /usr/local/bin/chrome: /usr/local/share/chromium/chrome: Exec format > error > > [jv@yeaguy ~] > > > > > > [jv@yeaguy ~] pkg info chromium > > chromium-34.0.1847.132 > > Name : chromium > > Version : 34.0.1847.132 > > Installed on : Fri May 2 19:10:14 PDT 2014 > > Origin : www/chromium > > Architecture : freebsd:10:x86:64 > > Prefix : /usr/local > > Categories : www > > Licenses : MPL and LGPL21 and BSD3CLAUSE > > Maintainer : chrom...@freebsd.org > > WWW : http://www.chromium.org/Home > > Comment : Mostly BSD-licensed web browser based on WebKit and Gtk+ > > Options : > > CODECS : on > > DEBUG : on > > GCONF : on > > PULSEAUDIO : on > > TEST : on > > Hm, what happens if you build chromium without the DEBUG option? I had some > weird abort traps with 34.0.1847.116 when running the debug version (on a > laptop with 4 GB RAM). > > René >
I have the same issue now. The error above is because the port installs /usr/local/share/chromium/chrome as a file full of nulls: robbak@boffin ~]$hd /usr/local/share/chromium/chrome 00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| * 80b83a70 Linking that file takes a very long time and a very large amount of memory. (6G+) The file in the stage directory is not all nulls, but it does die with abort trap 6. I can also confirm that building without debug gets it working. _______________________________________________ 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"