Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#20246 - [devtools] Add /dev/{shm,pts} to mkarchroot mounting and unmounting.
Attached to Project:
Arch Linux
Opened by Thomas Dziedzic (tomd123) - Wednesday, 21 July 2010, 12:58 GMT
Last edited by Pierre Schmitz (Pierre) - Thursday, 12 August 2010, 16:27 GMT
Opened by Thomas Dziedzic (tomd123) - Wednesday, 21 July 2010, 12:58 GMT
Last edited by Pierre Schmitz (Pierre) - Thursday, 12 August 2010, 16:27 GMT
|
DetailsI would like to propose adding the attached patch.
I have recently tried compiling sage-mathematics at http://aur.archlinux.org/packages.php?ID=14429 in a clean chroot. I encountered a semlock, permission denied error. So I had to enable /dev/shm in the chroot. Then I encountered a "unable to run gap error" which I later found out that it is caused by not having /dev/pts. After patching in both, sage-mathematics successfully compiled. devtools 0.9.7-1 |
This task depends upon
Closed by Pierre Schmitz (Pierre)
Thursday, 12 August 2010, 16:27 GMT
Reason for closing: Implemented
Additional comments about closing: will be in next devtools release (very soon)
Thursday, 12 August 2010, 16:27 GMT
Reason for closing: Implemented
Additional comments about closing: will be in next devtools release (very soon)
The only thing I wonder is if its wise to share shm and pts between host and chroot.
This wouldn't bind them. But I still couldn't find anything wrong with binding them.
Note: I asked Ghost1227 to apply this patch on his pkgbuild.com server and there haven't been any issues yet.
Patch was applied the day this feature request was opened.