Bug#959575: neurodebian: FTBFS: (process:15028): WARNING **: 05:07:11.653: Unable to create profile directory (Permission denied) (13)

2020-05-04 Thread Yaroslav Halchenko


On Sun, 03 May 2020, Lucas Nussbaum wrote:
> > [ ! -d build/icons ] && mkdir -p build/icons
> > inkscape artwork/icon.svg -w 32 -h 32 \
> > -e build/icons/neurodebian.png

> > ** (process:15028): WARNING **: 05:07:11.653: Unable to create profile 
> > directory (Permission denied) (13)
> > Unable to init server: Could not connect: Connection refused
> > Unknown option -e
> > make[1]: *** [debian/rules:28: override_dh_auto_build] Error 1

FTR, reason is that inkscape switched from -e to -o.  Upload fixing
that is being prepared

-- 
Yaroslav O. Halchenko
Center for Open Neuroscience http://centerforopenneuroscience.org
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834   Fax: +1 (603) 646-1419
WWW:   http://www.linkedin.com/in/yarik



Bug#959575: neurodebian: FTBFS: (process:15028): WARNING **: 05:07:11.653: Unable to create profile directory (Permission denied) (13)

2020-05-03 Thread Lucas Nussbaum
Source: neurodebian
Version: 0.40.0
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200501 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> # wallpaper
> [ ! -d build/wallpaper ] && mkdir -p build/wallpaper
> xcf2png -o build/wallpaper/neurodebian.png artwork/wallpaper_hotbrain.xcf
> # icons
> [ ! -d build/icons ] && mkdir -p build/icons
> inkscape artwork/icon.svg -w 32 -h 32 \
>   -e build/icons/neurodebian.png
> 
> ** (process:15028): WARNING **: 05:07:11.653: Unable to create profile 
> directory (Permission denied) (13)
> Unable to init server: Could not connect: Connection refused
> Unknown option -e
> make[1]: *** [debian/rules:28: override_dh_auto_build] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/05/01/neurodebian_0.40.0_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.