Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

how to remove overlay?

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
7 posts • Page 1 of 1
Author
Message
prehonor
n00b
n00b
Posts: 30
Joined: Wed Nov 13, 2019 9:50 am

how to remove overlay?

  • Quote

Post by prehonor » Tue Nov 19, 2019 9:34 am

when I execute thecommand "emerge -av media-video/ffmpeg"
It said :

Code: Select all

[ebuild   R    ] media-video/ffmpeg-4.1.3:0/56.58.58::gentoo [4.1.3:0/56.58.58::broken-overlay] USE="X alsa bzip2 encode gpl hardcoded-tables iconv libdrm mp3 network opengl openssl postproc pulseaudio sdl svg threads truetype vaapi vdpau vorbis x264 xcb xvid zlib (-altivec) -amr -amrenc (-appkit) -bluray -bs2b -cdio -chromaprint -chromium -codec2 -cpudetection -debug -doc -fdk -flite -fontconfig -frei0r -fribidi -gcrypt -gme -gmp -gnutls -gsm -iec61883 -ieee1394 -jack -jpeg2k -kvazaar -ladspa -libaom -libass -libcaca -libilbc -libressl -librtmp -libsoxr -libv4l -libxml2 -lv2 -lzma (-mipsdspr1) (-mipsdspr2) (-mipsfpu) (-mmal) -modplug -openal -opencl -openh264 -opus -oss -pic -rubberband -samba -snappy -speex -srt -ssh -static-libs -test -theora -twolame -v4l -vpx -wavpack -webp -x265 -zeromq -zimg -zvbi (-cuvid%) (-nvenc%)" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="mmx mmxext sse sse2 -3dnow -3dnowext -aes -avx -avx2 -fma3 -fma4 -sse3 -sse4_1 -sse4_2 -ssse3 -xop" FFTOOLS="aviocat cws2fws ffescape ffeval ffhash fourcc2pixfmt graph2dot ismindex pktdumper qt-faststart sidxindex trasher" VIDEO_CARDS="nvidia" 0 KiB
what is the meaning of " [4.1.3:0/56.58.58::broken-overlay]" ?
I want this to go away , what can I do?

[Moderator edit: added [code] tags to preserve output layout. -Hu]
Top
fedeliallalinea
Administrator
Administrator
User avatar
Posts: 31985
Joined: Sat Mar 08, 2003 11:15 pm
Location: here
Contact:
Contact fedeliallalinea
Website

Re: how to remove overlay?

  • Quote

Post by fedeliallalinea » Tue Nov 19, 2019 9:46 am

prehonor wrote:what is the meaning of " [4.1.3:0/56.58.58::broken-overlay]" ?
portage want rebuild media-video/ffmpeg-4.1.3:0/56.58.58 using package from gentoo overlay over broken-overlay
prehonor wrote:I want this to go away , what can I do?
If you want keep ffmpeg from broken-overlay you can mask gentoo overlay ffmpeg package with package.mask (or vice versa)

Code: Select all

# echo "=media-video/ffmpeg-4.1.3::gentoo" >> /etc/portage/package.mask
Questions are guaranteed in life; Answers aren't.

"Those who would give up essential liberty to purchase a little temporary safety,
deserve neither liberty nor safety."
- Ben Franklin
https://www.news.admin.ch/it/nsb?id=103968
Top
prehonor
n00b
n00b
Posts: 30
Joined: Wed Nov 13, 2019 9:50 am

Re: how to remove overlay?

  • Quote

Post by prehonor » Tue Nov 19, 2019 10:12 am

fedeliallalinea wrote:
prehonor wrote:what is the meaning of " [4.1.3:0/56.58.58::broken-overlay]" ?
portage want rebuild media-video/ffmpeg-4.1.3:0/56.58.58 using package from gentoo overlay over broken-overlay
prehonor wrote:I want this to go away , what can I do?
If you want keep ffmpeg from broken-overlay you can mask gentoo overlay ffmpeg package with package.mask (or vice versa)

Code: Select all

# echo "=media-video/ffmpeg-4.1.3::gentoo" >> /etc/portage/package.mask
thank you very much.
Top
charles17
Advocate
Advocate
Posts: 3686
Joined: Sun Mar 02, 2008 3:20 pm

Re: how to remove overlay?

  • Quote

Post by charles17 » Tue Nov 19, 2019 10:32 am

prehonor wrote:what is the meaning of " [4.1.3:0/56.58.58::broken-overlay]" ?
I want this to go away , what can I do?
That looks like you were using a repository called broken-overlay. Will you please show your output of portageq repos_config /? (Don't forget the trailing slash)
To remove it, see https://wiki.gentoo.org/wiki/Eselect/Re ... g_contents
Last edited by charles17 on Tue Nov 19, 2019 1:19 pm, edited 2 times in total.
Top
fturco
Veteran
Veteran
Posts: 1181
Joined: Wed Dec 08, 2010 8:38 pm

  • Quote

Post by fturco » Tue Nov 19, 2019 10:36 am

The trailing slash is important:

Code: Select all

portageq repos_config /
Top
prehonor
n00b
n00b
Posts: 30
Joined: Wed Nov 13, 2019 9:50 am

Re: how to remove overlay?

  • Quote

Post by prehonor » Tue Nov 19, 2019 11:04 am

charles17 wrote:
prehonor wrote:what is the meaning of " [4.1.3:0/56.58.58::broken-overlay]" ?
I want this to go away , what can I do?
That means you obviously have a repository called broken-overlay. Will you please show your output of portageq repos_config /? (Don't forget the trailing slash)
To remove it, see https://wiki.gentoo.org/wiki/Eselect/Re ... g_contents

Code: Select all

╰─# portageq repos_config /
[DEFAULT]
auto-sync = yes
main-repo = gentoo
strict-misc-digests = true
sync-allow-hardlinks = true
sync-rcu = false

[calculate]
auto-sync = no
location = /var/lib/layman/calculate
masters = gentoo
priority = 50
strict-misc-digests = true
sync-allow-hardlinks = true
sync-rcu = false

[gentoo]
auto-sync = yes
location = /var/db/repos/gentoo
masters =
priority = -1000
strict-misc-digests = true
sync-allow-hardlinks = true
sync-openpgp-key-path = /usr/share/openpgp-keys/gentoo-release.asc
sync-openpgp-key-refresh-retry-count = 40
sync-openpgp-key-refresh-retry-delay-exp-base = 2
sync-openpgp-key-refresh-retry-delay-max = 60
sync-openpgp-key-refresh-retry-delay-mult = 4
sync-openpgp-key-refresh-retry-overall-timeout = 1200
sync-openpgp-keyserver = hkps://keys.gentoo.org
sync-rcu = false
sync-type = rsync
sync-uri = rsync://rsync.mirrors.ustc.edu.cn/gentoo-portage
sync-rsync-extra-opts =
sync-rsync-verify-max-age = 24
sync-rsync-verify-metamanifest = yes
sync-rsync-verify-jobs = 1

[gentoo-zh]
auto-sync = no
location = /var/lib/layman/gentoo-zh
masters = gentoo
priority = 50
strict-misc-digests = true
sync-allow-hardlinks = true
sync-rcu = false

[qt]
auto-sync = no
location = /var/lib/layman/qt
masters = gentoo
priority = 50
strict-misc-digests = true
sync-allow-hardlinks = true
sync-rcu = false

[steam-overlay]
auto-sync = yes
location = /home/prehonor/portage/steam-overlay
masters = gentoo
priority = 50
strict-misc-digests = true
sync-allow-hardlinks = true
sync-rcu = false
sync-type = git
sync-uri = https://github.com/anyc/steam-overlay.git
[Moderator edit: added [code] tags to preserve output layout. -Hu]
Top
charles17
Advocate
Advocate
Posts: 3686
Joined: Sun Mar 02, 2008 3:20 pm

  • Quote

Post by charles17 » Tue Nov 19, 2019 11:17 am

Surprising. Guess it has to do with your parallel topic. Get that fixed first, please.

EDIT
Or try with another rsync mirror.
Top
Post Reply

7 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic