Package Details: fsl 6.0.7.16-1

Git Clone URL: https://aur.archlinux.org/fsl.git (read-only, click to copy)
Package Base: fsl
Description: A comprehensive library of analysis tools for FMRI, MRI and DTI brain imaging data
Upstream URL: http://www.fmrib.ox.ac.uk/fsl/
Licenses: custom
Submitter: fishburn
Maintainer: tobac
Last Packager: tobac
Votes: 12
Popularity: 0.000000
First Submitted: 2012-07-02 23:36 (UTC)
Last Updated: 2024-12-22 17:38 (UTC)

Dependencies (1)

Required by (4)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 15 Next › Last »

maciex commented on 2019-10-03 17:23 (UTC)

https://raw.githubusercontent.com/maciexZ/test/master/build.log

tobac commented on 2019-10-03 08:20 (UTC)

It would be helpful if you pasted your entire build.log somewhere (e.g. use one of those pastebin services or whatever best practice is at the moment).

maciex commented on 2019-10-02 23:15 (UTC)

Hi, thank you for your response. I have in my build.log: !!ERROR in BUILD!! Could not make the following projects successfully: fslsurface newmesh DiscreteOpt FastPDlib MSMRegLib film MSM ptx2

tobac commented on 2019-10-02 10:53 (UTC)

To test it again, I set up a fresh Arch VM, installed only openssh, vim and yay and did "yay -S fsl". It worked as expected.

tobac commented on 2019-10-02 08:53 (UTC)

I tested it on three different machines, no errors there. Could you at least tell me yours?

maciex commented on 2019-09-30 22:15 (UTC)

build has an error

tobac commented on 2019-09-30 11:21 (UTC)

@wangqr: Could you try 6.0.2? They changed some things with regard to their build system (it still needs manual adapting, but in a somewhat less complicated manner).

wangqr commented on 2019-04-13 06:10 (UTC)

Turns out that the error is caused by uninstantiated template function read_volumeROI (see line 4841 of the log). This can be fixed by the following patch: https://gist.github.com/wangqr/ab9d47ec1d955310794256905d60d583

After fixing this issue, there are still 4 components that fails to build, namely fslsurface, film, ptx2, and MSM. The latter 2 depends on fslsurface. fslsurface fails due to corrupted .o file (not sure why this happens). film fails due to missing header QPBO/QPBO.hpp

wangqr commented on 2019-04-12 20:35 (UTC)

The build fails for me. Full build.log at https://gist.github.com/wangqr/ab96316acbc92e640b6d044688b77648

It seems that the errors are caused by missing headers. According to the command line options (See line 4868 of the log), the compiler is looking for headers in $HOME/fsldev, which does not exist.

<deleted-account> commented on 2019-03-26 20:39 (UTC)

Thanks, I tried reinstalling fslpy and to run the test suite manually from the executable. Nonetheless the same output came out without any new information about the problem.

I think the issue might be a problem in the building itself. I will try to read through the build.log.