Michael Gehring
a038eaba9a
common/xbps-src: make show <pkg> exit 0 on success
2016-03-08 10:24:54 +01:00
Enno Boland
b5e49c48e7
common: replace XBPS_COMMIT_TIMESTAMP by SOURCE_DATE_EPOCH
...
This way we are compatible to the Debians proposal. See [1].
[1] https://gcc.gnu.org/ml/gcc-patches/2015-06/msg02210.html
2016-03-01 18:27:49 +01:00
Enno Boland
3c04642877
environment/build: overwrite __DATE__, __TIME__, and __TIMESTAMP__ macros.
...
This commit overwrites timestamps that depend on timestamps with the
commit date of a package.
2016-03-01 15:33:09 +01:00
Christian Neukirchen
ffdc05018a
xbps-src/shutils/cross.sh: ensure lib -> usr/lib in sysroot.
2016-01-20 19:38:04 +01:00
Juan RP
faf97ef55a
xbps-src: setup_pkg() do not overwrite env while re-reading conf.
2015-12-12 10:55:04 +01:00
Juan RP
c9dede4e23
xbps-src: force glibc locale generation on musl hosts.
...
localedef is only available with glibc, so that defer locale creation
once the chroot is ready.
This fixes installing bootstrap glibc pkgs on musl hosts.
2015-12-12 07:35:30 +01:00
Jürgen Buchmüller
6d90efebab
purge-distfiles: fix rmdir parameter
2015-12-03 18:24:36 +01:00
Juan RP
c373ae50d4
xbps-src: get rid of 'broken_as_needed'; not used anymore.
2015-11-28 09:24:01 +01:00
Juan RP
dcdaa283b7
xbps-src: make LDFLAGS in templates override global defs.
2015-11-28 09:00:14 +01:00
Jürgen Buchmüller
6a25cf1cf2
common.sh: set BUILD_XXXFLAGS as autoconf defaults
...
Some autotool files (configure.ac) expect host build flags to be
defined as BUILD_CFLAGS, BUILD_CXXFLAGS, BUILD_CPPFLAGS and
BUILD_LDFLAGS. Especially these files tend to default to
LDFLAGS for BUILD_LDFLAGS, which makes host utilities built
with these flags fail with buildpie=yes because of differing
compiler and linker options.
One example is libatasmart where this patch fixes the build.
2015-11-20 20:57:23 +01:00
Juan RP
c2c225aa42
xbps-src: make 'show-build-deps' canonicalize 32bit pkgs.
2015-11-19 08:32:47 +01:00
Enno Boland
c7f2f9840f
common/xbps-src: remove force_debug_pkgs variable
2015-11-17 15:36:51 +01:00
Juan RP
c759f096fa
xbps-src: give more info for 'restricted' pkgs.
2015-11-14 11:55:04 +01:00
Juan RP
d407e18e19
xbps-src: xbps-install(1) can return EAGAIN (11) with pkg conflicts.
2015-10-29 08:48:38 +01:00
Juan RP
b479b9a7ba
xbps-src: bulk: only abort if rval is 1, ignore broken/skipped pkgs.
...
Issue #2804
2015-10-22 18:20:09 +02:00
Jürgen Buchmüller
482acee672
purge_distfiles.sh: remove empty directories
2015-09-23 15:12:55 +02:00
Juan RP
a9b66c178a
xbps-src: set LC_COLLATE=C in environment as suggested by @chneukirchen.
...
This is enough to let ca-certificates build again.
Close #2513
2015-09-15 08:15:13 +02:00
Juan RP
bcdacb66a0
xbps-src: replace basename(1) with ${var##*/}.
...
Reduce number of fork+exec due to using a subshell to execute basename(1).
2015-09-11 07:55:40 +02:00
Jürgen Buchmüller
7aa6261c63
chroot.sh: set LC_ALL=C in the chroot
2015-09-10 13:48:47 +02:00
Jürgen Buchmüller
1c4a971d74
purge-distfile: improve template scan speed
2015-09-05 07:41:58 +02:00
Jürgen Buchmüller
f5c8a5581e
Merge pull request #2438 from pullmoll/setup_pkg
...
setup_pkg(): fix check for pkgname-32bit + update gcc-multilib
2015-09-03 16:03:44 +02:00
Jürgen Buchmüller
0c7cfd6abe
setup_pkg(): fix check for pkgname-32bit
...
+ Also update gcc-multilib to gcc-4.9.3
Trying to build `gcc-multilib` failed because `glibc-32bit`
has no separate `srcpkg/glibc-32bit/template`, but is a
result of building `glibc` for target arch `i686`.
For gcc-4.9.3 to build a patch is required that gets us rid
of strange errors when including /usr/include/bits/stdio2.h
2015-09-03 12:26:13 +02:00
Juan RP
22c9a81810
xbps-src: set $SHELL in the chroot target.
...
... otherwise it's set to /bin/xbps-shell and might give unexpected results
with packages that expect something else.
Suggested by @chris2.
2015-09-03 07:36:50 +02:00
Juan RP
4dfaf60651
xbps-src: do not remove masterdir/tmp before entering chroot.
...
There's no reason to remove this on each iteration.
This is to make @chris2 happy.
2015-09-02 10:08:22 +02:00
Juan RP
cef388f07b
xbps-src: introduce a new target: "sort-dependencies".
...
This expects a variable argument list with package names that will be
returned to stdout topologically sorted.
$ ./xbps-src sort-dependencies libarchive-devel liblzma-devel libxbps zlib-devel bzip2-devel
bzip2
xz
zlib
libarchive
xbps
2015-08-16 10:47:35 +02:00
Juan RP
279ead0999
xbps-src: added XBPS_ALLOW_RESTRICTED conf option for restricted pkgs.
...
Such packages should set the `restricted' var to allow building a binary package.
Note that such packages do not allow redistribution of sources and binaries,
so that it's up to the user if (s)he wants to pkg it locally.
2015-07-26 10:22:35 +02:00
jbu
ac844019f4
purge_distfile.sh: Print info if percent changes
2015-07-20 15:25:21 +02:00
Juan RP
0ce38c4c74
xbps-src: make sure XBPS_WRAPPERDIR is only created in required cases.
...
- When building a bootstrap pkg and the chroot is not ready (bootstrap).
- When building a pkg within the chroot.
2015-07-12 10:13:43 +02:00
Juan RP
55863abdd2
xbps-src: do not sync xbps repos in chroot mode.
...
If XBPS_CHROOT_CMD == uchroot with overlayfs (-O), the temporary masterdir
will be removed completely after synchronizing remote repositories, and
later on, when the build starts the repos are unsynchronized.
So do the sync on the real masterdir before entering the chroot.
2015-07-12 08:24:04 +02:00
Juan RP
e6b34ca994
xbps-src: set XBPS_MAKEJOBS to 1 if unset or disable_parallel_build.
2015-07-10 10:07:02 +02:00
Juan RP
e3542fac95
xbps-src: remove_pkg_autodeps: print errval and debug output on error.
2015-07-09 11:40:52 +02:00
jbu
b28b004505
purge_distfiles.sh: ignore msg_error()
...
When sourcing templates to get $checksum there are templates
calling msg_error(). This is not relevant for this function,
thus define a local dummy msg_error() to ignore these cases.
2015-07-07 05:37:38 +02:00
jbu
919afe94fc
xbps-src: Add purge-distfiles command
...
Closes #1970
2015-07-06 10:02:25 +02:00
jbu
b30cbd9870
xbps-src: implement a by_sha256 hash cache
2015-07-04 11:18:46 +02:00
Juan RP
d8030e5651
Revert "xbps-src: install dependencies with -U (--unpack-only)."
...
This reverts commit 8d2226deba
.
This breaks all bins that need ca-certificates (curl, wget, git, etc).
2015-06-07 17:02:20 +02:00
Juan RP
8d2226deba
xbps-src: install dependencies with -U (--unpack-only).
...
This should result in a considerable performance improvement, because the
expensive configuration phase of all dependencies is skipped.
Hopefully this does not introduce build issues :-)
2015-06-07 12:06:55 +02:00
Juan RP
1ffba0ae71
xbps-src: fix regression with the proot chroot-style.
2015-06-03 20:12:49 +02:00
Juan RP
3493f3c229
xbps-src: requires xbps>=0.45 now.
2015-06-03 11:32:47 +02:00
Juan RP
28b44acac9
xbps-src/cross: reconfigure base-directories too.
2015-06-03 10:55:37 +02:00
Juan RP
428c34d1f0
xbps-src: reconfigure base-files not base-directories.
2015-06-03 10:44:58 +02:00
Juan RP
94f2e004b4
xbps-src: remove autodeps while building hostdeps too.
2015-05-23 09:52:19 +02:00
Juan RP
4f67c26652
xbps-src: force autodeps cleanup while building dependencies.
...
Before that change, "./xbps-src -C pkg foo" would not remove dependencies
installed by previous builds required by foo.
2015-05-02 03:40:52 +02:00
Juan RP
47f46229b8
xbps-src/cross: create sysroot/include symlink.
...
The cross compiler seems to need it to compile C++ code (wtf).
2015-05-01 12:34:17 +02:00
Juan RP
11836f56c1
xbps-src: a more meaningful msg when dep cannot be resolved.
2015-04-30 09:09:03 +02:00
Juan RP
c6999a235d
xbps-src: if build dependency cannot be resolved, exit with error.
2015-04-30 08:26:12 +02:00
Juan RP
90771d92f5
xbps-src: only print real source pkgs in show-build-deps.
2015-04-26 08:32:46 +02:00
Juan RP
3caa64b981
xbps-src: create XBPS_WRAPPERDIR in the upperdir with overlayfs.
2015-04-24 11:02:37 +02:00
Juan RP
d07d3a72c9
xbps-src: new target: show-avail and returns 0 if pkg can be built.
2015-04-16 08:38:32 +02:00
Juan RP
313cdf6ee6
xbps-src: force reconfiguration of base-directories in sysroot.
...
... otherwise some required symlinks in sysroot aren't created, and this
seems to be required when cross compiling for i686.
2015-04-15 12:23:07 +02:00
Juan RP
0b2a7f39f3
xbps-src/cross: install cross-vpkg-dummy as manual, to not autoremove it.
2015-04-14 11:01:11 +02:00