! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Several source files missing from xfce4-notifyd git repository
Status:
RESOLVED: INVALID
Product:
Xfce4-notifyd
Component:
general

Comments

Description Panu Matilainen 2011-03-19 13:26:28 CET
Several source files which are present in xfce4-notifyd-0.2.1.tar.bz2 release tarball are missing from the git repository, making a fresh clone of the xfce4-notifyd unbuildable.

This from "git clone git://git.xfce.org/apps/xfce4-notifyd":
[pmatilai@turre missing]$ find xfce4-notifyd/ -name "*.[ch]"
xfce4-notifyd/xfce4-notifyd/xfce-notify-window.h
xfce4-notifyd/xfce4-notifyd/xfce-notify-daemon.c
xfce4-notifyd/xfce4-notifyd/xfce-notify-window.c
xfce4-notifyd/xfce4-notifyd/main.c
xfce4-notifyd/xfce4-notifyd/xfce-notify-daemon.h
xfce4-notifyd/xfce4-notifyd-config/main.c
[pmatilai@turre missing]$

And this is from xfce4-notifyd-0.2.1.tar.bz2 tarball:
[pmatilai@turre missing]$ find xfce4-notifyd-0.2.1/ -name "*.[ch]"
xfce4-notifyd-0.2.1/xfce4-notifyd/xfce-notify-marshal.h
xfce4-notifyd-0.2.1/xfce4-notifyd/xfce-notify-window.h
xfce4-notifyd-0.2.1/xfce4-notifyd/notify-dbus.h
xfce4-notifyd-0.2.1/xfce4-notifyd/xfce-notify-daemon.c
xfce4-notifyd-0.2.1/xfce4-notifyd/xfce-notify-window.c
xfce4-notifyd-0.2.1/xfce4-notifyd/main.c
xfce4-notifyd-0.2.1/xfce4-notifyd/xfce-notify-marshal.c
xfce4-notifyd-0.2.1/xfce4-notifyd/xfce-notify-daemon.h
xfce4-notifyd-0.2.1/xfce4-notifyd/xfce-notify-enum-types.h
xfce4-notifyd-0.2.1/xfce4-notifyd/xfce-notify-enum-types.c
xfce4-notifyd-0.2.1/xfce4-notifyd-config/main.c
xfce4-notifyd-0.2.1/xfce4-notifyd-config/xfce4-notifyd-config.ui.h
[pmatilai@turre missing]$

Looks like a bunch of forgotten git-add's and then release tarball created from the working copy on developer system.
Comment 1 Jérôme Guelfucci editbugs 2011-03-19 13:41:09 CET
Thank you for your bug report. Those files should be autogenerated, try to pass the '--enable-maintainer-mode' option to ./autogen.sh if it fails and tell me if that solves the issue.

Cheers,

Jérôme
Comment 2 Panu Matilainen 2011-03-19 13:55:16 CET
Argh. Yes they get autogenerated in maintainer mode, apologies for the noise.
Comment 3 Jérôme Guelfucci editbugs 2011-03-19 14:06:18 CET
You are welcome! I'm glad to see people testing!

Bug #7422

Reported by:
Panu Matilainen
Reported on: 2011-03-19
Last modified on: 2011-03-19

People

Assignee:
Jérôme Guelfucci
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information