INDEX build failed for 6.x

2008-12-26 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-6 - please wait..pkg_info: not found
pkg_info: not found
pkg_info: not found
pkg_info: not found
 Done.
make_index: py25-clutter-0.8.0: no entry for /usr/ports//graphics/clutter-gtk
make_index: py25-clutter-0.8.0: no entry for /usr/ports//graphics/clutter-gtk

Committers on the hook:
beech danfe gerald miwi pav pgollucci wxs 

Most recent CVS update was:
U GIDs
U UPDATING
U devel/strace/Makefile
U devel/strace/files/patch-net.c
U devel/strace/files/patch-syscall.c
U devel/strace/files/patch-time.c
U lang/gcc43/Makefile
U lang/gcc43/distinfo
U www/rt38/Makefile
U www/rt38/files/extra-patch-noportdocs-Makefile.in
U www/rt38/files/pkg-message.in
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: general ports problem

2008-12-26 Thread Peter Jeremy
On 2008-Dec-27 02:38:41 +0100, t-u-t  wrote:
>On Sat, Dec 27, 2008 at 12:53 AM, Garrett Cooper  wrote:
>> A config.log file would help too..
>oh, i thought that would be too long. i have attached one from a port i just
>chose at random now.

Unfortunately, it got deleted by mailman.  Can you post one of the
shorter logs somewhere (eg pastebin.ca).  Also, what does 'gcc -V'
report and can you manually compile (eg) a "hello world" program.

-- 
Peter Jeremy
Please excuse any delays as the result of my ISP's inability to implement
an MTA that is either RFC2821-compliant or matches their claimed behaviour.


pgp5j7f9UcGtF.pgp
Description: PGP signature


Re: vpnc connects, but does not work

2008-12-26 Thread perryh
> > I have installed vpnc to connect to an employer's Cisco
> > VPN system, and it seems to make the connection, but after
> > connecting I can't ping the gateway nor anything beyond it ...
> >
> > Does this look at all familiar to anyone?
>
> I have no idea since I haven't used vpnc, yet, but have you
> tried tracerouting a connection and/or using tcpdump?

Traceroute to YYY.YYY.127.228, which I guess is the concentrator's
public IP address, produces the same 14-hop result whether connected
or disconnected (modulo the need to use "traceroute -n" while
connected:  vpnc replaces /etc/resolv.conf with one specifying only
the corporate nameservers, and I can't reach them with the link not
working, so there is no name service while connected).  Traceroute
to the tun0 IP address, while connected, produced nothing:

  $ traceroute -n ZZZ.ZZZ.233.42
  traceroute to ZZZ.ZZZ.233.42 (ZZZ.ZZZ.233.42), 64 hops max, 40 byte packets
   1  * * *
   2  * * *
   3  * * *
   4  * * *
   5  * * *
  ^C

What seems truly bizarre is that, while connected, I couldn't ping
the tun0 interface:

  $ ping ZZZ.ZZZ.233.42
  PING ZZZ.ZZZ.233.42 (ZZZ.ZZZ.233.42): 56 data bytes
  ^C
  --- ZZZ.ZZZ.233.42 ping statistics ---
  4 packets transmitted, 0 packets received, 100% packet loss

even though it was reported as up:

  $ ifconfig -a
  ...
  tun0: flags=8051 mtu 1412
  inet6 fe80::2b0:d0ff:fe28:ad4f%tun0 prefixlen 64 scopeid 0x4
  inet ZZZ.ZZZ.233.42 --> ZZZ.ZZZ.233.42 netmask 0x
  Opened by PID 24635

Shouldn't a local interface, reported as up, *always* respond to
a ping of its own IP address?  What could cause it not to do so?
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


INDEX build failed for 6.x

2008-12-26 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-6 - please wait..pkg_info: not found
pkg_info: not found
pkg_info: not found
pkg_info: not found
 Done.
make_index: py25-clutter-0.8.0: no entry for /usr/ports//graphics/clutter-gtk
make_index: py25-clutter-0.8.0: no entry for /usr/ports//graphics/clutter-gtk

Committers on the hook:
beech danfe miwi pav pgollucci wxs 

Most recent CVS update was:
U audio/firefly/Makefile
U audio/firefly/files/mt-daapd.in
U net/vnc/Makefile
U net/vnc/distinfo
U www/Makefile
U www/rt2/Makefile
U www/rt32/Makefile
U www/rt34/Makefile
U www/rt36/Makefile
U www/rt38/Makefile
U www/rt38/Makefile.cpan
U www/rt38/distinfo
U www/rt38/pkg-deinstall
U www/rt38/pkg-descr
U www/rt38/pkg-install
U www/rt38/pkg-plist
U www/rt38/files/patch-Makefile.in
U www/rt38/files/patch-aclocal.m4
U www/rt38/files/pkg-message.in
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: vpnc connects, but does not work

2008-12-26 Thread Garrett Cooper
On Wed, Dec 24, 2008 at 3:13 AM,   wrote:
> I have installed vpnc to connect to an employer's Cisco VPN
> system, and it seems to make the connection, but after connecting
> I can't ping the gateway nor anything beyond it.  The symptom
> seems to resemble what is described in the Routing section of
> http://www.cs.rpi.edu/~flemej/fbsd-cisco-vpn.pdf, but since that
> is using a completely different setup on the FreeBSD side I have
> no idea whether the remedy described there is applicable (nor,
> if it is, how to determine the addresses to use in this case).
>
> Does this look at all familiar to anyone?  I didn't find anything
> that seemed applicable in recent ports@ or questions@ archives.
> (I have XX'd out potentially-sensitive material in the following.)

I have no idea since I haven't used vpnc, yet, but have you tried
tracerouting a connection and/or using tcpdump?
Cheers,
-Garrett
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: 7.1-RC2 audio/x11amp missing symbol at startup

2008-12-26 Thread Garrett Cooper
On Fri, Dec 26, 2008 at 6:51 PM, Kim Culhan  wrote:
> On Fri, Dec 26, 2008 at 8:43 PM, Garrett Cooper  wrote:
>> On Fri, Dec 26, 2008 at 5:35 PM, Garrett Cooper  wrote:
>>> On Dec 26, 2008, at 16:03, "Kim Culhan"  wrote:
>>>
 On Fri, Dec 26, 2008 at 4:42 PM, Garrett Cooper 
 wrote:
>
> On Dec 26, 2008, at 12:53, "Kim Culhan"  wrote:
>
>> Using the ports tree cvsup'd 12-26-08 running on FreeBSD 7.1-RC2
>>
>> At startup audio/x11amp returns:
>>
>> /usr/local/lib/x11amp/Input/libwav.so: Undefined symbol
>> "effects_enabled"
>> /usr/local/lib/x11amp/Input/libmpg123.so: Undefined symbol
>> "effects_enabled"
>> /usr/local/lib/x11amp/Input/libmikmod.so: Undefined symbol
>> "effects_enabled"
>> Gdk-ERROR **: BadMatch (invalid parameter attributes)
>> serial 82 error_code 8 request_code 2 minor_code 0
>>
>> Anyone else seeing this?
>> Sorry, my iPhone cut off my last message. Let's try this again...
>>
>> Do the following steps to see whether or not things work:
>>
>> 1. Open up a terminal.
>> 2. Do:
>> export LD_LIBRARY_PATH="/usr/local/lib:/usr/local/lib/x11amp/Input/";
>> x11amp
>>
>> does this work? If so, proceed to 3.
>
> No does not, the problem appears to be the shared libraries:
>
> /usr/local/lib/x11amp/Input/libwav.so
> /usr/local/lib/x11amp/Input/libmpg123.so
> /usr/local/lib/x11amp/Input/libmikmod.so
>
> as the error message states, have an undefined symbol: "effects_enabled"
>
> nm /usr/local/lib/x11amp/Input/libmpg123 | grep effects
> U effects_enabled
>
> It looks like this is related to linking with -pthread which appears to
> be a problem in fbsd 7.1
>
> -kim

-pthread should *not* be used. According to the gcc manpage it's
HP-alpha specific... Is it actually implemented in the author's
makefiles?
-Garrett
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: 7.1-RC2 audio/x11amp missing symbol at startup

2008-12-26 Thread Kim Culhan
On Fri, Dec 26, 2008 at 8:43 PM, Garrett Cooper  wrote:
> On Fri, Dec 26, 2008 at 5:35 PM, Garrett Cooper  wrote:
>> On Dec 26, 2008, at 16:03, "Kim Culhan"  wrote:
>>
>>> On Fri, Dec 26, 2008 at 4:42 PM, Garrett Cooper 
>>> wrote:

 On Dec 26, 2008, at 12:53, "Kim Culhan"  wrote:

> Using the ports tree cvsup'd 12-26-08 running on FreeBSD 7.1-RC2
>
> At startup audio/x11amp returns:
>
> /usr/local/lib/x11amp/Input/libwav.so: Undefined symbol
> "effects_enabled"
> /usr/local/lib/x11amp/Input/libmpg123.so: Undefined symbol
> "effects_enabled"
> /usr/local/lib/x11amp/Input/libmikmod.so: Undefined symbol
> "effects_enabled"
> Gdk-ERROR **: BadMatch (invalid parameter attributes)
> serial 82 error_code 8 request_code 2 minor_code 0
>
> Anyone else seeing this?
> Sorry, my iPhone cut off my last message. Let's try this again...
>
> Do the following steps to see whether or not things work:
>
> 1. Open up a terminal.
> 2. Do:
> export LD_LIBRARY_PATH="/usr/local/lib:/usr/local/lib/x11amp/Input/";
> x11amp
>
> does this work? If so, proceed to 3.

No does not, the problem appears to be the shared libraries:

/usr/local/lib/x11amp/Input/libwav.so
/usr/local/lib/x11amp/Input/libmpg123.so
/usr/local/lib/x11amp/Input/libmikmod.so

as the error message states, have an undefined symbol: "effects_enabled"

nm /usr/local/lib/x11amp/Input/libmpg123 | grep effects
U effects_enabled

It looks like this is related to linking with -pthread which appears to
be a problem in fbsd 7.1

-kim

--
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: 7.1-RC2 audio/x11amp missing symbol at startup

2008-12-26 Thread Garrett Cooper
On Fri, Dec 26, 2008 at 5:35 PM, Garrett Cooper  wrote:
> On Dec 26, 2008, at 16:03, "Kim Culhan"  wrote:
>
>> On Fri, Dec 26, 2008 at 4:42 PM, Garrett Cooper 
>> wrote:
>>>
>>> On Dec 26, 2008, at 12:53, "Kim Culhan"  wrote:
>>>
 Using the ports tree cvsup'd 12-26-08 running on FreeBSD 7.1-RC2

 At startup audio/x11amp returns:

 /usr/local/lib/x11amp/Input/libwav.so: Undefined symbol
 "effects_enabled"
 /usr/local/lib/x11amp/Input/libmpg123.so: Undefined symbol
 "effects_enabled"
 /usr/local/lib/x11amp/Input/libmikmod.so: Undefined symbol
 "effects_enabled"
 Gdk-ERROR **: BadMatch (invalid parameter attributes)
 serial 82 error_code 8 request_code 2 minor_code 0

 Anyone else seeing this?
>>>
>>> How did you initially install freebsd? What version did you install? What
>>> versions were your ports compiled against?
>>
>> FreeBSD was newly installed directly from 7.1-RC2-i386-disc1.iso
>>
>> cvsup was installed as a package and was then run to bring the ports tree
>> up to the latest.
>>
>> The gnome2-lite port was then installed, followed by /audio/x11amp
>>
>> x11amp was then run and returned the result above.
>>
>> An attempt was made previously where the same iso was installed
>> followed by x11-wm/windowmaker. x11amp was installed next and run
>> with the same result.
>>
>> thanks
>> -kim
>
> Actually, let's try a better test -- do export
> LD_LIBRARY_PATH="/usr/local/lib"

Sorry, my iPhone cut off my last message. Let's try this again...

Do the following steps to see whether or not things work:

1. Open up a terminal.
2. Do:
export LD_LIBRARY_PATH="/usr/local/lib:/usr/local/lib/x11amp/Input/";
x11amp

does this work? If so, proceed to 3.
3. Do:
export LD_LIBRARY_PATH="/usr/local/lib";
x11amp

does this work?

These are tests to eliminate potential runtime linker issues with
compiled apps.
Thanks,
-Garrett
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: general ports problem

2008-12-26 Thread t-u-t
On Sat, Dec 27, 2008 at 12:53 AM, Garrett Cooper  wrote:

> On Dec 26, 2008, at 14:33, t-u-t  wrote:
>
>  On Fri, Dec 26, 2008 at 11:05 PM, Glen Barber > >wrote:
>>
>>  On Fri, Dec 26, 2008 at 5:02 PM, t-u-t  wrote:
>>>
 hi,
 i have a quick question and don't know what this problem is related to.

 i am getting an error on *every* port i try to build -- Script

>>> "configure"
>>>
 failed unexpectedly. etc,etc, please check log.

 searching the net i am finding pages on particular ports (not same as

>>> mine
>>>
 yet) -- but baffled as to why every port giving this error.

 I have no clue what is in these log files and was wondering whether the
 "unknown' entries is normal at "/bin/arch=" below.

 this below is the topmost part of config.log and just noticed the parts

>>> with
>>>
 win32 and don't know what that means.

 the very last line in the log file reads configure. exit 77.


>>> Is there anything odd in /etc/make.conf ?  Are your ports up to date?
>>>
>>>
>>> --
>>> Glen Barber
>>>
>>>
>>
>> ports are updated, yes, and make.conf has some settings but have to check,
>> since i'm new and used a copy of the example file and have to check what
>> is
>> enabled. this is a quick reply cuz i just noticed a previous error messge
>> stating -
>> " C compiler cannot create executables "
>>
>> tried a couple of ports, they have this error
>>
>> thanks
>>
>> make.conf
>>
>> CFLAGS=-O -pipe
>> MAKE_SHELL?=sh
>> COPTFLAGS= -O -pipe
>>
>> WITH_XINERAMA="YES"
>> WITH_GNOME="YES"
>> WITH_DOCHTML="YES"
>> WITH_IMLIB2="YES"
>> --
>> ce la vie
>>
>
> A config.log file would help too..
> -Garrett
>


oh, i thought that would be too long. i have attached one from a port i just
chose at random now.

for the record, i was building/updating ports just fine till a few days ago.
i csup'd src and built world+kernel early this week, but still updated a
couple of ports fine after that. besides that, only other changes to my
system was adding kde4 (through packages) to tryit out, then deleted that
plus qt4 stuff with pkg_delete.

this is the error using /ports/mail/fetchmail

(( /usr/ports/mail/fetchmail/work/fetchmail-6.3.8/config.log ))
ce la vie
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

INDEX build failed for 6.x

2008-12-26 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-6 - please wait..pkg_info: not found
pkg_info: not found
pkg_info: not found
pkg_info: not found
 Done.
make_index: py25-clutter-0.8.0: no entry for /usr/ports//graphics/clutter-gtk
make_index: py25-clutter-0.8.0: no entry for /usr/ports//graphics/clutter-gtk

Committers on the hook:
danfe miwi pav 

Most recent CVS update was:
U deskutils/Makefile
U deskutils/ganyremote/Makefile
U deskutils/ganyremote/distinfo
U deskutils/ganyremote/pkg-descr
U deskutils/ganyremote/pkg-plist
U devel/antlrworks/Makefile
U devel/antlrworks/distinfo
U devel/etl/Makefile
U devel/etl/distinfo
U devel/synfig/Makefile
U devel/synfig/distinfo
U devel/synfig/pkg-plist
U games/pokerth/Makefile
U games/pokerth/distinfo
U games/pokerth/pkg-plist
U graphics/Makefile
U graphics/clutter/Makefile
U graphics/clutter/distinfo
U graphics/clutter/pkg-descr
U graphics/clutter/pkg-plist
U graphics/clutter-box2d/Makefile
U graphics/clutter-box2d/distinfo
U graphics/clutter-box2d/pkg-descr
U graphics/clutter-box2d/pkg-plist
U graphics/clutter-cairo/Makefile
U graphics/clutter-cairo/distinfo
U graphics/clutter-cairo/pkg-descr
U graphics/clutter-cairo/pkg-plist
U graphics/clutter-gtk/Makefile
U graphics/clutter-gtk/distinfo
U graphics/clutter-gtk/pkg-descr
U graphics/clutter-gtk/pkg-plist
U graphics/p5-clutter/Makefile
U graphics/p5-clutter/distinfo
U graphics/p5-clutter/pkg-descr
U graphics/p5-clutter/pkg-plist
U graphics/py-clutter/Makefile
U graphics/py-clutter/distinfo
U graphics/py-clutter/pkg-descr
U graphics/py-clutter/pkg-plist
U graphics/synfigstudio/Makefile
U graphics/synfigstudio/distinfo
U graphics/synfigstudio/pkg-plist
U lang/cython/Makefile
U lang/cython/distinfo
U multimedia/Makefile
U multimedia/clutter-gst/Makefile
U multimedia/clutter-gst/distinfo
U multimedia/clutter-gst/pkg-descr
U multimedia/clutter-gst/pkg-plist
U net-im/gajim/Makefile
U net-im/gajim/distinfo
U net-im/gajim/pkg-plist
U net-im/gajim/files/patch-data-Makefile.in
U net-im/gajim/files/patch-src-Makefile.in
U print/fontforge/Makefile
U print/fontforge/distinfo
U print/fontforge/pkg-plist
U print/fontforge/files/patch-fontforge::Makefile.dynamic.in
U science/gchemutils/Makefile
U security/dropbear/Makefile
U security/dropbear/distinfo
U security/switzerland/Makefile
U security/switzerland/distinfo
U sysutils/syscp/pkg-plist
U www/ilias/Makefile
U www/ilias/distinfo
U www/mediawiki12/Makefile
U www/mediawiki12/distinfo
U www/pear-Services_Facebook/Makefile
U www/pear-Services_Facebook/distinfo
U www/typo3/Makefile
U www/typo3/distinfo
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: 7.1-RC2 audio/x11amp missing symbol at startup

2008-12-26 Thread Kim Culhan
On Fri, Dec 26, 2008 at 4:42 PM, Garrett Cooper  wrote:
> On Dec 26, 2008, at 12:53, "Kim Culhan"  wrote:
>
>> Using the ports tree cvsup'd 12-26-08 running on FreeBSD 7.1-RC2
>>
>> At startup audio/x11amp returns:
>>
>> /usr/local/lib/x11amp/Input/libwav.so: Undefined symbol "effects_enabled"
>> /usr/local/lib/x11amp/Input/libmpg123.so: Undefined symbol
>> "effects_enabled"
>> /usr/local/lib/x11amp/Input/libmikmod.so: Undefined symbol
>> "effects_enabled"
>> Gdk-ERROR **: BadMatch (invalid parameter attributes)
>>  serial 82 error_code 8 request_code 2 minor_code 0
>>
>> Anyone else seeing this?
>
> How did you initially install freebsd? What version did you install? What
> versions were your ports compiled against?

FreeBSD was newly installed directly from 7.1-RC2-i386-disc1.iso

cvsup was installed as a package and was then run to bring the ports tree
up to the latest.

The gnome2-lite port was then installed, followed by /audio/x11amp

x11amp was then run and returned the result above.

An attempt was made previously where the same iso was installed
followed by x11-wm/windowmaker. x11amp was installed next and run
with the same result.

thanks
-kim

--
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: general ports problem

2008-12-26 Thread Garrett Cooper

On Dec 26, 2008, at 14:33, t-u-t  wrote:

On Fri, Dec 26, 2008 at 11:05 PM, Glen Barber  
wrote:



On Fri, Dec 26, 2008 at 5:02 PM, t-u-t  wrote:

hi,
i have a quick question and don't know what this problem is  
related to.


i am getting an error on *every* port i try to build -- Script

"configure"

failed unexpectedly. etc,etc, please check log.

searching the net i am finding pages on particular ports (not same  
as

mine

yet) -- but baffled as to why every port giving this error.

I have no clue what is in these log files and was wondering  
whether the

"unknown' entries is normal at "/bin/arch=" below.

this below is the topmost part of config.log and just noticed the  
parts

with

win32 and don't know what that means.

the very last line in the log file reads configure. exit 77.



Is there anything odd in /etc/make.conf ?  Are your ports up to date?


--
Glen Barber




ports are updated, yes, and make.conf has some settings but have to  
check,
since i'm new and used a copy of the example file and have to check  
what is
enabled. this is a quick reply cuz i just noticed a previous error  
messge

stating -
" C compiler cannot create executables "

tried a couple of ports, they have this error

thanks

make.conf

CFLAGS=-O -pipe
MAKE_SHELL?=sh
COPTFLAGS= -O -pipe

WITH_XINERAMA="YES"
WITH_GNOME="YES"
WITH_DOCHTML="YES"
WITH_IMLIB2="YES"
--
ce la vie


A config.log file would help too..
-Garrett
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: general ports problem

2008-12-26 Thread Garrett Cooper

On Dec 26, 2008, at 14:33, t-u-t  wrote:

On Fri, Dec 26, 2008 at 11:05 PM, Glen Barber  
wrote:



On Fri, Dec 26, 2008 at 5:02 PM, t-u-t  wrote:

hi,
i have a quick question and don't know what this problem is  
related to.


i am getting an error on *every* port i try to build -- Script

"configure"

failed unexpectedly. etc,etc, please check log.

searching the net i am finding pages on particular ports (not same  
as

mine

yet) -- but baffled as to why every port giving this error.

I have no clue what is in these log files and was wondering  
whether the

"unknown' entries is normal at "/bin/arch=" below.

this below is the topmost part of config.log and just noticed the  
parts

with

win32 and don't know what that means.

the very last line in the log file reads configure. exit 77.



Is there anything odd in /etc/make.conf ?  Are your ports up to date?


--
Glen Barber




ports are updated, yes, and make.conf has some settings but have to  
check,
since i'm new and used a copy of the example file and have to check  
what is
enabled. this is a quick reply cuz i just noticed a previous error  
messge

stating -
" C compiler cannot create executables "

tried a couple of ports, they have this error

thanks

make.conf

CFLAGS=-O -pipe
MAKE_SHELL?=sh
COPTFLAGS= -O -pipe

WITH_XINERAMA="YES"
WITH_GNOME="YES"
WITH_DOCHTML="YES"
WITH_IMLIB2="YES"
--
ce la vie


Try commenting out COPTFLAGS.

gcc -V says?

-Garrett 
___

freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Can't build Wine 1.1.10,1 port on up to date current.

2008-12-26 Thread Sam Fourman Jr.
> Attached.
>
> I also needed the mkdir patch with wine 1.1.11, so I included that as
> well. Without it, wine creates directories with wrong permissions.
> This has already been fixed upstream though, so you should remove it
> when version 1.1.12 arrives.

this set of patches worked like a charm on wine 1.1.11

Sam Fourman Jr.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: general ports problem

2008-12-26 Thread t-u-t
On Fri, Dec 26, 2008 at 11:05 PM, Glen Barber wrote:

> On Fri, Dec 26, 2008 at 5:02 PM, t-u-t  wrote:
> > hi,
> > i have a quick question and don't know what this problem is related to.
> >
> > i am getting an error on *every* port i try to build -- Script
> "configure"
> > failed unexpectedly. etc,etc, please check log.
> >
> > searching the net i am finding pages on particular ports (not same as
> mine
> > yet) -- but baffled as to why every port giving this error.
> >
> > I have no clue what is in these log files and was wondering whether the
> > "unknown' entries is normal at "/bin/arch=" below.
> >
> > this below is the topmost part of config.log and just noticed the parts
> with
> > win32 and don't know what that means.
> >
> > the very last line in the log file reads configure. exit 77.
> >
>
> Is there anything odd in /etc/make.conf ?  Are your ports up to date?
>
>
> --
> Glen Barber
>


ports are updated, yes, and make.conf has some settings but have to check,
since i'm new and used a copy of the example file and have to check what is
enabled. this is a quick reply cuz i just noticed a previous error messge
stating -
" C compiler cannot create executables "

tried a couple of ports, they have this error

thanks

make.conf

CFLAGS=-O -pipe
MAKE_SHELL?=sh
COPTFLAGS= -O -pipe

WITH_XINERAMA="YES"
WITH_GNOME="YES"
WITH_DOCHTML="YES"
WITH_IMLIB2="YES"
-- 
ce la vie
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: general ports problem

2008-12-26 Thread Glen Barber
On Fri, Dec 26, 2008 at 5:02 PM, t-u-t  wrote:
> hi,
> i have a quick question and don't know what this problem is related to.
>
> i am getting an error on *every* port i try to build -- Script "configure"
> failed unexpectedly. etc,etc, please check log.
>
> searching the net i am finding pages on particular ports (not same as mine
> yet) -- but baffled as to why every port giving this error.
>
> I have no clue what is in these log files and was wondering whether the
> "unknown' entries is normal at "/bin/arch=" below.
>
> this below is the topmost part of config.log and just noticed the parts with
> win32 and don't know what that means.
>
> the very last line in the log file reads configure. exit 77.
>

Is there anything odd in /etc/make.conf ?  Are your ports up to date?


-- 
Glen Barber
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


general ports problem

2008-12-26 Thread t-u-t
hi,
i have a quick question and don't know what this problem is related to.

i am getting an error on *every* port i try to build -- Script "configure"
failed unexpectedly. etc,etc, please check log.

searching the net i am finding pages on particular ports (not same as mine
yet) -- but baffled as to why every port giving this error.

I have no clue what is in these log files and was wondering whether the
"unknown' entries is normal at "/bin/arch=" below.

this below is the topmost part of config.log and just noticed the parts with
win32 and don't know what that means.

the very last line in the log file reads configure. exit 77.



It was created by configure, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure --with-w32-path=/usr/local/lib/win32 --enable-ipv6
--with-external-libmad --with-external-libdts --with-libflac --disable-v4l
--disable-arts --disable-artstest --without-caca --disable-cacatest
--disable-gnomevfs --disable-xvmc --disable-aalib --disable-aalibtest
--without-imagemagick --disable-gdkpixbuf --with-wavpack --disable-vidix
--x-libraries=/usr/local/lib --x-includes=/usr/local/include
--prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/
--build=amd64-portbld-freebsd7.1

## - ##
## Platform. ##
## - ##

hostname = ilras.barsh
uname -m = amd64
uname -r = 7.1-PRERELEASE
uname -s = FreeBSD
uname -v = FreeBSD 7.1-PRERELEASE #0: Tue Dec 23 22:24:03 CET 2008
r...@ilras.barsh:/usr/obj/usr/src/sys/DAMON

/usr/bin/uname -p = amd64
/bin/uname -X = unknown

/bin/arch  = unknown
/usr/bin/arch -k   = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo  = unknown
/bin/machine   = unknown
/usr/bin/oslevel   = unknown
/bin/universe  = unknown

-- 
ce la vie
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: 7.1-RC2 audio/x11amp missing symbol at startup

2008-12-26 Thread Garrett Cooper

On Dec 26, 2008, at 12:53, "Kim Culhan"  wrote:


Using the ports tree cvsup'd 12-26-08 running on FreeBSD 7.1-RC2

At startup audio/x11amp returns:

/usr/local/lib/x11amp/Input/libwav.so: Undefined symbol  
"effects_enabled"
/usr/local/lib/x11amp/Input/libmpg123.so: Undefined symbol  
"effects_enabled"
/usr/local/lib/x11amp/Input/libmikmod.so: Undefined symbol  
"effects_enabled"

Gdk-ERROR **: BadMatch (invalid parameter attributes)
 serial 82 error_code 8 request_code 2 minor_code 0

Anyone else seeing this?

-kim


How did you initially install freebsd? What version did you install?  
What versions were your ports compiled against?

-Garrett
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


7.1-RC2 audio/x11amp missing symbol at startup

2008-12-26 Thread Kim Culhan
Using the ports tree cvsup'd 12-26-08 running on FreeBSD 7.1-RC2

At startup audio/x11amp returns:

/usr/local/lib/x11amp/Input/libwav.so: Undefined symbol "effects_enabled"
/usr/local/lib/x11amp/Input/libmpg123.so: Undefined symbol "effects_enabled"
/usr/local/lib/x11amp/Input/libmikmod.so: Undefined symbol "effects_enabled"
Gdk-ERROR **: BadMatch (invalid parameter attributes)
  serial 82 error_code 8 request_code 2 minor_code 0

Anyone else seeing this?

-kim

--
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Can't build Wine 1.1.10,1 port on up to date current.

2008-12-26 Thread Tijl Coosemans
On Friday 26 December 2008 20:06:37 Sam Fourman Jr. wrote:
>> It's because of this:
>> http://lists.freebsd.org/pipermail/freebsd-current/2008-December/001264.html
> 
> does someone have a patch handy that we can use to get around this
> issue?

Attached.

I also needed the mkdir patch with wine 1.1.11, so I included that as
well. Without it, wine creates directories with wrong permissions.
This has already been fixed upstream though, so you should remove it
when version 1.1.12 arrives.
diff --git dlls/iphlpapi/ipstats.c dlls/iphlpapi/ipstats.c
index 3fc91eb..99e78a0 100644
--- dlls/iphlpapi/ipstats.c
+++ dlls/iphlpapi/ipstats.c
@@ -1250,7 +1250,11 @@ DWORD getRouteTable(PMIB_IPFORWARDTABLE 
*ppIpForwardTable, HANDLE heap,
 DWORD getNumArpEntries(void)
 {
 #if defined(HAVE_SYS_SYSCTL_H) && defined(NET_RT_DUMP)
+#ifdef RTF_LLINFO
   int mib[] = {CTL_NET, PF_ROUTE, 0, AF_INET, NET_RT_FLAGS, RTF_LLINFO};
+#else
+  int mib[] = {CTL_NET, PF_ROUTE, 0, AF_INET, NET_RT_FLAGS, 0};
+#endif
 #define MIB_LEN (sizeof(mib) / sizeof(mib[0]))
   DWORD arpEntries = 0;
   size_t needed;
@@ -1308,7 +1312,11 @@ DWORD getArpTable(PMIB_IPNETTABLE *ppIpNetTable, HANDLE 
heap, DWORD flags)
 #if defined(HAVE_SYS_SYSCTL_H) && defined(NET_RT_DUMP)
 if (table)
 {
+#ifdef RTF_LLINFO
   int mib[] = {CTL_NET, PF_ROUTE, 0, AF_INET, NET_RT_FLAGS, RTF_LLINFO};
+#else
+  int mib[] = {CTL_NET, PF_ROUTE, 0, AF_INET, NET_RT_FLAGS, 0};
+#endif
 #define MIB_LEN (sizeof(mib) / sizeof(mib[0]))
   size_t needed;
   char *buf, *lim, *next;
--- include/wine/port.h.orig2008-12-26 13:38:31.0 +0100
+++ include/wine/port.h 2008-12-26 13:38:55.0 +0100
@@ -115,7 +115,6 @@
 #endif
 
 #ifdef HAVE__MKDIR
-#define mkdir(path,mode) _mkdir(path)
 #endif
 
 #if !defined(HAVE_FTRUNCATE) && defined(HAVE_CHSIZE)
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Can't build Wine 1.1.10,1 port on up to date current.

2008-12-26 Thread Sam Fourman Jr.
> It's because of this:
> http://lists.freebsd.org/pipermail/freebsd-current/2008-December/001264.html

does someone have a patch handy that we can use to get around this issue?

Sam Fourman Jr.
Fourman Networks
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Unable to build strace-4.5.18 under FreeBSD 6.4

2008-12-26 Thread andrew clarke
# uname -a
FreeBSD blizzard.phoenix 6.4-RELEASE FreeBSD 6.4-RELEASE #0: Wed Nov 26 
11:43:51 UTC 2008 r...@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC 
 i386

# make
===>  Vulnerability check disabled, database not found
===>  Extracting for strace-4.5.18
=> MD5 Checksum OK for strace-4.5.18.tar.bz2.
=> SHA256 Checksum OK for strace-4.5.18.tar.bz2.
===>   strace-4.5.18 depends on file: /usr/local/bin/perl5.8.8 - found
===>  Patching for strace-4.5.18
===>   strace-4.5.18 depends on file: /usr/local/bin/perl5.8.8 - found
===>  Applying FreeBSD patches for strace-4.5.18
/usr/bin/sed -i.bak 's,/usr/bin/perl,/usr/local/bin/perl,' 
/spare/ports/devel/strace/work/strace-4.5.18/strace-graph
===>   strace-4.5.18 depends on file: /usr/local/bin/perl5.8.8 - found
===>  Configuring for strace-4.5.18

...

===>  Building for strace-4.5.18
make  all-am
cc -DHAVE_CONFIG_H -I. -Ifreebsd/i386 -I./freebsd/i386 -Ifreebsd -I./freebsd
-Wall -O2 -fno-strict-aliasing -pipe -MT strace.o -MD -MP -MF .deps/strace.Tpo 
-c -o strace.o strace.c
mv -f .deps/strace.Tpo .deps/strace.Po
cc -DHAVE_CONFIG_H -I. -Ifreebsd/i386 -I./freebsd/i386 -Ifreebsd -I./freebsd
-Wall -O2 -fno-strict-aliasing -pipe -MT syscall.o -MD -MP -MF 
.deps/syscall.Tpo -c -o syscall.o syscall.c
syscall.c: In function `internal_syscall':
syscall.c:719: error: `sys_waitpid' undeclared (first use in this function)
syscall.c:719: error: (Each undeclared identifier is reported only once
syscall.c:719: error: for each function it appears in.)
*** Error code 1

Stop in /spare/ports/devel/strace/work/strace-4.5.18.
*** Error code 1

Regards
Andrew
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Error building ruby-1.8.2_4 port

2008-12-26 Thread David Fleck

On Fri, 26 Dec 2008, Philip M. Gollucci wrote:

Your ports tree isn't just old, is ANCIENT!


Yes, it is.  After about an hour of messing around, I realized that while 
I'd upgraded the system, I'd completely forgotten about /usr/ports.  After 
running portsnap, everything appears to compile OK.


Sorry for the bogus error.

--
David Fleck
david.fl...@mchsi.com

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Latex port

2008-12-26 Thread Michel Talon
Xihong Yin wrote:

> I installed teTeX from port, but I found that I have no 'table'
> environment. Can anybody tell me what's wrong?

Works perfectly fine for me:

Compiling the following under teTeX and FreeBSD-7 works and gives the
expected result:

\documentclass{article}
\begin{document}


\begin{table}[ht]
\centerline{
   \begin{tabular}{|l|c|c|}
   \hline
  colonne 1 & colonne 2 & colonne 3 \\
   \hline
  1.1 & 1.2 & 1.3 \\
  2.1 & 2.2 & 2.3 \\
   \hline
   \end{tabular}
}
   \caption{\label{mylabel} Title}
\end{table}
\end{document}


niobe% latex toto
This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
entering extended mode
(./toto.tex
LaTeX2e <2003/12/01>
Babel  and hyphenation patterns for american, french, german,
ngerman, b
ahasa, basque, bulgarian, catalan, croatian, czech, danish, dutch,
esperanto, e
stonian, finnish, greek, icelandic, irish, italian, latin, magyar,
norsk, polis
h, portuges, romanian, russian, serbian, slovak, slovene, spanish,
swedish, tur
kish, ukrainian, nohyphenation, loaded.
(/usr/local/share/texmf-dist/tex/latex/base/article.cls
Document Class: article 2004/02/16 v1.4f Standard LaTeX document class
(/usr/local/share/texmf-dist/tex/latex/base/size10.clo)) (./toto.aux)
[1]
(./toto.aux) )
Output written on toto.dvi (1 page, 624 bytes).
Transcript written on toto.log.


niobe% ls /var/db/pkg|grep teTeX
teTeX-3.0_1/
teTeX-base-3.0_6/
teTeX-texmf-3.0_3/


-- 

Michel TALON

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Latex port

2008-12-26 Thread Xihong Yin

I installed teTeX from port, but I found that I have no 'table'
environment. Can anybody tell me what's wrong?


Also, can I download TeX Live and build it on my FreeBSD box?

Thanks,
Xihong



___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Error building ruby-1.8.2_4 port

2008-12-26 Thread Philip M. Gollucci

David Fleck wrote:

Background:

I have a 6.4-RELEASE system, that I have just freebsd-update'ed to 
7.0-RELEASE.  So far, I've run the first two 'freebsd-update install' 
commands, and am now trying to update the few ports I have installed. So,
since ruby isn't installed yet, and I need that to run portupgrade, I am 
trying to build the ruby port.  It bombs with this error:

Your ports tree isn't just old, is ANCIENT!


http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html'

The port is at 1.8.7.287_1 or so.

--

1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354
Consultant  - P6M7G8 Inc.http://p6m7g8.net
Director IT - RideCharge, Inc.   http://ridecharge.com
Contractor  - PositiveEnergyUSA  http://positiveenergyusa.com
ASF Member  - Apache Software Foundation http://apache.org
FreeBSD Committer   - FreeBSD Foundation http://freebsd.org

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Error building ruby-1.8.2_4 port

2008-12-26 Thread Garrett Cooper

On Dec 25, 2008, at 16:03, David Fleck  wrote:


Background:

I have a 6.4-RELEASE system, that I have just freebsd-update'ed to  
7.0-RELEASE.  So far, I've run the first two 'freebsd-update  
install' commands, and am now trying to update the few ports I have  
installed. So,
since ruby isn't installed yet, and I need that to run portupgrade,  
I am trying to build the ruby port.  It bombs with this error:


cc -fPIC -O2 -fno-strict-aliasing -pipe-fPIC -I. -I../.. - 
I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H - 
DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H - 
DHAVE_BN_MOD_ADD -DHAVE_BN_MOD_SQR -DHAVE_BN_MOD_SUB - 
DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE - 
DHAVE_CONF_GET1_DEFAULT_CONFIG_FILE - 
DHAVE_EVP_CIPHER_CTX_SET_PADDING -DHAVE_EVP_CIPHERFINAL_EX - 
DHAVE_EVP_CIPHERINIT_EX -DHAVE_EVP_DIGESTFINAL_EX - 
DHAVE_EVP_DIGESTINIT_EX -DHAVE_EVP_MD_CTX_CLEANUP - 
DHAVE_EVP_MD_CTX_CREATE -DHAVE_EVP_MD_CTX_DESTROY - 
DHAVE_EVP_MD_CTX_INIT -DHAVE_HMAC_CTX_CLEANUP -DHAVE_HMAC_CTX_INIT - 
DHAVE_PEM_DEF_CALLBACK -DHAVE_X509V3_SET_NCONF - 
DHAVE_X509_CRL_ADD0_REVOKED -DHAVE_X509_CRL_SET_ISSUER_NAME - 
DHAVE_X509_CRL_SET_VERSION -DHAVE_X509_CRL_SORT -DHAVE_VA_ARGS_MACRO  
-DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD - 
DHAVE_ENGINE_LOAD_BUILTIN_ENGINES -DHAVE_ENGINE_GET_DIGEST - 
DHAVE_ENGINE_GET_CIPHER -DHAVE_ENGINE_CLEANUP -DHAVE_OPENSSL_OCSP_H - 
DHAVE_ST_FLAGS -DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_x509store.c

ossl_x509store.c: In function 'ossl_x509stctx_set_time':
ossl_x509store.c:541: error: 'X509_STORE_CTX' has no member named  
'flags'

*** Error code 1

I've uninstalled and reinstalled the openssl-0.9.8a port, and done a  
'make clean' in /usr/ports/lang/ruby18, but this error still  
occurs.  I've seen hints (e.g., https://savannah.cern.ch/bugs/? 
32304) that this is because there are changes in openssl that aren't  
accounted for in ruby.  Anyway, what's the best way to proceed right  
now to get the port installed?


--
David Fleck
david.fl...@mchsi.com


Is compat6x support enabled in the kernel and from ports yet?
-Garrett
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"