port security/openssh-portable compile error.
Hi all... Not sure if this is the correct way of asking for a bit of help, but i have been trying to upgrade the ports in one of my servers, and when i am trying to upgrade the port security/openssh-portable to the following version: openssh-portable-6.2.p2_3,1 It will fail to compile, with the standard options set for the config with the following: ... cc -o sshd sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o audit.o audit-bsm.o audit-linux.o platform.o sshpty.o sshlogin.o servconf.o serverloop.o auth.o auth1.o auth2.o auth-options.o session.o auth-chall.o auth2-chall.o groupaccess.o auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o auth2-none.o auth2-passwd.o auth2-pubkey.o auth2-jpake.o monitor_mm.o monitor.o monitor_wrap.o kexdhs.o kexgexs.o kexecdhs.o auth-krb5.o auth2-gss.o gss-serv.o gss-serv-krb5.o loginrec.o auth-pam.o auth-shadow.o auth-sia.o md5crypt.o sftp-server.o sftp-common.o roaming_common.o roaming_serv.o sandbox-null.o sandbox-rlimit.o sandbox-systrace.o sandbox-darwin.o sandbox-seccomp-filter.o -L. -Lopenbsd-compat/ -L/usr/local/lib -Wl,-rpath=/usr/local/lib -fstack-protector-all -lssh -lopenbsd-compat -lwrap -lpam -lcrypto -lz -lutil -lcrypt cc -o scp scp.o progressmeter.o bufaux.o -L. -Lopenbsd-compat/ -L/usr/local/lib -Wl,-rpath=/usr/local/lib -fstack-protector-all -lssh -lopenbsd-compat -lcrypto -lz -lutil -lcrypt loginrec.o: In function `syslogin_write_entry': loginrec.c:(.text+0x2f1): undefined reference to `login' loginrec.c:(.text+0x31b): undefined reference to `logout' loginrec.c:(.text+0x34e): undefined reference to `logwtmp' *** [sshd] 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 -- In terms of config options for the port i have set: LIBEDIT OVERWRITE_BASE PAM TCP_WRAPPERS And i am using FreeBSD 9.1-RELEASE-p6. I checked by downloading a source code from openssh, with no freebsd patches, and the it compiles without any problem. Is someone able to help me in debugging this compilation error? Of course if you need more information about this error, please let me know and i should be able to get it. Thanks in advance Fred ___ 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
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 +-+ print/transfig | 3.2.5d | 3.2.5e +-+ www/flickcurl | 1.24| 1.25 +-+ 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"
vim syntax headers
Hi, I want to use this header (or footer) to tell vim showing syntax highliting on Apache conf files: # vim: syntax=apache If put at head of file, only the comment will be colored, not the text. If put at the end of fiel, nothing is colored. Then if a :set syntax=apache, syntax goes on. Here is vimrc I use: http://projet.beastie.eu/?p=desktop-config.git;a=blob_plain;f=vimrc;hb=HEAD Any idea? -- Florent Peterschmitt | Please: flor...@peterschmitt.fr| * Avoid HTML/RTF in E-mail. +33 (0)6 64 33 97 92 | * Send PDF for documents. http://florent.peterschmitt.fr | * Trim your quotations. Really. Proudly powered by Open Source | Thank you :) signature.asc Description: OpenPGP digital signature
Re: vim syntax headers
On 2013-Sep-02, 11:39, Florent Peterschmitt wrote: > Hi, > > I want to use this header (or footer) to tell vim showing syntax > highliting on Apache conf files: > > # vim: syntax=apache try with # vim: ft=apache > > If put at head of file, only the comment will be colored, not the text. > If put at the end of fiel, nothing is colored. > > Then if a :set syntax=apache, syntax goes on. > > Here is vimrc I use: > http://projet.beastie.eu/?p=desktop-config.git;a=blob_plain;f=vimrc;hb=HEAD > > Any idea? > > -- > Florent Peterschmitt | Please: > flor...@peterschmitt.fr| * Avoid HTML/RTF in E-mail. > +33 (0)6 64 33 97 92 | * Send PDF for documents. > http://florent.peterschmitt.fr | * Trim your quotations. Really. > Proudly powered by Open Source | Thank you :) > -- Pietro Cerutti The FreeBSD Project g...@freebsd.org PGP Public Key: http://gahr.ch/pgp pgpWadfH4SbuS.pgp Description: PGP signature
Re: vim syntax headers
Hello, > Hi, > > I want to use this header (or footer) to tell vim showing syntax > highliting on Apache conf files: > > # vim: syntax=apache > > If put at head of file, only the comment will be colored, not the > text. If put at the end of fiel, nothing is colored. > > Then if a :set syntax=apache, syntax goes on. > > Here is vimrc I use: > http://projet.beastie.eu/?p=desktop-config.git;a=blob_plain;f=vimrc;hb=HEAD > > Any idea? Try this: # vim: set syntax=apache -- " " Serpent " ___ 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: vim syntax headers
Le 02/09/2013 12:20, Pietro Cerutti a écrit : > try with > > # vim: ft=apache No more results. -- Florent Peterschmitt | Please: flor...@peterschmitt.fr| * Avoid HTML/RTF in E-mail. +33 (0)6 64 33 97 92 | * Send PDF for documents. http://florent.peterschmitt.fr | * Trim your quotations. Really. Proudly powered by Open Source | Thank you :) signature.asc Description: OpenPGP digital signature
FreeBSD Port: wxgtk2-2.9.4_1
Hi, We would like to port some software to FreeBSD using wxgtk2-2.9.5 . Would it be possible for you to upgrade the current port to 2.9.5? Thanks, Ewout Boks Hogeschool van Arnhem en Nijmegen Arnhem, the Netherlands ___ 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: FreeBSD Port: wxgtk2-2.9.4_1
Am 02.09.2013 12:17 (UTC+1) schrieb Boks Ewout: > Hi, > > We would like to port some software to FreeBSD using wxgtk2-2.9.5 . Would it > be possible for you to upgrade the current port to 2.9.5? I submitted an update with PR/181329 [1] on 2013-08-15, which is waiting for approval and hopefully will be committed. Rainer Hurling [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=181329 > > Thanks, > > Ewout Boks > Hogeschool van Arnhem en Nijmegen > Arnhem, the Netherlands ___ 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"
Current unassigned ports problem reports
(Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description o ports/181752change maintainer o ports/181751[patch update] databases/cego 2.19.4 -> 2.19.5 o ports/181750[patch update] transfig 3.2.5d -> 3.2.5e o ports/181749Update deskutils/blogtk: Mark port as deprecated and o ports/181748[patch update] devel/lfcbase 1.5.6 -> 1.5.7, bugfix o ports/181746ImageMagick makefile directly executes perl o ports/181737[PATCH] irc/ngircd: update to 20.3,1 o ports/181736[patch] textproc/domc: unbreak on amd64 (r324422 regre f ports/181735mail/fetchmail system-wide install can't write fetch i o ports/181732New port: www/redmine-sidebar_hide Redmine hide sideba o ports/181731[patch] games/atris: unbreak with bmake f ports/181713[patch] audio/cmus Fix compilation f ports/181711port lang/ocaml does not build o ports/181691[NEW PORT] Please import Tryton Application Platform 2 o ports/181676New port: graphics/sxiv simple X image viewer f ports/181656net/liveMedia needs update to 2013.08.28: tarball not f ports/181647[PATCH] archivers/zip: fix OptionsNG o ports/181643maintainership request for ports-mgmt/pkg_replace f ports/181642[patch] security/fwknop new version f ports/181641mail/ssmtp provide option for CRAM-MD5 support f ports/181633[PATCH] update print/hplip-plugin to 3.13.8 f ports/181628[PATCH] remove deprecated items from irc/bitchx f ports/181627Add second maintainer to irc/bitchx o ports/181613Mk/bsd.ocaml.mk has fbsd:nokeywords property f ports/181603[patch] fix net/mediatomb f ports/181566[update] security/sssd to 1.9.5 f ports/181564print/cups: undefined reference to `libiconv_close` f ports/181557www/mambo: DNS expired, unfetchable f ports/181555sysutils/isomd5sum checksum mismatch f ports/181554sysutils/mktool unfetchable f ports/181551net/ftelnetd: master site disappeared, can't fetch f ports/181549databases/mird checksum mismatch f ports/181547cad/ldraw - checksum mismatch f ports/181530Upgrade lang/abcl to 1.2.1 o ports/181529sysutils/devcpu-data: Panic after CPU microcode update o ports/181527New port: multimedia/mjpg-streamer HTTP video streamin f ports/181520mplayer/mencoder failed to build with net/liveMedia 20 f ports/181511[PATCH] dns/dnscrypt-proxy: added rc.conf vars f ports/181507[PATCH] security/pks: fix autostart o ports/181506[maintainer-update] devel/eclipse-eclemma 2.2.1 o ports/181492[maintainer-update] multimedia/libbluray 0.3.0 multime f ports/181483[PATCH] science/py27-h5py: update to 2.1.1_3 f ports/181481[PATCH] irc/ircd-ratbox fix default options broken by o ports/181480textproc/xerces-c2 and textproc/xerces-c2-devel missin o ports/181451[NEW PORT] misc/auto-multiple-choice: Multiple Choice o ports/181450[new port] www/linux-f10-flashplugin10 request, becase f ports/181423[patch] databases/freetds-devel -- update to 0.92.79 f ports/181422[PATCH] graphics/geos: update to 3.4.1 f ports/181413[patch] emulators/visualboyadvance-m: unbreak build f ports/181399Update converters/pdf2djvu port to 0.7.17 and unbreak f ports/181391lang/itcl: fix REINPLACE usage o ports/181385[patch] x11-drivers/xf86-video-vmware: a fix from a VM f ports/181345net/tigervnc o ports/181334[New Port] lang/yap-devel o ports/181332Update databases/jasperreports to version 5.1.2 f ports/181324[patch] fix net/istgt with options VBOXVD (VirtualBox f ports/181308Update textproc/jakarta-poi to version 3.9 o ports/181301New port: net/kamailio - A very fast and configurable f ports/181294Missing dependency for www/glpi f ports/181291[PATCH] mail/postgrey: make postgrey work with perl 5. f ports/181251net-mgmt/mrtg: rateup constantly segfaulted because of f ports/181248[PATCH] print/cups-base Disable INSTALLS_ICONS for non o ports/181244New port: devel/ocl-icd OpenCL Installable Client Dri o ports/181243New port: devel/opencl-icd Khronos OpenCL Installable f ports/181230security/dir
Re: vim syntax headers
Le 02/09/2013 12:27, Serpent7776 a écrit : > Try this: > # vim: set syntax=apache Doesn't work anymore. I built vim 7.4 manually (and installed it in ~/.local), it doesn't work anymore but it's ok on Debian with vim 7.4. A bug somewhere? -- Florent Peterschmitt | Please: flor...@peterschmitt.fr| * Avoid HTML/RTF in E-mail. +33 (0)6 64 33 97 92 | * Send PDF for documents. http://florent.peterschmitt.fr | * Trim your quotations. Really. Proudly powered by Open Source | Thank you :) signature.asc Description: OpenPGP digital signature
Re: vim syntax headers
On 2013-09-02 13:44, Florent Peterschmitt wrote: > Le 02/09/2013 12:27, Serpent7776 a écrit : >> Try this: >> # vim: set syntax=apache > > Doesn't work anymore. I built vim 7.4 manually (and installed it in > ~/.local), it doesn't work anymore but it's ok on Debian with vim 7.4. > > A bug somewhere? > perhaps modline is disabled? echo 'set modeline' >> ~/.vimrc ___ 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: vim syntax headers
Le 02/09/2013 14:22, olli hauer a écrit : > perhaps modline is disabled? > > echo 'set modeline' >> ~/.vimrc You rock! Thanks for this :) -- Florent Peterschmitt | Please: flor...@peterschmitt.fr| * Avoid HTML/RTF in E-mail. +33 (0)6 64 33 97 92 | * Send PDF for documents. http://florent.peterschmitt.fr | * Trim your quotations. Really. Proudly powered by Open Source | Thank you :) signature.asc Description: OpenPGP digital signature
Re: graphics/libfpx fails to build
01.09.2013 20:40, Kenta Suzumoto написав(ла): > There's also a PR to update it which may fix it, but the maintainer hasn't > responded in a few weeks. > > https://www.freebsd.org/cgi/query-pr.cgi?pr=181302 I just committed the update and fixes proposed in the PR -- along with an additional patch, that fixes warnings raised by gcc-4.8 (at least one of those pointed to a real error even). Please, give it a try. Thanks for your patience. Yours, -mi ___ 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: test build failures (Was: Re: svn commit: r325668 - head/x11-toolkits/open-motif)
01.09.2013 23:24, Tijl Coosemans пишет: > On Sat, 31 Aug 2013 17:49:01 +0200 Guido Falsi wrote: >> On 08/31/13 17:26, Tijl Coosemans wrote: >>> On Sat, 31 Aug 2013 15:00:24 +0200 Baptiste Daroussin wrote: This last build with with libc++ activated by default, it has fallout from both iconv in libc and and libc++. >>> >>> Something else seems to be wrong too. All successful builds end with >>> Error code 1 (ignored). It seems to be the security-check target that is >>> failing. >>> http://pb2.nyi.freebsd.org/bulk/nogcc-default/2013-08-30_22h26m46s/logs/pkg-1.1.4_1.log >>> >> >> >> (Changed subject, since it is getting confused) >> >> I also see that in all 10-current builds on poudriere. > > Fixed in base revision 255127. I see similar at r255142: - FreeBSD bb052.int.wart.ru 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r255142: Mon Sep 2 15:04:02 SAMT 2013 b...@bb052.int.wart.ru:/usr/obj/usr/src/sys/BB64X amd64 - Building pkgconf-0.9.3, vanilla portstree r325994: - ===> Registering installation for libiconv-1.14_1 Installing pkgconf-0.9.3... done *** Error code 1 (ignored) - However it's not every package (it's a log directory): - % grep "Error code 1" * | wc -l 24 % ls -l | wc -l 246 - And just FYI failed ones: - % grep "Error code 1" * dri2proto-2.8.log:*** Error code 1 (ignored) expat-2.1.0.log:*** Error code 1 (ignored) font-util-1.3.0.log:*** Error code 1 (ignored) fontsproto-2.1.2.log:*** Error code 1 (ignored) inputproto-2.3.log:*** Error code 1 (ignored) jpeg-8_4.log:*** Error code 1 (ignored) lcms-1.19_1,1.log:*** Error code 1 (ignored) lcms2-2.5.log:*** Error code 1 (ignored) libXau-1.0.8.log:*** Error code 1 (ignored) libgpg-error-1.12.log:*** Error code 1 (ignored) libiconv-1.14_1.log:*** Error code 1 (ignored) pkgconf-0.9.3.log:*** Error code 1 (ignored) psutils-1.17_3.log:*** Error code 1 (ignored) psutils-1.17_3.log:*** Error code 1 (ignored) psutils-1.17_3.log:*** Error code 1 (ignored) randrproto-1.4.0.log:*** Error code 1 (ignored) readline-6.2.4.log:*** Error code 1 (ignored) readline-6.2.4.log:*** Error code 1 (ignored) renderproto-0.11.1.log:*** Error code 1 (ignored) sqlite3-3.8.0.1.log:*** Error code 1 (ignored) videoproto-2.3.2.log:*** Error code 1 (ignored) xextproto-7.2.1.log:*** Error code 1 (ignored) xmlcatmgr-2.2.log:*** Error code 1 (ignored) xproto-7.0.24.log:*** Error code 1 (ignored) - -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ 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: vim syntax headers
> > > > Try this: > > # vim: set syntax=apache > > Doesn't work anymore. I built vim 7.4 manually (and installed it in > ~/.local), it doesn't work anymore but it's ok on Debian with vim 7.4. > > A bug somewhere? > > should work since vim 6.0; may be modelines are disabled per default for security concerns? http://vimdoc.sourceforge.net/htmldoc/options.html#'modeline' you can figure if modelines are enabled and if the area is big enough, by checking the settings: [ESC]:set or try [ESC]:help modelines. and if approbiate review your .vimrc/.exrc modeline modelines defaults to 5, if your comment before (at the beginning of the file) or after (at the end of the file) is to big no modeline gets loaded. ___ 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: vim syntax headers
Le 02/09/2013 18:30, Michael Schuh a écrit : > should work since vim 6.0; > may be modelines are disabled per default for security concerns? Yep, someone found the solution and then I searched for the answer about modelines and found security problems. I read[0] that modelines are just able to do "set" work. So I think using modelines is safe now and the default behaviour can be changed, or documented at installation. What do you -all- think about it? [0] http://usevim.com/2012/03/28/modelines/ -- Florent Peterschmitt | Please: flor...@peterschmitt.fr| * Avoid HTML/RTF in E-mail. +33 (0)6 64 33 97 92 | * Send PDF for documents. http://florent.peterschmitt.fr | * Trim your quotations. Really. Proudly powered by Open Source | Thank you :) signature.asc Description: OpenPGP digital signature
www/firefox: no audio with youtube and in-browser videos
I have no audio in any video played by the browser. This "feature" was introduced with the last port update of www/firefox, which is at the moment of version pkg info firefox firefox-23.0.1,1 The operating system is FreeBSD 10.0-CURRENT #0 r255141: Mon Sep 2 11:12:28 CEST 2013 amd64 [firefox] make showconfig ===> The following configuration options are available for firefox-23.0.1,1: DBUS=on: D-Bus IPC system support DEBUG=off: Install debug symbols GCONF=off: GConf configuration backend support GIO=on: GIO for file I/O GNOMEUI=off: libgnomeui support module GNOMEVFS2=off: GnomeVFS2 (virtual file system) support GSTREAMER=off: Multimedia support via GStreamer LIBPROXY=off: Proxy support via libproxy LOGGING=on: Additional log messages OPTIMIZED_CFLAGS=on: Use extra compiler optimizations PGO=off: Use Profile-Guided Optimization WEBRTC=on: Web Real-Time Communication > Options available for the single AUDIO: you have to select exactly one of them ALSA=off: ALSA audio architecture support PULSEAUDIO=on: PulseAudio sound server support ===> Use 'make config' to modify these settings If option ALSA=ON is selected, firefox crashes when trying to play videos. Regards, Oliver signature.asc Description: PGP signature
Re: www/firefox: no audio with youtube and in-browser videos
On 09/02/13 13:16, O. Hartmann wrote: > > I have no audio in any video played by the browser. This "feature" was > introduced with the last port update of www/firefox, which is at the > moment of version > > pkg info firefox > firefox-23.0.1,1 > > The operating system is > > FreeBSD 10.0-CURRENT #0 r255141: Mon Sep 2 11:12:28 CEST 2013 amd64 > > [firefox] make showconfig > ===> The following configuration options are available for > firefox-23.0.1,1: DBUS=on: D-Bus IPC system support > DEBUG=off: Install debug symbols > GCONF=off: GConf configuration backend support > GIO=on: GIO for file I/O > GNOMEUI=off: libgnomeui support module > GNOMEVFS2=off: GnomeVFS2 (virtual file system) support > GSTREAMER=off: Multimedia support via GStreamer > LIBPROXY=off: Proxy support via libproxy > LOGGING=on: Additional log messages > OPTIMIZED_CFLAGS=on: Use extra compiler optimizations > PGO=off: Use Profile-Guided Optimization > WEBRTC=on: Web Real-Time Communication > > Options available for the single AUDIO: you have to select > exactly one of them ALSA=off: ALSA audio architecture support > PULSEAUDIO=on: PulseAudio sound server support > ===> Use 'make config' to modify these settings > > If option ALSA=ON is selected, firefox crashes when trying to play > videos. See UPDATING 20121010 ___ 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: Perl port to select in make.conf
On Sun, 1 Sep 2013 23:01:48 +0400 (MSK) Dmitry Morozovsky wrote: > On Sun, 1 Sep 2013, Boris Samorodov wrote: > > > Приветствую, Дмитрий -- давно не виделись, ;-) > > sme here ;) > > > > which variable should be defined in make.conf to switch from > > > current 5.14 to, say, 5.16 (for poudriere package building)? > > > > > > Naive > > > > > > PERL_VER=5.16 > > > > > > does not seem to work, and I want to not chase minor version > > > changes. > > > > I use PERL_VERSION=5.16.3. > > It definitely works, but will stop with 5.16 upgrade; that is the > situation to avoid. If you mean it will stop 5.16.3 being upgraded to 5.16.4, it wont (unless there's something specific in the way poudriere handles perl). When you install perl (as part of an upgrade or as a dependency) it writes the new PERL_VERSION into make.conf. ___ 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: devel/gettext build error in jail i386 environment on amd64 host
Hello. Have same problem. Clear enviroment (just new installed system + i386 jail) When building gettext and libiconv find system "uniq" crashing pid 88854 (uniq), uid 0: exited on signal 11 (core dumped) pid 88859 (uniq), uid 0: exited on signal 11 (core dumped) pid 88864 (uniq), uid 0: exited on signal 11 (core dumped) pid 88869 (uniq), uid 0: exited on signal 11 (core dumped) core dump is useless as jail build without debug symbols gdb /usr/bin/uniq uniq-88869.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols found)... Core was generated by `uniq'. Program terminated with signal 11, Segmentation fault. Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done. Loaded symbols for /lib/libc.so.7 Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x0001 in ?? () (gdb) bt #0 0x0001 in ?? () #1 0x281a2434 in _CurrentRuneLocale () from /lib/libc.so.7 #2 0x2819f338 in ?? () from /lib/libc.so.7 #3 0xc7f8 in ?? () #4 0x28153321 in verrc () from /lib/libc.so.7 Previous frame identical to this frame (corrupt stack?) Have You same problem? Ivan Klymenko wrote: IK> В Sat, 24 Aug 2013 13:26:01 +0200 IK> Hans Petter Selasky пишет: IK> IK> > On 08/23/13 23:14, Ivan Klymenko wrote: IK> > > wing error: IK> > > http://privatepaste.com/46f9477022 IK> > IK> > Not sure if this helps: IK> > IK> > https://wiki.freebsd.org/PkgPrimer IK> > IK> > Using portbuilder inside a jail IK> > IK> > When building 9-stable ports in a 9-stable jail under -current you IK> > might want to set the UNAME_r enviroment variable to fake the FreeBSD IK> > version in /path_to_my_jail/root/.cshrc . Some examples: IK> > IK> > setenv UNAME_r 9-STABLE IK> > setenv UNAME_r 8-STABLE IK> > setenv UNAME_r 7-STABLE IK> > IK> > Else some ports won't build properly. IK> IK> Something tells me the intuition that the problem appeared after the IK> addition of iconv in base... IK> ___ IK> freebsd-curr...@freebsd.org mailing list IK> http://lists.freebsd.org/mailman/listinfo/freebsd-current IK> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.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"