Bug 169085 - [PATCH] devel/buildbot: Remove db/schema from plist
Summary: [PATCH] devel/buildbot: Remove db/schema from plist
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: Tom Judge
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-15 00:00 UTC by Bryan Drewery
Modified: 2012-06-15 14:30 UTC (History)
1 user (show)

See Also:


Attachments
patch-buildbot-plist.txt (479 bytes, patch)
2012-06-15 00:00 UTC, Bryan Drewery
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bryan Drewery 2012-06-15 00:00:03 UTC
	The plist references %%PYTHON_SITELIBDIR%%/buildbot/db/schema which is not referenced in the code at all, nor is it created at install.

	Seen from my ports-mgmt/poudriere package builder:

	Installing buildbot-0.8.6p1... done                                                              
	===>  Building package for buildbot-0.8.6p1                                                      
	Creating package for buildbot-0.8.6p1                                                            
	pkg: lstat(/usr/local/lib/python2.7/site-packages/buildbot/db/schema/): No such file or directory

How-To-Repeat: 	This is observed when using pkgng (WITH_PKG=yes) in make.conf to handle packages. It complains about the missing directory.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-15 11:12:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tj

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-06-15 14:20:21 UTC
tj          2012-06-15 13:19:53 UTC

  FreeBSD ports repository

  Modified files:
    devel/buildbot       pkg-plist 
  Log:
  Remove directory from plist that is no longer created.
  
  PR:             ports/169085
  Submitted by:   Bryan Drewery <bryan@shatow.net>
  Approved by:    eadler (mentor)
  
  Revision  Changes    Path
  1.17      +0 -1      ports/devel/buildbot/pkg-plist
_______________________________________________
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 Tom Judge freebsd_committer freebsd_triage 2012-06-15 14:20:52 UTC
State Changed
From-To: open->closed

Committed. Thanks!