On Mon, May 10, 2010 at 6:50 PM, Itamar Reis Peixoto
<itamar@ispbrasil.com.br> wrote:
> mono requires bootstrapping ?
>
> http://koji.fedoraproject.org/koji/buildinfo?buildID=172787
>
> how to build it ?
Hopefully you can disable enough features on one package such that it will
build so it can then become a dependency to the next package. Then
reenable the missing features on the original package.
You just bump the .spec release at each build.
_______________________________________________
epel-devel-list mailing list
epel-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/epel-devel-list
05-10-2010, 05:17 PM
Steve Traylen
EL-6 mono build
On Mon, May 10, 2010 at 6:50 PM, Itamar Reis Peixoto
<itamar@ispbrasil.com.br> wrote:
> mono requires bootstrapping ?
>
> http://koji.fedoraproject.org/koji/buildinfo?buildID=172787
>
> how to build it ?
Hopefully you can disable enough features on one package such that it will
build so it can then become a dependency to the next package. Then
reenable the missing features on the original package.
You just bump the .spec release at each build.
--
Steve Traylen
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
05-10-2010, 05:17 PM
Steve Traylen
EL-6 mono build
On Mon, May 10, 2010 at 6:50 PM, Itamar Reis Peixoto
<itamar@ispbrasil.com.br> wrote:
> mono requires bootstrapping ?
>
> http://koji.fedoraproject.org/koji/buildinfo?buildID=172787
>
> how to build it ?
Hopefully you can disable enough features on one package such that it will
build so it can then become a dependency to the next package. Then
reenable the missing features on the original package.
You just bump the .spec release at each build.
# Yes, mono actually depends on itself, because
# we deleted the bootstrapping binaries. If you
# need to bootstrap mono, comment out this BuildRequires
# and don't delete the binaries in %%prep.
BuildRequires: mono-core
You have to comment out 'BuildRequires: mono-core' for 1st time build, then
uncomment it back and build again.
So, you must bump the spec file at least twice.
Regards
Kirby Zhou
-----Original Message-----
From: epel-devel-list-bounces@redhat.com
[mailto:epel-devel-list-bounces@redhat.com] On Behalf Of Itamar Reis Peixoto
Sent: Tuesday, May 11, 2010 12:50 AM
To: Development discussions related to Fedora; EPEL development disccusion
Subject: EL-6 mono build
# Yes, mono actually depends on itself, because
# we deleted the bootstrapping binaries. If you
# need to bootstrap mono, comment out this BuildRequires
# and don't delete the binaries in %%prep.
You have to comment out 'BuildRequires: mono-core' and ' rm -rf
mcs/class/lib/monolite/' for 1st time build,
then uncomment it back and build again. So, you must bump the spec file at
least twice.
Regards
Kirby Zhou
-----Original Message-----
From: epel-devel-list-bounces@redhat.com
[mailto:epel-devel-list-bounces@redhat.com] On Behalf Of Itamar Reis Peixoto
Sent: Tuesday, May 11, 2010 12:50 AM
To: Development discussions related to Fedora; EPEL development disccusion
Subject: EL-6 mono build
_______________________________________________
epel-devel-list mailing list
epel-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/epel-devel-list
_______________________________________________
epel-devel-list mailing list
epel-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/epel-devel-list
05-10-2010, 08:08 PM
Christopher Brown
EL-6 mono build
On 10 May 2010 17:50, Itamar Reis Peixoto <itamar@ispbrasil.com.br> wrote:
> mono requires bootstrapping ?
>
> http://koji.fedoraproject.org/koji/buildinfo?buildID=172787
>
> how to build it ?
No, if you build against the mono.snk strong name key in /etc/pki then
there should be no bootstrapping required. This is provided by
mono-devel I think.
Regards
--
Christopher Brown
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
05-10-2010, 08:08 PM
Christopher Brown
EL-6 mono build
On 10 May 2010 17:50, Itamar Reis Peixoto <itamar@ispbrasil.com.br> wrote:
> mono requires bootstrapping ?
>
> http://koji.fedoraproject.org/koji/buildinfo?buildID=172787
>
> how to build it ?
No, if you build against the mono.snk strong name key in /etc/pki then
there should be no bootstrapping required. This is provided by
mono-devel I think.
Regards
--
Christopher Brown
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
05-10-2010, 08:13 PM
Itamar Reis Peixoto
EL-6 mono build
On Mon, May 10, 2010 at 5:08 PM, Christopher Brown
<snecklifter@gmail.com> wrote:
> On 10 May 2010 17:50, Itamar Reis Peixoto <itamar@ispbrasil.com.br> wrote:
>> mono requires bootstrapping ?
>>
>> http://koji.fedoraproject.org/koji/buildinfo?buildID=172787
>>
>> how to build it ?
>
> No, if you build against the mono.snk strong name key in /etc/pki then
> there should be no bootstrapping required. This is provided by
> mono-devel I think.
>
> Regards
>
> --
> Christopher Brown
there are no mono-devel in EL-6,
EL-6 not inherited EL-5 packages.
--
------------
Itamar Reis Peixoto
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
05-10-2010, 08:13 PM
Itamar Reis Peixoto
EL-6 mono build
On Mon, May 10, 2010 at 5:08 PM, Christopher Brown
<snecklifter@gmail.com> wrote:
> On 10 May 2010 17:50, Itamar Reis Peixoto <itamar@ispbrasil.com.br> wrote:
>> mono requires bootstrapping ?
>>
>> http://koji.fedoraproject.org/koji/buildinfo?buildID=172787
>>
>> how to build it ?
>
> No, if you build against the mono.snk strong name key in /etc/pki then
> there should be no bootstrapping required. This is provided by
> mono-devel I think.
>
> Regards
>
> --
> Christopher Brown
there are no mono-devel in EL-6,
EL-6 not inherited EL-5 packages.
--
------------
Itamar Reis Peixoto
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
05-10-2010, 08:13 PM
Itamar Reis Peixoto
EL-6 mono build
On Mon, May 10, 2010 at 5:08 PM, Christopher Brown
<snecklifter@gmail.com> wrote:
> On 10 May 2010 17:50, Itamar Reis Peixoto <itamar@ispbrasil.com.br> wrote:
>> mono requires bootstrapping ?
>>
>> http://koji.fedoraproject.org/koji/buildinfo?buildID=172787
>>
>> how to build it ?
>
> No, if you build against the mono.snk strong name key in /etc/pki then
> there should be no bootstrapping required. This is provided by
> mono-devel I think.
>
> Regards
>
> --
> Christopher Brown
there are no mono-devel in EL-6,
EL-6 not inherited EL-5 packages.
--
------------
Itamar Reis Peixoto
_______________________________________________
epel-devel-list mailing list
epel-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/epel-devel-list