Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 528734 - media-plugins/audacious-plugins-3.2.2-r1 - vorbis.c:(.text.vorbis_write_real+0x59): undefined reference to `vorbis_analysis_buffer'
Summary: media-plugins/audacious-plugins-3.2.2-r1 - vorbis.c:(.text.vorbis_write_real+...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-11-09 14:45 UTC by René Rhéaume
Modified: 2017-11-05 07:24 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,45.44 KB, text/plain)
2014-11-09 14:51 UTC, René Rhéaume
Details
audacious-plugins-3.2.2-fix-build-filewriter.patch (audacious-plugins-3.2.2-fix-build-filewriter.patch,413 bytes, patch)
2014-11-09 15:00 UTC, René Rhéaume
Details | Diff
audacious-plugins-3.2.2-r1.ebuild.patch (audacious-plugins-3.2.2-r1.ebuild.patch,471 bytes, patch)
2014-11-09 15:03 UTC, René Rhéaume
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description René Rhéaume 2014-11-09 14:45:50 UTC
The filewriter plugin needs to be linked to Vorbis libraries. However, the -l argument are missing from the Makefile, resulting to undefined symbols and a build failure.

Reproducible: Always

Steps to Reproduce:
1. emerge -1 audacious-plusgins

Actual Results:  
emake failed

Expected Results:  
audacious-plugns installed on system
Comment 1 René Rhéaume 2014-11-09 14:51:00 UTC
Created attachment 388942 [details]
build.log
Comment 2 René Rhéaume 2014-11-09 15:00:56 UTC
Created attachment 388944 [details, diff]
audacious-plugins-3.2.2-fix-build-filewriter.patch
Comment 3 René Rhéaume 2014-11-09 15:01:56 UTC
Comment on attachment 388944 [details, diff]
audacious-plugins-3.2.2-fix-build-filewriter.patch

Patch for the Makefile adding the Vorbis libraries flags
Comment 4 René Rhéaume 2014-11-09 15:03:30 UTC
Created attachment 388946 [details, diff]
audacious-plugins-3.2.2-r1.ebuild.patch

Ebuild patch
Comment 5 David Seifert gentoo-dev 2017-11-05 07:24:08 UTC
Long removed from tree, reopen if issue persists.