Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
aports
aports
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 652
    • Issues 652
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 193
    • Merge Requests 193
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • aportsaports
  • Issues
  • #664

Closed
Open
Opened May 27, 2011 by Natanael Copa@ncopaOwner
  • Report abuse
  • New issue
Report abuse New issue

ffmpeg-0.6.3 segfaults

Seems like the confiure script wrongly detects that we have symver, while uclibc does not.

#define HAVE_SYMVER 1
#define HAVE_SYMVER_GNU_ASM 1

We need to fix the configure script and send patch upstream.

(from redmine: issue id 664, created on 2011-05-27, closed on 2011-06-03)

  • Changesets:
    • Revision 42621152 on 2011-05-27T09:55:36Z:
main/ffmpeg: fix segfault due to symver beeing used

problem was that configure script only checked if symver was supported
by toolchain. Our toolchain supports it but uclibc's ld.so does not.

So we check if ld.so has dlvsym()

ref #664
  • Revision 9f7521e8 on 2011-05-27T14:26:02Z:
main/ffmpeg: fix segfault due to symver beeing used

problem was that configure script only checked if symver was supported
by toolchain. Our toolchain supports it but uclibc's ld.so does not.

So we check if ld.so has dlvsym()

fixes #664
(cherry picked from commit 42621152fa4fe37326c199558c5d1f89dfd42794)
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
Alpine 2.2.1
Milestone
Alpine 2.2.1 (Past due)
Assign milestone
Time tracking
None
Due date
None
3
Labels
Aports Normal type:bug
Assign labels
  • View project labels
Reference: alpine/aports#664