Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] [PREFIX] FreeBSD support added
Date: Sun, 28 Oct 2007 08:29:50
Message-Id: 20071028082918.GD14078@gentoo.org
In Reply to: Re: [gentoo-alt] [PREFIX] FreeBSD support added by Fabian Groffen
1 On 22-10-2007 20:18:34 +0200, Fabian Groffen wrote:
2 > > if self.mergeme(srcroot, destroot, outfile, secondhand,
3 > > EPREFIX.lstrip(os.path.sep), cfgfiledict, mymtime):
4 > > File "/opt/hwbp/usr/lib/portage/pym/portage/dbapi/vartree.py", line 2060,
5 > > in mergeme
6 > > dflags = mydstat.st_flags
7 > > AttributeError: 'posix.stat_result' object has no attribute 'st_flags'
8 >
9 > This remains weird, as I don't have that error, but I'll see if I can
10 > figure out where it comes from.
11
12 Do you see this passing by when installing portage?:
13
14 make[1]: Leaving directory `/export/scratch/gentoo/var/tmp/portage/sys-apps/portage-2.2.00.8328/work/prefix-portage-2.2.00.8328'
15 running build
16 running build_ext
17 building 'chflags' extension
18 creating build
19 creating build/temp.freebsd-6.2-RELEASE-i386-2.5
20 i686-pc-freebsd6.2-gcc -pthread -fno-strict-aliasing -O2 -pipe -fPIC -I/export/scratch/gentoo/usr/include/python2.5 -c chflags.c -o build/temp.freebsd-6.2-RELEASE-i386-2.5/chflags.o
21 creating build/lib.freebsd-6.2-RELEASE-i386-2.5
22 i686-pc-freebsd6.2-gcc -shared -L. -O2 -pipe build/temp.freebsd-6.2-RELEASE-i386-2.5/chflags.o -lpython2.5 -o build/lib.freebsd-6.2-RELEASE-i386-2.5/chflags.so
23 >>> Source compiled.
24
25
26 --
27 Fabian Groffen
28 Gentoo on a different level
29 --
30 gentoo-alt@g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] [PREFIX] FreeBSD support added Matt Michalowski <me@××××××××.au>