Gentoo Archives: gentoo-alt

From: Matt Michalowski <me@××××××××.au>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] [PREFIX] FreeBSD support added
Date: Sun, 28 Oct 2007 12:12:22
Message-Id: 47247CA2.9050809@mattm.id.au
In Reply to: Re: [gentoo-alt] [PREFIX] FreeBSD support added by Fabian Groffen
1 Fabian Groffen wrote:
2 > On 22-10-2007 20:18:34 +0200, Fabian Groffen wrote:
3 >
4 >>> if self.mergeme(srcroot, destroot, outfile, secondhand,
5 >>> EPREFIX.lstrip(os.path.sep), cfgfiledict, mymtime):
6 >>> File "/opt/hwbp/usr/lib/portage/pym/portage/dbapi/vartree.py", line 2060,
7 >>> in mergeme
8 >>> dflags = mydstat.st_flags
9 >>> AttributeError: 'posix.stat_result' object has no attribute 'st_flags'
10 >>>
11 >> This remains weird, as I don't have that error, but I'll see if I can
12 >> figure out where it comes from.
13 >>
14 >
15 > Do you see this passing by when installing portage?:
16 >
17 > make[1]: Leaving directory `/export/scratch/gentoo/var/tmp/portage/sys-apps/portage-2.2.00.8328/work/prefix-portage-2.2.00.8328'
18 > running build
19 > running build_ext
20 > building 'chflags' extension
21 > creating build
22 > creating build/temp.freebsd-6.2-RELEASE-i386-2.5
23 > 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
24 > creating build/lib.freebsd-6.2-RELEASE-i386-2.5
25 > 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
26 >
27 >
28 Nope. Should I maybe try changing the bootstrap script to bootstrap
29 prefix-portage 2.2.00.8328 instead of the current 2.2.00.7965, or
30 bootstrapping Python 2.5.1 instead of 2.4.4?
31
32 Matt.
33 --
34 gentoo-alt@g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] [PREFIX] FreeBSD support added Fabian Groffen <grobian@g.o>