Bug 151539 - [patch] devel/lua-alien: remove symlinks even if regression-test fails
Summary: [patch] devel/lua-alien: remove symlinks even if regression-test fails
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: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-18 16:40 UTC by swell.k
Modified: 2010-10-19 01:20 UTC (History)
0 users

See Also:


Attachments
a.diff (1.34 KB, patch)
2010-10-18 16:40 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2010-10-18 16:40:08 UTC
Following files should not be installed

  DATADIR/tests/alien
  DATADIR/tests/alien.lua

http://pointyhat.freebsd.org/errorlogs/sparc64-errorlogs/e.7.20101015091133/lua51-alien-0.5.0.log

Also, split regression-test into more fine-grained chunks.

How-To-Repeat: $ make regression-test # force it to fail
$ make install deinstall
...
===>   Deinstalling lua51-alien-0.5.0
pkg_delete: unable to completely remove directory 'DATADIR/tests'
pkg_delete: unable to completely remove directory 'DATADIR'
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)
$ ls -1F DATADIR/tests/*
DATADIR/tests/alien@
DATADIR/tests/alien.lua@
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-18 16:40:46 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-18 16:40:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

pgollucci@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-10-19 01:16:02 UTC
pgollucci    2010-10-19 00:15:33 UTC

  FreeBSD ports repository

  Modified files:
    devel/lua-alien      Makefile 
  Log:
  - remove symlink even if regression-test target fails
          DATADIR/tests/alien
          DATADIR/tests/alien.lua
  - Split regression-test into smaller chunks
  
  PR:             ports/151539
  Submitted by:   swell.k@gmail.com (maintainer)
  
  Revision  Changes    Path
  1.5       +6 -5      ports/devel/lua-alien/Makefile
_______________________________________________
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 4 Philip M. Gollucci freebsd_committer freebsd_triage 2010-10-19 01:16:17 UTC
State Changed
From-To: open->closed

Committed, Thanks!