Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pacman fails to finish installing #94

Open
akitaonrails opened this issue Apr 13, 2016 · 0 comments
Open

pacman fails to finish installing #94

akitaonrails opened this issue Apr 13, 2016 · 0 comments

Comments

@akitaonrails
Copy link

Hi, first of all congrats for this amazing project. I am very excited to be testing it.

Unfortunately I am seeing errors like the ones I am copying below. It hangs at "could not change the root directory (Function not implemented)" and I have to Ctrl-C out of it, and by doing so it sometimes crashes the flinux.exe process and the console restarts.

The way it outputs, it sounds like the packages are successfully installed but for some reason pacman calls chroot() - which is not implemented as I read in another issue - and that hangs the process and it can never say it finished successfully. Even it hanging like this I can confirm that I can execute Ruby and Git after (Ruby has the -v problem reported in another issue).

[root@ForeignLinux /]# pacman -S ruby
resolving dependencies...
looking for conflicting packages...

Packages (2) libyaml-0.1.6-1  ruby-2.3.0-2

Total Download Size:    4.74 MiB
Total Installed Size:  21.94 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 libyaml-0.1.6-1-i686                            51.2 KiB   112K/s 00:00 [########################################] 100%
 ruby-2.3.0-2-i686                                4.7 MiB   483K/s 00:10 [########################################] 100%
(2/2) checking keys in keyring                                           [########################################] 100%
(2/2) checking package integrity                                         [########################################] 100%
(2/2) loading package files                                              [########################################] 100%
(2/2) checking for file conflicts                                        [########################################] 100%
(2/2) checking available disk space                                      [########################################] 100%
:: Processing package changes...
(1/2) installing libyaml                                                 [########################################] 100%
(2/2) installing ruby                                                    [########################################] 100%
could not change the root directory (Function not implemented)
[root@ForeignLinux /]# pacman -S nodejs
resolving dependencies...
looking for conflicting packages...

Packages (4) http-parser-2.6.2-1  icu-57.1-1  libuv-1.9.0-1  nodejs-5.10.1-2

Total Download Size:   11.54 MiB
Total Installed Size:  47.78 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 icu-57.1-1-i686                                  8.2 MiB   457K/s 00:18 [########################################] 100%
 libuv-1.9.0-1-i686                             130.9 KiB   135K/s 00:01 [########################################] 100%
 http-parser-2.6.2-1-i686                        18.0 KiB   112K/s 00:00 [########################################] 100%
 nodejs-5.10.1-2-i686                             3.2 MiB   440K/s 00:08 [########################################] 100%
(4/4) checking keys in keyring                                           [########################################] 100%
(4/4) checking package integrity                                         [########################################] 100%
(4/4) loading package files                                              [########################################] 100%
(4/4) checking for file conflicts                                        [########################################] 100%
(4/4) checking available disk space                                      [########################################] 100%
:: Processing package changes...
(1/4) installing icu                                                     [########################################] 100%
(2/4) installing libuv                                                   [########################################] 100%
(3/4) installing http-parser                                             [########################################] 100%
(4/4) installing nodejs                                                  [########################################] 100%
Optional dependencies for nodejs
    npm: nodejs package manager
could not change the root directory (Function not implemented)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant