bugThe FreeType Project - Bugs: bug #47072, Linux: make install without...

 
 

bug #47072: Linux: make install without preceeding make all fails

Submitted by:  Sebastian Rasmussen <sebras>
Submitted on:  Fri 05 Feb 2016 05:13:43 PM UTC  
 
Severity: 3 - NormalItem Group: Incorrect behaviour
Status: FixedPrivacy: Public
Assigned to: Werner LEMBERG <wl>Open/Closed: Closed
Planned Release: 2.6.3

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Fri 05 Feb 2016 05:43:19 PM UTC, comment #2:

Patch applied, thanks!

Werner LEMBERG <wl>
Project AdministratorIn charge of this item.
Fri 05 Feb 2016 05:17:38 PM UTC, comment #1:

I should mention that I'm using git commit 710ac3d.

Sebastian Rasmussen <sebras>
Fri 05 Feb 2016 05:13:43 PM UTC, original submission:

I cloned a completely new tree

Then I ran:
./autogen.sh && ./configure --prefix=$PWD/install && make install

And got the following error:

/usr/bin/install -c -m 755 ./builds/unix/freetype-config \
/tmp/freetype2/install/bin/freetype-config
/usr/bin/install: cannot stat ‘./builds/unix/freetype-config’: No such file or directory
/tmp/freetype2/builds/unix/install.mk:34: recipe for target 'install' failed
make: *** [install] Error 1

the reason is that freetype-config is only generated if you build the all target, so the following command generates no errors:

./autogen.sh && ./configure --prefix=$PWD/install && make all && make install

The attached patch makes sure that freetype-config is generated for the install target as well, which means that the first command now can run successfully.

Sebastian Rasmussen <sebras>

 

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

Attach File(s):
   
   
Comment:
   

Attached Files
file #36256:  0001-Fix-Savannah-bug-47072.patch added by sebras (809B - text/x-diff - I hope the attached proposed patch is acceptable. Let me know if I can help further.)

 

Depends on the following items: None found

Items that depend on this one: None found

 

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

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only logged-in users can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 5 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Fri 05 Feb 2016 05:43:19 PM UTCwlStatusNone=>Fixed
      Assigned toNone=>wl
      Open/ClosedOpen=>Closed
      Planned ReleaseNone=>2.6.3
    Fri 05 Feb 2016 05:18:28 PM UTCsebrasAttached File-=>Added 0001-Fix-Savannah-bug-47072.patch, #36256

    Back to the top


    Powered by Savane 3.1-cleanup1