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

Can't use string ("") as an ARRAY ref while "strict refs" in use at #45

Open
Prajithp opened this issue Sep 19, 2016 · 0 comments
Open

Comments

@Prajithp
Copy link

Configuration:

RepositoryRoot = /var/www/html/repo/

# how often a failed download should be retried.
DownloadRetryCount = 3

# specify repo tag style. either TopDir (default) or BottomDir
TagStyle = TopDir

LogFile = /var/log/repositorio.log
LogFileLevel = info

<Repository linuxmint-rosa-amd64-main>
  url       = http://packages.linuxmint.com
  local     = linuxmint-rosa-amd64-main/linuxmint
  type      = Apt
  arch      = amd64
  dist      = rosa
  component = main
</Repository>

Command:

repositorio --mirror --repo=linuxmint-rosa-amd64-main

Output:

97/99 http://packages.linuxmint.com/dists/rosa/universe/Contents-amd64.gz
98/99 http://packages.linuxmint.com/dists/rosa/multiverse/Contents-amd64
_download_binary_file: http://packages.linuxmint.com/dists/rosa/multiverse/Contents-amd64 failed with status: 404 Not Found
_download_binary_file: http://packages.linuxmint.com/dists/rosa/multiverse/Contents-amd64 retrying
_download_binary_file: http://packages.linuxmint.com/dists/rosa/multiverse/Contents-amd64 failed with status: 404 Not Found
_download_binary_file: http://packages.linuxmint.com/dists/rosa/multiverse/Contents-amd64 retrying
_download_binary_file: http://packages.linuxmint.com/dists/rosa/multiverse/Contents-amd64 failed with status: 404 Not Found
_download_binary_file: http://packages.linuxmint.com/dists/rosa/multiverse/Contents-amd64 retrying
_download_binary_file: http://packages.linuxmint.com/dists/rosa/multiverse/Contents-amd64 failed with status: 404 Not Found
_download_binary_file: http://packages.linuxmint.com/dists/rosa/multiverse/Contents-amd64 failed and exhausted all retries.
Can't find the url: http://packages.linuxmint.com/dists/rosa/multiverse/Contents-amd64. This should be no problem.
_download_binary_file: http://packages.linuxmint.com/dists/rosa/multiverse/Contents-amd64 failed and exhausted all retries. at /usr/local/bin/repositorio line 71.

99/99 http://packages.linuxmint.com/dists/rosa/multiverse/Contents-amd64.gz
Can't use string ("") as an ARRAY ref while "strict refs" in use at /usr/local/share/perl5/Rex/Repositorio/Repository/Apt.pm line 387.

Installed via bootstrap script.

[root@server ~]# repositorio --help
repositorio started.
repositorio: 1.2.1

Any idea why I'm getting this error while initializing linux mint repo?

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

No branches or pull requests

1 participant