Bug#359843: kluppe: FTBFS: No package 'gthread' found

2006-04-07 Thread Paul Brossier
Thanks to both of you for addressing this. Uploading a fixed version now.

Tch??, piem

On Thu, Mar 30, 2006 at 10:55:42AM +0200, Daniel Schepler wrote:
> Le Mercredi 29 Mars 2006 16:14, kluppe a ??crit??:
> > you are right about the glib1.2/2.0 thing.
> > can you please try to replace the Makefile in src/frontend/kluppe with
> > the attached one. this one explicitly uses gthread-2.0 and works for me
> > on "unstable".
> 
> Yes, that worked for me.
> -- 
> Daniel Schepler
> 
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#359843: kluppe: FTBFS: No package 'gthread' found

2006-03-30 Thread Daniel Schepler
Le Mercredi 29 Mars 2006 16:14, kluppe a écrit :
> you are right about the glib1.2/2.0 thing.
> can you please try to replace the Makefile in src/frontend/kluppe with
> the attached one. this one explicitly uses gthread-2.0 and works for me
> on "unstable".

Yes, that worked for me.
-- 
Daniel Schepler



Bug#359843: kluppe: FTBFS: No package 'gthread' found

2006-03-29 Thread kluppe

you are right about the glib1.2/2.0 thing.
can you please try to replace the Makefile in src/frontend/kluppe with 
the attached one. this one explicitly uses gthread-2.0 and works for me 
on "unstable".


thanks
all the best
d



Le Mercredi 29 Mars 2006 12:42, kluppe a écrit :

hello!
i have no experience with pbuilder, but you will need libglib1.2-dev to
compile kluppe
best
d


The Build-Depends specify libgtk+2.0-dev, so it would be a bad thing to link 
against both glib2.0 and glib1.2.  If you actually meant libglib2.0-dev, that 
was indeed installed since it's a dependency of libgtk+2.0-dev.


The package built successfully as recently as 25 Feb under pbuilder; my only 
guess is that changes in a recent version of libglib2.0-dev or something else 
are causing this.


BIN_DIR = $(INSTALL_PREFIX)/bin
PIXMAPS_DIR = $(INSTALL_PREFIX)/share/pixmaps
SOURCES = sfpreview.c configfile.c griddialog.c graindialog.c customcurve.c 
looper.c gtkmeter.c gtkloopview.c kluppe.c 
TARGETS = $(SOURCES:.c=.o)

kluppe: $(TARGETS) 
$(CC) $(CFLAGS) -DPIXMAPS_DIR=\"$(PIXMAPS_DIR)\" *.o ../../common/*.o 
-o kluppe `pkg-config gtk+-2.0 gthread-2.0 alsa jack sndfile libxml-2.0 --libs 
gthread-2.0`

.c.o: 
$(CC) $(CFLAGS) -DPIXMAPS_DIR=\"$(PIXMAPS_DIR)\" -c -o $@ $*.c 
`pkg-config gtk+-2.0 --cflags` `xml2-config --cflags`



install: kluppe
install -d $(DESTDIR)$(BIN_DIR)
install -m 755 kluppe $(DESTDIR)$(BIN_DIR)
install -d $(DESTDIR)$(PIXMAPS_DIR)
install -m 644 kluppe.png  $(DESTDIR)$(PIXMAPS_DIR)

clean:
rm -f *.o kluppe


Bug#359843: kluppe: FTBFS: No package 'gthread' found

2006-03-29 Thread Daniel Schepler
Le Mercredi 29 Mars 2006 12:42, kluppe a écrit :
> hello!
> i have no experience with pbuilder, but you will need libglib1.2-dev to
> compile kluppe
> best
> d

The Build-Depends specify libgtk+2.0-dev, so it would be a bad thing to link 
against both glib2.0 and glib1.2.  If you actually meant libglib2.0-dev, that 
was indeed installed since it's a dependency of libgtk+2.0-dev.

The package built successfully as recently as 25 Feb under pbuilder; my only 
guess is that changes in a recent version of libglib2.0-dev or something else 
are causing this.
-- 
Daniel Schepler



Bug#359843: kluppe: FTBFS: No package 'gthread' found

2006-03-29 Thread kluppe

hello!
i have no experience with pbuilder, but you will need libglib1.2-dev to 
compile kluppe

best
d


Package: kluppe
Version: 0.5.1-1
Severity: serious

>From my pbuilder build log:

...
gcc -pthread -O2 -Wall -g -DHAVE_ALSA -DPIXMAPS_DIR=\"/usr/share/pixmaps\" *.o 
../../common/*.o -o kluppe `pkg-config gtk+-2.0 gthread-2.0 alsa jack sndfile libxml-2.0 
--libs gthread`
Package gthread was not found in the pkg-config search path.
Perhaps you should add the directory containing `gthread.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gthread' found
configfile.o: In function 
`save_config':/tmp/buildd/kluppe-0.5.1/src/frontend/kluppe/configfile.c:28: 
undefined reference to `xmlNewDoc'
:/tmp/buildd/kluppe-0.5.1/src/frontend/kluppe/configfile.c:29: undefined 
reference to `xmlNewDocNode'
... [lots more undefined references]
collect2: ld returned 1 exit status
make[2]: *** [kluppe] Error 1
make[2]: Leaving directory `/tmp/buildd/kluppe-0.5.1/src/frontend/kluppe'
make[1]: *** [kluppe] Error 2
make[1]: Leaving directory `/tmp/buildd/kluppe-0.5.1'
make: *** [build-stamp] Error 2
  




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#359843: kluppe: FTBFS: No package 'gthread' found

2006-03-29 Thread Daniel Schepler
Package: kluppe
Version: 0.5.1-1
Severity: serious

From my pbuilder build log:

...
gcc -pthread -O2 -Wall -g -DHAVE_ALSA -DPIXMAPS_DIR=\"/usr/share/pixmaps\" *.o 
../../common/*.o -o kluppe `pkg-config gtk+-2.0 gthread-2.0 alsa jack sndfile 
libxml-2.0 --libs gthread`
Package gthread was not found in the pkg-config search path.
Perhaps you should add the directory containing `gthread.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gthread' found
configfile.o: In function 
`save_config':/tmp/buildd/kluppe-0.5.1/src/frontend/kluppe/configfile.c:28: 
undefined reference to `xmlNewDoc'
:/tmp/buildd/kluppe-0.5.1/src/frontend/kluppe/configfile.c:29: undefined 
reference to `xmlNewDocNode'
... [lots more undefined references]
collect2: ld returned 1 exit status
make[2]: *** [kluppe] Error 1
make[2]: Leaving directory `/tmp/buildd/kluppe-0.5.1/src/frontend/kluppe'
make[1]: *** [kluppe] Error 2
make[1]: Leaving directory `/tmp/buildd/kluppe-0.5.1'
make: *** [build-stamp] Error 2
-- 
Daniel Schepler