Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 225323 - Updated fbsdhints.patch for upcoming fbsd-7.0
Summary: Updated fbsdhints.patch for upcoming fbsd-7.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 FreeBSD
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
: 214121 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-06-08 09:36 UTC by Javier Villavicencio (RETIRED)
Modified: 2008-07-18 12:04 UTC (History)
2 users (show)

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


Attachments
fbsdhints patch (perl-5.8.8-fbsdhints.patch,1.95 KB, patch)
2008-06-08 09:38 UTC, Javier Villavicencio (RETIRED)
Details | Diff
fbsdhints patch (perl-5.8.8-fbsdhints.patch,1.94 KB, patch)
2008-06-19 11:50 UTC, Javier Villavicencio (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Javier Villavicencio (RETIRED) gentoo-dev 2008-06-08 09:36:49 UTC
FreeBSD-7 no longer provides /usr/bin/objformat which was used by fbsdhints to guess the object format, missing it makes perl try to link libraries with -Bshareable instead of -shared.

I'll attach the updated patch for both libperl and perl.
Comment 1 Javier Villavicencio (RETIRED) gentoo-dev 2008-06-08 09:38:25 UTC
Created attachment 155903 [details, diff]
fbsdhints patch

Extracted from FreeBSD ports, assumes elf format unless aout is present. Works for 6.x as well.
Comment 2 Javier Villavicencio (RETIRED) gentoo-dev 2008-06-19 11:50:02 UTC
Created attachment 157575 [details, diff]
fbsdhints patch

Last patch had an extra -pthread.

This one should be final.
Comment 3 Javier Villavicencio (RETIRED) gentoo-dev 2008-06-19 11:50:49 UTC
*** Bug 214121 has been marked as a duplicate of this bug. ***
Comment 4 Javier Villavicencio (RETIRED) gentoo-dev 2008-07-14 08:23:16 UTC
I'm going to commit this, if no problem arises, over the next week.
Comment 5 Javier Villavicencio (RETIRED) gentoo-dev 2008-07-18 12:04:00 UTC
libperl and perl updated in cvs.