bugThe FreeType Project - Bugs: bug #44019, Weird rm/rmdir during 'make...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #44019: Weird rm/rmdir during 'make install'

Submitter:  Daniel Macks <dmacks>
Submitted:  Fri 16 Jan 2015 05:32:48 AM UTC
   
 
Severity:  3 - Normal Item Group:  None
Status:  Invalid Privacy:  Public
Assigned to:  wl Open/Closed:  Closed
Planned Release:  None

Sat 17 Jan 2015 08:03:12 PM UTC, comment #2: 

Exactly.

I'm marking this as invalid, but suggestions how to make this easier to recognize are highly welcomed :-)

Werner LEMBERG <wl>
Group administrator
Sat 17 Jan 2015 05:41:10 PM UTC, comment #1: 

Looking at other freetype on various machines, is this to clean up/uninstall older version that had a different header layout or location?

Daniel Macks <dmacks>
Fri 16 Jan 2015 05:32:48 AM UTC, original submission:  

Built freetype-2.5.5 with

./configure --prefix=/sw --libdir=/sw/lib/freetype219/lib --with-old-mac-fonts --disable-static
make
make -j1 install DESTDIR=/sw/build.build/root-freetype219-2.5.5-1

DESTDIR is a staging directory that did not previously exist (prior to this build) from which I will create a tarball for deployment to other systems. Towards the end of this last command, I see:

for P in /sw/build.build/freetype219-2.5.5-1/freetype-2.5.5/include/config/ftheader.h /sw/build.build/freetype219-2.5.5-1/freetype-2.5.5/include/config/ftoption.h /sw/build.build/freetype219-2.5.5-1/freetype-2.5.5/include/config/ftmodule.h /sw/build.build/freetype219-2.5.5-1/freetype-2.5.5/include/config/ftconfig.h /sw/build.build/freetype219-2.5.5-1/freetype-2.5.5/include/config/ftstdlib.h  /sw/build.build/freetype219-2.5.5-1/freetype-2.5.5/objs/ftmodule.h  ; do                         \
          /sw/bin/ginstall -c -m 644                                  \
            $P /sw/build.build/root-freetype219-2.5.5-1/sw/include/freetype2/config ; \
        done
rm -f /sw/build.build/root-freetype219-2.5.5-1/sw/include/freetype2/freetype/config/*
rmdir /sw/build.build/root-freetype219-2.5.5-1/sw/include/freetype2/freetype/config
rmdir: /sw/build.build/root-freetype219-2.5.5-1/sw/include/freetype2/freetype/config: No such file or directory
/sw/build.build/freetype219-2.5.5-1/freetype-2.5.5/builds/unix/install.mk:32: recipe for target 'install' failed
rm -f /sw/build.build/root-freetype219-2.5.5-1/sw/include/freetype2/freetype/*
make: [install] Error 1 (ignored)
rmdir /sw/build.build/root-freetype219-2.5.5-1/sw/include/freetype2/freetype
rmdir: /sw/build.build/root-freetype219-2.5.5-1/sw/include/freetype2/freetype: No such file or directory
/sw/build.build/freetype219-2.5.5-1/freetype-2.5.5/builds/unix/install.mk:32: recipe for target 'install' failed
/sw/bin/ginstall -c -m 644 ./builds/unix/ftconfig.h               \
          /sw/build.build/root-freetype219-2.5.5-1/sw/include/freetype2/config/ftconfig.h
make: [install] Error 1 (ignored)
/sw/bin/ginstall -c -m 644 /sw/build.build/freetype219-2.5.5-1/freetype-2.5.5/objs/ftmodule.h                 \
          /sw/build.build/root-freetype219-2.5.5-1/sw/include/freetype2/config/ftmodule.h

the ignored error is confusing. It's installing the files one place, then deleting files from somewhere else (and acceptably failing because they don't exist). What is the goal of the attempted removal of what looks like the same set of files/dirs but one level deeper in the hierarchy (freetype2/freetype/config vs freetype2/config)?

Daniel Macks <dmacks>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by wl (Posted a comment)
  • -email is unavailable- added by dmacks (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-03-04 wl Open/ClosedOpen Closed
    2015-01-17 wl StatusNone Invalid
        Assigned toNone wl

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code