jaeger changed the topic of #crux-devel to: CRUX (https://crux.nu/) development channel | Logs: https://libera.irclog.whitequark.org/crux-devel/
jaeger has joined #crux-devel
<jaeger> Was this commit supposed to be some kind of passive-aggressive attack? https://crux.nu/gitweb/?p=ports/contrib.git;a=commit;h=8f12ac26fafd469e2551de178e7f843fe3f263cf
darfo has quit [Quit: Leaving]
darfo has joined #crux-devel
SiFuh_ has quit [Ping timeout: 256 seconds]
SiFuh has joined #crux-devel
SiFuh has quit [Ping timeout: 268 seconds]
SiFuh has joined #crux-devel
<SiFuh> Romster: fftw depends on gcc-fortran but it seem gcc-fortran conflicts with gcc (Many of the same files exist)
<Romster> there is a section in gcc-fortran that reads the file list on the system and removes conflicting gcc files.
<Romster> # remove files already on the system out of the port
<Romster> pkginfo -l gcc
<Romster> uses that to see what files to omit conflicts from.
<Romster> did you install gcc outside of pkgadd?