Xorg failed to run on old PC.

2007-06-28 Thread David Marec
hi


I am trying to configure an old cirix166-48Mo RAM workstation.

But, FreeBSD 6.2 installed, Xorg crashes on 
« Caught signal 11»

I tried three drivers, mga, vesa and vga.
The driver mga failed to load DRI module, which was not requested.

The log file, created with no xorg.conf, can be uploaded here:
http://david.marec.free.fr/public/Xorg.0.log

It seems that i had the same problem when i tried to launch XUbuntu on it.
The only linux distribution that works is Damn Small Linux.

Any idea ?
Using the latest xorg 7 release ? 
Getting back to FreeBSD 4.x to try Xfree instead of xorg ?

--
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Port: linux-xorg-libs-6.8.2_5

2007-06-28 Thread Alexander Leidinger
Quoting Helko Glathe [EMAIL PROTECTED] (from Wed, 27 Jun 2007  
16:14:41 +0200):



After installation of Xorg 7.2 and a complete rebuild of
linux-emulation on FreeBSD 6.2 Stable,
X related linux programms like skype, linux-relplayer or acroread
doesn't start.

Trying to start skype, linux-relplayer or acroread ends with a
Segmentation fault message.


Please provide the output of ldd /usr/local/bin/skype_bin and:
---snip---
for file in $(ldd /usr/local/bin/skype_bin | cut -d ' ' -f 3 | tail +2); do
 file /compat/linux$file
done
---snip---

It should look similar to:
---snip---
% ldd /usr/local/bin/skype_bin
/usr/local/bin/skype_bin:
libGL.so.1 = /usr/X11R6/lib/libGL.so.1 (0x28c29000)
libXmu.so.6 = /usr/X11R6/lib/libXmu.so.6 (0x28c9a000)
libXrandr.so.2 = /usr/X11R6/lib/libXrandr.so.2 (0x28cb1000)
libXcursor.so.1 = /usr/X11R6/lib/libXcursor.so.1 (0x28cb5000)
libXft.so.2 = /usr/X11R6/lib/libXft.so.2 (0x28cbf000)
libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0x28cd2000)
libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0x28d3a000)
libSM.so.6 = /usr/X11R6/lib/libSM.so.6 (0x28d65000)
libICE.so.6 = /usr/X11R6/lib/libICE.so.6 (0x28d6e000)
libdl.so.2 = /lib/libdl.so.2 (0x28d88000)
libXext.so.6 = /usr/X11R6/lib/libXext.so.6 (0x28d8c000)
libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x28d9b000)
libpthread.so.0 = /lib/libpthread.so.0 (0x28e6e000)
libstdc++.so.5 = /usr/lib/libstdc++.so.5 (0x28e8)
libm.so.6 = /lib/libm.so.6 (0x28f39000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x28f5f000)
libc.so.6 = /lib/libc.so.6 (0x28f69000)
libXxf86vm.so.1 = /usr/X11R6/lib/libXxf86vm.so.1 (0x29086000)
libdrm.so.2 = /usr/lib/libdrm.so.2 (0x2908b000)
libXt.so.6 = /usr/X11R6/lib/libXt.so.6 (0x29093000)
libXrender.so.1 = /usr/X11R6/lib/libXrender.so.1 (0x290e8000)
libexpat.so.0 = /usr/lib/libexpat.so.0 (0x290f)
libz.so.1 = /usr/lib/libz.so.1 (0x2910f000)
/lib/ld-linux.so.2 (0x28c0a000)

% for file in $(ldd /usr/local/bin/skype_bin | cut -d ' ' -f 3 | tail +2); do
for file /compat/linux$file
for done
/compat/linux/usr/X11R6/lib/libGL.so.1: symbolic link to `libGL.so.1.2'
/compat/linux/usr/X11R6/lib/libXmu.so.6: symbolic link to `libXmu.so.6.2'
/compat/linux/usr/X11R6/lib/libXrandr.so.2: symbolic link to  
`libXrandr.so.2.0'
/compat/linux/usr/X11R6/lib/libXcursor.so.1: symbolic link to  
`libXcursor.so.1.0.2'

/compat/linux/usr/X11R6/lib/libXft.so.2: symbolic link to `libXft.so.2.1.2'
/compat/linux/usr/lib/libfreetype.so.6: symbolic link to  
`libfreetype.so.6.3.7'
/compat/linux/usr/lib/libfontconfig.so.1: symbolic link to  
`libfontconfig.so.1.0.4'

/compat/linux/usr/X11R6/lib/libSM.so.6: symbolic link to `libSM.so.6.0'
/compat/linux/usr/X11R6/lib/libICE.so.6: symbolic link to `libICE.so.6.3'
/compat/linux/lib/libdl.so.2: symbolic link to `libdl-2.3.6.so'
/compat/linux/usr/X11R6/lib/libXext.so.6: symbolic link to `libXext.so.6.4'
/compat/linux/usr/X11R6/lib/libX11.so.6: symbolic link to `libX11.so.6.2'
/compat/linux/lib/libpthread.so.0: symbolic link to `libpthread-2.3.6.so'
/compat/linux/usr/lib/libstdc++.so.5: symbolic link to `libstdc++.so.5.0.7'
/compat/linux/lib/libm.so.6: symbolic link to `libm-2.3.6.so'
/compat/linux/lib/libgcc_s.so.1: symbolic link to  
`libgcc_s-4.0.2-20051126.so.1'

/compat/linux/lib/libc.so.6: symbolic link to `libc-2.3.6.so'
/compat/linux/usr/X11R6/lib/libXxf86vm.so.1: symbolic link to  
`libXxf86vm.so.1.0'

/compat/linux/usr/lib/libdrm.so.2: symbolic link to `libdrm.so.2.0.0'
/compat/linux/usr/X11R6/lib/libXt.so.6: symbolic link to `libXt.so.6.0'
/compat/linux/usr/X11R6/lib/libXrender.so.1: symbolic link to  
`libXrender.so.1.2.2'

/compat/linux/usr/lib/libexpat.so.0: symbolic link to `libexpat.so.0.5.0'
/compat/linux/usr/lib/libz.so.1: symbolic link to `libz.so.1.2.2.2'

---snip---


Is it possible that the linux xorg libraries conflicts with the Xorg 7.2?


Not in the sense I think you want us to understand this sentence  
(read: it is not a problem of the new version of Xorg, but it may be a  
problem with picking up a FreeBSD library instead of a Linux library).


Bye,
Alexander.

--
Maj. Bloodnok:  Seagoon, you're a coward!
Seagoon:Only in the holiday season.
Maj. Bloodnok:  Ah, another Noel Coward!

http://www.Leidinger.netAlexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org   netchild @ FreeBSD.org  : PGP ID = 72077137
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Possibly unbuildable ports reminder

2007-06-28 Thread Bill Fenner
Dear porters,

  This is just a reminder to please periodically check the list of
unbuildable ports at http://pointyhat.freebsd.org/errorlogs/ .
A list by MAINTAINER is

http://people.freebsd.org/~fenner/errorlogs/

so you can easily check the status of ports that you maintain.  In
addition, the list of ports with no MAINTAINER with build problems is

http://people.freebsd.org/~fenner/errorlogs/[EMAIL PROTECTED]

Since no one is responsible for these ports, the problem won't get
fixed unless someone on this list takes the initiative.

Thanks for your help!

Bill annoying port email Fenner
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portsnap - latest.ssl not found

2007-06-28 Thread Miroslav Lachman

Duane Hill wrote:


Every once in a while I get the following when doing an update of the 
ports tree via portsnap:


  Looking up portsnap.FreeBSD.org mirrors... using portsnap3.FreeBSD.org.
  Fetching snapshot tag... fetch: 
http://portsnap3.FreeBSD.org./latest.ssl: Not Found

  Failed.

Every time the error has occurred, it has been with portsnap3.FreeBSD.org.

If I run portsnap again it usually rotates to a different portsnap 
mirror and everything is fine.


The server /etc/portsnap.conf points to is:

  SERVERNAME=portsnap.FreeBSD.org

Does anyone have a clue what's going on?


Just me too message - I have same problem for more than month.

Miroslav Lachman
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD Port: mysql-server-5.0.41

2007-06-28 Thread Leandro Conde Trombini
Hi.

I tried to install this port, but in the installation I found error and
after check the MD5 from file and from distfile I found the difference:

 

ngnsvr02# more distinfo

MD5 (mysql-5.0.41.tar.gz) = b45cd6c89e35dfc1cdbe1a1f782aefbf

SHA256 (mysql-5.0.41.tar.gz) =
08c27246ca9b9cf69567aea63b8fd7aef33769e369f9acf1636634097dc47775

SIZE (mysql-5.0.41.tar.gz) = 24083795

 

ngnsvr02# md5 /usr/ports/distfiles/mysql-5.0.41.tar.gz

MD5 (/usr/ports/distfiles/mysql-5.0.41.tar.gz) =
6a9c8a7fe2d484b293824e33d1cff57e

 

I tried to use install NO_CHECKSUM=Yes install clean but I had a error
that was unable to extract .tar file.

 

Please, is possible to fix it?

 

Thanks.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Xorg failed to run on old PC.

2007-06-28 Thread Nikola Lecic
On Thu, 28 Jun 2007 08:21:20 +0200
David Marec [EMAIL PROTECTED] wrote:

 hi

Hello David,
 
 I am trying to configure an old cirix166-48Mo RAM workstation.
 
 But, FreeBSD 6.2 installed, Xorg crashes on 
 « Caught signal 11»
 
 I tried three drivers, mga, vesa and vga.
 The driver mga failed to load DRI module, which was not requested.
 
 The log file, created with no xorg.conf, can be uploaded here:
 http://david.marec.free.fr/public/Xorg.0.log

Your X crashed simply because it tried to use 1152x864 at 75Hz, and
hardware is capable of not more than [EMAIL PROTECTED] This unwise
automatic choice of default resolution and frequencies is not uncommon
with older hardware.

 It seems that i had the same problem when i tried to launch XUbuntu
 on it. The only linux distribution that works is Damn Small Linux.

Yes, I'm sure that can happen with Ubuntu.
 
 Any idea ?
 Using the latest xorg 7 release ? 
 Getting back to FreeBSD 4.x to try Xfree instead of xorg ?

No, don't go back, there is nothing that older versions can do and
newer ones can't. Upgrading to 7.2 is certainly a good idea, but this
can surely work even with 6.9 you tried. I'd do something like this:

* You must create a config file; you can start with 'Xorg -configure',
  it will create an initial /root/xorg.conf.new; then you can test it
  with 'X -config /root/xorg.conf.new'. I think you need something like:

  in Section Monitor
HorizSync   31.5 - 48.5  # try also: 31.5 - 57.0
VertRefresh 50 - 70  # try also: 50 - 75

  in Section Screen
DefaultColorDepth 16 # start with the lower value
SubSection Display
Depth 16
Modes 1024x768 800x600 640x480
EndSubSection
# delete here all subsections with higher colour depth and modes.

  I think this will start X; then, if you can't get an optimal image,
  post here new xorg.conf and Xorg log; somebody will help you to tune
  Modeline and/or something else.

* (If you need a really good assistance in creating xorg.conf, use
  Knoppix; Greg Lehey once recommended it on freebsd-questions@; this
  one is really different.)

Nikola Lečić
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Port: mysql-server-5.0.41

2007-06-28 Thread Zavam, Vinícius

2007/6/28, Leandro Conde Trombini [EMAIL PROTECTED]:

Hi.

I tried to install this port, but in the installation I found error and
after check the MD5 from file and from distfile I found the difference:



ngnsvr02# more distinfo

MD5 (mysql-5.0.41.tar.gz) = b45cd6c89e35dfc1cdbe1a1f782aefbf

SHA256 (mysql-5.0.41.tar.gz) =
08c27246ca9b9cf69567aea63b8fd7aef33769e369f9acf1636634097dc47775

SIZE (mysql-5.0.41.tar.gz) = 24083795



ngnsvr02# md5 /usr/ports/distfiles/mysql-5.0.41.tar.gz

MD5 (/usr/ports/distfiles/mysql-5.0.41.tar.gz) =
6a9c8a7fe2d484b293824e33d1cff57e



I tried to use install NO_CHECKSUM=Yes install clean but I had a error
that was unable to extract .tar file.



Please, is possible to fix it?



Thanks.


yes.
http://lists.freebsd.org/pipermail/freebsd-ports/2007-June/042227.html

[]'s

--
Zavam, Vinícius
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


PR problem -file handling.. long files

2007-06-28 Thread David Southwell
There is a difficulty when posting PR's when a large debug file is needed to 
be posted to the PR as an attachment.

The PR www has a reasonable size limit BUT it also limites itself to handling 
txt files only. Would it be possible for someone to look at this systenm to 
see whether it might be modified to handle compressed files and decompress 
them for posting to the PR or alternatively attach enable compressed files to 
be held on the server for downloading?

This would be helpful

david
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


chartdirector package

2007-06-28 Thread Tim Rijavec

hello,

can you build package that can be installed using FreeBSD ports for 
application ChartDirector found at  http://www.advsofteng.com/


i have that isp that have a policy to install packages only with FreeBSD 
ports.


regards, Tim
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD Port: sflowtool-3.10

2007-06-28 Thread Tomasz Szewczyk

Hi,

I noticed that newer sflowtool version is available at
http://www.inmon.com/technology/sflowTools.php

Is it possible to port it on FreeBSD?

Best Regards

Tomek

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PR problem -file handling.. long files

2007-06-28 Thread Mark Linimon
On Thu, Jun 28, 2007 at 06:38:24AM -0700, David Southwell wrote:
 There is a difficulty when posting PR's when a large debug file is needed to 
 be posted to the PR as an attachment.

Do you mean, via the web form or via send-pr(1)?  The latter has a limit
of 500k, via the FreeBSD.org email system.

If something is larger than that, I would prefer that the debug file
simply be posted to the web and a URL included.  If you can't host the
file yourself, email [EMAIL PROTECTED] and we'll host it somewhere.

This way the size of the database won't grow as much.  Thanks.

mcl
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: chartdirector package

2007-06-28 Thread Scot Hetzel

I had a quick look at the web site, and there appears to be 6
different versions of ChartDirector (java, PHP, Perl, Python, Ruby,
C++) that could be ported to FreeBSD so that they can be made into
packages.

I had a quick look, and see the following problems:
- Doesn't specify which version of FreeBSD was used to compile the binaries.
- The archive files are not versioned on the web site.

The archive files do include multiple binaries for different versions
of PHP, Perl, Python, Ruby.

You may want to try to create a port for the version of ChartDirector
that you need.



On 6/28/07, Tim Rijavec [EMAIL PROTECTED] wrote:

hello,

can you build package that can be installed using FreeBSD ports for
application ChartDirector found at  http://www.advsofteng.com/

i have that isp that have a policy to install packages only with FreeBSD
ports.

regards, Tim
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]




--
DISCLAIMER:
No electrons were mamed while sending this message. Only slightly bruised.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: jdk - broken dependency on compat6x

2007-06-28 Thread Andrew Pantyukhin

On 6/28/07, Greg Lewis [EMAIL PROTECTED] wrote:

On Thu, Jun 28, 2007 at 08:58:22PM +0400, Andrew Pantyukhin wrote:
 The c.6 dependency does not work if you have linux
 base installed (thanks to /compat/linux/lib/libc.6)

 How about depending on z.3 instead?

How about LIB_DEPENDS only checks native shared libraries for a native port?
This seems like it could easily affect a whole variety of ports once
linux base is installed.


switching to ports@

Yes, sounds like a sane idea. Actually, to simplify
it, we can always ignore libs in linuxbase. Linux
ports only use run_depends anyway. So it boils down
to an extra grep -v in lib_depends processing in
bsd.port.mk.

Still, it will probably take no less than a month
to get it committed, so how about changing the java
ports now and saving many users a headache?
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Port: mysql-server-5.0.41

2007-06-28 Thread Zavam, Vinícius

2007/6/28, Leandro Conde Trombini [EMAIL PROTECTED]:

Thanks Vinícius.
Can I use this repository if any other file has problems?

Regards.

Leandro Conde Trombini.

-Mensagem original-
De: Zavam, Vinícius [mailto:[EMAIL PROTECTED]
Enviada em: quinta-feira, 28 de junho de 2007 08:53
Para: Leandro Conde Trombini
Cc: [EMAIL PROTECTED]
Assunto: Re: FreeBSD Port: mysql-server-5.0.41

2007/6/28, Leandro Conde Trombini [EMAIL PROTECTED]:
 Hi.

 I tried to install this port, but in the installation I found error and
 after check the MD5 from file and from distfile I found the difference:



 ngnsvr02# more distinfo

 MD5 (mysql-5.0.41.tar.gz) = b45cd6c89e35dfc1cdbe1a1f782aefbf

 SHA256 (mysql-5.0.41.tar.gz) =
 08c27246ca9b9cf69567aea63b8fd7aef33769e369f9acf1636634097dc47775

 SIZE (mysql-5.0.41.tar.gz) = 24083795



 ngnsvr02# md5 /usr/ports/distfiles/mysql-5.0.41.tar.gz

 MD5 (/usr/ports/distfiles/mysql-5.0.41.tar.gz) =
 6a9c8a7fe2d484b293824e33d1cff57e



 I tried to use install NO_CHECKSUM=Yes install clean but I had a error
 that was unable to extract .tar file.



 Please, is possible to fix it?



 Thanks.

yes.
http://lists.freebsd.org/pipermail/freebsd-ports/2007-June/042227.html

[]'s


certainly my friend :-)



--
Zavam, Vinícius
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


RES: FreeBSD Port: mysql-server-5.0.41

2007-06-28 Thread Leandro Conde Trombini
Hi, I took the file with right MD5 but I received the following error
messages:

ngnsvr02# make install clean
===  Building for mysql-server-5.0.41
make  all-recursive
Making all in include
make  all-am
Making all in Docs
Making all in strings
Making all in mysys
Making all in dbug
Making all in extra
make  all-recursive
Making all in regex
Making all in bdb
cd build_unix  make all
/bin/sh ./libtool --mode=compile cc -c -I. -I../.././bdb/dist/..
-I../.././bdb/dist/../dbinc  -D_THREAD_SAFE  -DDBUG_OFF -O2
-fno-strict-aliasing -pipe ../.././bdb/dist/../rep/rep_record.c
cc -c -I. -I../.././bdb/dist/.. -I../.././bdb/dist/../dbinc -D_THREAD_SAFE
-DDBUG_OFF -O2 -fno-strict-aliasing -pipe
../.././bdb/dist/../rep/rep_record.c -o rep_record.o
../.././bdb/dist/../rep/rep_record.c: In function `__rep_process_message':
../.././bdb/dist/../rep/rep_record.c:143: error: stray '\25' in program
../.././bdb/dist/../rep/rep_record.c:143: error: syntax error before
log_compare
../.././bdb/dist/../rep/rep_record.c:143:41: invalid suffix p- on integer
constant
../.././bdb/dist/../rep/rep_record.c:144: error: `dBlp' undeclared (first
use in this function)
../.././bdb/dist/../rep/rep_record.c:144: error: (Each undeclared identifier
is reported only once
../.././bdb/dist/../rep/rep_record.c:144: error: for each function it
appears in.)
../.././bdb/dist/../rep/rep_record.c:148: error: `RAP_VOTE1' undeclared
(first use in this function)
*** Error code 1

Stop in
/usr/ports/databases/mysql50-server/work/mysql-5.0.41/bdb/build_unix.
*** Error code 1

Stop in /usr/ports/databases/mysql50-server/work/mysql-5.0.41/bdb.
*** Error code 1

Stop in /usr/ports/databases/mysql50-server/work/mysql-5.0.41.
*** Error code 1

Stop in /usr/ports/databases/mysql50-server/work/mysql-5.0.41.
*** Error code 1

Stop in /usr/ports/databases/mysql50-server.

Any help I´ll be thankful.
Regards.

Leandro Conde Trombini.


-Mensagem original-
De: Zavam, Vinícius [mailto:[EMAIL PROTECTED] 
Enviada em: quinta-feira, 28 de junho de 2007 08:53
Para: Leandro Conde Trombini
Cc: [EMAIL PROTECTED]
Assunto: Re: FreeBSD Port: mysql-server-5.0.41

2007/6/28, Leandro Conde Trombini [EMAIL PROTECTED]:
 Hi.

 I tried to install this port, but in the installation I found error and
 after check the MD5 from file and from distfile I found the difference:



 ngnsvr02# more distinfo

 MD5 (mysql-5.0.41.tar.gz) = b45cd6c89e35dfc1cdbe1a1f782aefbf

 SHA256 (mysql-5.0.41.tar.gz) =
 08c27246ca9b9cf69567aea63b8fd7aef33769e369f9acf1636634097dc47775

 SIZE (mysql-5.0.41.tar.gz) = 24083795



 ngnsvr02# md5 /usr/ports/distfiles/mysql-5.0.41.tar.gz

 MD5 (/usr/ports/distfiles/mysql-5.0.41.tar.gz) =
 6a9c8a7fe2d484b293824e33d1cff57e



 I tried to use install NO_CHECKSUM=Yes install clean but I had a error
 that was unable to extract .tar file.



 Please, is possible to fix it?



 Thanks.

yes.
http://lists.freebsd.org/pipermail/freebsd-ports/2007-June/042227.html

[]'s

-- 
Zavam, Vinícius

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Port: mysql-server-5.0.41

2007-06-28 Thread Zavam, Vinícius

2007/6/28, Leandro Conde Trombini [EMAIL PROTECTED]:

Hi, I took the file with right MD5 but I received the following error
messages:

ngnsvr02# make install clean
===  Building for mysql-server-5.0.41
make  all-recursive
Making all in include
make  all-am
Making all in Docs
Making all in strings
Making all in mysys
Making all in dbug
Making all in extra
make  all-recursive
Making all in regex
Making all in bdb
cd build_unix  make all
/bin/sh ./libtool --mode=compile cc -c -I. -I../.././bdb/dist/..
-I../.././bdb/dist/../dbinc  -D_THREAD_SAFE  -DDBUG_OFF -O2
-fno-strict-aliasing -pipe ../.././bdb/dist/../rep/rep_record.c
cc -c -I. -I../.././bdb/dist/.. -I../.././bdb/dist/../dbinc -D_THREAD_SAFE
-DDBUG_OFF -O2 -fno-strict-aliasing -pipe
../.././bdb/dist/../rep/rep_record.c -o rep_record.o
../.././bdb/dist/../rep/rep_record.c: In function `__rep_process_message':
../.././bdb/dist/../rep/rep_record.c:143: error: stray '\25' in program
../.././bdb/dist/../rep/rep_record.c:143: error: syntax error before
log_compare
../.././bdb/dist/../rep/rep_record.c:143:41: invalid suffix p- on integer
constant
../.././bdb/dist/../rep/rep_record.c:144: error: `dBlp' undeclared (first
use in this function)
../.././bdb/dist/../rep/rep_record.c:144: error: (Each undeclared identifier
is reported only once
../.././bdb/dist/../rep/rep_record.c:144: error: for each function it
appears in.)
../.././bdb/dist/../rep/rep_record.c:148: error: `RAP_VOTE1' undeclared
(first use in this function)
*** Error code 1

Stop in
/usr/ports/databases/mysql50-server/work/mysql-5.0.41/bdb/build_unix.
*** Error code 1

Stop in /usr/ports/databases/mysql50-server/work/mysql-5.0.41/bdb.
*** Error code 1

Stop in /usr/ports/databases/mysql50-server/work/mysql-5.0.41.
*** Error code 1

Stop in /usr/ports/databases/mysql50-server/work/mysql-5.0.41.
*** Error code 1

Stop in /usr/ports/databases/mysql50-server.

Any help I´ll be thankful.
Regards.

Leandro Conde Trombini.


I've installed without problems.

dv6130us# make 
MASTER_SITE_OVERRIDE=ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
install clean
(...)
test -z /usr/local/share/mysql ||
/usr/ports/databases/mysql50-server/work/mysql-5.0.41/install-sh -d
/usr/local/share/mysql
install  -o root -g wheel -m 555 'mysql.server'
'/usr/local/share/mysql/mysql.server'
Added group mysql.
Added user mysql.


Remember to run mysql_upgrade (with the optional --datadir=dbdir flag)
the first time you start the MySQL server after an upgrade from an
earlier version.


install-info --quiet /usr/local/info/mysql.info /usr/local/info/dir
=== Installing rc.d startup script(s)
===   Compressing manual pages for mysql-server-5.0.41
===   Registering installation for mysql-server-5.0.41
=== SECURITY REPORT:
 This port has installed the following files, which may act as network
 servers and may therefore pose a remote security risk to the system.
/usr/local/libexec/mysqld

 This port has installed the following startup scripts, which may cause
 these network services to be started at boot time.
/usr/local/etc/rc.d/mysql-server

 If there are vulnerabilities in these programs there may be a security
 risk to the system. FreeBSD makes no guarantee about the security of
 ports included in the Ports Collection. Please type 'make deinstall'
 to deinstall the port if this is a concern.

 For more information, and contact details about the security
 status of this software, see the following webpage:
http://www.mysql.com/
===  Cleaning for mysql-server-5.0.41
dv6130us# rehash
dv6130us# mysq
mysql   mysql_upgrade   mysqlbug
mysqlshow
mysql_configmysql_upgrade_shell mysqlcheck
mysqltest
mysql_fix_privilege_tables  mysql_waitpid   mysqld_safe
mysqltestmanager-pwgen
mysql_install_dbmysqladmin  mysqldump
mysqltestmanagerc
mysql_tzinfo_to_sql mysqlbinlog mysqlimport
dv6130us# mysql

[]'s


--
Zavam, Vinícius
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]