espie
d1e36fa052
finish moving parts to the Runner object
2011-11-27 12:42:40 +00:00
espie
7a7321a0bb
rename a few things
2011-11-27 12:29:10 +00:00
espie
d80fe79869
explain source to runner
2011-11-27 12:24:06 +00:00
espie
63f57fae21
abstract running objdump/ldd a bit more into its own class
2011-11-27 12:09:17 +00:00
espie
07aa1b9ba6
move objdump runs to state in order to be able to run it once
2011-11-27 11:50:26 +00:00
espie
cd9c477eff
tweak to allow for several files in a single run
2011-11-27 11:37:58 +00:00
espie
5b1516ea0b
unify ldd/objdump runs somewhat
...
tweak FileSource to return its directory separately from the filename,
so that running objdump does a chdir
adjust filename to be a relative path.
2011-11-27 11:29:33 +00:00
espie
a3733c98dd
for :patch ports, show-prepare-results should also include the list of
...
installed dependent ports, so we have no choice but ask, which is fairly
easy to do.
2011-11-26 13:52:52 +00:00
espie
199c383918
slightly nicer display, especially in the presence of a progress meter
...
on long lists of WANTLIBs.
2011-11-26 12:02:54 +00:00
espie
7b925859cf
stop getting bad timings from erroneous builds.
2011-11-26 11:46:15 +00:00
espie
ed8b3e60fa
a few more notes
2011-11-25 15:05:56 +00:00
espie
03b76c3a13
- tweak "prepare" stage to give more accurate default/dependency result directly
...
code should still work with older pkg_info, but you need uptodate pkg_info
for best messages, e.g.,:
===> kdelibs-3.5.10p14 depends on: gettext->=0.10.38 -> gettext-0.18.1p0
===> kdelibs-3.5.10p14 depends on: metaauto-* -> metaauto-1.0
===> kdelibs-3.5.10p14 depends on: autoconf-2.61 -> autoconf-2.61p3
===> kdelibs-3.5.10p14 depends on: gmake-* -> gmake-3.82
- adds target: show-prepare-results that yields the list of installed packages
deduced by prepare
- kill undocumented CLEAN_PLIST_OUTPUT
- remove old internals
- ensure IS_INTERACTIVE and REGRESS_IS_INTERACTIVE are always defined
- fix a bug in FETCH_MANUALLY and BATCH interaction
2011-11-25 13:58:13 +00:00
espie
636426623c
grmf, managed to reintroduce two PKG_DBLOCK
2011-11-24 19:24:54 +00:00
espie
ff9908d97d
bug-fix, behavior for dependency check with "_DEPENDS_TARGET=package" is
...
disturbingly complicated (as reported by aja@, naddy@, and others. Sorry,
was looking at the wrong code, so I didn't see the bug)
2011-11-24 18:12:28 +00:00
espie
752bf17c1c
zap/protect some stuff.
...
keep FTP_KEEP_ALIVE for now, until we sort it out.
2011-11-24 17:49:58 +00:00
ajacoutot
36de304a5c
build->bin
2011-11-24 14:26:16 +00:00
espie
60bc66c627
use PREPARE_CHECK_ONLY to weed out bugs in dpb.
...
also, missed passing dontclean to one instance of add_normal_tasks, oops
2011-11-22 16:48:01 +00:00
espie
4b801b7017
shorter lock line: user doesn't really care that multiple pkgpaths ran into
...
the same lock, rather that it's a lock, and what the lockname is.
2011-11-22 16:46:44 +00:00
espie
fdc7a9c9fd
subtle effect of equivalence: sometimes, we do not get back the subdir
...
we asked for.
This can be a problem, as rescan relies on it to reenter the path in the
various queues.
So, when we build the equivalence hash, give special treatment to extra
paths that match the actual subdirs list.
Problem reported by naddy@, who sees sporadic errors linked to NFS lag,
which mean that paths sometimes get flagged as errors, then later the error
vanishes automatically when the package appears...
well, this makes darn sure the correct pkgpath does not vanish.
2011-11-22 16:44:53 +00:00
jasper
a102f0ce98
whitespaces
2011-11-21 17:13:32 +00:00
espie
2522fc337e
minor tweaks
2011-11-21 16:43:52 +00:00
espie
825f591fa4
BASESYSCONFDIR points to /etc (global user settings), and SYSCONFDIR
...
is derived from it.
old march discussion, prodded by fgs@ about it.
2011-11-21 16:42:52 +00:00
espie
73ca52b733
simplify. why do I put sentences in parenthesis ? ETOOMANYNESTLEVELS
2011-11-21 15:02:14 +00:00
espie
1905aa1a77
adjust to some recent changes and improvements
...
give hints as to where to get relevant info.
be more forceful about WRKOBJDIR on local disk.
2011-11-21 14:58:29 +00:00
espie
d40a7da2f0
also make the connection to pkgpath(7) more obvious
2011-11-21 12:39:39 +00:00
espie
0ed05101b4
nicer less confusing messages
2011-11-21 12:26:05 +00:00
espie
f5458c8a3e
better check for PREPARE_CHECK_ONLY: assume we're second_pass already in
...
the check_install case.
That way, we get the full error report.
2011-11-21 12:20:53 +00:00
espie
eba34186b3
Speed up prepare stage: simplify the old loop, remove old cruft.
...
In the case where we want an install, run one single pkg_info instead of two.
If this fails during the second pass, we will run it again to figure out
whether the install or the default is wrong, but this is an error condition,
so this need not slow down the general case.
Add PREPARE_CHECK_ONLY knob, to be used by dpb: dpb already installs what
it needs, so for install dependencies to be missing during the "prepare"
stage is an error in dpb's logic...
2011-11-21 12:16:42 +00:00
espie
be80680935
point to pkgpath.7
2011-11-21 12:03:05 +00:00
espie
55ef3a8806
dpb refuses multiple subpackages in a pkgpath, there's no reason for
...
pkgpath.mk to do otherwise.
2011-11-20 15:38:08 +00:00
sthen
2893ab28a2
add a commented-out ACCEPT_JRL_LICENSE, useful for bulk builders
2011-11-19 20:22:08 +00:00
espie
2f85417164
document partly how dependency internals work
2011-11-19 16:35:46 +00:00
espie
dce00fcc63
more dire warning about abusing internal _* shit.
2011-11-19 15:07:31 +00:00
espie
65096ef4f0
document fragments related to dependency parsing
2011-11-19 14:59:27 +00:00
espie
8663ec5dfb
set conventions, document locking internals
2011-11-19 14:35:56 +00:00
espie
7873819719
more flesh
2011-11-19 14:17:59 +00:00
espie
478a792605
first pass at documenting stuff for very curious people, more to come
2011-11-19 13:37:41 +00:00
espie
3aa1b0516a
unzap the ECHO_MSG
2011-11-19 11:43:05 +00:00
espie
2334188bc1
oh, hum... use TMPDIR instead of hardcoding it.
2011-11-19 11:36:53 +00:00
espie
cb960e35d0
mv _cache_fragment to pkgpath.mk
...
create a new category of recursive targets that can use this fragment,
and use them, e.g., print-package-signature from top-level should benefit
a lot.
2011-11-19 11:33:39 +00:00
espie
4c9d60034c
do the no_mips64 dance here, no need to duplicate it in lots of Makefiles
2011-11-18 11:01:47 +00:00
espie
599f0be88c
also don't emit the same string twice.
2011-11-17 23:14:43 +00:00
sthen
5749b5be10
rename MODGCC{3,4}_ARCHES to MODGCC{3,4}_ARCHS, suggested by naddy,
...
phessler and jasper agree
2011-11-17 18:03:43 +00:00
espie
e8b4473500
setting PKGPATH in pkgpath.mk is not enough, pass it thru the environment
...
as appropriate.
(typical make package would call getpkgpath 15 times instead of 1!)
2011-11-17 17:53:22 +00:00
sthen
cf870b6b54
.poison MODGCC4_ARCHS, just to be different this module uses MODGCC4_ARCHES
2011-11-17 14:32:24 +00:00
espie
75f7695cea
quick&dirty manpage
2011-11-16 23:11:29 +00:00
espie
c295da80f5
fix option handling
2011-11-16 23:05:28 +00:00
sthen
3796502e06
a couple more, mostly from amit kulkarni
2011-11-16 23:00:41 +00:00
espie
1d5b371ed7
a second FULLPATH=Yes needed
2011-11-16 22:59:42 +00:00
espie
ed36f69a32
fix for recent infrastructure changes
...
also fix for FULLPATH !
2011-11-16 22:57:54 +00:00