Ticket #147 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

glib-mkenums fails to run because of a wrong perl path

Reported by: rsalveti Owned by: rsalveti
Priority: major Milestone: 0.2
Component: SDK Version: 0.2
Keywords: Cc:

Description

While running glib-mkenums:

root@evamac:~# glib-mkenums
-sh: /usr/bin/glib-mkenums: /home/rsalveti/projects/mamona/build/07-08-08/tmp/master/nokia800/staging/i686: bad interpreter: No such file or directory

Change History

Changed 4 months ago by rsalveti

  • status changed from new to assigned

Here's the problem:

rsalveti@evamac ~/projects/mamona/build/21-08-08/tmp/master/nokia800/work/glib-2.0-2.14.4-r2/glib-2.14.4 $ head -1 ./gobject/glib-mkenums.in
#!@PERL_PATH@ -w
rsalveti@evamac ~/projects/mamona/build/21-08-08/tmp/master/nokia800/work/glib-2.0-2.14.4-r2/glib-2.14.4 $ grep ^PERL_PATH= config.log
PERL_PATH='/home/rsalveti/projects/mamona/build/21-08-08/tmp/master/nokia800/staging/i686-linux/bin/perl'

We should remove the wrong path while installing the package.

Need to verify the other versions of this package and how OE is doing.

Changed 4 months ago by rsalveti

  • status changed from assigned to closed
  • resolution set to fixed

Done.

http://dev.openbossa.org/mamona/gitweb?p=mamona.git;a=commitdiff;h=4ca6eb4d8f3f7c9c0d943993a01e94bfedbc64d8;hp=7bd8cdbd7254668ca270908d431c6e4259887935

sh-3.2# which glib-mkenums
/usr/bin/glib-mkenums
sh-3.2# head -n1 /usr/bin/glib-mkenums
#!/usr/bin/perl -w
Note: See TracTickets for help on using tickets.