-
The file "copyright_license" is referenced in setup.py in 1.0.3, but is not found in the pyke-1.0.3 source tarball.
2009-10-19 20:53:21 UTC in Python Knowledge Engine (PyKE)
-
This is _STILL_ needed. Please apply!
2009-07-10 20:36:47 UTC in SRecord
-
All of the source files in xsupplicant 2.1.7 are "DOS format" files. This causes problems on Linux, where the configure files are not generated properly. It also makes it a HUGE pain to edit these files and generate patches under Linux. Please, please, consider converting these files from "DOS format" to "UNIX format" for future releases, if not for all files, at least for configure.ac and...
2009-05-14 21:05:11 UTC in Open1X
-
The attached patch fixes some obvious Linux compile issues for building the UI.
2009-05-14 21:03:06 UTC in Open1X
-
XSupplicant 2.1.7 failed to build properly with --enable-eap-fast --enable-eap-sim options. The attached patch fixes the build, however, I was not able to test whether the code works or not.
2009-05-14 21:01:19 UTC in Open1X
-
The configure.ac in xsupplicant 2.1.7 has some bugs, causing confusion and failures, depending on which options are selected. The attached patch fixes it for all of the options I tested.
2009-05-14 20:59:52 UTC in Open1X
-
Currently, when libtnc is used, -ltnc gets added to the "MORELIBS" variable. Unfortunately, the design of libtnc is such that several functions are designed to be implemented by the applications that use libtnc, depending on which functions are used. In xsupplicant 2.1.7, the only one of these tnc functions that needs to be defined is TNC_TNCS_SendBatch().
However, since MORELIBS gets used at...
2009-05-14 20:57:22 UTC in Open1X
-
This is still needed for 1.47.
2009-03-04 19:38:38 UTC in SRecord
-
This is still broken in 1.9.2. Fedora 11 has updated qt and gcc, with no change:
[spot@velociraptor devel]$ gcc -v
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release...
2009-02-18 21:16:18 UTC in KScope
-
Attached to this bug report is a patch to enable srecord to build with gcc 4.4. With gcc 4.4, cstdio is no longer pulled in by other headers, and needs to be explicitly included when needed.
2009-02-16 18:49:32 UTC in SRecord