Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 552536 - app-portage/layman-2.3.0: "overlay not found" warning after successful sync
Summary: app-portage/layman-2.3.0: "overlay not found" warning after successful sync
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Layman Overlay Manager project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-19 08:16 UTC by August Hörandl
Modified: 2016-04-20 20:28 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description August Hörandl 2015-06-19 08:16:58 UTC
I added the aegypius overlay with layman. layman first syncs the overlay and then warns that the overlay "could not be found".

Reproducible: Always

Steps to Reproduce:
1. layman -o http://aegypius.github.io/overlay/repositories.xml -f -a aegypius
2. layman --sync=aegypius

Actual Results:  
* Fetching remote list...
 * Fetch Ok

 * Syncing selected overlay(s)...
 * Running Git... # ( cd /var/lib/layman/aegypius  && /usr/bin/git pull )
Already up-to-date.
 * 
 * Succeeded:
 * ------
 * Successfully synchronized overlay "aegypius".
 * 
 * 
 * Warnings:
 * ------
 * Overlay "aegypius" could not be found in the remote lists.
 * Please check if it has been renamed and re-add if necessary.
 *
Comment 1 Devan Franchini (RETIRED) gentoo-dev 2015-12-12 01:30:07 UTC
Thank you for reporting this bug.

The issue you're experiencing isn't so much an issue as it is a type of nagging coming from layman. As you can see, it still successfully syncs. However, it's complaining that the overlay information is in no type of local repositories.xml. If you wish for the nagging to disappear you can add the overlay information yourself via layman-overlay-maker or simply download the repositories.xml and edit your layman.cfg to point to that. OR! Another alternative is to append the url to the overlays variable in your layman.cfg after the repositories.xml line.

I'll keep this bug open until I see a response, but once I do I'll mark it as resolved.