Show Posts
|
|
Pages: 1 ... 6 7 [8]
|
|
106
|
Assistance / Software / Re: nspluginwrapper for Pardus 2011 64 bit
|
on: May 02, 2012, 09:48:31 AM
|
|
nspluginwrapper-1.4.4 # gcc -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include /tmp/npw-conf-11664-3206-26496.c -o /tmp/npw-conf-31191-3015-21040 -lglib-2.0In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include/syslimits.h:7:0, from /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include/limits.h:34, from /usr/lib/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:34, from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /tmp/npw-conf-11664-3206-26496.c:1: /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include/limits.h:169:61: fatal error: limits.h: No such file or directory compilation terminated.
I think problem is related to
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include/syslimits.h .
The content of this file is:
/* syslimits.h stands for the system's own limits.h file. If we can use it ok unmodified, then we install this text. If fixincludes fixes it, then the fixed version is installed instead of this text. */
#define _GCC_NEXT_LIMITS_H· · /* tell gcc's limits.h to recurse */ #include_next <limits.h> #undef _GCC_NEXT_LIMITS_H ~
|
|
|
|
|
107
|
Assistance / Software / Re: nspluginwrapper for Pardus 2011 64 bit
|
on: May 02, 2012, 09:30:11 AM
|
|
nspluginwrapper-1.4.4 # find / -name limits.h /usr/lib/syslinux/com32/include/limits.h /usr/lib/syslinux/com32/include/bitsize/limits.h /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include/limits.h /usr/include/c++/tr1/limits.h /usr/include/schily/limits.h /tmp/nspluginwrapper-1.4.4/lsb-build/headers/limits.h
|
|
|
|
|
108
|
Assistance / Software / Re: nspluginwrapper for Pardus 2011 64 bit
|
on: May 02, 2012, 09:20:39 AM
|
|
Hello,
I have just changed the line in configure file as
+ gcc -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include /tmp/npw-conf-15690-3015-26518.c -o /tmp/npw-conf-31191-3015-21040 -lglib-2.0 + echo 'GLIB 2.0 environment not usable' GLIB 2.0 environment not usable + rm -f /tmp/npw-conf-15690-3015-26518.c
Here I chaned rm -f as cp -p /tmp/filename .
Then I got the .c file in tmp.
Tried to configure again and got the following error. Any idea?
nspluginwrapper-1.4.4 # gcc -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include /tmp/npw-conf-11664-3206-26496.c -o /tmp/npw-conf-31191-3015-21040 -lglib-2.0 In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include/syslimits.h:7:0, from /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include/limits.h:34, from /usr/lib/glib-2.0/include/glibconfig.h:11, from /usr/include/glib-2.0/glib/gtypes.h:34, from /usr/include/glib-2.0/glib/galloca.h:34, from /usr/include/glib-2.0/glib.h:32, from /tmp/npw-conf-11664-3206-26496.c:1: /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include/limits.h:169:61: fatal error: limits.h: No such file or directory compilation terminated.
|
|
|
|
|
109
|
Assistance / Software / Re: nspluginwrapper for Pardus 2011 64 bit
|
on: May 01, 2012, 21:48:20 PM
|
|
nspluginwrapper-1.4.4 # pisi info gtk2-devel Installed package: Name : gtk2-devel, version: 2.24.7, release: 79 Summary : Development files for gtk2 Description : GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites. Licenses : LGPLv2.1 Component : desktop.toolkit.gtk Provides : Dependencies : gtk2 atk-devel pango-devel cairo-devel gdk-pixbuf-devel Distribution : Pardus, Dist. Release: 2011 Architecture : x86_64, Installed Size: 6.99 MB Reverse Dependencies:
Package found in pardus repository: Name : gtk2-devel, version: 2.24.7, release: 79 Summary : Development files for gtk2 Description : GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites. Licenses : LGPLv2.1 Component : desktop.toolkit.gtk Provides : Dependencies : gtk2 atk-devel pango-devel cairo-devel gdk-pixbuf-devel Distribution : Pardus, Dist. Release: 2011 Architecture : x86_64, Installed Size: 6.99 MB, Package Size: 613.00 KB Reverse Dependencies: exo-devel poppler-glib-devel goffice-devel gdl-devel webkit-gtk-devel libwnck-devel evolution-data-server-devel gnome-keyring-devel libindicate-devel libgweather-devel gtkdatabox-devel libfm-devel libxfce4ui-devel libnotify-devel librsvg-devel libglade-devel evince-devel Thunar-devel pidgin-devel vte-devel gtk-vnc-devel libgpod-devel libcanberra-devel gimp-devel avahi-ui-devel libgnomecanvas-devel gtkspell-devel glade-devel scim-devel gtkmm-devel gkrellm-devel xfce4-panel-devel swfdec-devel
gtk2-devel package is not found in source repositories
|
|
|
|
|
110
|
Assistance / Software / Re: nspluginwrapper for Pardus 2011 64 bit
|
on: May 01, 2012, 20:36:57 PM
|
|
GLIB 2.0 environment not usable is the error.
nspluginwrapper-1.4.4 # pisi info gcc Installed package: Name : gcc, version: 4.5.3, release: 64 Summary : The GNU Compiler Collection, includes C, C++, Objective-C and Fortran compilers Description : The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, as well as libraries for these languages Licenses : GPLv3+, LGPLv3+ Component : system.devel Provides : Dependencies : binutils bison gettext ncurses zlib gmp mpfr libmpc ppl cloog-ppl elfutils Distribution : Pardus, Dist. Release: 2011 Architecture : x86_64, Installed Size: 96.88 MB Reverse Dependencies:
Package found in pardus repository: Name : gcc, version: 4.5.3, release: 64 Summary : The GNU Compiler Collection, includes C, C++, Objective-C and Fortran compilers Description : The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, as well as libraries for these languages Licenses : GPLv3+, LGPLv3+ Component : system.devel Provides : Dependencies : binutils bison gettext ncurses zlib gmp mpfr libmpc ppl cloog-ppl elfutils Distribution : Pardus, Dist. Release: 2011 Architecture : x86_64, Installed Size: 96.88 MB, Package Size: 13.38 MB Reverse Dependencies: ccache colorgcc
gcc package is not found in source repositories
|
|
|
|
|
111
|
Assistance / Software / nspluginwrapper for Pardus 2011 64 bit
|
on: May 01, 2012, 10:36:02 AM
|
|
Hello,
I am trying to configure nspluginwrapper and I got the following error.
Is there anybody faced the same problem?
nspluginwrapper-1.4.4 # sh -x configure
+ PACKAGE=nspluginwrapper + test '!' -z '' + test '!' -z '' + TMPDIR1=/tmp + TMPC=/tmp/npw-conf-1219-18202-17753.c + TMPO=/tmp/npw-conf-25367-18202-4689.o + TMPE=/tmp/npw-conf-7821-18202-30359 + TMPS=/tmp/npw-conf-23954-18202-16138.S + source_path= + source_path= + source_path_used=yes + test -z '' -o '' = . ++ pwd + source_path=/tmp/nspluginwrapper-1.4.4 + source_path_used=no ++ sed -n '/^\%define version[ ]*/s///p' + VERSION=1.4.4 ++ sed -n '/^\%define release[ ]*/s///p' + RELEASE=1 ++ sed -n '/^\%define svndate[ ]*/s///p' + SVNDATE= + test -z '' ++ date +%Y%m%d + SVNDATE=20120501 ++ cut -d. -f1 ++ echo 1.4.4 + MAJOR_VERSION=1 ++ echo 1.4.4 ++ cut -d. -f2 + MINOR_VERSION=4 ++ echo 1.4.4 ++ cut -d. -f3 + MICRO_VERSION=4 + is_odd 4 ++ expr 4 % 2 + local rem=0 + test 0 -eq 1 + return 1 + is_odd 4 ++ expr 4 % 2 + local rem=0 + test 0 -eq 1 + return 1 + SNAPSHOT=0 + echo 1 + grep -q '^0' + test 0 -ge 1 + yes_for_snapshots=no + prefix=/usr + lib32= + lib64= + build_viewer=guess + build_player=yes + build_generic=guess + build_biarch=guess + strip=no + cc=gcc + cxx=g++ ++ uname -s ++ tr '[A-Z]' '[a-z]' + host_os=linux ++ uname -m + host_cpu=x86_64 + target_os=linux + target_cpu=i386 + rpc_init_timeout=5 + malloc_hooks=glib,libc + enable_malloc_check=no + enable_thread_check=no ++ normalize_cpu x86_64 ++ local cpu=x86_64 ++ case "$cpu" in ++ cpu=x86_64 ++ echo x86_64 + host_cpu=x86_64 ++ normalize_os linux ++ local os=linux ++ case "$os" in ++ echo linux + host_os=linux ++ normalize_cpu i386 ++ local cpu=i386 ++ case "$cpu" in ++ cpu=i386 ++ echo i386 + target_cpu=i386 ++ normalize_os linux ++ local os=linux ++ case "$os" in ++ echo linux + target_os=linux + test guess = guess + test linux = linux -a linux = linux + build_generic=no + build_biarch_possible=no + test linux = linux -a linux = linux + case $host_cpu:$target_cpu in + build_biarch_possible=yes + test guess = guess + build_biarch=yes + test guess = guess + build_viewer=no + case $host_os in + test x86_64 = i386 -o yes = yes + build_viewer=yes + test -z '' + case $host_os in + echo 'int i;' + nspluginwrapper_64bit_output=no + gcc -o /tmp/npw-conf-25367-18202-4689.o -c /tmp/npw-conf-1219-18202-17753.c + case `/usr/bin/file $TMPO` in ++ /usr/bin/file /tmp/npw-conf-25367-18202-4689.o + nspluginwrapper_64bit_output=yes + rm -f /tmp/npw-conf-1219-18202-17753.c /tmp/npw-conf-25367-18202-4689.o + case $host_cpu:$nspluginwrapper_64bit_output in + lib64=lib64 + test -z '' + lib32=lib + test -z '' + pkglibdir=/usr/lib/nspluginwrapper + default_viewer_paths=/usr/lib/nspluginwrapper/%ARCH%/%OS% + test -z '' + viewer_paths=/usr/lib/nspluginwrapper/%ARCH%/%OS% + cat + has_visibility_attribute=no + gcc -Werror -S /tmp/npw-conf-1219-18202-17753.c -o /tmp/npw-conf-23954-18202-16138.S + grep '\.hidden.*foo' /tmp/npw-conf-23954-18202-16138.S + grep '\.protected.*bar' /tmp/npw-conf-23954-18202-16138.S + has_visibility_attribute=yes + rm -f /tmp/npw-conf-1219-18202-17753.c /tmp/npw-conf-23954-18202-16138.S + cat + has_initfini_array=no + gcc -Werror /tmp/npw-conf-1219-18202-17753.c -o /tmp/npw-conf-7821-18202-30359 + rm -f /tmp/npw-conf-1219-18202-17753.c /tmp/npw-conf-7821-18202-30359 + cat + has_sockaddr_un_sun_len=no + gcc -Werror /tmp/npw-conf-1219-18202-17753.c -o /tmp/npw-conf-7821-18202-30359 + rm -f /tmp/npw-conf-1219-18202-17753.c /tmp/npw-conf-7821-18202-30359 + echo a + EGREP='grep -E' + test yes = yes + glibc_header_dir=/usr/include + libc_provides_ssp=no + test -f /usr/include/features.h + cat + compiler=unknown + gcc /tmp/npw-conf-1219-18202-17753.c -o /tmp/npw-conf-7821-18202-30359 + rm -f /tmp/npw-conf-1219-18202-17753.c /tmp/npw-conf-7821-18202-30359 + test unknown = gcc + test unknown = icc + test unknown = xlc + test unknown = mipspro + test unknown = sunstudio + test unknown = gcc ++ which pkg-config + pkgconfig=/usr/bin/pkg-config + test -z /usr/bin/pkg-config + /usr/bin/pkg-config --exists glib-2.0 ++ /usr/bin/pkg-config --cflags glib-2.0 + GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' ++ /usr/bin/pkg-config --libs glib-2.0 + GLIB_LIBS='-lglib-2.0 ' ++ /usr/bin/pkg-config --modversion glib-2.0 + GLIB_VERSION=2.28.8 + cat + gcc -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include /tmp/npw-conf-1219-18202-17753.c -o /tmp/npw-conf-7821-18202-30359 -lglib-2.0 + echo 'GLIB 2.0 environment not usable' GLIB 2.0 environment not usable + rm -f /tmp/npw-conf-1219-18202-17753.c + exit 1
|
|
|
|
|
113
|
Assistance / News & Announcements / Re: Pardus is dead???
|
on: April 24, 2012, 09:01:13 AM
|
|
What is the status of Pardus Community?
It has been 1 month coming together for the future of Pardus meeting. I have written in detail what has been talked. Last week ULAKBIM , who connected the Turkish Universities to internet, organized the 6th annual meeting.
I had a time to talk with Ahmet Kaplan who is the head of ULAKBIM and Pardus community. I am thinking that the Project owner should write the news about the Pardus on his blog but in any case I will write what I saw.
• Moving Pardus Project from Tubitak to ULAKBIM officially finalized at last week. Ahmet Kaplan said that he started writing with government to make start the Pardus Community legally and his target is to make it at the end of this month. • Turkish Defence Ministry, where it is being said that the biggest foundation that uses Pardus, wants to make new contract with Tubitak despite they do not get Support for a while. It was being said that in Fatih Project to use Pardus on Tablets. Turkish Education Ministry wants to start this alliance with one protocol. Ahmet Kaplan said that the other foundations are also planning for migration and they are keep in touch. • This situation is good in showing Pardus will not be forgotten in dust and gives hope but we are keeping in mind also that the Project does not have developer. It has been said that new developers will be hired in Ankara but spesific time not being said. • The surprising thing in meeting was unpredictibly lots of people were asking about migration to Pardus. Universities does not know what is going on about Pardus and stil they have surprising excitement about Pardus. People following Pardus Project wishing Pardus Project continue for the benefit of Turkey.
Community (me too) wants to view, not to hear something that Pardus will continue. The blurry period that we lived will be ended, or how it will be ended we will see all together.
|
|
|
|
|
114
|
Assistance / News & Announcements / Re: Pardus is dead???
|
on: April 23, 2012, 08:27:09 AM
|
Hello, Thanks your welcome. Unfortunately it is only in Turkish. But I will try to translate it to English and post it here. We will see what will happen after long time winter sleep. You know it is now summer time  . "Everybody is free to feel good." Best Regards, Murat
|
|
|
|
|
|