Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 607684 - net-libs/libpri-1.6.0 version bump
Summary: net-libs/libpri-1.6.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Tony Vroon (RETIRED)
URL: http://www.asterisk.org/downloads#libpri
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-30 07:38 UTC by Oliver Jaksch
Modified: 2017-09-19 09:42 UTC (History)
1 user (show)

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


Attachments
updated ebuild (libpri-1.6.0.ebuild,668 bytes, text/plain)
2017-01-30 07:39 UTC, Oliver Jaksch
Details
updated patch (libpri-1.6.0-respect-user-flags.patch,1.39 KB, patch)
2017-01-30 07:39 UTC, Oliver Jaksch
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Jaksch 2017-01-30 07:38:28 UTC
New version with some bugfixes available:
http://downloads.asterisk.org/pub/telephony/libpri/ChangeLog-1.6.0

I just renamed the latest ebuild to libpri-1.6.0.ebuild. Patches still apply, except for the respect-user-flags.patch which I rebuilt therefore.
Compiles fine but I haven't done any tests with it.

Reproducible: Always
Comment 1 Oliver Jaksch 2017-01-30 07:39:32 UTC
Created attachment 461876 [details]
updated ebuild
Comment 2 Oliver Jaksch 2017-01-30 07:39:51 UTC
Created attachment 461878 [details, diff]
updated patch
Comment 3 Michael Weber (RETIRED) gentoo-dev 2017-02-23 08:44:03 UTC
During 1.5.0 compilation, I saw

gcc -O2 -mcpu=G5 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -fPIC    -MD -MT version.o -MF .version.o.d -MP -c -o version.o version.c

looks like it doesn't respect CC. Maybe you can fix this during version bump.
Comment 4 Tony Vroon (RETIRED) gentoo-dev 2017-09-19 09:41:29 UTC
(In reply to Michael Weber from comment #3)
> looks like it doesn't respect CC. Maybe you can fix this during version bump.

Agreed, the Makefile overrides CC. Patch adjusted and tc-export added.
Comment 5 Tony Vroon (RETIRED) gentoo-dev 2017-09-19 09:42:24 UTC
(In reply to Oliver Jaksch from comment #0)
> I just renamed the latest ebuild to libpri-1.6.0.ebuild. Patches still
> apply, except for the respect-user-flags.patch which I rebuilt therefore.

Thank you for your report Oliver, and apologies for the delay.