|
From: Nicolas B. <ni...@bo...> - 2006-03-10 00:10:04
|
Hi, On Thu, 2006-03-09 at 15:44 -0800, Florin Andrei wrote: > I attached the make install messages generated by this sequence: > > ./configure --prefix=/opt/ddccontrol > make > sudo make install > > There's one error: > > /usr/bin/install -c -m 644 > gddccontrol-bluecurve.png //opt/ddccontrol/share/icons/Bluecurve/48x48/apps/gddccontrol.png > /usr/bin/install: cannot create regular file > `//opt/ddccontrol/share/icons/Bluecurve/48x48/apps/gddccontrol.png': No > such file or directory > make[3]: [install-data-local] Error 1 (ignored) > > It is probably minor, but it would be nice if it didn't fail like that. > If I'm building an RPM package with ddccontrol, I can probably fix it, > but it would be nice to not have to fix anything. It doesn't fail, it just tries to install BlueCurve theme icon (as the guy who provided the icon has made a "standard" and a BlueCurve icon), and if it can't, the error is ignored and make continues. So I don't think this will prevent you from making a RPM. If so, please tell me and I'll try to change how this thing is handled. Best regards, Nicolas |