Re: PLIST=pkg-plist

2008-03-30 Thread Alexander Leidinger
Quoting "Anatoly Borodin" <[EMAIL PROTECTED]> (Sun, 30 Mar 2008 14:58:31 +0300):

> The whole week passed, and no further results. What should I do?

Update your ports, it should be fixed now.

Bye,
Alexander.

-- 
BOFH excuse #34:

(l)user error
http://www.Leidinger.net  Alexander @ 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]"


Re: PLIST=pkg-plist

2008-03-30 Thread Alexander Leidinger
Quoting "Anatoly Borodin" <[EMAIL PROTECTED]> (Sun, 30 Mar 2008 14:58:31 +0300):

> Hi!
> 
> 
> The whole week passed, and no further results. What should I do?

Sorry, I was taking care about something else... I noticed something
below in the script (not tested)...

> On Thu, Mar 20, 2008 at 4:34 PM, Anatoly Borodin
> <[EMAIL PROTECTED]> wrote:
> > Hi!
> >
> >
> >  On Thu, Mar 20, 2008 at 8:36 AM, Alexander Leidinger
> >  <[EMAIL PROTECTED]> wrote:
> >  >  Can you please try this without your settings in make.conf (empty
> >  >  make.conf, or at least the smallest possible make.conf you can use)?
> >
> >  I've found that make.conf is irrelevant, but some other thing matters
> >
> >  # cat /root/testl.sh
> >  #!/bin/sh
> >
> >  WRKDIRPREFIX=/usr/obj
> >  PORT=/usr/ports/emulators/linux_base-fc6
> >  CONTENTS=/var/db/pkg/linux_base-fc6*/+CONTENTS
> >  P=`pwd`;
> >  LOG=/root/testl.log
> >
> >  echo -n > ${LOG}
> >  rm -rf ${WRKDIRPREFIX}${PORT};
> >
> >  echo 'make clean' >> ${LOG}
> >  for i in 1 2 3 4 5;
> >  do
> > cd ${PORT};
> > make clean;

The make clean is wrong. It tries to clean in PORTSDIR, not in
WRKDIRPREFIX. You need to specify WRKDIRPREFIX at every make invocation.

> > make -DFORCE_PKG_REGISTER WRKDIRPREFIX=${WRKDIRPREFIX} install;
> > make clean;
> > cd ${P};
> > wc -l ${CONTENTS} >> ${LOG};
> >  done
> >
> >  echo 'rm -rf' >> $LOG
> >  for i in 1 2 3 4 5;
> >  do
> > cd ${PORT};
> > rm -rf ${WRKDIRPREFIX}${PORT};
> > make -DFORCE_PKG_REGISTER WRKDIRPREFIX=${WRKDIRPREFIX} install;
> > rm -rf ${WRKDIRPREFIX}${PORT};
> > cd ${P};
> > wc -l ${CONTENTS} >> ${LOG};
> >  done
> >
> >  clear;
> >  less ${LOG};
> >
> >  # sh /root/testl.sh; cat /root/testl.log
> >  make clean
> >20067 /var/db/pkg/linux_base-fc6-6_5/+CONTENTS
> >
> >6 /var/db/pkg/linux_base-fc6-6_5/+CONTENTS

Here you haven't cleaned the port, it is still available in
WRKDIRPREFIX.

Is seems there's a difference in the current directory when the port is
already installed.

I played a little bit around, it seems we can remove the PLIST= from
linux_base. If Boris is not faster than me in committing the fix, I
will do it for fc4, fc6 and f7 (f8 has no PLIST=) as my time permits...

Bye,
Alexander.

> >6 /var/db/pkg/linux_base-fc6-6_5/+CONTENTS
> >6 /var/db/pkg/linux_base-fc6-6_5/+CONTENTS
> >6 /var/db/pkg/linux_base-fc6-6_5/+CONTENTS
> >  rm -rf
> >20067 /var/db/pkg/linux_base-fc6-6_5/+CONTENTS
> >20067 /var/db/pkg/linux_base-fc6-6_5/+CONTENTS
> >20067 /var/db/pkg/linux_base-fc6-6_5/+CONTENTS
> >20067 /var/db/pkg/linux_base-fc6-6_5/+CONTENTS
> >20067 /var/db/pkg/linux_base-fc6-6_5/+CONTENTS
> 
> 
> 


-- 
I just had my entire INTESTINAL TRACT coated with TEFLON!
http://www.Leidinger.net  Alexander @ 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]"


Re: [Bulk] Re: FreeBSD Port: gftp-2.0.18_6

2008-03-30 Thread Brodey Dover

I was also required to run make deinstall in /dev/glib2.0.

Thank you,
Brodey Dover

Martin Wilke wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sun, Mar 30, 2008 at 12:16:11PM -0400, Brodey Dover wrote:
  

gftp port is broken. I am running FreeBSD 7.0/i386-CURRENT

//bin/sh ../../libtool --tag=CC   --mode=link cc 
-DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../gmodule 
-I../../gio -DG_DISABLE_CAST_CHECKS 
-DGIO_MODULE_DIR=\"/usr/local/lib/gio/modules\" -DGIO_COMPILATION 
-DG_DISABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe  -Wall 
-export_dynamic -avoid-version -module -no-undefined -export-symbols-regex 
'^g_io_module_(load|unload)' -L/usr/local/lib -lintl -o libgiofam.la -rpath 
/usr/local/lib/gio/modules libgiofam_la-fam-helper.lo 
libgiofam_la-fam-module.lo libgiofam_la-gfamdirectorymonitor.lo 
libgiofam_la-gfamfilemonitor.lo  -lgio-2.0 -lgobject-2.0 -lglib-2.0  -lfam 
generating symbol list for `libgiofam.la'
/usr/bin/nm -B  .libs/libgiofam_la-fam-helper.o 
.libs/libgiofam_la-fam-module.o .libs/libgiofam_la-gfamdirectorymonitor.o 
.libs/libgiofam_la-gfamfilemonitor.o  | sed -n -e 's/^.*[ 
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 
\2 \2/p' | /usr/local/bin/gsed 's/.* //' | sort | uniq > 
.libs/libgiofam.exp
/usr/bin/grep -E -e "^g_io_module_(load|unload)" ".libs/libgiofam.exp" > 
".libs/libgiofam.expT"

mv -f ".libs/libgiofam.expT" ".libs/libgiofam.exp"
cc -shared  .libs/libgiofam_la-fam-helper.o .libs/libgiofam_la-fam-module.o 
.libs/libgiofam_la-gfamdirectorymonitor.o 
.libs/libgiofam_la-gfamfilemonitor.o  -Wl,--rpath -Wl,/usr/local/lib 
-Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libintl.so 
-lgio-2.0 /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so 
/usr/local/lib/libfam.so  -Wl,-soname -Wl,libgiofam.so 
-Wl,-retain-symbols-file -Wl,.libs/libgiofam.exp -o .libs/libgiofam.so

/usr/bin/ld: cannot find -lgio-2.0
gmake: *** [libgiofam.la] Error 1
*** Error code 2



No you should read ports/UPDATING, please update first devel/glib20.

Thanks Martin


  

Stop in /usr/ports/devel/gio-fam-backend.
*** Error code 1

Stop in /usr/ports/ftp/gftp.
*** Error code 1

Stop in /usr/ports/ftp/gftp./

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




- -- 


+---+---+
|  PGP: 0x05682353  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)

iD8DBQFH8BcsFwpycAVoI1MRAodJAKCSZr/CWSlZmTdvgqQBdMiOaBLK6wCgg/8X
J9HlRrAr+3GMI+cSTyzkIAE=
=6b0X
-END PGP SIGNATURE-

  


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


Re: ejabberd 2.0.0 ?

2008-03-30 Thread Shaun Amott
On Thu, Mar 27, 2008 at 01:36:26PM +0100, Olivier Mueller wrote:
> 
> Hello,
> 
> Are there any plans to update the port with the latest ejabberd (2.0.0)
> version?   Latest release was about 1 month ago: 
> http://www.process-one.net/en/news/article/ejabberd_200_has_been_released/
> Otherwise I'll just try to install it "by hand" :)
> 

Yes, I've been working on an update. Some dependency failed when I was
building it previously it and I didn't get around to trying again.

-- 
Shaun Amott // PGP: 0x6B387A9A
"A foolish consistency is the hobgoblin
of little minds." - Ralph Waldo Emerson
___
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: gftp-2.0.18_6

2008-03-30 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sun, Mar 30, 2008 at 12:16:11PM -0400, Brodey Dover wrote:
> gftp port is broken. I am running FreeBSD 7.0/i386-CURRENT
> 
> //bin/sh ../../libtool --tag=CC   --mode=link cc 
> -DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../gmodule 
> -I../../gio -DG_DISABLE_CAST_CHECKS 
> -DGIO_MODULE_DIR=\"/usr/local/lib/gio/modules\" -DGIO_COMPILATION 
> -DG_DISABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe  -Wall 
> -export_dynamic -avoid-version -module -no-undefined -export-symbols-regex 
> '^g_io_module_(load|unload)' -L/usr/local/lib -lintl -o libgiofam.la -rpath 
> /usr/local/lib/gio/modules libgiofam_la-fam-helper.lo 
> libgiofam_la-fam-module.lo libgiofam_la-gfamdirectorymonitor.lo 
> libgiofam_la-gfamfilemonitor.lo  -lgio-2.0 -lgobject-2.0 -lglib-2.0  -lfam 
> generating symbol list for `libgiofam.la'
> /usr/bin/nm -B  .libs/libgiofam_la-fam-helper.o 
> .libs/libgiofam_la-fam-module.o .libs/libgiofam_la-gfamdirectorymonitor.o 
> .libs/libgiofam_la-gfamfilemonitor.o  | sed -n -e 's/^.*[ 
> ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 
> \2 \2/p' | /usr/local/bin/gsed 's/.* //' | sort | uniq > 
> .libs/libgiofam.exp
> /usr/bin/grep -E -e "^g_io_module_(load|unload)" ".libs/libgiofam.exp" > 
> ".libs/libgiofam.expT"
> mv -f ".libs/libgiofam.expT" ".libs/libgiofam.exp"
> cc -shared  .libs/libgiofam_la-fam-helper.o .libs/libgiofam_la-fam-module.o 
> .libs/libgiofam_la-gfamdirectorymonitor.o 
> .libs/libgiofam_la-gfamfilemonitor.o  -Wl,--rpath -Wl,/usr/local/lib 
> -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libintl.so 
> -lgio-2.0 /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so 
> /usr/local/lib/libfam.so  -Wl,-soname -Wl,libgiofam.so 
> -Wl,-retain-symbols-file -Wl,.libs/libgiofam.exp -o .libs/libgiofam.so
> /usr/bin/ld: cannot find -lgio-2.0
> gmake: *** [libgiofam.la] Error 1
> *** Error code 2

No you should read ports/UPDATING, please update first devel/glib20.

Thanks Martin


> 
> Stop in /usr/ports/devel/gio-fam-backend.
> *** Error code 1
> 
> Stop in /usr/ports/ftp/gftp.
> *** Error code 1
> 
> Stop in /usr/ports/ftp/gftp./
> 
> Regards,
> Brodey Dover
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 

- -- 

+---+---+
|  PGP: 0x05682353  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)

iD8DBQFH8BcsFwpycAVoI1MRAodJAKCSZr/CWSlZmTdvgqQBdMiOaBLK6wCgg/8X
J9HlRrAr+3GMI+cSTyzkIAE=
=6b0X
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD Port: gftp-2.0.18_6

2008-03-30 Thread Brodey Dover

gftp port is broken. I am running FreeBSD 7.0/i386-CURRENT

//bin/sh ../../libtool --tag=CC   --mode=link cc 
-DG_LOG_DOMAIN=\"GLib-GIO\" -I../.. -I../../glib -I../../gmodule 
-I../../gio -DG_DISABLE_CAST_CHECKS 
-DGIO_MODULE_DIR=\"/usr/local/lib/gio/modules\" -DGIO_COMPILATION 
-DG_DISABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe  -Wall 
-export_dynamic -avoid-version -module -no-undefined 
-export-symbols-regex '^g_io_module_(load|unload)' -L/usr/local/lib 
-lintl -o libgiofam.la -rpath /usr/local/lib/gio/modules 
libgiofam_la-fam-helper.lo libgiofam_la-fam-module.lo 
libgiofam_la-gfamdirectorymonitor.lo libgiofam_la-gfamfilemonitor.lo  
-lgio-2.0 -lgobject-2.0 -lglib-2.0  -lfam 
generating symbol list for `libgiofam.la'
/usr/bin/nm -B  .libs/libgiofam_la-fam-helper.o 
.libs/libgiofam_la-fam-module.o 
.libs/libgiofam_la-gfamdirectorymonitor.o 
.libs/libgiofam_la-gfamfilemonitor.o  | sed -n -e 's/^.*[ 
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ 
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /usr/local/bin/gsed 's/.* 
//' | sort | uniq > .libs/libgiofam.exp
/usr/bin/grep -E -e "^g_io_module_(load|unload)" ".libs/libgiofam.exp" > 
".libs/libgiofam.expT"

mv -f ".libs/libgiofam.expT" ".libs/libgiofam.exp"
cc -shared  .libs/libgiofam_la-fam-helper.o 
.libs/libgiofam_la-fam-module.o 
.libs/libgiofam_la-gfamdirectorymonitor.o 
.libs/libgiofam_la-gfamfilemonitor.o  -Wl,--rpath -Wl,/usr/local/lib 
-Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib 
/usr/local/lib/libintl.so -lgio-2.0 /usr/local/lib/libgobject-2.0.so 
/usr/local/lib/libglib-2.0.so /usr/local/lib/libfam.so  -Wl,-soname 
-Wl,libgiofam.so -Wl,-retain-symbols-file -Wl,.libs/libgiofam.exp -o 
.libs/libgiofam.so

/usr/bin/ld: cannot find -lgio-2.0
gmake: *** [libgiofam.la] Error 1
*** Error code 2

Stop in /usr/ports/devel/gio-fam-backend.
*** Error code 1

Stop in /usr/ports/ftp/gftp.
*** Error code 1

Stop in /usr/ports/ftp/gftp./

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


Re: problem building asterisk

2008-03-30 Thread Mykola Dzham
 Wojciech Puchar wrote:
> any idea why?
...
> | |   [X] H323 Enable H.323 support 
...
> c++ -DNDEBUG -I../../include -include ../../include/asterisk/autoconfig.h 
> -fPIC  -O1 -I/usr2/ports/devel/pwlib/work/ptlib_v1_12_0/include 
> -I/usr/local/include  -DP_USE_PRAGMA -D_REENTRANT -pthread -fno-exceptions 
> -O1 -I/usr2/ports/devel/pwlib/work/ptlib_v1_12_0/include 
> -I/usr/local/include -Wall  -DNDEBUG -I/usr/local/share/pwlib//include 
> -DPTRACING -I/usr/local/include/openh323 -Os  -pipe -O1 
> -I/usr2/ports/devel/pwlib/work/ptlib_v1_12_0/include -I/usr/local/include 
> -O1 -I/usr2/ports/devel/pwlib/work/ptlib_v1_12_0/include 
> -I/usr/local/include -c ast_h323.cxx -o ast_h323.o
> ast_h323.cxx: In destructor `virtual MyProcess::~MyProcess()':
> ast_h323.cxx:194: error: `timerChangePipe' was not declared in this scope
> gmake[2]: *** [ast_h323.o] B??d 1
> gmake[1]: *** [h323/libchanh323.a] B??d 2
> gmake: *** [channels] B??d 2
> *** Error code 2
> 
> Stop in /usr2/ports/net/asterisk.
> *** Error code 1
> 
> Stop in /usr2/ports/net/asterisk.
> 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121643

-- 
Mykola Dzham, LEFT-(UANIC|RIPE)
JID: [EMAIL PROTECTED]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Unable to build abiword

2008-03-30 Thread Gerard
On Sun, 30 Mar 2008 13:27:45 -0400
Joe Marcus Clarke <[EMAIL PROTECTED]> wrote:

[snip]

> It looks like you've installed a 7.X or 8.X compiler package.  What is
> your PATH?  In any event, you need to
> remove /usr/local/lib/libgcc_s.so.1, and the package that installed
> it.

I have never actively installed any compiler packages, although I guess
some port might have brought it in. The 'libgcc_s.so.1' file is located
in the '/usr/local/lib' directory. I have not been able to discover
what package placed it there. 'pkg_info -W' has not revealed anything.

Are you sure that deleting this file will not screw up my system? I am
thinking of simply moving it. It is linked to:
'/usr/compat/linux/lib/libgcc_s.so.1'.

-- 
Gerard
[EMAIL PROTECTED]

A cynic is a person searching for an honest man, with a stolen lantern.

Edgar A. Shoaff


signature.asc
Description: PGP signature


Re: ports/121746: [UPDATE] devel/libcheck

2008-03-30 Thread Felippe de Meirelles Motta
Em Fri, 28 Mar 2008 21:07:11 -0700
Xin LI <[EMAIL PROTECTED]> escreveu:

> Mike Heffner wrote:
> > BTW, it appears that a duplicate version of this port was added as 
> > "devel/check" back in Feb. 2007. What's the policy on handling
> > duplicate ports in the ports tree?
> 
> Ahh...  This is really weird, I think we should kill one and change
> the dependencies/MOVED files to reflect the merge...

I agree, and I think that we can kill devel/check and preserve the
devel/libcheck that have more CVS history. Or we should think in
reflect the port to project name (In this case, devel/check here) ?

> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=121746

-- 
[EMAIL PROTECTED]
Felippe de Meirelles Motta


signature.asc
Description: PGP signature


Re: Broken Port -- /usr/ports/audio/ardour

2008-03-30 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sun, Mar 30, 2008 at 08:28:21AM -0600, James wrote:
> 
> On Sun, 2008-03-30 at 08:05 -0400, Kevin K wrote:
> > # uname -a
> > FreeBSD ck 7.0-STABLE FreeBSD 7.0-STABLE #2: Tue Mar 25 13:07:38 EDT 2008
> > [EMAIL PROTECTED]:/usr/obj/usr/src/sys/CK  i386
> > #
> > 
> > # make install clean
> > ===>  Found saved configuration for ardour-2.1
> > ===>  Extracting for ardour-2.3.1
> > => MD5 Checksum OK for ardour-2.3.1.tar.bz2.
> > => SHA256 Checksum OK for ardour-2.3.1.tar.bz2.
> > => No MD5 checksum recorded for vst_sdk2_3.zip.
> > => No SHA256 checksum recorded for vst_sdk2_3.zip.
> > => No suitable checksum found for vst_sdk2_3.zip.
> > *** Error code 1
> > 
> > Stop in /usr/ports/audio/ardour.
> > *** Error code 1
> > 
> > Stop in /usr/ports/audio/ardour.
> > #
> > 
> 
> Try finding vst_sdk, taking the two checksums and putting them in
> distinfo in the port's directory.
> 
> You could also try defining NO_CHECKSUM.
> 
> This should also be reported to the maintainer; it looks like an
> oversight.

trasz fixed this problem today. Please update our portstree.

- - Martin

> 
> 
> > 
> > 
> > FYI, vst_sdk2_3.zip had to be downloaded manually due to licensing concerns,
> > but is required for this port. This requirement is not new, however.
> > 
> > 
> > - cvsup ports-supfile up to date as of writing this
> > 
> > 
> > 
> > Any assistance would be appreciated!
> > 
> > 
> > ~kevin k
> > 
> > 
> > ___
> > freebsd-ports@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 

- -- 

+---+---+
|  PGP: 0x05682353  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)

iD8DBQFH78vPFwpycAVoI1MRAsUIAKCfCGYOeZIxyfWcNEo4HZWZqQU0WwCffcfo
sgx/EJS8vUynf/ha7yPGIc4=
=o5jN
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Unable to build abiword

2008-03-30 Thread Joe Marcus Clarke
On Sun, 2008-03-30 at 07:38 -0400, Gerard wrote:
> Using FreeBSD-6.3, I have attempted twice to build abiword. Both builds
> failed. The entire build log is located here:
> 
>   http://seibercom.net/logs/abiword.txt
> 
> This is the output of the end of the build:

It looks like you've installed a 7.X or 8.X compiler package.  What is
your PATH?  In any event, you need to
remove /usr/local/lib/libgcc_s.so.1, and the package that installed it.

Joe

> 
> // Abiword build //
> 
> /usr/local/lib/libgcc_s.so.1: undefined reference to [EMAIL PROTECTED]'
> /usr/local/lib/libgcc_s.so.1: undefined reference to [EMAIL PROTECTED]'
> /usr/local/lib/libgcc_s.so.1: undefined reference to [EMAIL PROTECTED]'
> /usr/local/lib/libgcc_s.so.1: undefined reference to
> [EMAIL PROTECTED]' /usr/local/lib/libgcc_s.so.1: undefined
> reference to [EMAIL PROTECTED]' /usr/local/lib/libgcc_s.so.1: undefined
> reference to [EMAIL PROTECTED]' gmake[4]: *** [AbiWord-2.4] Error 1
> gmake[4]: Leaving directory
> `/usr/ports/editors/abiword/work/abiword-2.4.6/abi/src/wp/main/unix'
> gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory
> `/usr/ports/editors/abiword/work/abiword-2.4.6/abi/src/wp/main'
> gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory
> `/usr/ports/editors/abiword/work/abiword-2.4.6/abi/src/wp' gmake[1]:
> *** [all-recursive] Error 1 gmake[1]: Leaving directory
> `/usr/ports/editors/abiword/work/abiword-2.4.6/abi/src' gmake: ***
> [all-recursive] Error 1 *** Error code 2
> 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


games/vavoom doesn't build

2008-03-30 Thread Oliver Herold
Hi

building games/vavoom isn't possible it breaks while compiling with
default options. I'm using FreeBSD 7 (RELENG_7).



[...]

gmake[2]: Leaving directory
`/usr/ports/games/vavoom/work/vavoom-1.26/source'
gmake[1]: Leaving directory
`/usr/ports/games/vavoom/work/vavoom-1.26/source'
Making all in progs
gmake[1]: Entering directory
`/usr/ports/games/vavoom/work/vavoom-1.26/progs'
Making all in common
gmake[2]: Entering directory
`/usr/ports/games/vavoom/work/vavoom-1.26/progs/common'
../../utils/bin/vcc -P../../basev/common/progs ./engine/classes.vc
../../basev/common/progs/engine.dat
../../utils/bin/vcc -P../../basev/common/progs ./linespec/classes.vc
../../basev/common/progs/linespec.dat
./linespec/RedParticleFountain.vc:12: End of file inside a comment
./linespec/GreenParticleFountain.vc:12: End of file inside a comment
./linespec/BlueParticleFountain.vc:12: End of file inside a comment
./linespec/YellowParticleFountain.vc:12: End of file inside a comment
./linespec/PurpleParticleFountain.vc:12: End of file inside a comment
./linespec/BlackParticleFountain.vc:12: End of file inside a comment
./linespec/WhiteParticleFountain.vc:12: End of file inside a comment
Confused by previous errors, bailing out
gmake[2]: *** [../../basev/common/progs/linespec.dat] Fehler 1
gmake[2]: Leaving directory
`/usr/ports/games/vavoom/work/vavoom-1.26/progs/common'
gmake[1]: *** [all-recursive] Fehler 1
gmake[1]: Leaving directory
`/usr/ports/games/vavoom/work/vavoom-1.26/progs'
gmake: *** [all-recursive] Fehler 1
*** Error code 2

Stop in /usr/ports/games/vavoom.
*** Error code 1

Stop in /usr/ports/games/vavoom.



Cheers, Oliver


-- 
Mail: [EMAIL PROTECTED] or [EMAIL PROTECTED]
Jabber: [EMAIL PROTECTED]

/"\
\ /ASCII Ribbon Campaign
 X   against HTML email & vCards
/ \



pgpZ8g7pvqTrc.pgp
Description: PGP signature


Re: Broken Port -- /usr/ports/audio/ardour

2008-03-30 Thread James

On Sun, 2008-03-30 at 08:05 -0400, Kevin K wrote:
> # uname -a
> FreeBSD ck 7.0-STABLE FreeBSD 7.0-STABLE #2: Tue Mar 25 13:07:38 EDT 2008
> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/CK  i386
> #
> 
> # make install clean
> ===>  Found saved configuration for ardour-2.1
> ===>  Extracting for ardour-2.3.1
> => MD5 Checksum OK for ardour-2.3.1.tar.bz2.
> => SHA256 Checksum OK for ardour-2.3.1.tar.bz2.
> => No MD5 checksum recorded for vst_sdk2_3.zip.
> => No SHA256 checksum recorded for vst_sdk2_3.zip.
> => No suitable checksum found for vst_sdk2_3.zip.
> *** Error code 1
> 
> Stop in /usr/ports/audio/ardour.
> *** Error code 1
> 
> Stop in /usr/ports/audio/ardour.
> #
> 

Try finding vst_sdk, taking the two checksums and putting them in
distinfo in the port's directory.

You could also try defining NO_CHECKSUM.

This should also be reported to the maintainer; it looks like an
oversight.


> 
> 
> FYI, vst_sdk2_3.zip had to be downloaded manually due to licensing concerns,
> but is required for this port. This requirement is not new, however.
> 
> 
> - cvsup ports-supfile up to date as of writing this
> 
> 
> 
> Any assistance would be appreciated!
> 
> 
> ~kevin k
> 
> 
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

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


Broken Port -- /usr/ports/audio/ardour

2008-03-30 Thread Kevin K
# uname -a
FreeBSD ck 7.0-STABLE FreeBSD 7.0-STABLE #2: Tue Mar 25 13:07:38 EDT 2008
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/CK  i386
#

# make install clean
===>  Found saved configuration for ardour-2.1
===>  Extracting for ardour-2.3.1
=> MD5 Checksum OK for ardour-2.3.1.tar.bz2.
=> SHA256 Checksum OK for ardour-2.3.1.tar.bz2.
=> No MD5 checksum recorded for vst_sdk2_3.zip.
=> No SHA256 checksum recorded for vst_sdk2_3.zip.
=> No suitable checksum found for vst_sdk2_3.zip.
*** Error code 1

Stop in /usr/ports/audio/ardour.
*** Error code 1

Stop in /usr/ports/audio/ardour.
#



FYI, vst_sdk2_3.zip had to be downloaded manually due to licensing concerns,
but is required for this port. This requirement is not new, however.


- cvsup ports-supfile up to date as of writing this



Any assistance would be appreciated!


~kevin k


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


Re: updating devel/directfb

2008-03-30 Thread Anatoly Borodin
Hi!


The whole week passed, and no further results. What should I do?

On Sat, Mar 22, 2008 at 6:50 PM, Anatoly Borodin
<[EMAIL PROTECTED]> wrote:
> Hi!
>
>
>
>  On Wed, Mar 19, 2008 at 5:25 PM, Pietro Cerutti <[EMAIL PROTECTED]> wrote:
>  >  http://people.freebsd.org/~gahr/directfb.diff
>
>  I forget to ask: why should directfb be linked with lwres?


-- 
Mit freundlichen Grüßen,
Anatoly Borodin
business: [EMAIL PROTECTED]
privat: [EMAIL PROTECTED]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: PLIST=pkg-plist

2008-03-30 Thread Anatoly Borodin
Hi!


The whole week passed, and no further results. What should I do?

On Thu, Mar 20, 2008 at 4:34 PM, Anatoly Borodin
<[EMAIL PROTECTED]> wrote:
> Hi!
>
>
>  On Thu, Mar 20, 2008 at 8:36 AM, Alexander Leidinger
>  <[EMAIL PROTECTED]> wrote:
>  >  Can you please try this without your settings in make.conf (empty
>  >  make.conf, or at least the smallest possible make.conf you can use)?
>
>  I've found that make.conf is irrelevant, but some other thing matters
>
>  # cat /root/testl.sh
>  #!/bin/sh
>
>  WRKDIRPREFIX=/usr/obj
>  PORT=/usr/ports/emulators/linux_base-fc6
>  CONTENTS=/var/db/pkg/linux_base-fc6*/+CONTENTS
>  P=`pwd`;
>  LOG=/root/testl.log
>
>  echo -n > ${LOG}
>  rm -rf ${WRKDIRPREFIX}${PORT};
>
>  echo 'make clean' >> ${LOG}
>  for i in 1 2 3 4 5;
>  do
> cd ${PORT};
> make clean;
> make -DFORCE_PKG_REGISTER WRKDIRPREFIX=${WRKDIRPREFIX} install;
> make clean;
> cd ${P};
> wc -l ${CONTENTS} >> ${LOG};
>  done
>
>  echo 'rm -rf' >> $LOG
>  for i in 1 2 3 4 5;
>  do
> cd ${PORT};
> rm -rf ${WRKDIRPREFIX}${PORT};
> make -DFORCE_PKG_REGISTER WRKDIRPREFIX=${WRKDIRPREFIX} install;
> rm -rf ${WRKDIRPREFIX}${PORT};
> cd ${P};
> wc -l ${CONTENTS} >> ${LOG};
>  done
>
>  clear;
>  less ${LOG};
>
>  # sh /root/testl.sh; cat /root/testl.log
>  make clean
>20067 /var/db/pkg/linux_base-fc6-6_5/+CONTENTS
>
>6 /var/db/pkg/linux_base-fc6-6_5/+CONTENTS
>6 /var/db/pkg/linux_base-fc6-6_5/+CONTENTS
>6 /var/db/pkg/linux_base-fc6-6_5/+CONTENTS
>6 /var/db/pkg/linux_base-fc6-6_5/+CONTENTS
>  rm -rf
>20067 /var/db/pkg/linux_base-fc6-6_5/+CONTENTS
>20067 /var/db/pkg/linux_base-fc6-6_5/+CONTENTS
>20067 /var/db/pkg/linux_base-fc6-6_5/+CONTENTS
>20067 /var/db/pkg/linux_base-fc6-6_5/+CONTENTS
>20067 /var/db/pkg/linux_base-fc6-6_5/+CONTENTS



-- 
Mit freundlichen Grüßen,
Anatoly Borodin
business: [EMAIL PROTECTED]
privat: [EMAIL PROTECTED]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Unable to build abiword

2008-03-30 Thread Gerard
Using FreeBSD-6.3, I have attempted twice to build abiword. Both builds
failed. The entire build log is located here:

http://seibercom.net/logs/abiword.txt

This is the output of the end of the build:

// Abiword build //

/usr/local/lib/libgcc_s.so.1: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libgcc_s.so.1: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libgcc_s.so.1: undefined reference to [EMAIL PROTECTED]'
/usr/local/lib/libgcc_s.so.1: undefined reference to
[EMAIL PROTECTED]' /usr/local/lib/libgcc_s.so.1: undefined
reference to [EMAIL PROTECTED]' /usr/local/lib/libgcc_s.so.1: undefined
reference to [EMAIL PROTECTED]' gmake[4]: *** [AbiWord-2.4] Error 1
gmake[4]: Leaving directory
`/usr/ports/editors/abiword/work/abiword-2.4.6/abi/src/wp/main/unix'
gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory
`/usr/ports/editors/abiword/work/abiword-2.4.6/abi/src/wp/main'
gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory
`/usr/ports/editors/abiword/work/abiword-2.4.6/abi/src/wp' gmake[1]:
*** [all-recursive] Error 1 gmake[1]: Leaving directory
`/usr/ports/editors/abiword/work/abiword-2.4.6/abi/src' gmake: ***
[all-recursive] Error 1 *** Error code 2

-- 
Gerard
[EMAIL PROTECTED]

F.S. Fitzgerald to Hemingway: "Ernest, the rich are different from us."
Hemingway: "Yes.  They have more money."


signature.asc
Description: PGP signature