First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 157916
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo X packagers <x11@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Roy Marples (RETIRED) <uberlord@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
sessreg-fbsd.patch Include types.h patch Roy Marples (RETIRED) 2006-12-12 06:46 0000 282 bytes Details | Diff
sessreg-fbsd.patch Include sys/types.h if we have it patch Roy Marples (RETIRED) 2007-02-06 12:36 0000 229 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 157916 depends on: Show dependency tree
Show dependency graph
Bug 157916 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-12-12 06:45 0000
/usr/include/utmp.h:63: error: expected specifier-qualifier-list before
&#8216;int32_t&#8217;
sessreg.c: In function &#8216;set_utmp&#8217;:
sessreg.c:421: error: &#8216;struct utmp&#8217; has no member named
&#8216;ut_time&#8217;
gmake[1]: *** [sessreg-sessreg.o] Error 1
gmake[1]: Leaving directory
`/var/tmp/portage/x11-apps/sessreg-1.0.2/work/sessreg-1.0.2'
gmake: *** [all] Error 2

Patch to follow

------- Comment #1 From Roy Marples (RETIRED) 2006-12-12 06:46:01 0000 -------
Created an attachment (id=103862) [edit]
Include types.h

------- Comment #2 From Donnie Berkholz 2006-12-12 08:45:20 0000 -------
Is this required for a vanilla fbsd system as well?

------- Comment #3 From Roy Marples (RETIRED) 2006-12-12 10:29:02 0000 -------
No idea as I don't have one.

drizzt does, so CC'ing him

------- Comment #4 From Timothy Redaelli 2006-12-12 12:52:51 0000 -------
vanilla fbsd does not use (yet) modular xorg, but theorically it needs it.
btw I suggest the following implementation:
+#ifdef HAVE_SYS_TYPES_H
+# include <sys/types.h>
+#endif

------- Comment #5 From Roy Marples (RETIRED) 2007-02-06 12:36:14 0000 -------
Created an attachment (id=109323) [edit]
Include sys/types.h if we have it

------- Comment #6 From Christoph Mende 2007-04-06 19:45:02 0000 -------
*** Bug 173590 has been marked as a duplicate of this bug. ***

------- Comment #7 From Donnie Berkholz 2007-05-02 07:40:28 0000 -------
Please reopen when this is committed upstream.

------- Comment #8 From Joe Peterson 2007-06-12 23:02:33 0000 -------
I just rant into this one too - should we not unkeyword this in 1.0.2 until
fixed?

------- Comment #9 From Joshua Baergen (RETIRED) 2007-06-18 00:37:51 0000 -------
This has supposedly been fixed upstream.

------- Comment #10 From Joshua Baergen (RETIRED) 2007-06-18 00:38:25 0000 -------
*** Bug 182264 has been marked as a duplicate of this bug. ***

------- Comment #11 From Joshua Baergen (RETIRED) 2007-06-18 01:07:14 0000 -------
Upstream's patch has been applied to sessreg-1.0.2.  They don't have the
conditional, and they explain why in the upstream bug.  If this is a problem,
let me know.

First Last Prev Next    No search results available      Search page      Enter new bug