salma1601

Results 21 comments of salma1601

Dear @TheChymera Thank you very much for your help and reactivity. I tried the first command `emerge -v samri --autounmask-continue`, and it looks like there is an error with `UTF8`...

Dear @TheChymera here is the output of `locale` >LANG= LC_CTYPE="POSIX" LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE="POSIX" LC_MONETARY="POSIX" LC_MESSAGES="POSIX" LC_PAPER="POSIX" LC_NAME="POSIX" LC_ADDRESS="POSIX" LC_TELEPHONE="POSIX" LC_MEASUREMENT="POSIX" LC_IDENTIFICATION="POSIX" LC_ALL=

Dear @TheChymera I enabled the chymeric overlay but there is still some problem with `dev-lang/python-3.6.9`. I am posting the whole traceback >> make: *** [Makefile:603: sharedmods] Error 1 >> *...

Dear @TheChymera , here is the log file [build.log](https://github.com/IBT-FMI/SAMRI/files/3918655/build.log)

@TheChymera I used the bootstrp-prefix.sh script https://gitweb.gentoo.org/repo/proj/prefix.git/plain/scripts/bootstrap-prefix.sh

@TheChymera I tried the `emerge --oneshot dev-libs/expat` followed by `emerge -vaDNu world` but there is still a failiure with the `dev-lang` [build.log](https://github.com/IBT-FMI/SAMRI/files/3921826/build.log)

dear @TheChymera , thank you for your support ! You are right, I have changed my `LD_LIBRARY_PATH` in my .bashrc to match some software requirements. After unsetting it and retrying...

You are right! Actually it was a licence issue because I run the command `echo 'ACCEPT_LICENSE="*"' >> /etc/portage/make.conf` only the first time. I ran it again, and the `dcmtk` failiure...

@TheChymera licence is OK and this is the output of `eix nibabel` ``` [I] sci-libs/nibabel Available versions: 2.0.1[1] 2.1.0[1] 2.3.0[1] 2.3.1[1] 2.5.1[1] 2.5.1[2] **9999*l[1] {dicom doc test PYTHON_TARGETS="python2_7 python3_5 python3_6...

Yes I do have nibabel because I already use it with other nipy libraries. Here is the output of `python -c "import nibabel; print(nibabel.__version__, nibabel.__file__)"` >2.5.1 /home/salma/miniconda3/lib/python3.7/site-packages/nibabel/__init__.py