all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Test suite failures building 0.10.0 on CentOS7
@ 2016-03-29 23:08 Cook, Malcolm
  2016-03-30 21:13 ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Cook, Malcolm @ 2016-03-29 23:08 UTC (permalink / raw)
  To: Guix-devel

[-- Attachment #1: Type: text/plain, Size: 2981 bytes --]

Hi Guix Devel,

I am (again) having (new) test suite failures while building guix version 0.10.0 on Cent0S-7 and would appreciate your help.

I am building and testing as follows:

env -i PATH=${PATH} bash ## build in a clean shell
bld=$(mktemp -d) ## in a clean, new, empty directory
cd $bld
git clone git://git.savannah.gnu.org/guix.git  --branch v0.10.0  guix@v0.10.0  
cd guix@v0.10.0  
mkdir LOGS ## this is where I'll put logs of each build step
./bootstrap |& tee LOGS/boostrap.log
pfx=${bld}/pfx  ## use a bogus prefix while testing the build process
./configure --prefix=${pfx}  |& tee LOGS/configure.log
make -j20   |& tee  LOGS/make.log
make -j20 check |& tee  LOGS/make.check.log

I interrupted the check after "PASS: tests/guix-build.sh"  as it seemed hung (top showed no activity)

The failed logs are attached.  They are:

tests/builders.log
tests/guix-lint.log
tests/guix-package-net.log
tests/packages.log
tests/guix-system.log
tests/guix-environment.log

In case it helps, searching them for 'error:' finds:

tests/builders.log:configure: error: in `/tmp/guix-build-make-boot0-4.1.drv-0/make-4.1':
tests/builders.log:configure: error: C compiler cannot create executables
tests/guix-lint.log:ERROR: In procedure string-append:
tests/guix-lint.log:ERROR: In procedure string-append: Wrong type (expecting string): #f'
tests/guix-package-net.log:configure: error: in `/tmp/guix-build-make-boot0-4.1.drv-0/make-4.1':
tests/guix-package-net.log:configure: error: C compiler cannot create executables
tests/guix-package-net.log:guix build: error: build failed: build of `/tmp/tmp.zs1boPbszS/guix@v0.10.0/test-tmp/store/dz6qqb4qpad02qigvwavyha3ysprsary-make-boot0-4.1.drv' failed
tests/packages.log:configure: error: in `/tmp/guix-build-make-boot0-4.1.drv-0/make-4.1':
tests/packages.log:configure: error: C compiler cannot create executables
tests/packages.log:error: this-package-does-not-exist: unknown package
tests/guix-system.log:t-guix-system-26203:2:3: error: missing field initializers (bootloader host-name file-systems timezone)
tests/guix-system.log:guix system: error: service 'networking' provided more than once
tests/guix-system.log:guix system: error: service 'buggy!' requires 'does-not-exist', which is undefined
tests/guix-system.log:guix system: error: build failed: invalid character `@' in name `shepherd-file-system--tmp-tmp.zs1boPbszS-guix@v0.10.0-test-tmp-store.scm-builder'
tests/guix-environment.log:configure: error: in `/tmp/guix-build-make-boot0-4.1.drv-0/make-4.1':
tests/guix-environment.log:configure: error: C compiler cannot create executables
tests/guix-environment.log:guix environment: error: build failed: build of `/tmp/tmp.zs1boPbszS/guix@v0.10.0/test-tmp/store/8xxwc0pws1aq6jj5a91xwsbvrwbf0m1c-profile.drv' failed

Also attached are all my LOG/*.log  files if it helps

If there is any better info I can provide to help in diagnosing, please advise.

Thanks,

Malcolm


[-- Attachment #2: FAILEDLogs.tar.gz --]
[-- Type: application/x-gzip, Size: 8668 bytes --]

[-- Attachment #3: LOG.tar.gz --]
[-- Type: application/x-gzip, Size: 12244 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-04-18 17:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-29 23:08 Test suite failures building 0.10.0 on CentOS7 Cook, Malcolm
2016-03-30 21:13 ` Ludovic Courtès
2016-03-30 22:37   ` Cook, Malcolm
2016-03-31  8:00     ` Ludovic Courtès
2016-04-18 17:44       ` bug#23165: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.