> > That's expected behavior.. gcc35 is experimental (EVAL) as
> it hasn't been
> > released yet. Try with gcc-3.4 or if you want to testdrive
> gcc35 you can use
> >
> >
> > # openpkg rpm --rebuild perl-5.8.4-20040422.src.rpm
> --define "with_gcc=yes"
> >
> > which 'Provides' gcc:
> >
> > %if "%{with_gcc}" == "yes"
> > Provides: gcc = %{version}-%{release}
> > %endif
>
> I'm installing the latest, so if anything breaks, I'll post it here.
> It's not a production system, so I'm not staying with release version.
>
> I'm also running the latest openpkg, maybe that's why it's having
> problem with user/group opkg/opkg versus openpkg/openpkg?
>
> $ openpkg rpm -q openpkg
> openpkg-20040427-20040427
You can set the user/group in the bootstrap procedure:
$ sh openpkg-20040422-20040422.src.sh --help
Usage: sh openpkg-20040422-20040422.src.sh
[--prefix=<prefix>]
[--user=<usr>] [--group=<grp>] [--tag=<str>]
[--{s,m,r,n}usr=<usr>] [--{s,m,r,n}grp=<grp>]
[--{s,m,r,n}uid=<uid>] [--{s,m,r,n}gid=<gid>]
[-t|--tar] [-h|--help] [-v|--version]
see http://www.openpkg.org/doc/handbook/openpkg.html#id2969360
______________________________________________________________________
The OpenPKG Project www.openpkg.org
Developer Communication List [EMAIL PROTECTED]