print/cups fails to build on 9.3-STABLE i386

2015-01-15 Thread William Bulley
After running this command: "# svn update /usr/ports" I tried to
upgrade the print/cups port.

As root I then ran this command:

   # portmaster -K -B -D print/cups

Below is the output leading up to the failure and the failure itself.

BTW - I did retry the build in /usr/ports/print/cups using this:

   # make MAKE_JOBS_UNSAFE=yes install

and got the same results.

 =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

...
...
Making all in test...
gmake[1]: Entering directory '/usr/ports/print/cups-base/work/cups-1.7.3/test'
echo Linking ippserver...
Linking ippserver...
cc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -L/usr/local/lib 
-Wl,-rpath,/usr/local/lib -Wl,-R/usr/local/lib  -fPIE -pie -Wall 
-Wno-format-y2k -Wunused -fPIC -Os -g -fstack-protector -o ippserver 
ippserver.o  ../cups/libcups.a \
 -lssl -lcrypto  -pthread -lm -lcrypt -lssp_nonshared -liconv  -lz -lz
../cups/libcups.a(http-support.o): In function `_httpResolveURI':
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1617: 
undefined reference to `DNSServiceCreateConnection'
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1626: 
undefined reference to `DNSServiceResolve'
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1736: 
undefined reference to `DNSServiceRefDeallocate'
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1656: 
undefined reference to `DNSServiceRefSockFD'
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1700: 
undefined reference to `DNSServiceResolve'
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1722: 
undefined reference to `DNSServiceProcessResult'
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1731: 
undefined reference to `DNSServiceRefDeallocate'
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1733: 
undefined reference to `DNSServiceRefDeallocate'
../cups/libcups.a(http-support.o): In function `http_resolve_cb':
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:2071: 
undefined reference to `TXTRecordGetValuePtr'
/usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:2058: 
undefined reference to `TXTRecordGetValuePtr'
Makefile:192: recipe for target 'ippserver' failed
gmake[1]: *** [ippserver] Error 1
gmake[1]: Leaving directory '/usr/ports/print/cups-base/work/cups-1.7.3/test'
Makefile:31: recipe for target 'all' failed
gmake: *** [all] Error 1
*** [do-build] Error code 1

Stop in /usr/ports/print/cups-base.
*** [install] Error code 1

Stop in /usr/ports/print/cups-base.



Regards,

web...

-- 

 /"\   ASCII RIBBON  / William Bulley
 \ /   CAMPAIGN AGAINST / 
  XHTML E-MAIL AND / E-MAIL: w...@umich.edu
 / \   LISTSERV POSTINGS  /

72 characters width template ->|
___
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"


FreeBSD Port: p5-DBD-Oracle-1.14_3

2012-09-05 Thread William Bulley
t;(OCIHandleFree skipped during global destruction)" :
+(PL_dirty) ? "(OCIHandleFree skipped during global destruction)" :
 (imp_sth->nested_cursor) ?"(OCIHandleFree skipped for nested cursor)" 
: "");
 
-if (!dirty) { /* XXX not ideal, leak may be a problem in some cases */
+if (!PL_dirty) { /* XXX not ideal, leak may be a problem in some cases */
if (!imp_sth->nested_cursor) {
OCIHandleFree_log_stat(imp_sth->stmhp, OCI_HTYPE_STMT, status);
if (status != OCI_SUCCESS)
oci_error(sth, imp_sth->errhp, status, "OCIHandleFree");
}
@@ -2280,11 +2280,11 @@
SV *sv;
char *key;
I32 retlen;
hv_iterinit(hv);
while( (sv = hv_iternextsv(hv, &key, &retlen)) != NULL ) {
-   if (sv != &sv_undef) {
+   if (sv != &PL_sv_undef) {
  phs_t *phs = (phs_t*)(void*)SvPVX(sv);
 
 
  if (phs->desc_h && phs->desc_t == OCI_DTYPE_LOB)
ora_free_templob(sth, imp_sth, (OCILobLocator*)phs->desc_h);
@@ -2340,11 +2340,11 @@
STRLEN lna;
/* dbd_describe has already called ora_error()  */
/* we can't return Nullsv here because the xs code will */
/* then just pass the attribute name to DBI for FETCH.  */
croak("Describe failed during %s->FETCH(%s): %ld: %s",
-   SvPV(sth,na), key, (long)SvIV(DBIc_ERR(imp_sth)),
+   SvPV(sth,PL_na), key, (long)SvIV(DBIc_ERR(imp_sth)),
SvPV(DBIc_ERRSTR(imp_sth),lna)
);
 }
 
 i = DBIc_NUM_FIELDS(imp_sth);
--- oci8.c.orig 2012-09-05 12:16:27.0 -0400
+++ oci8.c  2012-09-05 12:17:35.0 -0400
@@ -1536,11 +1536,11 @@
fbh->ftype  = fbh->dbtype;
fbh->disize = fbh->dbsize;
p = "Field %d has an Oracle type (%d) which is not explicitly 
supported%s";
if (DBIS->debug >= 1)
PerlIO_printf(DBILOGFP, p, i, fbh->dbtype, "\n");
-   if (dowarn)
+   if (PL_dowarn)
warn(p, i, fbh->dbtype, "");
break;
}
if (DBIS->debug >= 3)
PerlIO_printf(DBILOGFP,
@@ -2056,11 +2056,11 @@
 
 hv_iterinit(imp_sth->all_params_hv);
 while( (sv = hv_iternextsv(imp_sth->all_params_hv, &p, &i)) != NULL ) {
int matched = 0;
phs_t *phs = (phs_t*)(void*)SvPVX(sv);
-   if (sv == &sv_undef || !phs)
+   if (sv == &PL_sv_undef || !phs)
croak("panic: unbound params");
if (phs->ftype != SQLT_CLOB && phs->ftype != SQLT_BLOB)
continue;
 
hv_iterinit(lob_cols_hv);

Regards,

web...

-- 
William Bulley Email: w...@umich.edu

72 characters width template ->|
--- Oracle.c.orig   2012-09-05 11:59:43.0 -0400
+++ Oracle.c2012-09-05 12:12:04.0 -0400
@@ -1493,11 +1493,11 @@
 XS_EUPXS(XS_DBD__Oracle__st_ora_execute_array); /* prototype to pass 
-Wmissing-prototypes */
 XS_EUPXS(XS_DBD__Oracle__st_ora_execute_array)
 {
 dVAR; dXSARGS;
 if (items < 4 || items > 5)
-   croak_xs_usage(cv,  "sth, tuples, exe_count, tuples_status, 
cols=&sv_undef");
+   croak_xs_usage(cv,  "sth, tuples, exe_count, tuples_status, 
cols=&PL_sv_undef");
 {
SV *sth = ST(0)
 ;
SV *tuples = ST(1)
 ;
@@ -1510,11 +1510,11 @@
 D_imp_sth(sth);
 int retval;
 #line 1513 "Oracle.c"
 
if (items < 5)
-   cols = &sv_undef;
+   cols = &PL_sv_undef;
else {
cols = ST(4)
 ;
}
 #line 127 "Oracle.xs"
@@ -1547,11 +1547,11 @@
 {
SV *sth = ST(0)
 ;
 #line 147 "Oracle.xs"
 D_imp_sth(sth);
-ST(0) = dbd_st_cancel(sth, imp_sth) ? &sv_yes : &sv_no;
+ST(0) = dbd_st_cancel(sth, imp_sth) ? &PL_sv_yes : &PL_sv_no;
 #line 1554 "Oracle.c"
 }
 XSRETURN(1);
 }
 
@@ -1569,11 +1569,11 @@
 ;
char *  pwd = (char *)SvPV_nolen(ST(2))
 ;
 #line 159 "Oracle.xs"
 D_imp_dbh(dbh);
-ST(0) = ora_db_reauthenticate(dbh, imp_dbh, uid, pwd) ? &sv_yes : &sv_no;
+ST(0) = ora_db_reauthenticate(dbh, imp_dbh, uid, pwd) ? &PL_sv_yes : 
&PL_sv_no;
 #line 1576 "Oracle.c"
 }
 XSRETURN(1);
 }
 
@@ -1621,19 +1621,19 @@
 /* added by lab: */
 /* LAB do something about length here? see above comment */
 OCILobCharSetForm_log_stat( imp_dbh->envhp, imp_dbh->errhp, locator, 
&csform, status );
 if (status != OCI_SUCCESS) {
 oci_error(dbh, imp_dbh->errhp, status, "OCILobCharSetForm");
-   ST(0) = &sv_undef;
+ 

FreeBSD Port: pcb-20081128_1

2009-09-29 Thread William Bulley
I am building cad/pcb on 7.2-STABLE and I get this:

cc -std=gnu99 -DNDEBUG -O2 -fno-strict-aliasing -pipe
-I/usr/local/include -I/usr/local/include  -I/usr/local/include
-Wall -Wdeclaration-after-statement  -pthread -L/usr/local/lib
-rdynamic -o pcb action.o autoplace.o autoroute.o buffer.o
change.o clip.o command.o compat.o copy.o create.o crosshair.o
data.o djopt.o draw.o drill.o edif.o error.o file.o find.o flags.o
fontmode.o heap.o insert.o intersect.o line.o lrealpath.o main.o
mirror.o misc.o move.o mtspace.o mymem.o netlist.o parse_l.o parse_y.o
polygon.o polygon1.o puller.o print.o rats.o remove.o report.o res_parse.o
res_lex.o rotate.o rtree.o rubberband.o search.o select.o set.o strflags.o
thermal.o undo.o vector.o vendor.o hid/common/actions.o hid/common/flags.o
hid/common/hidinit.o hid/common/hidnogui.o hid/common/extents.o
liblesstif.a liblpr.a libbom.a libgerber.a libnelma.a libpng.a libps.a
-lXm -lXpm -lXmu -lXt -lXext -lSM -lICE -lX11 -lfl -lm-lXrender
-L/usr/local/lib -R/usr/local/lib   -L/usr/local/lib -L/usr/local/lib -lgd -lgd
main.o(.text+0xc8e): In function `main':
: undefined reference to `bindtextdomain'
main.o(.text+0xca2): In function `main':
: undefined reference to `bind_textdomain_codeset'
gmake[4]: *** [pcb] Error 1
gmake[4]: Leaving directory `/usr/ports/cad/pcb/work/pcb-20081128/src'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/ports/cad/pcb/work/pcb-20081128/src'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/ports/cad/pcb/work/pcb-20081128/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/cad/pcb/work/pcb-20081128'
gmake: *** [all] Error 2
*** Error code 1

My build line in /usr/ports/cad/pcb was:

  # make WITH_MOTIF_GUI=yes install

It builds fine if I use:

  # make install

Regards,

web...

--
William Bulley Email: w...@umich.edu

72 characters width template ->|
___
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"


can't build graphics/xfig-3.2.5b on 8.2-STABLE

2011-06-22 Thread William Bulley
No matter what the setting for I18N is (WITH or WITHOUT) there is this:

cc -c -O2 -fno-strict-aliasing -pipe   -I/usr/local/include 
-I/usr/local/include/libpng -I/usr/local/include/X11 -I. -I/usr/local/include   
 -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO 
 -DUSE_INLINE -DUSE_XPM -DXAW3D -DXAW3D1_5E 
-DUSE_JPEG -DI18N  -DNEWARROWTYPESe_edit.c
e_edit.c: In function 'generic_window':
e_edit.c:3214: warning: cast from pointer to integer of different size
e_edit.c: In function 'str_panel':
e_edit.c:4252: error: 'XtNinternational' undeclared (first use in this function)
e_edit.c:4252: error: (Each undeclared identifier is reported only once
e_edit.c:4252: error: for each function it appears in.)
*** Error code 1

Stop in /usr/ports/graphics/xfig/work/xfig.3.2.5b.
*** Error code 1

Stop in /usr/ports/graphics/xfig.
*** Error code 1


Regards,

web...

--
William Bulley Email: w...@umich.edu

72 characters width template ->|
___
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 graphics/xfig-3.2.5b on 8.2-STABLE

2011-06-23 Thread William Bulley
According to Anton Shterenlikht  on Thu, 06/23/11 at 06:53:
> 
> Perhaps x11-toolkits/Xaw3d and x11-toolkits/libXaw need updating.
> 
> I got xfig-3.2.5b working fine on -current.
> 
> Have you followed /usr/ports/UPDATING entry 20110605 (gnutls update) ?

The entire system was upgraded June 21.  The buildworld/installworld
of FreeBSD 8.2-STABLE, every single port was rebuild from source.

When I got to xfig (which normally builds just fine) it caused the
error.  I have these ports:

   Xaw3d-1.5E_4A 3-D Athena Widget set that looks like Motif
   libXaw-1.0.8,1  X Athena Widgets library

How do I know if these are in need of updating or not?  I did the
normal csup -L2 ports-supfile as part of the above rebuild, so I
expect these two ports are as up-to-date as could be as of 6/21.

Regards,

web...

--
William Bulley Email: w...@umich.edu

72 characters width template ->|
___
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"


can't build graphics/xfig-3.2.5b on 8.2-STABLE nor databases/p5-DBD-Oracle with lang/perl5.14

2011-06-23 Thread William Bulley
First there is the xfig issue:

No matter what the setting is for I18N (WITH or WITHOUT) there is this:

cc -c -O2 -fno-strict-aliasing -pipe   -I/usr/local/include 
-I/usr/local/include/libpng -I/usr/local/include/X11 -I. -I/usr/local/include   
 -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO 
 -DUSE_INLINE -DUSE_XPM -DXAW3D -DXAW3D1_5E 
-DUSE_JPEG -DI18N  -DNEWARROWTYPESe_edit.c
e_edit.c: In function 'generic_window':
e_edit.c:3214: warning: cast from pointer to integer of different size
e_edit.c: In function 'str_panel':
e_edit.c:4252: error: 'XtNinternational' undeclared (first use in this function)
e_edit.c:4252: error: (Each undeclared identifier is reported only once
e_edit.c:4252: error: for each function it appears in.)
*** Error code 1

Stop in /usr/ports/graphics/xfig/work/xfig.3.2.5b.
*** Error code 1

Stop in /usr/ports/graphics/xfig.
*** Error code 1

I tracked this down to a problem in the Imakefile around line 153:

   #define I18N

This line was not commented out when building xfig using:

   # make install   (and WITHOUT_I18N=true inside /var/db/ports/xfig/options)

Looking further I found these two lines:

   -XCOMM #define I18N
   +#define I18N

inside the /usr/ports/graphics/xfig/files/patch-Imakefile patch file.  I think
this may be incorrect.  After commenting out the #define in the Imakefile, the
build of xfig was successful.

Secondly, I found that building databases/p5-DBD-Oracle when Perl 5.14 (from
lang/perl5.14) was present failed in the compilation of the Oracle.c file.
It seems that several Perl constants sv_undef, sv_yes, and sv_no (and others)
changed between Perl 5.12.3 and Perl 5.14 to PL_sv_undef, PL_yes, and PL_sv_no,
respectively.  I didn't take the time to debug this further since I had other
Perl 5.14 issues that forced me to completely rebuild my system from scratch
starting with Perl 5.12.3 (lang/perl5.12) this time.  Once I had Perl 5.12.3
built, databases/p5-DBD-Oracle built just fine.

My other problems with Perl 5.14 were observed trying to launch apache2 (2.2.19)
with mod_perl2 (2.0.5).  Those problems also went away once I rebuilt my ports
starting with Perl 5.12.3 version.  This makes me suspect Perl 5.14 changes or
the effect those changes have had on other ports in the ports tree.

Regards,

web...

--
William Bulley Email: w...@umich.edu

72 characters width template ->|


___
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"


compile time error in audio/xmixer 8.2-STABLE

2011-11-25 Thread William Bulley
I just updated my ports tree (csup -L2 ports-supfile) and while I was
building audio/xmixer I got the following unexpected error:

===>  Building for xmixer-gtk-0.9.4_6
[snip]
cc -O2 -fno-strict-aliasing -pipe -std=gnu89 -I/usr/local/include/  
-I/usr/local/include -DDEFAULT_MIXER=\"/dev/mixer\"  -DOSS -I. -I./icons  
-DVERSION=\"0.9.4\"  `pkg-config gtk+ --cflags` -c gui_gtk.c
gui_gtk.c:480: warning: cast from pointer to integer of different size
gui_gtk.c:480: error: initializer element is not constant
gui_gtk.c:480: error: (near initialization for 'menu_items[1].callback_action')
gui_gtk.c:481: warning: cast from pointer to integer of different size
gui_gtk.c:481: error: initializer element is not constant
gui_gtk.c:481: error: (near initialization for 'menu_items[2].callback_action')
gui_gtk.c:485: warning: cast from pointer to integer of different size
gui_gtk.c:485: error: initializer element is not constant
gui_gtk.c:485: error: (near initialization for 'menu_items[6].callback_action')
gui_gtk.c: In function 'gui_main':
gui_gtk.c:655: warning: cast from pointer to integer of different size
*** Error code 1

Stop in /usr/ports/audio/xmixer/work/xmixer.
*** Error code 1

Stop in /usr/ports/audio/xmixer.

What is this compile error caused by and how do I workaround it?  Thanks.

Regards,

web...

-- 
William Bulley Email: w...@umich.edu

72 characters width template ->|
___
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"


Linphone port for FreeBSD...

2006-08-31 Thread William Bulley
I don't know who is the correct person, or even if there
is a ports maintainer for the linphone port.  A friend of
mine told me he is unable to build the port in 6.1-STABLE
since so many other dependencies have changed, or need to
change.  Is there any feedback on this situation?  I had
no problem building linphone 1.3.5 just after 6.1-REL was
announced.  The linphone author recently announced the
availability of linphone 1.3.99.8 - thanks for your help.

Regards,

web...

--
William Bulley Email: [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: Linphone port for FreeBSD...

2006-09-05 Thread William Bulley
According to Soeren Straarup <[EMAIL PROTECTED]>:
> 
> Where is it available at?

He is moving to 1.4 version from what I understand.

Not the most confidence inspiring URL, but here is what the author has:

   http://download.savannah.nongnu.org/releases/linphone/unstable/source/

> linphone-1.3.99.8.tar.gz  25-Jul-2006 09:37  7.4M
> linphone-1.3.99.8.tar.gz.sig  25-Jul-2006 09:37   65
> linphone-1.3.99.9.tar.gz  27-Jul-2006 20:15  7.4M
> linphone-1.3.99.9.tar.gz.sig  27-Jul-2006 20:15   65
> linphone-1.3.99.10.tar.gz 25-Aug-2006 15:37  7.4M
> linphone-1.3.99.10.tar.gz.sig 25-Aug-2006 15:37   65
> linphone-1.3.99.11.tar.gz 31-Aug-2006 19:59  7.4M
> linphone-1.3.99.11.tar.gz.sig 31-Aug-2006 19:59   65   

Regards,

web...

--
William Bulley Email: [EMAIL PROTECTED]

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