Summary: | www/mod_musicindex needs -fPIC on amd64 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Yuri Pankov <yuri.pankov> |
Component: | Individual Port(s) | Assignee: | Ion-Mihai "IOnut" Tetcu <itetcu> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Yuri Pankov
2006-05-31 17:50:13 UTC
State Changed From-To: open->feedback Awaiting maintainers feedback I am working on an update to mod_musicindex, but it is not quite ready. I assume the above patch is all right, though I can't test it due to lack of amd64 hardware. In the meantime, please test and commit as you please. Thanks, Tobias It builds OK w/o this patch on my amd64 tindy: Description 7-HEAD-amd64 System FreeBSD 7 (.) updated on 2006-06-05 18:59:20 Ports Tree exp FPT updated on 2006-06-18 01:31:44 Description 6-STABLE-amd64 with myPT System FreeBSD 6 (RELENG_6) updated on 2006-06-05 17:52:07 Ports Tree exp FPT updated on 2006-06-18 01:31:44 Description 5-STABLE-amd64 with myPT System FreeBSD 5 (RELENG_5) updated on 2006-06-05 16:25:12 Ports Tree exp FPT updated on 2006-06-18 01:31:44 -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" The heart is not a logical organ. -- Dr. Janet Wallace, "The Deadly Years", stardate Responsible Changed From-To: freebsd-ports-bugs->itetcu Track. It's 100% reproducible here with today's -CURRENT/amd64 and recent ports tree. Installed apache version - apache-2.0.58_1. /etc/make.conf: CFLAGS=-O -g -pipe # added by use.perl 2006-06-12 06:41:06 PERL_VER=5.8.8 PERL_VERSION=5.8.8 -g is used to build GNOME with debugging symbols. Could it cause the error? /usr/bin/ld: config.o: relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC config.o: could not read symbols: Bad value On Sun, 18 Jun 2006 03:54:46 +0400 Yuri Pankov <yuri.pankov@gmail.com> wrote: > It's 100% reproducible here with today's -CURRENT/amd64 and recent ports > tree. Installed apache version - apache-2.0.58_1. > > /etc/make.conf: > > CFLAGS=-O -g -pipe > # added by use.perl 2006-06-12 06:41:06 > PERL_VER=5.8.8 > PERL_VERSION=5.8.8 > > -g is used to build GNOME with debugging symbols. Could it cause the > error? It might; could you please try to build this port w/o it ? -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" BOFH excuse #433: error: one bad user found in front of screen On Sun, 18 Jun 2006 13:08:46 +0300 Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org> wrote: > On Sun, 18 Jun 2006 03:54:46 +0400 > Yuri Pankov <yuri.pankov@gmail.com> wrote: > > > It's 100% reproducible here with today's -CURRENT/amd64 and recent ports > > tree. Installed apache version - apache-2.0.58_1. > > > > /etc/make.conf: > > > > CFLAGS=-O -g -pipe > > # added by use.perl 2006-06-12 06:41:06 > > PERL_VER=5.8.8 > > PERL_VERSION=5.8.8 > > > > -g is used to build GNOME with debugging symbols. Could it cause the > > error? > > It might; could you please try to build this port w/o it ? Any news on this ? -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" Men of peace usually are [brave]. -- Spock, "The Savage Curtain", stardate 5906.5 Ion-Mihai Tetcu wrote: > On Sun, 18 Jun 2006 13:08:46 +0300 > Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org> wrote: > > >> On Sun, 18 Jun 2006 03:54:46 +0400 >> Yuri Pankov <yuri.pankov@gmail.com> wrote: >> >> >>> It's 100% reproducible here with today's -CURRENT/amd64 and recent ports >>> tree. Installed apache version - apache-2.0.58_1. >>> >>> /etc/make.conf: >>> >>> CFLAGS=-O -g -pipe >>> # added by use.perl 2006-06-12 06:41:06 >>> PERL_VER=5.8.8 >>> PERL_VERSION=5.8.8 >>> >>> -g is used to build GNOME with debugging symbols. Could it cause the >>> error? >>> >> It might; could you please try to build this port w/o it ? >> > > Any news on this ? > > > I'm very sorry for the delay. Looks like CFLAGS in my make.conf has nothing to do with the error. I think your tinderbox compiles mod_musicindex against apache13, which is default, and I've no error with apache13. Problem exists only with apache2+. -- Yuri State Changed From-To: feedback->closed Committed, with minor changes. Thanks! |