[Bug 493019] [NEW] [FTBFS] open() needs mode if O_CREAT in utility_funcs for GCC 4.4

Alfonso Cepeda cepeda at gmail.com
Sun Dec 6 01:24:05 UTC 2009


Public bug reported:

Binary package hint: g15daemon

Line 359 shows:

config_fd = open(filename,O_CREAT|O_RDWR|O_TRUNC);

 when O_CREAT parameter exists, the function needs the mode (rights) of
the created file in GCC4.4.

This prevents package to be built

If this line is changed by:

config_fd = open(filename,O_CREAT|O_RDWR|O_TRUNC, 0644);

the program compiles.

** Affects: g15daemon (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: ftbfs

-- 
[FTBFS] open()  needs mode if O_CREAT in utility_funcs for GCC 4.4
https://bugs.launchpad.net/bugs/493019
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list