Package Details: mill-git r1367.fb6fee27-1

Git Clone URL: https://aur.archlinux.org/mill-git.git (read-only, click to copy)
Package Base: mill-git
Description: Your shiny new Java/Scala build tool
Upstream URL: http://www.lihaoyi.com/mill/index.html
Licenses: MIT
Provides: mill
Replaces: mill
Submitter: Sequencer
Maintainer: Sequencer
Last Packager: Sequencer
Votes: 1
Popularity: 0.000000
First Submitted: 2019-06-25 07:50 (UTC)
Last Updated: 2020-01-02 02:33 (UTC)

Dependencies (3)

Required by (5)

Sources (2)

Latest Comments

sankalpgambhir commented on 2024-11-07 07:28 (UTC) (edited on 2024-11-07 07:28 (UTC) by sankalpgambhir)

You can check the upgrading merge request on the mill package itself for exact changes to the PKGBUILD that can be taken as-is for bootstrapping.

https://gitlab.archlinux.org/archlinux/packaging/packages/mill/-/merge_requests/1

sankalpgambhir commented on 2024-11-06 12:15 (UTC) (edited on 2024-11-06 12:16 (UTC) by sankalpgambhir)

The build continues to fail. A better alternative than using the system mill package would be to use the bootstrapping script ./mill available in the git repository itself.

==> Making package: mill-git r1367.fb6fee27-1 (Wed 06 Nov 2024 01:12:00 PM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Cloning mill git repo...
Cloning into bare repository '/tmp/mill-git/mill'...
remote: Enumerating objects: 1136858, done.
remote: Counting objects: 100% (19366/19366), done.
remote: Compressing objects: 100% (1832/1832), done.
remote: Total 1136858 (delta 17315), reused 19235 (delta 17239), pack-reused 1117492 (from 1)
Receiving objects: 100% (1136858/1136858), 545.76 MiB | 4.18 MiB/s, done.
Resolving deltas: 100% (1007025/1007025), done.
  -> Downloading mill.complete.sh...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1186  100  1186    0     0   4516      0 --:--:-- --:--:-- --:--:--  4526
==> Validating source files with md5sums...
    mill ... Skipped
    mill.complete.sh ... Skipped
==> Extracting sources...
  -> Creating working copy of mill git repo...
Cloning into 'mill'...
done.
==> Starting prepare()...
==> Starting pkgver()...
==> Updated version: mill-git r3979.9d11962eaf5-1
==> Starting build()...
Picked up _JAVA_OPTIONS: -Duser.home=/tmp
Mill version 0.11.0-M0 is different than configured for this directory!
Configured version is 0.12.1 (/tmp/mill-git/src/mill/.config/mill-version)
Preparing Java 17.0.13 runtime; this may take a minute or two ...
No build file found, you should create build.sc to do something useful
Compiling /tmp/mill-git/src/mill/build.sc
[1/1] all
1 targets failed
all Cannot resolve publishLocal. Try `mill resolve _` to see what's available.
==> ERROR: A failure occurred in build().
    Aborting...

JantarMantar commented on 2019-08-27 12:16 (UTC) (edited on 2019-08-27 12:17 (UTC) by JantarMantar)

makepkg fails with following error message:

==> Making package: mill-git 0-1 (Tue 27 Aug 2019 08:12:37 AM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Cloning mill git repo...
Cloning into bare repository '/tmp/mill-git/mill'...
remote: Enumerating objects: 25, done.
remote: Counting objects: 100% (25/25), done.
remote: Compressing objects: 100% (19/19), done.
remote: Total 23549 (delta 3), reused 13 (delta 1), pack-reused 23524
Receiving objects: 100% (23549/23549), 4.33 MiB | 5.46 MiB/s, done.
Resolving deltas: 100% (10500/10500), done.
==> Validating source files with md5sums...
    mill ... Skipped
==> Extracting sources...
  -> Creating working copy of mill git repo...
Cloning into 'mill'...
done.
==> Starting pkgver()...
==> Updated version: mill-git r1212.78b51233-1
==> Starting build()...
Compiling /tmp/mill-git/src/mill/ci/shared.sc
Compiling /tmp/mill-git/src/mill/ci/upload.sc
Compiling /tmp/mill-git/src/mill/build.sc
[1/1] all 
1 targets failed
all Cannot resolve release. Try `mill resolve _` to see what's available.                                                                                                                                    
==> ERROR: A failure occurred in build().
    Aborting...