Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
CDRDAO won't build...
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
The_Great_Sephiroth
Veteran
Veteran


Joined: 03 Oct 2014
Posts: 1602
Location: Fayetteville, NC, USA

PostPosted: Tue Nov 28, 2017 2:48 am    Post subject: CDRDAO won't build... Reply with quote

Got a problem. The current app-cdr/cdrdao won't build. This is a fresh install, not an update.

Build Log
Emerge Info
_________________
Ever picture systemd as what runs "The Borg"?
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Tue Nov 28, 2017 2:55 am    Post subject: Reply with quote

Yes, and the bug was filed 6 days ago.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
Etal
Veteran
Veteran


Joined: 15 Jul 2005
Posts: 1931

PostPosted: Tue Nov 28, 2017 2:57 am    Post subject: Reply with quote

Bug #635014
Back to top
View user's profile Send private message
The_Great_Sephiroth
Veteran
Veteran


Joined: 03 Oct 2014
Posts: 1602
Location: Fayetteville, NC, USA

PostPosted: Tue Nov 28, 2017 5:01 am    Post subject: Reply with quote

So do I just wait or can I use the last stable version through a mask or something?
_________________
Ever picture systemd as what runs "The Borg"?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30917
Location: here

PostPosted: Tue Nov 28, 2017 6:49 am    Post subject: Reply with quote

The_Great_Sephiroth wrote:
So do I just wait or can I use the last stable version through a mask or something?

Apply patch proposed on comment 30 to media-sound/lame package.
For apply user patch see the related howto
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
The_Great_Sephiroth
Veteran
Veteran


Joined: 03 Oct 2014
Posts: 1602
Location: Fayetteville, NC, USA

PostPosted: Wed Nov 29, 2017 2:54 pm    Post subject: Reply with quote

Alright, thanks. When do I remove this patch though?
_________________
Ever picture systemd as what runs "The Borg"?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30917
Location: here

PostPosted: Wed Nov 29, 2017 2:58 pm    Post subject: Reply with quote

The_Great_Sephiroth wrote:
Alright, thanks. When do I remove this patch though?

When a new version, or revision, of lame that solves this issue will be released.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
The_Great_Sephiroth
Veteran
Veteran


Joined: 03 Oct 2014
Posts: 1602
Location: Fayetteville, NC, USA

PostPosted: Wed Nov 29, 2017 3:07 pm    Post subject: Reply with quote

Oh crap, my install is borked now.
Code:

9y84mj1 ~ # emerge --resume

 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.

emerge: It seems we have nothing to resume...
9y84mj1 ~ #

This was a MAJOR install. It was in the process of installing 962 packages! The entire X server and K desktop! How do I get it to resume?
_________________
Ever picture systemd as what runs "The Borg"?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30917
Location: here

PostPosted: Wed Nov 29, 2017 3:14 pm    Post subject: Reply with quote

If is was a simple update you can re-run command emerge -uUD @world.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
The_Great_Sephiroth
Veteran
Veteran


Joined: 03 Oct 2014
Posts: 1602
Location: Fayetteville, NC, USA

PostPosted: Wed Nov 29, 2017 3:18 pm    Post subject: Reply with quote

No, this was a fresh install. I was not doing an update. The command I issued was the following.
Code:

emerge -av kde-apps/kde-meta media-sound/audacious media-sound/audacity media-gfx/gimp media-gfx/xsane media-sound/flacon media-sound/mp3gain media-sound/ttaenc media-sound/vorbis-tools media-sound/vorbisgain media-video/mediainfo mail-client/thunderbird net-firewall/firewalld net-ftp/filezilla net-misc/rdesktop www-client/firefox x11-apps/mesa-progs x11-apps/xrandr

There is nothing there yet. It built about half of what it needed and then this bug killed me. I do not want to re-run the command since it takes hours to do all of this and half of it is done.
_________________
Ever picture systemd as what runs "The Borg"?
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8936

PostPosted: Wed Nov 29, 2017 3:19 pm    Post subject: Reply with quote

Well, just add --update to the command. It won't rebuild existing packages then.
Back to top
View user's profile Send private message
The_Great_Sephiroth
Veteran
Veteran


Joined: 03 Oct 2014
Posts: 1602
Location: Fayetteville, NC, USA

PostPosted: Wed Nov 29, 2017 3:23 pm    Post subject: Reply with quote

So I should do this?
Code:

emerge -avu kde-apps/kde-meta media-sound/audacious media-sound/audacity media-gfx/gimp media-gfx/xsane media-sound/flacon media-sound/mp3gain media-sound/ttaenc media-sound/vorbis-tools media-sound/vorbisgain media-video/mediainfo mail-client/thunderbird net-firewall/firewalld net-ftp/filezilla net-misc/rdesktop www-client/firefox x11-apps/mesa-progs x11-apps/xrandr

_________________
Ever picture systemd as what runs "The Borg"?
Back to top
View user's profile Send private message
ct85711
Veteran
Veteran


Joined: 27 Sep 2005
Posts: 1791

PostPosted: Wed Nov 29, 2017 3:24 pm    Post subject: Reply with quote

Well, how about the old fashion way of looking at the output of what it did install, and remove them from the list... By doing -av it's going to show you which packages it installed by marking them as Rebuild instead of New.

An alternative would also be is look in your emerge log (/var/log) and see which packages it installed.
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8936

PostPosted: Wed Nov 29, 2017 3:28 pm    Post subject: Reply with quote

The_Great_Sephiroth wrote:
So I should do this?
Code:

emerge -avu kde-apps/kde-meta media-sound/audacious media-sound/audacity media-gfx/gimp media-gfx/xsane media-sound/flacon media-sound/mp3gain media-sound/ttaenc media-sound/vorbis-tools media-sound/vorbisgain media-video/mediainfo mail-client/thunderbird net-firewall/firewalld net-ftp/filezilla net-misc/rdesktop www-client/firefox x11-apps/mesa-progs x11-apps/xrandr

Is that a rhetorical question? ;)


Last edited by asturm on Wed Nov 29, 2017 3:30 pm; edited 2 times in total
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30917
Location: here

PostPosted: Wed Nov 29, 2017 3:28 pm    Post subject: Reply with quote

ct85711 wrote:
An alternative would also be is look in your emerge log (/var/log) and see which packages it installed.

With qlop or genlop is easier.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
The_Great_Sephiroth
Veteran
Veteran


Joined: 03 Oct 2014
Posts: 1602
Location: Fayetteville, NC, USA

PostPosted: Wed Nov 29, 2017 3:28 pm    Post subject: Reply with quote

Crap. I don't have time for this, since it's work hours. I believe I'll reinstall (much faster) and simply mask lame 3.100 since it breaks things.Maybe in a month or so when lame gets fixed I can unmask it update it.

*EDIT*

Not rhetorical. I added "u" to the parameters. And to be clear, I don't have time to go through 400+ lines of installed packages and figure it out. Much quicker to reinstall after zeroing the disk.
_________________
Ever picture systemd as what runs "The Borg"?


Last edited by The_Great_Sephiroth on Wed Nov 29, 2017 3:30 pm; edited 1 time in total
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8936

PostPosted: Wed Nov 29, 2017 3:29 pm    Post subject: Reply with quote

The_Great_Sephiroth wrote:
Not rhetorical. I added "u" to the parameters.

And then what happened?

You don't have to ask us for every single step you take, I mean, you have added --ask to your emerge options, so nothing can go wrong without your interaction. Just TRY it? :p

The_Great_Sephiroth wrote:
And to be clear, I don't have time to go through 400+ lines of installed packages and figure it out.

Well sure that's a waste of time.
Back to top
View user's profile Send private message
The_Great_Sephiroth
Veteran
Veteran


Joined: 03 Oct 2014
Posts: 1602
Location: Fayetteville, NC, USA

PostPosted: Wed Nov 29, 2017 3:40 pm    Post subject: Reply with quote

It appears to be the correct command, but then this happened.
Code:

Total: 612 packages (1 upgrade, 594 new, 4 in new slots, 13 reinstalls), Size of downloads: 95,662 KiB

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-python/setuptools:0

  (dev-python/setuptools-36.7.2:0/0::gentoo, ebuild scheduled for merge) pulled in by
    dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,
python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),
-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),
-python_single_target_python3_6(-)] required by (dev-python/python-levenshtein-0.12.0:0/0::gentoo, ebuild scheduled for merge)

    dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,
python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,
-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),
-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/decorator-4.1.2:0/0::gentoo, ebuild scheduled for merge)

    dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,
-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] required by (dev-python/protobuf-python-3.1.0:0/11::gentoo, ebuild scheduled for merge)

    dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,
python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,
-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),
-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/certifi-2017.4.17:0/0::gentoo, ebuild scheduled for merge)

    dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,
python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),
-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),
-python_single_target_python3_6(-)] required by (dev-python/vobject-0.9.3:0/0::gentoo, ebuild scheduled for merge)

    dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,
python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,
-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),
-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/subunit-1.2.0-r1:0/0::gentoo, ebuild scheduled for merge)

    dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,
python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,
-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),
-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/python-dateutil-2.6.1:0/0::gentoo, ebuild scheduled for merge)

    dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,
python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,
-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),
-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/extras-0.0.3:0/0::gentoo, ebuild scheduled for merge)

    dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,
python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),
-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),
-python_single_target_python3_6(-)] required by (dev-python/diff-match-patch-20121119:0/0::gentoo, ebuild scheduled for merge)

    dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,
python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),
-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/lxml-3.8.0:0/0::gentoo, ebuild scheduled for merge)

    dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,
-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] required by (dev-python/translate-toolkit-2.0.0:0/0::gentoo, ebuild scheduled for merge)

    dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,
python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,
-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),
-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/testtools-1.8.0:0/0::gentoo, ebuild scheduled for merge)

    dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,
python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,
-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),
-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/linecache2-1.0.0:0/0::gentoo, ebuild scheduled for merge)

    dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,
python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,
-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),
-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/chardet-3.0.4:0/0::gentoo, ebuild scheduled for merge)

    dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,
python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,
-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),
-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/pbr-3.1.1:0/0::gentoo, ebuild scheduled for merge)

    dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,
python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,
-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),
-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/traceback2-1.4.0:0/0::gentoo, ebuild scheduled for merge)

    dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,
python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,
-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),
-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/unittest2-1.1.0:0/0::gentoo, ebuild scheduled for merge)

    dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,
python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),
-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),
-python_single_target_python3_6(-)] required by (dev-python/pyenchant-1.6.6:0/0::gentoo, ebuild scheduled for merge)


  (dev-python/setuptools-34.0.2-r1:0/0::gentoo, installed) pulled in by
    dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,
python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,
-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),
-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/pygments-2.1.1:0/0::gentoo, installed)

    dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,
python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,
-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),
-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/certifi-2017.4.17:0/0::gentoo, installed)

    dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,
python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),
-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/numpy-1.10.4:0/0::gentoo, installed)

    dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,
python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),
-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/lxml-3.8.0:0/0::gentoo, installed)


dev-python/six:0

  (dev-python/six-1.10.0:0/0::gentoo, ebuild scheduled for merge) pulled in by
    >=dev-python/six-1.5[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,
python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,
-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),
-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/python-dateutil-2.6.1:0/0::gentoo, ebuild scheduled for merge)

    >=dev-python/six-1.10.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,
python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),
-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/iniparse-0.4-r2:0/0::gentoo, ebuild scheduled for merge)

    dev-python/six[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,
-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] required by (dev-python/protobuf-python-3.1.0:0/11::gentoo, ebuild scheduled for merge)

    dev-python/six[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,
python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),
-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/python-slip-0.6.1:0/0::gentoo, ebuild scheduled for merge)

    >=dev-python/six-1.4[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,
python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,
-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),
-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/unittest2-1.1.0:0/0::gentoo, ebuild scheduled for merge)

    dev-python/six[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,
python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),
-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/utidylib-0.3:0/0::gentoo, ebuild scheduled for merge)

    >=dev-python/six-1.10.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,
python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),
-python_single_target_python3_5(-)] required by (dev-python/translate-toolkit-2.0.0:0/0::gentoo, ebuild scheduled for merge)


  (dev-python/six-1.10.0:0/0::gentoo, installed) pulled in by
    dev-python/six[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,
python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,
-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),
-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/html5lib-0.9999999:0/0::gentoo, installed)

    dev-python/six[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,
python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,
-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),
-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/packaging-16.8:0/0::gentoo, installed)

    >=dev-python/six-1.10.0[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,
python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,
-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),
-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/setuptools-34.0.2-r1:0/0::gentoo, installed)


dev-python/certifi:0

  (dev-python/certifi-2017.4.17:0/0::gentoo, ebuild scheduled for merge) pulled in by
    >=dev-python/certifi-2016.9.26[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,
python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,
-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),
-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/setuptools-36.7.2:0/0::gentoo, ebuild scheduled for merge)


  (dev-python/certifi-2017.4.17:0/0::gentoo, installed) pulled in by
    >=dev-python/certifi-2016.9.26[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,
python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,
-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),
-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/setuptools-34.0.2-r1:0/0::gentoo, installed)


dev-python/lxml:0

  (dev-python/lxml-3.8.0:0/0::gentoo, ebuild scheduled for merge) pulled in by
    >=dev-python/lxml-3.5[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,
-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] required by (dev-python/translate-toolkit-2.0.0:0/0::gentoo, ebuild scheduled for merge)


  (dev-python/lxml-3.8.0:0/0::gentoo, installed) pulled in by
    dev-python/lxml[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,
python_targets_python3_6(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),
-python_single_target_pypy3(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?,
python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] required by (media-libs/lv2-1.14.0:0/0::gentoo, installed)



It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously.  If such a conflict exists in
the dependencies of two different packages, then those packages can
not be installed simultaneously.

For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.


The following keyword changes are necessary to proceed:
 (see "package.accept_keywords" in the portage(5) man page for more details)
# required by dev-python/translate-toolkit-2.0.0::gentoo
# required by kde-apps/lokalize-17.04.3::gentoo
# required by kde-apps/kdesdk-meta-17.04.3::gentoo
# required by kde-apps/kde-apps-meta-17.04.3::gentoo[sdk]
# required by kde-apps/kde-meta-17.04.3::gentoo
# required by kde-apps/kde-meta (argument)
=dev-python/setuptools-36.7.2 ~amd64

Would you like to add these changes to your config files? [Yes/No]

Why is Python 3.5 such a mess? I never had issues with 2.7 or 3.4. Also, why is it asking me to use a testing version of 3.5 setuptools for stable versions of KDE? The only package I have unmasked is Audacious since the old one is no longer available and the replacement isn't stable. I use Audacious for my music player, of course.

*UPDATE*

OK, I have had to unmask VirtualBox 5.1.26 since the current stable won't work with the current stable kernel. I also unmasked xtables-addons for a similar reason. That's all I unmasked though.

[Moderator edit: broke long whitespace-free lines in code tags to fix thread layout. -Hu]
_________________
Ever picture systemd as what runs "The Borg"?
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8936

PostPosted: Wed Nov 29, 2017 3:43 pm    Post subject: Reply with quote

Did you sync in between your installation process? Because then you should add -N to your update command to include previously built-with-python-3.4 packages to be rebuilt with python-3.5. That default switch just happened very very recently.
Back to top
View user's profile Send private message
The_Great_Sephiroth
Veteran
Veteran


Joined: 03 Oct 2014
Posts: 1602
Location: Fayetteville, NC, USA

PostPosted: Wed Nov 29, 2017 9:00 pm    Post subject: Reply with quote

After I got into the install and right before I ran the big command above, I did "emerge -avuND". That is how I update normally too, so "N" is a regular switch for me.
_________________
Ever picture systemd as what runs "The Borg"?
Back to top
View user's profile Send private message
The_Great_Sephiroth
Veteran
Veteran


Joined: 03 Oct 2014
Posts: 1602
Location: Fayetteville, NC, USA

PostPosted: Tue Dec 05, 2017 3:31 pm    Post subject: Reply with quote

Just an update here, but I applied the patch in that post to lame 3.100 and cdrdao STILL fails to build. The steps I followed did result in the message about user patches being applied, but I am still stuck. I need a fix yesterday. Bosses laptop is down completely. Updated his yesterday and, per the news item, I am doing an "emerge -e @world" after rebuilding the other three things and now I cannot get the system up because cdrdao will NOT build. How on earth can I get around this bug? I am going crazy here! Multiple systems are now down and I cannot get them up.

*EDIT*

Here is the patch on the systems.
Code:

g63y382 ~ # cat /etc/portage/patches/media-sound/lame-3.100/bitrate_table.patch
diff --git a/include/lame.def b/include/lame.def
index def5287..d73a642 100644
--- a/include/lame.def
+++ b/include/lame.def
@@ -253,6 +253,8 @@ lame_get_bitrate    @502
 lame_get_samplerate    @503
 lame_get_maximum_number_of_samples     @504

+bitrate_table @600
+
 lame_decode_init       @1000
 lame_decode            @1001
 lame_decode_headers    @1002
diff --git a/include/libmp3lame.sym b/include/libmp3lame.sym
index ff7d318..f51a883 100644
--- a/include/libmp3lame.sym
+++ b/include/libmp3lame.sym
@@ -232,3 +232,4 @@ id3tag_set_comment_utf16
 lame_get_bitrate
 lame_get_samplerate
 lame_get_maximum_number_of_samples
+bitrate_table

Here is the patch application step.
Code:

g63y382 /usr/portage/media-sound/lame # ebuild lame-3.100.ebuild clean prepare
 * lame-3.100.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...                [ ok ]
 * checking ebuild checksums ;-) ...                                     [ ok ]
 * checking auxfile checksums ;-) ...                                    [ ok ]
 * checking miscfile checksums ;-) ...                                   [ ok ]
>>> Unpacking source...
>>> Unpacking lame-3.100.tar.gz to /tmp/portage/media-sound/lame-3.100/work
>>> Source unpacked in /tmp/portage/media-sound/lame-3.100/work
>>> Preparing source in /tmp/portage/media-sound/lame-3.100/work/lame-3.100 ...
 * Applying lame-3.96-ccc.patch ...                                      [ ok ]
 * Applying lame-3.98-gtk-path.patch ...                                 [ ok ]
 * Applying lame-3.99.5-tinfo.patch ...                                  [ ok ]
 * Applying lame-3.99.5-msse.patch ...                                   [ ok ]
 * Applying bitrate_table.patch ...                                      [ ok ]
 * User patches applied.
 * Running eautoreconf in '/tmp/portage/media-sound/lame-3.100/work/lame-3.100' ...
 * Running libtoolize --install --copy --force --automake ...            [ ok ]
 * Running aclocal -I . ...                                              [ ok ]
 * This package has a configure.in file which has long been deprecated.  Please
 * update it to use configure.ac instead as newer versions of autotools will die
 * when it finds this file.  See https://bugs.gentoo.org/426262 for details.
 * Running autoconf -I . --force ...                                     [ ok ]
 * Running autoheader -I . ...                                           [ ok ]
 * Running automake --add-missing --copy --foreign --force-missing ...   [ ok ]
 * Running elibtoolize in: lame-3.100/
 *   Applying portage/1.2.0 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.4.3 patch ...
>>> Source prepared.

Then when the emerge resumes it instantly fails.
Code:

>>> Emerging (1 of 616) app-cdr/cdrdao-1.2.3-r4::gentoo
>>> Emerging (2 of 616) net-misc/ntp-4.2.8_p10-r1::gentoo
>>> Emerging (3 of 616) net-misc/wget-1.19.1-r2::gentoo
>>> Emerging (4 of 616) dev-libs/libcdio-paranoia-0.93_p1::gentoo
>>> Failed to emerge app-cdr/cdrdao-1.2.3-r4, Log file:
>>>  '/tmp/portage/app-cdr/cdrdao-1.2.3-r4/temp/build.log'

_________________
Ever picture systemd as what runs "The Borg"?
Back to top
View user's profile Send private message
ct85711
Veteran
Veteran


Joined: 27 Sep 2005
Posts: 1791

PostPosted: Tue Dec 05, 2017 7:20 pm    Post subject: Reply with quote

Well, a possibility that you could do instead, is use the cdrdao-1.2.3-dlopen-lame.patch, to work around the problem. The devs DO NOT like this approach, but it may be a work around until the devs figure out a more proper fix for this problem...

https://bugs.gentoo.org/635014#c24

Note: I do not know how the bitrate patch on lame will affect with this patch on cdrdao.
Back to top
View user's profile Send private message
wjb
l33t
l33t


Joined: 10 Jul 2005
Posts: 609
Location: Fife, Scotland

PostPosted: Tue Dec 05, 2017 9:18 pm    Post subject: Reply with quote

What depends on cdrdao? All I had was k3b, which is not a major need, so carried on with --resume --skipfirst --keep-going
Back to top
View user's profile Send private message
The_Great_Sephiroth
Veteran
Veteran


Joined: 03 Oct 2014
Posts: 1602
Location: Fayetteville, NC, USA

PostPosted: Wed Dec 06, 2017 3:35 am    Post subject: Reply with quote

I did not know how to skip that. I will try that way then. I do use K3B, as does my boss, but not daily or anything.
_________________
Ever picture systemd as what runs "The Borg"?
Back to top
View user's profile Send private message
ct85711
Veteran
Veteran


Joined: 27 Sep 2005
Posts: 1791

PostPosted: Wed Dec 06, 2017 6:29 am    Post subject: Reply with quote

Just thought I'd mention a thought I had.

When I looked up the upstream (lame) bug report. A dev mentioned they should have more of used one of the official api/function instead. Going by lame look out the bitrate_table and saying cdrdao should use some api/function call of lame; I am thinking lame is not going to accept the patch on their side. I haven't looked at the function call on lame's side that was mentioned to see if it would be a easy swap or not, but I am guessing it's not a easy swap. I didn't see any bug report on cdrdao's bug tracker, indicating anything of this issue either. From my understanding on Gentoo's dev side, is that they are less likely to accept to carry a patch on our side if upstream will not accept it. So I wouldn't expect this issue be resolved for a while; especially, if everyone is thinking the bug is on lame's side when it may very well be cdrdao's and not mention it to cdrdao's devs. Regardless of who's fault it is, is lame isn't willing to accept having the bitrate_table symbol available; someone will have to give in in the end to resolve this. That means cdrdao dev's is going need to get involved and hopefully either communicate with each other or change how their software links to lame...

https://sourceforge.net/p/lame/patches/77/

Update:
Quote:
I did not know how to skip that.

You can always skip a package by using the --exclude $package_name option, so that portage will just skip over the mentioned package. I personally use this quite often when I depclean, to ignore gentoo-sources and the multiple copies of gcc installed.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum