Title: Pybliographer 1.0.11 (LONG)
Here is the full transcript of my attempt to build pybliographer.  Sorry for the length, just not sure what parts are super important (told you I was a newbie).  After this transcript I have included my .info files and .patch files.  Anyone see anything obvious?

I just copied the recode-3.6 info file so things like the –Dgetopt=rc_getopt are probably unnecessary.

Doug Rowland
[EMAIL PROTECTED]

localhost{root} 176:fink install pybliographer-1.0.11
Reading package info...
Information about 720 packages read in 46 seconds.
rm -rf pybliographer-1.0.11-1
mkdir -p /sw/src/pybliographer-1.0.11-1
tar -xzf /sw/src/pybliographer-1.0.11.tar.gz
cp -f /sw/lib/fink/update/config.guess .
cp -f /sw/lib/fink/update/config.sub .
cp -f /sw/lib/fink/update/ltconfig .
cp -f /sw/lib/fink/update/ltmain.sh .
patch -p1 </sw/fink/dists/unstable/main/finkinfo/text/pybliographer-1.0.11-1.patch
missing header for context diff at line 3 of patch
patching file configure
./configure --prefix=/sw --mandir=/sw/share/man --infodir=/sw/share/info --with-included-gettext --with-gnu-ld
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... found
checking for working automake... missing
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc

...<<DELETED CONFIG STUFF>>...

checking whether NLS is requested... yes
checking whether included gettext is requested... yes
checking for msgfmt... /sw/bin/msgfmt
checking for gmsgfmt... /sw/bin/msgfmt
checking for xgettext... /sw/bin/xgettext
checking for catalogs to be installed...  az da de fi fr hu it ja no pt_BR ru sv tr uk
checking for GNU Recode... not tested because of i18n dependency
checking for recode.h... yes
checking for recode... /sw/bin/recode
checking for stdbool.h... yes
checking for Gnome-Python... found
checking for Gnome-Python threads... found
checking for a working GdkImlib... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating macros/Makefile
creating etc/installer
creating extras/Makefile
creating scripts/Makefile
creating tests/Makefile
creating compiled/Setup.tmp
creating bibtex/Makefile
creating Pyblio/Makefile
creating Pyblio/GnomeUI/Makefile
creating Pyblio/Format/Makefile
creating Pyblio/Output/Makefile
creating Pyblio/ConfDir/Makefile
creating Pyblio/Style/Makefile
creating intl/Makefile
creating po/Makefile.in
creating doc/Makefile
creating doc/C/Makefile
creating doc/it/Makefile
creating Styles/Makefile
creating config.h
linking ./intl/libgettext.h to intl/libintl.h

Bootstrapping Python Makefile

pybliographer is now configured. Type make to build it
make
make  all-recursive
Making all in Pyblio
Making all in GnomeUI
make[3]: Nothing to be done for `all'.
Making all in Output
make[3]: Nothing to be done for `all'.
Making all in Format
make[3]: Nothing to be done for `all'.
Making all in ConfDir
make[3]: Nothing to be done for `all'.
Making all in Style
make[3]: Nothing to be done for `all'.
/bin/sh ../etc/installer < ./version.py.in > version.py
Making all in intl

....<<DELETED MAKE STUFF>>...

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/sw/include/glib-1.2 -I/sw/lib/glib/include -no-cpp-precomp -Dgetopt=rc_getopt -Dopterr=rc_opterr -Doptind=rc_optind -Doptopt=rc_optopt -I/sw/include -g -O2 -DG_LOG_DOMAIN=\"BibTeX\" -c author.c  -fno-common -DPIC -o .libs/author.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/sw/include/glib-1.2 -I/sw/lib/glib/include -no-cpp-precomp -Dgetopt=rc_getopt -Dopterr=rc_opterr -Doptind=rc_optind -Doptopt=rc_optopt -I/sw/include -g -O2 -DG_LOG_DOMAIN=\"BibTeX\" -c author.c -o author.o >/dev/null 2>&1
mv -f .libs/author.lo author.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/sw/include/glib-1.2 -I/sw/lib/glib/include   -no-cpp-precomp -Dgetopt=rc_getopt -Dopterr=rc_opterr -Doptind=rc_optind -Doptopt=rc_optopt -I/sw/include  -g -O2 -DG_LOG_DOMAIN=\"BibTeX\" -c reverse.c
rm -f .libs/reverse.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/sw/include/glib-1.2 -I/sw/lib/glib/include -no-cpp-precomp -Dgetopt=rc_getopt -Dopterr=rc_opterr -Doptind=rc_optind -Doptopt=rc_optopt -I/sw/include -g -O2 -DG_LOG_DOMAIN=\"BibTeX\" -c reverse.c  -fno-common -DPIC -o .libs/reverse.lo
In file included from reverse.c:29:
/usr/include/regex.h:67: parse error before `regoff_t'
/usr/include/regex.h:67: warning: data definition has no type or storage class
/usr/include/regex.h:77: parse error before `regoff_t'
/usr/include/regex.h:77: warning: no semicolon at end of struct or union
/usr/include/regex.h:78: warning: data definition has no type or storage class
/usr/include/regex.h:79: warning: data definition has no type or storage class
/usr/include/regex.h:123: parse error before `regmatch_t'
make[2]: *** [reverse.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### make failed, exit code 2
Failed: compiling pybliographer-1.0.11-1 failed



-------------------------------------------------
------PYBLIOGRAPHER-1.0.11-1.info----------------------
Package: pybliographer
Version: 1.0.11
Revision: 1
Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/pyblio/pybliographer-1.0.11
.tar.gz
Depends: recode,gnome-core,gnome-python,python,glib
UpdateConfigGuess: true
UpdateLibtool: true
Patch: %f.patch
SetCPPFLAGS: -no-cpp-precomp -Dgetopt=rc_getopt -Dopterr=rc_opterr -Doptind=rc_o
ptind -Doptopt=rc_optopt
ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info --with-included-g
ettext --with-gnu-ld
InstallScript: <<
 make install DESTDIR=%d
<<
DocFiles: README COPYING COPYING-LIB AUTHORS NEWS THANKS
#
PostInstScript: <<
<<
InfoDocs: pybliographer.info
#
Description: Pybliographer is a database and GUI for manipulating BibTeX databas
es.  The author is Frederic Gobry and the website is http://pybliographer.sourceforge.net
DescPort: <<
Uses autoconf and libtool. The usual fixes.

The getopt functions are renamed via the preprocessor to avoid
dynamic linking trouble.

<<
License: GPL/LGPL
Maintainer: Doug Rowland <[EMAIL PROTECTED]>
-------------------END OF PYBLIOGRAPHER-1.0.11-1.info--------------------------

-------------------PYBLIOGRAPHER-1.0.11-1.patch--------------------------------
*** pybliographer-1.0.11/configure      Sun Jan 20 07:27:13 2002
--- configure   Fri Feb  8 13:45:22 2002
***************
*** 1159,1185 ****
  fi
  
  
! echo $ac_n "checking python devel""... $ac_c" 1>&6
! echo "configure:1164: checking python devel" >&5
  
! Py_Makefile="${Python_Prefix}/lib/python${Python_Major_Version}.${Python_Minor
_Version}/config/Makefile"
  
! if test -f ${Py_Makefile} ; then
!   echo "$ac_t""found" 1>&6
! else
!   echo "$ac_t""${Py_Makefile} missing" 1>&6
  
!   echo
!   echo "Your python installation looks incomplete."
!   echo "If it is installed as a RedHat package, please"
!   echo "install also the:"
!   echo
!   echo "              python-devel"
!   echo
!   echo "package, and try again this script"
!   echo
!   { echo "configure: error: aborting" 1>&2; exit 1; }
! fi
  
  # Check whether --with-glib-prefix or --without-glib-prefix was given.
  if test "${with_glib_prefix+set}" = set; then
--- 1159,1185 ----
  fi
  
  
! #echo $ac_n "checking python devel""... $ac_c" 1>&6
! #echo "configure:1164: checking python devel" >&5
  
! #Py_Makefile="${Python_Prefix}/lib/python${Python_Major_Version}.${Python_Mino
r_Version}/config/Makefile"
  
! #if test -f ${Py_Makefile} ; then
! #  echo "$ac_t""found" 1>&6
! #else
! #  echo "$ac_t""${Py_Makefile} missing" 1>&6
  
!  # echo
!  # echo "Your python installation looks incomplete."
!  # echo "If it is installed as a RedHat package, please"
!  # echo "install also the:"
!  # echo
!  # echo "              python-devel"
!  # echo
!  # echo "package, and try again this script"
!  # echo
!  # { echo "configure: error: aborting" 1>&2; exit 1; }
! #fi
  
  # Check whether --with-glib-prefix or --without-glib-prefix was given.
  if test "${with_glib_prefix+set}" = set; then
----------------END OF PYBLIOGRAPHER-1.0.11-1.patch------------------

Reply via email to