Bug 9038 - "uuid.h" is absent. Included from "client.h"
Summary: "uuid.h" is absent. Included from "client.h"
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: obexftp-devel (show other bugs)
Version: unstable
Hardware: all Linux
: P2 critical
Assignee: Grigory Milev
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-08 14:38 MSK by Vadym Kononenko
Modified: 2007-01-06 03:33 MSK (History)
1 user (show)

See Also:


Attachments
Add "uuid.h" file to destination "/usr/include" directory (401 bytes, patch)
2006-02-08 14:41 MSK, Vadym Kononenko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vadym Kononenko 2006-02-08 14:38:39 MSK
"uuid.h" is absent in resulting RPM. Included from "client.h" 
Steps to Reproduce:
$ rpm -qp --filesbypkg obexftp-devel-0.10.7-alt2.i586.rpm 
obexftp-devel             /usr/include/bfb 
obexftp-devel             /usr/include/bfb/bfb.h 
obexftp-devel             /usr/include/bfb/bfb_io.h 
obexftp-devel             /usr/include/cobexbfb 
obexftp-devel             /usr/include/cobexbfb/cobex_bfb.h 
obexftp-devel             /usr/include/obexftp 
obexftp-devel             /usr/include/obexftp/client.h 
obexftp-devel             /usr/include/obexftp/obexftp.h 
obexftp-devel             /usr/include/obexftp/object.h 
obexftp-devel             /usr/lib/libbfb.so 
obexftp-devel             /usr/lib/libcobexbfb.so 
obexftp-devel             /usr/lib/libobexftp.so 
 
$ fgrep -F "uuid.h" /usr/include/obexftp/client.h 
#include "uuid.h" 
 
$ find ./obexftp-0.10.7 -type f -name "*.h" | grep "uuid.h" 
./obexftp/uuid.h 


Expected Results:  
diff -ruaN obexftp-0.10.7.orig/obexftp/Makefile.am 
obexftp-0.10.7/obexftp/Makefile.am 
--- obexftp-0.10.7.orig/obexftp/Makefile.am     2006-02-08 13:14:46 +0200 
+++ obexftp-0.10.7/obexftp/Makefile.am  2006-02-08 13:15:05 +0200 
@@ -16,7 +16,8 @@ 
 
 obexftpinclude_HEADERS =       obexftp.h \ 
                                client.h \ 
-                               object.h 
+                               object.h \ 
+                               uuid.h 
 
 libobexftp_la_LDFLAGS =                -version-info $(OBEXFTP_VERSION)
Comment 1 Vadym Kononenko 2006-02-08 14:41:56 MSK
Created attachment 1378 [details]
Add "uuid.h" file to destination "/usr/include" directory
Comment 2 Konstantin Pavlov 2007-01-06 03:33:12 MSK
Fixed in не знаю когда, но уже давно точно. В 0.20-alt2 все ОК.