Bug 111258 - print/gimp-gutenprint hangs on installation phase
Summary: print/gimp-gutenprint hangs on installation phase
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Michael Johnson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-05 09:30 UTC by Denis Eremenko <moonshade@pnhz.kz>
Modified: 2007-04-05 12:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Eremenko <moonshade@pnhz.kz> 2007-04-05 09:30:05 UTC

print/gimp-gutenprint hangs on installation phase with last message:
===>   Generating temporary packing list

Ctrl-T reveals "sed", ps shows 2 sed's too..

How-To-Repeat: 

cd /usr/ports/print/gimp-gutenprint
make install
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-05 09:30:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ahze

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-05 12:13:40 UTC
ahze        2007-04-05 11:13:24 UTC

  FreeBSD ports repository

  Modified files:
    print/gimp-gutenprint Makefile 
  Added files:
    print/gimp-gutenprint pkg-plist 
  Log:
  - Switch from using PLIST_FILES to pkg-plist because of an unknown bug that
    hangs on install.
  
  PR:             111258
  Reported by:    Denis Eremenko <moonshade@pnhz.kz>
  
  Revision  Changes    Path
  1.2       +1 -2      ports/print/gimp-gutenprint/Makefile
  1.1       +1 -0      ports/print/gimp-gutenprint/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Michael Johnson freebsd_committer freebsd_triage 2007-04-05 12:15:51 UTC
State Changed
From-To: open->closed

Fixed with a workaround, by using pkg-plist instead of PLIST_FILES. I don't know why sed hangs when  using PLIST_FILES and not when using pkg-plist. I know it didn't do this a week ago.