Re: [poudriere] creation/update of jails failing

2013-08-24 Thread Michael Grimm
Hi -

On 23.08.2013, at 23:49, Andrei Brezan andrei...@gmail.com wrote:
 On 08/23/13 22:28, Michael Grimm wrote:

 I do have two jails compiling packages for release and stable created some 
 time ago by:
 
 | poudriere jail -c stable  -c -v stable/9   -m svn -J 6
 | poudriere jail -c release -c -v releng/9.2 -m svn -J 6

 What does the second -c stand for? I presume it's a typo.

Yes, that is a typo and should have been -j stable and -j release 
respectively.

 releng/9.2 can be fetched with -m ftp (which is default) instead of building 
 it with buildworld unless you need the custom build which might be the cause 
 of the update failing then.
 
 poudriere jail -c -j release -v 9.2-RC2

As mentioned before: I am a newbie regarding poudriere. I must have failed to 
understand the jail concept from the beginning. I always believed that the 
method to chose for creation and updating my poudriere jails should be the same 
I use following FBSD at my target machines (svn and compiling from source).

Now, the creation of both 9.2-PRERELEASE and 9.2-RC2 jails by -m ftp has been 
successful and BTW very much faster as well ;-). Thanks for pointing me into 
that direction.

 Starting yesterday I have to deal with failing updates:
 
 | poudriere jail -c stable  -u -J 6
 | poudriere jail -c release -u -J 6

 Can you try without -J 6? Just a shot in the dark.

JFTR: No, that didn't help. I did run into the same error.


Anyway, I will stick to the default method from now on.

Thanks,
Michael
___
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

2013-08-24 Thread portscout
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
+-+
science/bodr| 9   | 10
+-+


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


Re: devel/gettext build error in jail i386 environment on amd64 host

2013-08-24 Thread 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.

--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


Re: devel/gettext build error in jail i386 environment on amd64 host

2013-08-24 Thread Ivan Klymenko
В Sat, 24 Aug 2013 13:26:01 +0200
Hans Petter Selasky h...@bitfrost.no пишет:

 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

2013-08-24 Thread Ivan Klymenko
В Sat, 24 Aug 2013 13:26:01 +0200
Hans Petter Selasky h...@bitfrost.no пишет:

 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

How to start wine?

2013-08-24 Thread Thomas Mueller
I built wine from ports on a USB-stick installation of FreeBSD 9.1-STABLE i386, 
but it won't start.

I tried to start from hard-drive installation of (from uname -a)

FreeBSD amelia2 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #17 r254196: Sun Aug 11 
00:36:49 UTC 2013 root@amelia2:/usr/obj/usr/src/sys/SANDY  amd64

I get 

Shared object libwine.so.1 not found, required by wine

I was able to find libwine.so and libwine.so.1 in directory
/usr/local/lib, or as it is mounted,
/compat/i386/usr/local/lib

I tried as nonroot user.

Kernel config includes the line

options COMPAT_FREEBSD32# Compatible with i386 binaries

What is the trick?  Should I try to boot the USB stick with FreeBSD 9.1-STABLE 
i386?

I did not build Xorg on this USB stick.  Should I have?

What is the requirement of FreeBSD versions matching?

Although I keep the source tree, ports tree  and work directories on the hard 
drive, installing to this Kingston Data Traveler 16 GB USB 2.0 stick is very 
slow, slower than NetBSD and slower than FreeBSD on other USB sticks.  I could 
try with a Kingston Data Traveler 16 GB or 32 GB USB 3.0 drive.

Tom

___
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