Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2.6.16-reiser4-r2 + splashutils = problems
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
luddite
n00b
n00b


Joined: 18 May 2005
Posts: 38

PostPosted: Thu Apr 13, 2006 9:09 pm    Post subject: 2.6.16-reiser4-r2 + splashutils = problems Reply with quote

I'm not exactly sure where to put this post, but seeing how reiser 4 isn't officially supported, i thought this would be the best place to look for help.

I've patched the gentoo-sources kernel for 2.6.16-reiser4-r2 using the HowTo page at the Gentoo Wiki:

http://gentoo-wiki.com/HOWTO_Reiser4_With_Gentoo-Sources

Things seem to be working just fine, except for the fact that splashutils won't build. I'm just wondering if anyone else has had success with splashutils and the new reiser4 kernel patches.

Here's the error:
Code:

>>> Regenerating /etc/ld.so.cache...
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found sources for kernel version:
 *     2.6.16-reiser4-r2
>>> Unpacking source...
>>> Unpacking splashutils-lite-1.1.9.10.tar.bz2 to /var/tmp/portage/splashutils-1.1.9.10-r1/work
>>> Unpacking splashutils-gentoo-0.1.14.tar.bz2 to /var/tmp/portage/splashutils-1.1.9.10-r1/work
>>> Unpacking miscsplashutils-0.1.3.tar.bz2 to /var/tmp/portage/splashutils-1.1.9.10-r1/work
>>> Unpacking libpng-1.2.8.tar.bz2 to /var/tmp/portage/splashutils-1.1.9.10-r1/work
>>> Unpacking jpegsrc.v6b.tar.gz to /var/tmp/portage/splashutils-1.1.9.10-r1/work
>>> Unpacking freetype-2.1.9.tar.bz2 to /var/tmp/portage/splashutils-1.1.9.10-r1/work
>>> Unpacking zlib-1.2.3.tar.bz2 to /var/tmp/portage/splashutils-1.1.9.10-r1/work
 * Applying splashutils-depscan.patch ...                                                                                                                                                     [ ok ]
 * Applying splashutils-1.1.9.10-ppc-2.6.14.patch ...                                                                                                                                         [ ok ]
>>> Source unpacked.
cc -O2 fbres.c -o fbres
strip fbres
make[1]: Entering directory `/var/tmp/portage/splashutils-1.1.9.10-r1/work/miscsplashutils-0.1.3/fbtruetype'
gcc -O2 -Wall -I/usr/include/freetype2   -c -o fbtruetype.o fbtruetype.c
gcc -O2 -Wall -I/usr/include/freetype2   -c -o messages.o messages.c
gcc -O2 -Wall -I/usr/include/freetype2   -c -o console.o console.c
gcc -O2 -Wall -I/usr/include/freetype2   -c -o ttf.o ttf.c
gcc -O2 -Wall -I/usr/include/freetype2   -c -o luxisri.o luxisri.c
gcc -O2 -Wall -I/usr/include/freetype2 -L/usr/lib -o fbtruetype -L/usr/lib fbtruetype.o messages.o console.o ttf.o luxisri.o -lfreetype -lm
gcc -O2 -Wall -I/usr/include/freetype2 -L/usr/lib -static -o fbtruetype.static -L/usr/lib fbtruetype.o messages.o console.o ttf.o luxisri.o /usr/lib/libfreetype.a /usr/lib/libz.a -lm
strip -s fbtruetype fbtruetype.static
make[1]: Leaving directory `/var/tmp/portage/splashutils-1.1.9.10-r1/work/miscsplashutils-0.1.3/fbtruetype'
make[1]: Entering directory `/var/tmp/portage/splashutils-1.1.9.10-r1/work/miscsplashutils-0.1.3/kbd'
cc -march=i686 -O2 -pipe   -c -o fgconsole.o fgconsole.c
cc -march=i686 -O2 -pipe   -c -o getfd.o getfd.c
cc -march=i686 -O2 -pipe  fgconsole.o getfd.o -o fgconsole
make[1]: Leaving directory `/var/tmp/portage/splashutils-1.1.9.10-r1/work/miscsplashutils-0.1.3/kbd'
  CONF    libjpeg
  MAKE    libjpeg
  CONF    freetype2
  MAKE    freetype2
  CONF    zlib
  MAKE    zlib
  CONF    libpng
  MAKE    libpng
  CC      kernel/kernel.o
  CC      kernel/dev.o
  CC      kernel/parse.o
  CC      kernel/render.o
  CC      kernel/image.o
  CC      kernel/cmd.o
  CC      kernel/common.o
  CC      kernel/list.o
  CC      kernel/effects.o
  CC      kernel/ttf.o
  LD      splash_helper
  CC      splash.o
  CC      parse.o
  CC      render.o
  CC      image.o
  CC      cmd.o
  CC      common.o
  CC      daemon.o
In file included from daemon.c:27:
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:801: error: syntax error before "kernel_ulong_t"
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:801: warning: no semicolon at end of struct or union
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:805: error: syntax error before "evbit"
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:805: error: `BITS_PER_LONG' undeclared here (not in a function)
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:805: warning: data definition has no type or storage class
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:806: error: syntax error before "keybit"
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:806: warning: data definition has no type or storage class
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:807: error: syntax error before "relbit"
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:807: warning: data definition has no type or storage class
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:808: error: syntax error before "absbit"
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:808: warning: data definition has no type or storage class
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:809: error: syntax error before "mscbit"
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:809: warning: data definition has no type or storage class
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:810: error: syntax error before "ledbit"
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:810: warning: data definition has no type or storage class
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:811: error: syntax error before "sndbit"
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:811: warning: data definition has no type or storage class
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:812: error: syntax error before "ffbit"
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:812: warning: data definition has no type or storage class
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:813: error: syntax error before "swbit"
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:813: warning: data definition has no type or storage class
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:815: error: syntax error before "driver_info"
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:815: warning: data definition has no type or storage class
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:805: error: storage size of `evbit' isn't known
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:806: error: storage size of `keybit' isn't known
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:807: error: storage size of `relbit' isn't known
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:808: error: storage size of `absbit' isn't known
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:809: error: storage size of `mscbit' isn't known
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:810: error: storage size of `ledbit' isn't known
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:811: error: storage size of `sndbit' isn't known
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:812: error: storage size of `ffbit' isn't known
/var/tmp/portage/splashutils-1.1.9.10-r1/work/splashutils-1.1.9.10/linux/include/linux/input.h:813: error: storage size of `swbit' isn't known
make: *** [daemon.o] Error 1

!!! ERROR: media-gfx/splashutils-1.1.9.10-r1 failed.
!!! Function src_compile, Line 138, Exitcode 2
!!! failed to build splashutils
!!! If you need support, post the topmost build error, NOT this status message.

mcia-cs-3.2.8-r2 merged.
>>> Recording sys-apps/pcmcia-cs in "world" favorites file...

>>> clean: No packages selected for removal.

Back to top
View user's profile Send private message
Tb0ne
n00b
n00b


Joined: 24 Mar 2004
Posts: 25

PostPosted: Fri Apr 14, 2006 2:16 am    Post subject: Reply with quote

This has nothing to do with reiser4, it seems to be happening on all 2.6.16 kernels. See https://forums.gentoo.org/viewtopic-t-437797.html
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Fri Apr 14, 2006 3:40 am    Post subject: Reply with quote

try this overlay.

http://no.oldos.org/files/splashutils-overlay.tar.bz2

but before trying to emerge do, rm /usr/portage/distfiles/splashutils-lite*, I didn't make a patch yet, just edited the splashutils-lite for now.

Works on 2.6.16-gentoo, 2.6.16/17-*-no, beyond?, and probally all/most other 2.6.16+ kernels.
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
luddite
n00b
n00b


Joined: 18 May 2005
Posts: 38

PostPosted: Sun Apr 16, 2006 6:54 pm    Post subject: Reply with quote

Still not working. :?

I have done the following:

0. download your file
1. rm /usr/portage/distfiles/splashutils-lite*
2. tar -xjvf splashutils-overlay.tar.bz2 /usr/portage/distfiles (the tarball unnecessarily creates a /splashutils directory)
3. cp /usr/portage/distfiles/splashutils/splash* /usr/portage/distfiles/ (this step is necessary to get the files out of the /splashutils directory)
4. emerge splashutils.

Splashutils still fails to emerge. Even if I delete splashutils-lite* as you have recommended, the first thing that portage tries to do is to download splashutils-lite* from a mirror. Evidently, this overlay isn't quite an overlay, as portage seems to be ignoring it.

Code:
# emerge splashutils
Calculating dependencies... done!
>>> Emerging (1 of 1) media-gfx/splashutils-1.1.9.8-r1 to /
>>> Downloading http://gentoo.osuosl.org/distfiles/splashutils-lite-1.1.9.8.tar.bz2
--13:41:08--  http://gentoo.osuosl.org/distfiles/splashutils-lite-1.1.9.8.tar.bz2
           => `/usr/portage/distfiles/splashutils-lite-1.1.9.8.tar.bz2'
Connecting to gentoo.osuosl.org:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 55,013 (54K) [text/plain]

100%[====================================================>] 55,013        --.--K/s

13:41:08 (7.73 MB/s) - `/usr/portage/distfiles/splashutils-lite-1.1.9.8.tar.bz2' saved [55013/55013]

>>> checksums files   ;-) splashutils-1.1.9.10-r1.ebuild
>>> checksums files   ;-) splashutils-1.1.9.8-r1.ebuild
>>> checksums files   ;-) splashutils-1.1.9.10.ebuild
>>> checksums files   ;-) splashutils-1.1.9.9-r1.ebuild
>>> checksums files   ;-) files/digest-splashutils-1.1.9.8-r1
>>> checksums files   ;-) files/digest-splashutils-1.1.9.9-r1
>>> checksums files   ;-) files/splashutils-1.1.9.10-ppc-2.6.14.patch
>>> checksums files   ;-) files/digest-splashutils-1.1.9.10-r1
>>> checksums files   ;-) files/digest-splashutils-1.1.9.10
>>> checksums files   ;-) files/splashutils-1.1.9.9-external-klibc.patch
>>> checksums files   ;-) files/splashutils-depscan.patch
>>> checksums src_uri ;-) splashutils-lite-1.1.9.8.tar.bz2
>>> checksums src_uri ;-) splashutils-gentoo-0.1.12.tar.bz2
>>> checksums src_uri ;-) miscsplashutils-0.1.3.tar.bz2
>>> checksums src_uri ;-) libpng-1.2.8.tar.bz2
>>> checksums src_uri ;-) jpegsrc.v6b.tar.gz
>>> checksums src_uri ;-) freetype-2.1.9.tar.bz2
>>> checksums src_uri ;-) zlib-1.2.1.tar.bz2
>>> checksums src_uri ;-) klibc-1.0.8.tar.bz2
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found sources for kernel version:
 *     2.6.16-reiser4-r2
>>> Unpacking source...
>>> Unpacking splashutils-lite-1.1.9.8.tar.bz2 to /var/tmp/portage/splashutils-1.1.9.8-r1/work
>>> Unpacking splashutils-gentoo-0.1.12.tar.bz2 to /var/tmp/portage/splashutils-1.1.9.8-r1/work
>>> Unpacking miscsplashutils-0.1.3.tar.bz2 to /var/tmp/portage/splashutils-1.1.9.8-r1/work
>>> Unpacking libpng-1.2.8.tar.bz2 to /var/tmp/portage/splashutils-1.1.9.8-r1/work
>>> Unpacking jpegsrc.v6b.tar.gz to /var/tmp/portage/splashutils-1.1.9.8-r1/work
>>> Unpacking freetype-2.1.9.tar.bz2 to /var/tmp/portage/splashutils-1.1.9.8-r1/work
>>> Unpacking zlib-1.2.1.tar.bz2 to /var/tmp/portage/splashutils-1.1.9.8-r1/work
>>> Unpacking klibc-1.0.8.tar.bz2 to /var/tmp/portage/splashutils-1.1.9.8-r1/work
 * Applying splashutils-depscan.patch ...                                                                                                                                                     [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/splashutils-1.1.9.8-r1/work/splashutils-1.1.9.8 ...
  MAKE    klibc
vsscanf.c: In function 'vsscanf':
vsscanf.c:51: warning: inlining failed in call to 'skipspace': --param max-inline-insns-single limit reached
vsscanf.c:105: warning: called from here
vsscanf.c:51: warning: inlining failed in call to 'skipspace': --param max-inline-insns-single limit reached
vsscanf.c:224: warning: called from here
vsscanf.c:59: warning: inlining failed in call to 'set_bit': --param max-inline-insns-single limit reached
vsscanf.c:318: warning: called from here
vsscanf.c:59: warning: inlining failed in call to 'set_bit': --param max-inline-insns-single limit reached
vsscanf.c:330: warning: called from here
vsscanf.c:59: warning: inlining failed in call to 'set_bit': --param max-inline-insns-single limit reached
vsscanf.c:336: warning: called from here
vsscanf.c:59: warning: inlining failed in call to 'set_bit': --param max-inline-insns-single limit reached
vsscanf.c:341: warning: called from here
system.c: In function 'system':
../include/signal.h:51: warning: inlining failed in call to 'sigemptyset': --param max-inline-insns-single limit reached
system.c:28: warning: called from here
../include/signal.h:51: warning: inlining failed in call to 'sigemptyset': --param max-inline-insns-single limit reached
system.c:33: warning: called from here
strcasecmp.c: In function 'strcasecmp':
strcasecmp.c:10: warning: pointer targets in initialization differ in signedness
strcasecmp.c:10: warning: pointer targets in initialization differ in signedness
strncasecmp.c: In function 'strncasecmp':
strncasecmp.c:10: warning: pointer targets in initialization differ in signedness
strncasecmp.c:10: warning: pointer targets in initialization differ in signedness
strcmp.c: In function 'strcmp':
strcmp.c:9: warning: pointer targets in initialization differ in signedness
strcmp.c:9: warning: pointer targets in initialization differ in signedness
strncmp.c: In function 'strncmp':
strncmp.c:9: warning: pointer targets in initialization differ in signedness
strncmp.c:9: warning: pointer targets in initialization differ in signedness
inet/inet_ntop.c: In function 'inet_ntop':
/usr/src/linux/include/linux/byteorder/swab.h:134: warning: inlining failed in call to '__fswab16': --param max-inline-insns-single limit reached
inet/inet_ntop.c:32: warning: called from here
/usr/src/linux/include/linux/byteorder/swab.h:134: warning: inlining failed in call to '__fswab16': --param max-inline-insns-single limit reached
inet/inet_ntop.c:32: warning: called from here
/usr/src/linux/include/linux/byteorder/swab.h:134: warning: inlining failed in call to '__fswab16': --param max-inline-insns-single limit reached
inet/inet_ntop.c:32: warning: called from here
/usr/src/linux/include/linux/byteorder/swab.h:134: warning: inlining failed in call to '__fswab16': --param max-inline-insns-single limit reached
inet/inet_ntop.c:32: warning: called from here
/usr/src/linux/include/linux/byteorder/swab.h:134: warning: inlining failed in call to '__fswab16': --param max-inline-insns-single limit reached
inet/inet_ntop.c:32: warning: called from here
/usr/src/linux/include/linux/byteorder/swab.h:134: warning: inlining failed in call to '__fswab16': --param max-inline-insns-single limit reached
inet/inet_ntop.c:32: warning: called from here
/usr/src/linux/include/linux/byteorder/swab.h:134: warning: inlining failed in call to '__fswab16': --param max-inline-insns-single limit reached
inet/inet_ntop.c:32: warning: called from here
/usr/src/linux/include/linux/byteorder/swab.h:134: warning: inlining failed in call to '__fswab16': --param max-inline-insns-single limit reached
inet/inet_ntop.c:32: warning: called from here
inet/inet_pton.c: In function 'inet_pton':
/usr/src/linux/include/linux/byteorder/swab.h:134: warning: inlining failed in call to '__fswab16': --param max-inline-insns-single limit reached
inet/inet_pton.c:63: warning: called from here
/usr/src/linux/include/linux/byteorder/swab.h:134: warning: inlining failed in call to '__fswab16': --param max-inline-insns-single limit reached
inet/inet_pton.c:63: warning: called from here
libgcc/__moddi3.c: In function '__moddi3':
libgcc/__moddi3.c:24: warning: pointer targets in passing argument 3 of '__udivmoddi4' differ in signedness
SYSCALL FOUND: waitid
SYSCALL FOUND: fdatasync
SYSCALL FOUND: mq_getsetattr
SYSCALL FOUND: sched_getaffinity
SYSCALL FOUND: init_module
SYSCALL FOUND: delete_module
SYSCALL FOUND: exit_group
SYSCALL FOUND: setresgid32
SYSCALL FOUND: mkdirat
SYSCALL FOUND: rt_sigsuspend
SYSCALL FOUND: openat
SYSCALL FOUND: setdomainname
SYSCALL FOUND: open
SYSCALL FOUND: getxattr
SYSCALL FOUND: pause
SYSCALL FOUND: swapoff
SYSCALL FOUND: ftruncate64
SYSCALL FOUND: sys_kexec_load
SYSCALL FOUND: mmap2
SYSCALL FOUND: ioperm
SYSCALL FOUND: ioprio_get
SYSCALL FOUND: setpriority
SYSCALL FOUND: rt_sigqueueinfo
SYSCALL FOUND: nanosleep
SYSCALL FOUND: lremovexattr
SYSCALL FOUND: read
SYSCALL FOUND: fadvise64_64
SYSCALL FOUND: sched_setparam
SYSCALL FOUND: swapon
SYSCALL FOUND: io_getevents
SYSCALL FOUND: olduname
SYSCALL FOUND: link
SYSCALL FOUND: timer_gettime
SYSCALL FOUND: ulimit
SYSCALL FOUND: truncate64
SYSCALL FOUND: gettid
SYSCALL FOUND: madvise1
SYSCALL FOUND: set_tid_address
SYSCALL FOUND: setregid
SYSCALL FOUND: setitimer
SYSCALL FOUND: mq_unlink
SYSCALL FOUND: oldfstat
SYSCALL FOUND: ioprio_set
SYSCALL FOUND: lchown
SYSCALL FOUND: request_key
SYSCALL FOUND: fremovexattr
SYSCALL FOUND: get_kernel_syms
SYSCALL FOUND: mkdir
SYSCALL FOUND: sysinfo
SYSCALL FOUND: utime
SYSCALL FOUND: poll
SYSCALL FOUND: inotify_add_watch
SYSCALL FOUND: mq_timedsend
SYSCALL FOUND: stat64
SYSCALL FOUND: ioctl
SYSCALL FOUND: removexattr
SYSCALL FOUND: nfsservctl
SYSCALL FOUND: io_destroy
SYSCALL FOUND: prctl
SYSCALL FOUND: rt_sigpending
SYSCALL FOUND: fcntl64
SYSCALL FOUND: mq_notify
SYSCALL FOUND: quotactl
SYSCALL FOUND: setresuid
SYSCALL FOUND: mincore
SYSCALL FOUND: rt_sigreturn
SYSCALL FOUND: restart_syscall
SYSCALL FOUND: setreuid32
SYSCALL FOUND: vhangup
SYSCALL FOUND: oldstat
SYSCALL FOUND: query_module
SYSCALL FOUND: pread64
SYSCALL FOUND: renameat
SYSCALL FOUND: clock_getres
SYSCALL FOUND: lsetxattr
SYSCALL FOUND: inotify_init
SYSCALL FOUND: setregid32
SYSCALL FOUND: mount
SYSCALL FOUND: wait4
SYSCALL FOUND: ftime
SYSCALL FOUND: clone
SYSCALL FOUND: syslog
SYSCALL FOUND: setuid32
SYSCALL FOUND: getresuid
SYSCALL FOUND: fsync
SYSCALL FOUND: close
SYSCALL FOUND: sendfile
SYSCALL FOUND: getdents
SYSCALL FOUND: ftruncate
SYSCALL FOUND: setgid32
SYSCALL FOUND: stime
SYSCALL FOUND: madvise
SYSCALL FOUND: sigprocmask
SYSCALL FOUND: mbind
SYSCALL FOUND: unlinkat
SYSCALL FOUND: fstatat64
SYSCALL FOUND: pivot_root
SYSCALL FOUND: write
SYSCALL FOUND: getppid
SYSCALL FOUND: symlink
SYSCALL FOUND: lseek
SYSCALL FOUND: unshare
SYSCALL FOUND: io_setup
SYSCALL FOUND: gtty
SYSCALL FOUND: getresuid32
SYSCALL FOUND: munlockall
SYSCALL FOUND: times
SYSCALL FOUND: set_thread_area
SYSCALL FOUND: truncate
SYSCALL FOUND: getuid
SYSCALL FOUND: setresgid
SYSCALL FOUND: getresgid32
SYSCALL FOUND: umount
SYSCALL FOUND: lstat
SYSCALL FOUND: rt_sigtimedwait
SYSCALL FOUND: reboot
SYSCALL FOUND: dup
SYSCALL FOUND: geteuid32
SYSCALL FOUND: profil
SYSCALL FOUND: mprotect
SYSCALL FOUND: getpriority
SYSCALL FOUND: rt_sigaction
SYSCALL FOUND: timer_delete
SYSCALL FOUND: munmap
SYSCALL FOUND: getegid32
SYSCALL FOUND: mremap
SYSCALL FOUND: readlinkat
SYSCALL FOUND: chroot
SYSCALL FOUND: lgetxattr
SYSCALL FOUND: getresgid
SYSCALL FOUND: pselect6
SYSCALL FOUND: vserver
SYSCALL FOUND: sched_get_priority_max
SYSCALL FOUND: getuid32
SYSCALL FOUND: acct
SYSCALL FOUND: afs_syscall
SYSCALL FOUND: get_mempolicy
SYSCALL FOUND: fchdir
SYSCALL FOUND: putpmsg
SYSCALL FOUND: mlock
SYSCALL FOUND: rmdir
SYSCALL FOUND: statfs
SYSCALL FOUND: mmap
SYSCALL FOUND: create_module
SYSCALL FOUND: getgid32
SYSCALL FOUND: utimes
SYSCALL FOUND: getcwd
SYSCALL FOUND: sched_get_priority_min
SYSCALL FOUND: rt_sigprocmask
SYSCALL FOUND: sigreturn
SYSCALL FOUND: clock_settime
SYSCALL FOUND: sched_yield
SYSCALL FOUND: access
SYSCALL FOUND: munlock
SYSCALL FOUND: dup2
SYSCALL FOUND: pipe
SYSCALL FOUND: getitimer
SYSCALL FOUND: vm86
SYSCALL FOUND: setuid
SYSCALL FOUND: getgid
SYSCALL FOUND: pwrite64
SYSCALL FOUND: getpmsg
SYSCALL FOUND: llistxattr
SYSCALL FOUND: readlink
SYSCALL FOUND: fchmodat
SYSCALL FOUND: fchown
SYSCALL FOUND: stat
SYSCALL FOUND: execve
SYSCALL FOUND: umask
SYSCALL FOUND: futimesat
SYSCALL FOUND: fcntl
SYSCALL FOUND: getdents64
SYSCALL FOUND: geteuid
SYSCALL FOUND: mq_open
SYSCALL FOUND: alarm
SYSCALL FOUND: futex
SYSCALL FOUND: lchown32
SYSCALL FOUND: umount2
SYSCALL FOUND: mknodat
SYSCALL FOUND: fork
SYSCALL FOUND: setgroups32
SYSCALL FOUND: creat
SYSCALL FOUND: inotify_rm_watch
SYSCALL FOUND: sched_rr_get_interval
SYSCALL FOUND: ssetmask
SYSCALL FOUND: stty
SYSCALL FOUND: set_mempolicy
SYSCALL FOUND: clock_gettime
SYSCALL FOUND: modify_ldt
SYSCALL FOUND: idle
SYSCALL FOUND: signal
SYSCALL FOUND: linkat
SYSCALL FOUND: lstat64
SYSCALL FOUND: keyctl
SYSCALL FOUND: iopl
SYSCALL FOUND: sched_setaffinity
SYSCALL FOUND: select
SYSCALL FOUND: exit
SYSCALL FOUND: sched_setscheduler
SYSCALL FOUND: io_submit
SYSCALL FOUND: break
SYSCALL FOUND: socketcall
SYSCALL FOUND: fchown32
SYSCALL FOUND: lock
SYSCALL FOUND: oldlstat
SYSCALL FOUND: symlinkat
SYSCALL FOUND: setfsuid32
SYSCALL FOUND: setgid
SYSCALL FOUND: fstatfs64
SYSCALL FOUND: sigaction
SYSCALL FOUND: _llseek
SYSCALL FOUND: setfsgid32
SYSCALL FOUND: kill
SYSCALL FOUND: fstat64
SYSCALL FOUND: ppoll
SYSCALL FOUND: mq_timedreceive
SYSCALL FOUND: setpgid
SYSCALL FOUND: ipc
SYSCALL FOUND: chmod
SYSCALL FOUND: get_thread_area
SYSCALL FOUND: sgetmask
SYSCALL FOUND: vfork
SYSCALL FOUND: chown32
SYSCALL FOUND: readahead
SYSCALL FOUND: writev
SYSCALL FOUND: io_cancel
SYSCALL FOUND: nice
SYSCALL FOUND: personality
SYSCALL FOUND: flistxattr
SYSCALL FOUND: mlockall
SYSCALL FOUND: ustat
SYSCALL FOUND: ugetrlimit
SYSCALL FOUND: timer_create
SYSCALL FOUND: msync
SYSCALL FOUND: settimeofday
SYSCALL FOUND: fsetxattr
SYSCALL FOUND: sigsuspend
SYSCALL FOUND: lookup_dcookie
SYSCALL FOUND: rename
SYSCALL FOUND: bdflush
SYSCALL FOUND: readv
SYSCALL FOUND: remap_file_pages
SYSCALL FOUND: sendfile64
SYSCALL FOUND: setgroups
SYSCALL FOUND: sched_getscheduler
SYSCALL FOUND: sysfs
SYSCALL FOUND: chdir
SYSCALL FOUND: uname
SYSCALL FOUND: setfsuid
SYSCALL FOUND: getsid
SYSCALL FOUND: brk
SYSCALL FOUND: mpx
SYSCALL FOUND: clock_nanosleep
SYSCALL FOUND: setxattr
SYSCALL FOUND: getpid
SYSCALL FOUND: adjtimex
SYSCALL FOUND: getpgid
SYSCALL FOUND: fstat
SYSCALL FOUND: vm86old
SYSCALL FOUND: getgroups
SYSCALL FOUND: sigaltstack
SYSCALL FOUND: chown
SYSCALL FOUND: epoll_ctl
SYSCALL FOUND: timer_getoverrun
SYSCALL FOUND: fchownat
SYSCALL FOUND: uselib
SYSCALL FOUND: sched_getparam
SYSCALL FOUND: gettimeofday
SYSCALL FOUND: getpgrp
SYSCALL FOUND: mknod
SYSCALL FOUND: statfs64
SYSCALL FOUND: faccessat
SYSCALL FOUND: fstatfs
SYSCALL FOUND: migrate_pages
SYSCALL FOUND: listxattr
SYSCALL FOUND: ptrace
SYSCALL FOUND: fadvise64
SYSCALL FOUND: getegid
SYSCALL FOUND: setrlimit
SYSCALL FOUND: sigpending
SYSCALL FOUND: time
SYSCALL FOUND: unlink
SYSCALL FOUND: setreuid
SYSCALL FOUND: _sysctl
SYSCALL FOUND: _newselect
SYSCALL FOUND: getgroups32
SYSCALL FOUND: capset
SYSCALL FOUND: fgetxattr
SYSCALL FOUND: fchmod
SYSCALL FOUND: timer_settime
SYSCALL FOUND: getrusage
SYSCALL FOUND: oldolduname
SYSCALL FOUND: sync
SYSCALL FOUND: readdir
SYSCALL FOUND: setsid
SYSCALL FOUND: prof
SYSCALL FOUND: setfsgid
SYSCALL FOUND: epoll_create
SYSCALL FOUND: epoll_wait
SYSCALL FOUND: tgkill
SYSCALL FOUND: flock
SYSCALL FOUND: capget
SYSCALL FOUND: sethostname
SYSCALL FOUND: add_key
SYSCALL FOUND: getrlimit
SYSCALL FOUND: setresuid32
SYSCALL FOUND: waitpid
SYSCALL FOUND: tkill
tests/nfs_no_rpc.c: In function 'main':
tests/nfs_no_rpc.c:509: warning: pointer targets in assignment differ in signedness
tests/nfs_no_rpc.c: In function 'getport':
tests/nfs_no_rpc.c:254: warning: inlining failed in call to 'set_sockaddr': --param max-inline-insns-single limit reached
tests/nfs_no_rpc.c:350: warning: called from here
tests/nfs_no_rpc.c: In function 'main':
/usr/src/linux/include/linux/byteorder/swab.h:134: warning: inlining failed in call to '__fswab16': --param max-inline-insns-single limit reached
tests/nfs_no_rpc.c:462: warning: called from here
/usr/src/linux/include/linux/byteorder/swab.h:134: warning: inlining failed in call to '__fswab16': --param max-inline-insns-single limit reached
tests/nfs_no_rpc.c:472: warning: called from here
tests/nfs_no_rpc.c:254: warning: inlining failed in call to 'set_sockaddr': --param max-inline-insns-single limit reached
tests/nfs_no_rpc.c:405: warning: called from here
tests/nfs_no_rpc.c:254: warning: inlining failed in call to 'set_sockaddr': --param max-inline-insns-single limit reached
tests/nfs_no_rpc.c:370: warning: called from here
tests/nfs_no_rpc.c:254: warning: inlining failed in call to 'set_sockaddr': --param max-inline-insns-single limit reached
tests/nfs_no_rpc.c:536: warning: called from here
  CONF    libjpeg
  MAKE    libjpeg
  CONF    freetype2
  MAKE    freetype2
  CONF    zlib
  MAKE    zlib
  CONF    libpng
  MAKE    libpng
  CC      kernel/kernel.o
  CC      kernel/dev.o
  CC      kernel/parse.o
  CC      kernel/render.o
  CC      kernel/image.o
  CC      kernel/cmd.o
  CC      kernel/common.o
  CC      kernel/list.o
  CC      kernel/effects.o
  CC      kernel/ttf.o
  LD      splash_helper
  CC      splash.o
  CC      parse.o
  CC      render.o
  CC      image.o
  CC      cmd.o
  CC      common.o
  CC      daemon.o
In file included from daemon.c:28:
/var/tmp/portage/splashutils-1.1.9.8-r1/work/splashutils-1.1.9.8/linux/include/linux/input.h:801: error: expected specifier-qualifier-list before 'kernel_ulong_t'
make: *** [daemon.o] Error 1

!!! ERROR: media-gfx/splashutils-1.1.9.8-r1 failed.
Call stack:
  ebuild.sh, line 1532:   Called dyn_compile
  ebuild.sh, line 929:   Called src_compile
  splashutils-1.1.9.8-r1.ebuild, line 124:   Called die

!!! failed to build splashutils
!!! If you need support, post the topmost build error, and the call stack if relevant.


Its also not possible to tell what your overlay is designed to do, as the ChangeLog contained in your tarball does not contain any entries that document your changes. Can you elaborate?
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Sun Apr 16, 2006 10:07 pm    Post subject: Reply with quote

looks like you're not using cheater1034's splashutils overlay...

I do use it and it's version
splashutils-1.1.9.10-r1

and it works on any .16 or .17-rc1 kernel i tried so far ;)
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
luddite
n00b
n00b


Joined: 18 May 2005
Posts: 38

PostPosted: Mon Apr 17, 2006 12:06 am    Post subject: Reply with quote

gimpel wrote:
looks like you're not using cheater1034's splashutils overlay...

Well, it looks like I am:
Code:
wget http://no.oldos.org/files/splashutils-overlay.tar.bz2
tar -xjvf splashutils-overlay.tar.bz2
vdir splashutils
total 52
-rw-r--r--  1 portage portage 11735 Mar 14 11:06 ChangeLog
-rw-rw-r--  1 root    portage  3454 Apr 10 13:42 Manifest
drwxr-xr-x  2 portage portage   400 Apr 10 13:36 files
-rw-r--r--  1 portage portage   220 Mar 14 11:06 metadata.xml
-rw-r--r--  1 portage portage  6779 Apr 10 13:42 splashutils-1.1.9.10-r1.ebuild
-rw-r--r--  1 portage portage  6342 Feb  2 10:05 splashutils-1.1.9.10.ebuild
-rw-r--r--  1 portage portage  6440 Mar  2 13:05 splashutils-1.1.9.8-r1.ebuild
-rw-r--r--  1 portage portage  6379 Mar  2 12:05 splashutils-1.1.9.9-r1.ebuild
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Mon Apr 17, 2006 2:31 am    Post subject: Reply with quote

you used my overlay wrong, it is a portage overlay ;)

rm /usr/portage/distfiles/splashutils-lite*
mkdir -p /usr/local/portage/media-gfx/
tar jxvf splashutils-overlay.tar.bz2 -C /usr/local/portage/media-gfx/
echo 'PORTDIR_OVERLAY=/usr/local/portage' >> /etc/make.conf

then, emerge splashutils
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
luddite
n00b
n00b


Joined: 18 May 2005
Posts: 38

PostPosted: Mon Apr 17, 2006 9:20 pm    Post subject: Reply with quote

Thanks. But now that the kernel is fixed, the overlay is moot.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum