pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/53244: Rust 1.24.1 build in pksrc 2018Q1
The following reply was made to PR pkg/53244; it has been noted by GNATS.
From: Mickael Viey <m.viey%wanadoo.fr@localhost>
To: gnats-bugs%NetBSD.org@localhost, pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
pkgsrc-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/53244: Rust 1.24.1 build in pksrc 2018Q1
Date: Tue, 1 May 2018 12:06:39 +0200
This is a multi-part message in MIME format.
--------------137DF5940CA078CB50EA0358
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
here code from rust which cause the problem in chroot:
https://github.com/rust-lang/rust/blob/c08480fce0f39f5c9c6db6dde0dccb375ca0ab14/src/libstd/sys/unix/os.rs#L224
Le 01/05/2018 à 11:45, Mickael Viey a écrit :
> The following reply was made to PR pkg/53244; it has been noted by GNATS.
>
> From: Mickael Viey <m.viey%wanadoo.fr@localhost>
> To: gnats-bugs%NetBSD.org@localhost
> Cc:
> Subject: Re: pkg/53244: Rust 1.24.1 build in pksrc 2018Q1
> Date: Tue, 1 May 2018 11:40:26 +0200
>
> This is a multi-part message in MIME format.
> --------------24DE1590F64F53A1451A526E
> Content-Type: text/plain; charset=utf-8; format=flowed
> Content-Transfer-Encoding: 8bit
>
> After searching, this error would be comes that I tried to build rust
> from a chroot environment where procfs is not mounted.
>
> Indeed, this function try to determine the current processus from procfs.
>
>
> Le 01/05/2018 � 11:15, gnats-admin%netbsd.org@localhost a �©crit� :
> > Thank you very much for your problem report.
> > It has the internal identification `pkg/53244'.
> > The individual assigned to look at your
> > report is: pkg-manager.
> >
> >> Category: pkg
> >> Responsible: pkg-manager
> >> Synopsis: Rust 1.24.1 build in pksrc 2018Q1
> >> Arrival-Date: Tue May 01 09:15:01 +0000 2018
>
>
> --------------24DE1590F64F53A1451A526E
> Content-Type: text/html; charset=utf-8
> Content-Transfer-Encoding: 8bit
>
> <html>
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
> </head>
> <body text="#333333" bgcolor="#CCCCCC">
> <p>After searching, this error would be comes that I tried to build
> rust from a chroot environment where procfs is not mounted.</p>
> <p>Indeed, this function try to determine the current processus from
> procfs.<br>
> </p>
> <br>
> <div class="moz-cite-prefix">Le 01/05/2018 � 11:15,
> <a class="moz-txt-link-abbreviated" href="mailto:gnats-admin%netbsd.org@localhost">gnats-admin%netbsd.org@localhost</a> a �©crit� :<br>
> </div>
> <blockquote type="cite"
> cite="mid:20180501091501.0D1017A269%mollari.NetBSD.org@localhost">
> <pre wrap="">Thank you very much for your problem report.
> It has the internal identification `pkg/53244'.
> The individual assigned to look at your
> report is: pkg-manager.
>
> </pre>
> <blockquote type="cite">
> <pre wrap="">Category: pkg
> Responsible: pkg-manager
> Synopsis: Rust 1.24.1 build in pksrc 2018Q1
> Arrival-Date: Tue May 01 09:15:01 +0000 2018
> </pre>
> </blockquote>
> <pre wrap="">
> </pre>
> </blockquote>
> <br>
> </body>
> </html>
>
> --------------24DE1590F64F53A1451A526E--
>
--------------137DF5940CA078CB50EA0358
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#333333" bgcolor="#CCCCCC">
<p>here code from rust which cause the problem in chroot:</p>
<p><a class="moz-txt-link-freetext" href="https://github.com/rust-lang/rust/blob/c08480fce0f39f5c9c6db6dde0dccb375ca0ab14/src/libstd/sys/unix/os.rs#L224">https://github.com/rust-lang/rust/blob/c08480fce0f39f5c9c6db6dde0dccb375ca0ab14/src/libstd/sys/unix/os.rs#L224</a><br>
</p>
<br>
<div class="moz-cite-prefix">Le 01/05/2018 Ã 11:45, Mickael Viey a
écrit :<br>
</div>
<blockquote type="cite"
cite="mid:20180501094501.509F87A262%mollari.NetBSD.org@localhost">
<pre wrap="">The following reply was made to PR pkg/53244; it has been noted by GNATS.
From: Mickael Viey <a class="moz-txt-link-rfc2396E" href="mailto:m.viey%wanadoo.fr@localhost"><m.viey%wanadoo.fr@localhost></a>
To: <a class="moz-txt-link-abbreviated" href="mailto:gnats-bugs%NetBSD.org@localhost">gnats-bugs%NetBSD.org@localhost</a>
Cc:
Subject: Re: pkg/53244: Rust 1.24.1 build in pksrc 2018Q1
Date: Tue, 1 May 2018 11:40:26 +0200
This is a multi-part message in MIME format.
--------------24DE1590F64F53A1451A526E
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
After searching, this error would be comes that I tried to build rust
from a chroot environment where procfs is not mounted.
Indeed, this function try to determine the current processus from procfs.
Le 01/05/2018 � 11:15, <a class="moz-txt-link-abbreviated" href="mailto:gnats-admin%netbsd.org@localhost">gnats-admin%netbsd.org@localhost</a> a �©crit� :
> Thank you very much for your problem report.
> It has the internal identification `pkg/53244'.
> The individual assigned to look at your
> report is: pkg-manager.
>
>> Category: pkg
>> Responsible: pkg-manager
>> Synopsis: Rust 1.24.1 build in pksrc 2018Q1
>> Arrival-Date: Tue May 01 09:15:01 +0000 2018
--------------24DE1590F64F53A1451A526E
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#333333" bgcolor="#CCCCCC">
<p>After searching, this error would be comes that I tried to build
rust from a chroot environment where procfs is not mounted.</p>
<p>Indeed, this function try to determine the current processus from
procfs.<br>
</p>
<br>
<div class="moz-cite-prefix">Le 01/05/2018 � 11:15,
<a class="moz-txt-link-abbreviated" href=<a class="moz-txt-link-rfc2396E" href="mailto:gnats-admin%netbsd.org@localhost">"mailto:gnats-admin%netbsd.org@localhost"</a>><a class="moz-txt-link-abbreviated" href="mailto:gnats-admin%netbsd.org@localhost">gnats-admin%netbsd.org@localhost</a></a> a �©crit� :<br>
</div>
<blockquote type="cite"
cite=<a class="moz-txt-link-rfc2396E" href="mailto:mid:20180501091501.0D1017A269%mollari.NetBSD.org@localhost">"mid:20180501091501.0D1017A269%mollari.NetBSD.org@localhost"</a>>
<pre wrap="">Thank you very much for your problem report.
It has the internal identification `pkg/53244'.
The individual assigned to look at your
report is: pkg-manager.
</pre>
<blockquote type="cite">
<pre wrap="">Category: pkg
Responsible: pkg-manager
Synopsis: Rust 1.24.1 build in pksrc 2018Q1
Arrival-Date: Tue May 01 09:15:01 +0000 2018
</pre>
</blockquote>
<pre wrap="">
</pre>
</blockquote>
<br>
</body>
</html>
--------------24DE1590F64F53A1451A526E--
</pre>
</blockquote>
<br>
</body>
</html>
--------------137DF5940CA078CB50EA0358--
Home |
Main Index |
Thread Index |
Old Index