Re: devel/gettext build error in jail i386 environment on amd64 host
В Tue, 3 Sep 2013 20:42:25 +0300 Vitalij Satanivskij пишет: > > Try to disable options > > options CAPABILITY_MODE # Capsicum capability mode > options CAPABILITIES# Capsicum capabilities > > in kernel conf, for me it's resolve problem > Thank you :) I watch the mailing list. ;) http://docs.freebsd.org/cgi/mid.cgi?20130903172529.GA9 Unfortunately I did not have time to check the problem with uniq... ___ 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
Try to disable options options CAPABILITY_MODE # Capsicum capability mode options CAPABILITIES# Capsicum capabilities in kernel conf, for me it's resolve 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"
Re: devel/gettext build error in jail i386 environment on amd64 host
IK> Thank you :) IK> I watch the mailing list. ;) IK> http://docs.freebsd.org/cgi/mid.cgi?20130903172529.GA9 IK> Unfortunately I did not have time to check the problem with uniq... Gettext build failed because of failed uniq, so if u steel have problem u know what to do. ___ 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"
Re: devel/gettext build error in jail i386 environment on amd64 host
В Sat, 24 Aug 2013 13:26:01 +0200 Hans Petter Selasky пишет: > On 08/23/13 23:14, Ivan Klymenko wrote: > > wing error: > > http://privatepaste.com/46f9477022 > > Not sure if this helps: > > https://wiki.freebsd.org/PkgPrimer > > Using portbuilder inside a jail > > When building 9-stable ports in a 9-stable jail under -current you > might want to set the UNAME_r enviroment variable to fake the FreeBSD > version in /path_to_my_jail/root/.cshrc . Some examples: > > setenv UNAME_r 9-STABLE > setenv UNAME_r 8-STABLE > setenv UNAME_r 7-STABLE > > Else some ports won't build properly. Thank you for responded to my question. It really did not help. Error remains the same. Especially as I have in the jail environment from 10.0-CURRENT and it is to him I need to put together a package in environment by i386. I try in general to build the port emulators/i386-wine-devel for amd64 arch and before I succeeded it without any further action. ___ 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
В Sat, 24 Aug 2013 13:26:01 +0200 Hans Petter Selasky пишет: > On 08/23/13 23:14, Ivan Klymenko wrote: > > wing error: > > http://privatepaste.com/46f9477022 > > Not sure if this helps: > > https://wiki.freebsd.org/PkgPrimer > > Using portbuilder inside a jail > > When building 9-stable ports in a 9-stable jail under -current you > might want to set the UNAME_r enviroment variable to fake the FreeBSD > version in /path_to_my_jail/root/.cshrc . Some examples: > > setenv UNAME_r 9-STABLE > setenv UNAME_r 8-STABLE > setenv UNAME_r 7-STABLE > > Else some ports won't build properly. Something tells me the intuition that the problem appeared after the addition of iconv in base... ___ 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
On 08/23/13 23:14, Ivan Klymenko wrote: wing error: http://privatepaste.com/46f9477022 Not sure if this helps: https://wiki.freebsd.org/PkgPrimer Using portbuilder inside a jail When building 9-stable ports in a 9-stable jail under -current you might want to set the UNAME_r enviroment variable to fake the FreeBSD version in /path_to_my_jail/root/.cshrc . Some examples: setenv UNAME_r 9-STABLE setenv UNAME_r 8-STABLE setenv UNAME_r 7-STABLE Else some ports won't build properly. --HPS ___ 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"
devel/gettext build error in jail i386 environment on amd64 host
Hello. I have: FreeBSD 10.0-CURRENT #0 r254719 and and jail for i386 environment when building the port devel/gettext I get the following error: http://privatepaste.com/46f9477022 who can tell me what could be the cause of the error and how to fix it? still about a month ago, I successfully compiled the port in jail i386 environment 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"