RSS/Atom feed Twitter
Site is read-only, email is disabled

error message

This discussion is connected to the gimp-docs-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

error message Marco Ciampa 15 Dec 23:06
error message Axel Wernicke 15 Dec 23:22
  error message Marco Ciampa 16 Dec 02:50
Marco Ciampa
2005-12-15 23:06:16 UTC (over 18 years ago)

error message

From the last two commits, I encounter this error message:

make
-- Profiling XML for en
-- Validating XML for en number of errors: 0 -- Profiling XML for it
-- Validating XML for it number of errors: 0 *** Validating profiled XML ***
Log files of the validation process have been generated in the xml directory.
Please correct any errors before writing new content. *** Copying images ***
cp: impossibile creare il file normale `html/./images/using/de/ui-log.png': No such file or directory cp: impossibile creare il file normale `html/./images/using/de/ui-performance.png': No such file or directory cp: impossibile creare il file normale `html/./images/using/de/ui-personal.png': No such file or directory cp: impossibile creare il file normale `html/./images/using/de/ui-upgrade.png': No such file or directory cp: impossibile creare il file normale `html/./images/using/de/ui-welcome.png': No such file or directory cp: impossibile creare il file normale `html/./images/using/hr/standard-setup.png': No such file or directory cp: impossibile creare il file normale `html/./images/using/hr/toolbox-description.png': No such file or directory
make: *** [stamps/images.stamp] Error 1

is it my fault? (In this case, please, be gentle! :-)

Axel Wernicke
2005-12-15 23:22:14 UTC (over 18 years ago)

error message

--- Urspr?ngliche Nachricht ---
Von: "Marco Ciampa"
An: gimp-docs@lists.XCF.Berkeley.EDU Betreff: [Gimp-docs] error message
Datum: Fri, 16 Dec 2005 08:06:08 +0100

From the last two commits, I encounter this error message:

*** Copying images ***
cp: impossibile creare il file normale `html/./images/using/de/ui-log.png': No such file or directory cp: impossibile creare il file normale `html/./images/using/de/ui-performance.png': No such file or directory cp: impossibile creare il file normale `html/./images/using/de/ui-personal.png': No such file or directory cp: impossibile creare il file normale `html/./images/using/de/ui-upgrade.png': No such file or directory cp: impossibile creare il file normale `html/./images/using/de/ui-welcome.png': No such file or directory cp: impossibile creare il file normale `html/./images/using/hr/standard-setup.png': No such file or directory cp: impossibile creare il file normale `html/./images/using/hr/toolbox-description.png': No such file or directory
make: *** [stamps/images.stamp] Error 1

is it my fault? (In this case, please, be gentle! :-)

This means there are new directories below the image directory which you did update from cvs correctly. The make process then tries to copy these new images to the html directory. Unfortunately there are the new directories missing yet - so you get an error.
To correct this I'd suggest to do a make clean; make or to remove the appropriate file from the stamps directory. (Should be something with "directoriescreated" in it.

Hope that helps.

lexa

Marco Ciampa
2005-12-16 02:50:23 UTC (over 18 years ago)

error message

On Fri, Dec 16, 2005 at 08:22:09AM +0100, Axel Wernicke wrote:

--- Urspr?ngliche Nachricht ---
Von: "Marco Ciampa"
An: gimp-docs@lists.XCF.Berkeley.EDU Betreff: [Gimp-docs] error message
Datum: Fri, 16 Dec 2005 08:06:08 +0100

is it my fault? (In this case, please, be gentle! :-)

To correct this I'd suggest to do a make clean; make Hope that helps.

Sorry I usually try to do a make clean before asking dumb questions. make clean worked flawlessly...