Vittorio Giovara | 5 Aug 13:27
Picon
Gravatar

kile package unmained

Hello!
I wanted to notify the developers that the kile package is a little old
in fact only the 1.9.3 is available and there's a problem with the updated xquartz

in fact when compiling it prints out

checking for X... configure: error: Can't find X libraries. Please check your installation and add the correct paths!
### execution of ./configure failed, exit code 1


I'm attaching an updated .info file, but i have no idea about resolving the X11 lib problems

thanks for any help
Vittorio Giovara

--------------------------------------------------------------------

Package: kile
Version: 2.0.1
Revision: 1005
Epoch: 2
Description: KDE - LaTeX frontend
License: GPL
Homepage: http://kile.sourceforge.net
Maintainer: Jack Fink <jackfink <at> users.sourceforge.net>
Depends: kdelibs3-unified (>= 3.5-1), libart2-shlibs, libidn-shlibs, qt3-shlibs (>= 3.3.6-1024), freetype219-shlibs, libpng3-shlibs, libiconv, x11, x11-shlibs, libjpeg-shlibs, pcre-shlibs, kpdf
BuildDepends: kdelibs3-unified-dev (>= 3.5-1), qt3 (>= 3.3.6-1024), x11-dev, libxml2-bin, gettext-tools, libgettext3-dev, arts-dev, libart2, libjpeg, libidn, libpng3, freetype219, libiconv-dev, pcre, graphviz, doxygen
Recommends: kdebase3-unified (>= 3.5-1)
GCC: 4.0
Source: mirror:sourceforge:%n/%n-%v.tar.bz2
Source-MD5: 0404b4be7bced7123111c49918130a1f
PatchScript: perl -pi -e "s,doc/HTML,doc/kde,;s,-g -O,-O,g;s,-O2,-Os,g;" configure
SetLDFLAGS: -L%{p}/lib/freetype219/lib -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
SetCPPFLAGS: -I%{p}/lib/freetype219/include
ConfigureParams: --mandir=%{p}/share/man --with-extra-includes=%{p}/include --with-extra-libs=%{p}/lib --disable-dependency-tracking
InstallScript: <<
    make install DESTDIR=%d
    rm -rf %i/share/apps/katepart
<<
DocFiles: AUTHORS COPYING ChangeLog INSTALL README TODO
DescDetail: <<
  Kile is a program for KDE 3 which integrates many tools needed
  to develop documents with LaTeX in just one application.
<<

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-devel mailing list
Fink-devel <at> lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Alexander Hansen | 5 Aug 14:45
Picon
Gravatar

Re: kile package unmained

Vittorio Giovara wrote:
> Hello!
> I wanted to notify the developers that the kile package is a little old
> in fact only the 1.9.3 is available and there's a problem with the 
> updated xquartz
>
> in fact when compiling it prints out
>
> checking for X... configure: error: Can't find X libraries. Please 
> check your installation and add the correct paths!
> ### execution of ./configure failed, exit code 1
>
>
> I'm attaching an updated .info file, but i have no idea about 
> resolving the X11 lib problems
>
> thanks for any help
> Vittorio Giovara
>
It's quite likely that kile may be using xmkmf to detect X11 -- and so 
the problem wasn't detected because not all 10.5 boxes lack it.

The package has a maintainer, so he would be the one to talk with about 
updating the package.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Charles Lepple | 5 Aug 14:52
Picon

Upgrading Twisted to 8.1?

Does anyone have an issue with upgrading Twisted to 8.1? Someone  
mentioned on the Buildbot list that Python 2.5 breaks some things in  
Twisted 2.1 (the current version), and nobody is listed as a  
maintainer for Twisted.

I'll take a stab at upgrading if nobody complains, but it isn't going  
to be pretty if I do it. Suggestions appreciated.

--

-- 
Charles Lepple
clepple <at> gmail

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Jack Howarth | 6 Aug 18:16
Picon
Gravatar

build gmp with -fexceptions

   The gcc developers are preparing to merge in the new graphite
branch for the gcc 4.4 release which utilizes the ppl, Parma 
Polyhedra Library, to optimize loops. The ppl 0.9 library wants
to have access to a gmp library built with the -fexceptions 
configure option. We will want to modify the fink gmp package
to do this (for folks who will want to test the gcc 4.4.0
snapshots under fink). FYI.
         Jack

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Charles Lepple | 7 Aug 03:21
Picon

Re: Upgrading Twisted to 8.1?

On Tue, Aug 5, 2008 at 8:52 AM, Charles Lepple <clepple <at> gmail.com> wrote:
> Does anyone have an issue with upgrading Twisted to 8.1? Someone mentioned
> on the Buildbot list that Python 2.5 breaks some things in Twisted 2.1 (the
> current version), and nobody is listed as a maintainer for Twisted.
>
> I'll take a stab at upgrading if nobody complains, but it isn't going to be
> pretty if I do it. Suggestions appreciated.

Along these lines, would anyone be upset if I merged all of Twisted
into a single twisted8 package?

I could go either way, really, but it seems easier to make one big
package than to update a bunch of smaller packages that all seem to
get updated at about the same time as the main tarball.

Since there aren't many Fink packages that use Twisted, I assume that
it was originally packaged for projects outside Fink. I would leave
the twisted2-* packages as-is for now, but later we could change them
to depend on twisted8.

--

-- 
- Charles Lepple

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Evan Broder | 7 Aug 03:34
Picon
Favicon

Re: Upgrading Twisted to 8.1?

I'd personally vote in favor of keeping them separated - I like being 
able to only pull in the pieces that I want.

- Evan

Charles Lepple wrote:
> On Tue, Aug 5, 2008 at 8:52 AM, Charles Lepple<clepple <at> gmail.com>  wrote:
>    
>> Does anyone have an issue with upgrading Twisted to 8.1? Someone mentioned
>> on the Buildbot list that Python 2.5 breaks some things in Twisted 2.1 (the
>> current version), and nobody is listed as a maintainer for Twisted.
>>
>> I'll take a stab at upgrading if nobody complains, but it isn't going to be
>> pretty if I do it. Suggestions appreciated.
>>      
>
> Along these lines, would anyone be upset if I merged all of Twisted
> into a single twisted8 package?
>
> I could go either way, really, but it seems easier to make one big
> package than to update a bunch of smaller packages that all seem to
> get updated at about the same time as the main tarball.
>
> Since there aren't many Fink packages that use Twisted, I assume that
> it was originally packaged for projects outside Fink. I would leave
> the twisted2-* packages as-is for now, but later we could change them
> to depend on twisted8.
>
>    

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Beat Birkhofer | 7 Aug 06:47
Picon

grace and libpng

Hi

After I built the current 10.4 unstable grace (maintained by nobody)  
the png support was missing. Configure:

checking for IJG JPEG software >= 61... yes
checking for libpng >= 0.9.6... no
--> PNG backend is disabled

It seems that it doesn't like the X11 libpng too much, although this  
is 1.2.x, too. Because after I appended a ':/sw/include' to the  
setCPPFLAGS (originally just 'SetCPPFLAGS: -I/usr/X11R6/include') in  
line 31 of the grace.info configure recognized the png lib. I'm using  
X11 2.2.3, according the change log there weren't changes in libpng to  
the current 2.3.0.

bhb

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Daniel Macks | 7 Aug 07:32

Re: grace and libpng

On Thu, Aug 07, 2008 at 06:47:22AM +0200, Beat Birkhofer wrote:
> Hi
> 
> After I built the current 10.4 unstable grace (maintained by nobody)  
> the png support was missing. Configure:
> 
> checking for IJG JPEG software >= 61... yes
> checking for libpng >= 0.9.6... no
> --> PNG backend is disabled
> 
> It seems that it doesn't like the X11 libpng too much, although this  
> is 1.2.x, too. Because after I appended a ':/sw/include' to the  
> setCPPFLAGS (originally just 'SetCPPFLAGS: -I/usr/X11R6/include') in  
> line 31 of the grace.info configure recognized the png lib. I'm using  
> X11 2.2.3, according the change log there weren't changes in libpng to  
> the current 2.3.0.

When libpng detection fails, could you check the config.log file to
see if there are any more details about why/how it's failing? Probably
begins with a line like:

  configure:16037:checking for libpng >= 0.9.6

and then some compiler calls and (hopefully!) error messages.

dan

--

-- 
Daniel Macks
dmacks <at> netspace.org
http://www.netspace.org/~dmacks

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Alexander Hansen | 7 Aug 15:36
Picon
Gravatar

Re: grace and libpng


On Aug 7, 2008, at 1:32 AM, Daniel Macks wrote:

> On Thu, Aug 07, 2008 at 06:47:22AM +0200, Beat Birkhofer wrote:
>> Hi
>>
>> After I built the current 10.4 unstable grace (maintained by nobody)
>> the png support was missing. Configure:
>>
>> checking for IJG JPEG software >= 61... yes
>> checking for libpng >= 0.9.6... no
>> --> PNG backend is disabled
>>
>> It seems that it doesn't like the X11 libpng too much, although this
>> is 1.2.x, too. Because after I appended a ':/sw/include' to the
>> setCPPFLAGS (originally just 'SetCPPFLAGS: -I/usr/X11R6/include') in
>> line 31 of the grace.info configure recognized the png lib. I'm using
>> X11 2.2.3, according the change log there weren't changes in libpng  
>> to
>> the current 2.3.0.
>
> When libpng detection fails, could you check the config.log file to
> see if there are any more details about why/how it's failing? Probably
> begins with a line like:
>
>  configure:16037:checking for libpng >= 0.9.6
>
> and then some compiler calls and (hopefully!) error messages.
>
> dan
>
> -- 
> Daniel Macks
> dmacks <at> netspace.org
> http://www.netspace.org/~dmacks
>
>

Since I use grace on occasion, I'll jump in here:

...
configure:16037: checking for libpng >= 0.9.6
configure:16088: gcc -o conftest -O2  -fno-common -Wall -Wpointer- 
arith -Wnested-externs -I/usr/X11R6/include -I/sw/include -framework  
Carbon -L/sw/lib conftest.c -lpng -lz -lm  >&5
conftest.c: In function 'main':
conftest.c:105: warning: assignment discards qualifiers from pointer  
target type
conftest.c:108: warning: implicit declaration of function 'exit'
conftest.c:108: warning: incompatible implicit declaration of built-in  
function 'exit'
conftest.c:111: warning: incompatible implicit declaration of built-in  
function 'exit'
conftest.c:113: warning: incompatible implicit declaration of built-in  
function 'exit'
configure:16091: $? = 0
configure:16097: ./conftest
configure:16100: $? = 2
configure: program exited with status 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define WITH_F77_WRAPPER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF_VOID_P 4
| #define HAVE_LIEEE_FPU 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_MATH_H 1
| #define HAVE_FLOAT_H 1
| #define RETSIGTYPE void
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_STRSTR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_UNLINK 1
| #define HAVE_FCNTL 1
| #define HAVE_POPEN 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_FNMATCH 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRERROR 1
| #define HAVE_DRAND48 1
| #define HAVE_DRAND48_DECL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LIBM 1
| #define HAVE_HYPOT 1
| #define HAVE_HYPOT_DECL 1
| #define HAVE_RINT 1
| #define HAVE_RINT_DECL 1
| #define HAVE_CBRT 1
| #define HAVE_CBRT_DECL 1
| #define HAVE_LOG2 1
| #define HAVE_LOG2_DECL 1
| #define HAVE_ASINH 1
| #define HAVE_ASINH_DECL 1
| #define HAVE_ACOSH 1
| #define HAVE_ACOSH_DECL 1
| #define HAVE_ATANH 1
| #define HAVE_ATANH_DECL 1
| #define HAVE_LGAMMA 1
| #define HAVE_LGAMMA_DECL 1
| #define HAVE_SIGNGAM_DECL 1
| #define HAVE_ERF 1
| #define HAVE_ERF_DECL 1
| #define HAVE_ERFC 1
| #define HAVE_ERFC_DECL 1
| #define HAVE_J0 1
| #define HAVE_J0_DECL 1
| #define HAVE_J1 1
| #define HAVE_J1_DECL 1
| #define HAVE_JN 1
| #define HAVE_JN_DECL 1
| #define HAVE_Y0 1
| #define HAVE_Y0_DECL 1
| #define HAVE_Y1 1
| #define HAVE_Y1_DECL 1
| #define HAVE_YN 1
| #define HAVE_YN_DECL 1
| #define HAVE_FINITE 1
| #define HAVE_FINITE_DECL 1
| #define HAVE_ISNAN 1
| #define HAVE_LIBT1 1
| #define HAVE_DLOPEN 1
| #define HAVE_RTLD_NOW 1
| #define HAVE_NETCDF 1
| #define HAVE_FFTW 1
| #define HAVE_LIBJPEG 1
| /* end confdefs.h.  */
|
| #include <string.h>
| #include <png.h>
|       int main(void) {
|         char *vlib, *vinc;
|         vlib = png_libpng_ver;
|         vinc = PNG_LIBPNG_VER_STRING;
|         if (strcmp(vinc, "0.9.6") < 0) {
|           exit(1);
|         }
|         if (strcmp(vinc, vlib) != 0) {
|           exit(2);
|         }
|         exit(0);
|       }
|
configure:16123: result: no
configure:16134: result: --> PNG backend is disabled

Checking /usr/x11/include/png.h, I found:

#ifdef PNG_USE_GLOBAL_ARRAYS
PNG_EXPORT_VAR (PNG_CONST char) png_libpng_ver[18];
   /* need room for 99.99.99beta99z */
#else
#define png_libpng_ver png_get_header_ver(NULL)
#endif

-and-

#define PNG_LIBPNG_VER_STRING "1.2.26"

And in Fink's version:

#ifdef PNG_USE_GLOBAL_ARRAYS
PNG_EXPORT_VAR (PNG_CONST char) png_libpng_ver[18];
   /* need room for 99.99.99beta99z */
#else
#define png_libpng_ver png_get_header_ver(NULL)
#endif

-and-

#define PNG_LIBPNG_VER_STRING "1.2.29"

I made my own copy of the conftest program and modified it to give  
output, with the following result:

vlib= 1.2.29, vinc= 1.2.26

So it appears to be mixing the header from X11 with the library from  
Fink.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Greg Darke | 7 Aug 15:18
Picon

Re: Upgrading Twisted to 8.1?

On Wed, Aug 06, 2008 at 09:21:16PM -0400, Charles Lepple wrote:
> On Tue, Aug 5, 2008 at 8:52 AM, Charles Lepple <clepple <at> gmail.com> wrote:
> > Does anyone have an issue with upgrading Twisted to 8.1? Someone mentioned
> > on the Buildbot list that Python 2.5 breaks some things in Twisted 2.1 (the
> > current version), and nobody is listed as a maintainer for Twisted.
> >
> > I'll take a stab at upgrading if nobody complains, but it isn't going to be
> > pretty if I do it. Suggestions appreciated.
> 
> Along these lines, would anyone be upset if I merged all of Twisted
> into a single twisted8 package?
> 
> I could go either way, really, but it seems easier to make one big
> package than to update a bunch of smaller packages that all seem to
> get updated at about the same time as the main tarball.
> 
> Since there aren't many Fink packages that use Twisted, I assume that
> it was originally packaged for projects outside Fink. I would leave
> the twisted2-* packages as-is for now, but later we could change them
> to depend on twisted8.
> 

I personally would prefer that they stay separate as this is more
consistent with both upstream, and other systems (such as debian). It
also means less has to be rebuilt/installed when updates are posted.

On an slightly related note, I have some .info files for twisted2.5 if
anybody is interested.

--

-- 
Greg Darke
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-devel mailing list
Fink-devel <at> lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Gmane