Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix perl DBI package, missing \t in Makefile #51239

Merged
merged 1 commit into from Nov 29, 2018
Merged

Conversation

eburimu
Copy link
Contributor

@eburimu eburimu commented Nov 29, 2018

Motivation for this change

Fixes the problem below:

  9989 Generating a Unix-style Makefile
  9990 Writing Makefile for DBD::SQLite
  9991 no configure script, doing nothing
  9992 building
  9993 build flags: SHELL=/nix/store/06vmwfva8phjx2s8a53xvq0p062kyqsf-bash-4.4-p23/bin/bash
  9994 Makefile:1086: *** missing separator.  Stop.
  9995 builder for '/nix/store/2jqpkrf81vlfn9p7h94wrzyawzbp068w-perl5.28.0-DBD-SQLite-1.58-armv7l-unknown-linux-gnueabihf.drv' failed with exit code 2
  9996 error: build of '/nix/store/2jqpkrf81vlfn9p7h94wrzyawzbp068w-perl5.28.0-DBD-SQLite-1.58-armv7l-unknown-linux-gnueabihf.drv' failed
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@Mic92
Copy link
Member

Mic92 commented Nov 29, 2018

@GrahamcOfBorg build perlPackages.DBDSQLite

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: perlPackages.DBDSQLite

Partial log (click to expand)

strip is /nix/store/ihlxs987hb1sbdidhvqfimfjlsyk04p0-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/xxgfqicv307mxhygcd63pkw8fzr2c9q3-perl5.28.0-DBD-SQLite-1.58/lib
patching script interpreter paths in /nix/store/xxgfqicv307mxhygcd63pkw8fzr2c9q3-perl5.28.0-DBD-SQLite-1.58
checking for references to /build/ in /nix/store/xxgfqicv307mxhygcd63pkw8fzr2c9q3-perl5.28.0-DBD-SQLite-1.58...
shrinking RPATHs of ELF executables and libraries in /nix/store/3ybd0hzlmc8pw1w26g8hajf504sz6gmc-perl5.28.0-DBD-SQLite-1.58-devdoc
gzipping man pages under /nix/store/3ybd0hzlmc8pw1w26g8hajf504sz6gmc-perl5.28.0-DBD-SQLite-1.58-devdoc/share/man/
strip is /nix/store/ihlxs987hb1sbdidhvqfimfjlsyk04p0-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/3ybd0hzlmc8pw1w26g8hajf504sz6gmc-perl5.28.0-DBD-SQLite-1.58-devdoc
checking for references to /build/ in /nix/store/3ybd0hzlmc8pw1w26g8hajf504sz6gmc-perl5.28.0-DBD-SQLite-1.58-devdoc...
/nix/store/xxgfqicv307mxhygcd63pkw8fzr2c9q3-perl5.28.0-DBD-SQLite-1.58

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: perlPackages.DBDSQLite

Partial log (click to expand)

strip is /nix/store/kjh00kmvpdvy82y17rxgj41c908my324-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/sgzppnxyf2dg87wigqw1v586ffanr6i6-perl5.28.0-DBD-SQLite-1.58/lib
patching script interpreter paths in /nix/store/sgzppnxyf2dg87wigqw1v586ffanr6i6-perl5.28.0-DBD-SQLite-1.58
checking for references to /build/ in /nix/store/sgzppnxyf2dg87wigqw1v586ffanr6i6-perl5.28.0-DBD-SQLite-1.58...
shrinking RPATHs of ELF executables and libraries in /nix/store/5d9486mqd7ywip9l42qp05b21yf038bf-perl5.28.0-DBD-SQLite-1.58-devdoc
gzipping man pages under /nix/store/5d9486mqd7ywip9l42qp05b21yf038bf-perl5.28.0-DBD-SQLite-1.58-devdoc/share/man/
strip is /nix/store/kjh00kmvpdvy82y17rxgj41c908my324-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/5d9486mqd7ywip9l42qp05b21yf038bf-perl5.28.0-DBD-SQLite-1.58-devdoc
checking for references to /build/ in /nix/store/5d9486mqd7ywip9l42qp05b21yf038bf-perl5.28.0-DBD-SQLite-1.58-devdoc...
/nix/store/sgzppnxyf2dg87wigqw1v586ffanr6i6-perl5.28.0-DBD-SQLite-1.58

@Mic92 Mic92 merged commit 25487a3 into NixOS:staging Nov 29, 2018
@GrahamcOfBorg
Copy link

Timed out, unknown build status on x86_64-darwin (full log)

Attempted: perlPackages.DBDSQLite

Partial log (click to expand)

cannot build derivation '/nix/store/xi9sgn3048lj803v4d1v2shxk2slbr3j-compiler-rt-5.0.2.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/yi7541sc9idnm34avgjv79lr83v9xx7w-cctools-binutils-darwin.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/s44bxprbaw3xk4xmsdgrd9f7hng8yc7f-cctools-binutils-darwin-wrapper.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/6ffb1llwlajsqv70lbxf0fcgpn1ndim5-clang-wrapper-5.0.2.drv': 3 dependencies couldn't be built
cannot build derivation '/nix/store/5abj3lz9pim1dz5in17s5pp25mcg4x46-stdenv-darwin.drv': 7 dependencies couldn't be built
cannot build derivation '/nix/store/5h52p984b0bf1kk6ri3567jg7ljxbsp9-perl-5.28.0.drv': 3 dependencies couldn't be built
cannot build derivation '/nix/store/aa5njf9g08025khidgmv6m67hijvydcf-sqlite-3.25.3.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/hc7kzd11s99jfdrsal3yx0rb36nxvkm5-perl5.28.0-DBI-1.641.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/8g1jndjarj1jxcgdymfirszj19413l1l-perl5.28.0-DBD-SQLite-1.58.drv': 4 dependencies couldn't be built
error: build of '/nix/store/8g1jndjarj1jxcgdymfirszj19413l1l-perl5.28.0-DBD-SQLite-1.58.drv' failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants